summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-2017-74/+70
| | | | | | | | some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not pass the flip flag to vo - maybe it support flipping just report no ↵arpi2002-05-201-0/+8
| | | | | | support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6138 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates on helparpi2002-05-201-14/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6137 b3059339-0415-0410-9bf9-f77b7e298cf2
* more cpudetect cosmeticsarpi2002-05-202-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6136 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics on CPU detection messagesarpi2002-05-202-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6135 b3059339-0415-0410-9bf9-f77b7e298cf2
* new spudec.h requires libvo headers, patch by Daniel Hottinger <TheHotti@gmx.ch>arpi2002-05-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6134 b3059339-0415-0410-9bf9-f77b7e298cf2
* swscale and 32->24bpp conversion removedarpi2002-05-201-49/+5
| | | | | | | | do osd only for yuv modes (for rgb image_data==NULL, so draw_osd sigfaults) use vfcap.h constants for query_format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6133 b3059339-0415-0410-9bf9-f77b7e298cf2
* memset and memcpy were used without #include <string.h> in a few places.arpi2002-05-203-0/+3
| | | | | | | patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6132 b3059339-0415-0410-9bf9-f77b7e298cf2
* openbsd a.out needs underscore for dlsym - patch by Björn Sandell ↵arpi2002-05-201-0/+4
| | | | | | <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6131 b3059339-0415-0410-9bf9-f77b7e298cf2
* catching SIGILL instead of dumping core - patch by Steven M. Schultz ↵arpi2002-05-201-1/+6
| | | | | | <sms@2BSD.COM> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6130 b3059339-0415-0410-9bf9-f77b7e298cf2
* create relative links instead of absolute (with path) ones, patches by:arpi2002-05-191-2/+2
| | | | | | | | manpage - Eric Lammerts <eric@lammerts.org> gmplayer - Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6129 b3059339-0415-0410-9bf9-f77b7e298cf2
* -2/-3 for scale w/harpi2002-05-191-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6128 b3059339-0415-0410-9bf9-f77b7e298cf2
* new special w/h values: -2 and -3. based on proposal by Bohdan Horst ↵arpi2002-05-191-0/+5
| | | | | | <nexus@hoth.amu.edu.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6127 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vm -fs fix by Tobias Diedrich <ranma@gmx.at>arpi2002-05-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6126 b3059339-0415-0410-9bf9-f77b7e298cf2
* a/v stream selection - patch by alexander.werth@gmx.dearpi2002-05-191-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6125 b3059339-0415-0410-9bf9-f77b7e298cf2
* module name fixed for vo check_eventsarpi2002-05-191-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6124 b3059339-0415-0410-9bf9-f77b7e298cf2
* FAQ sync, updates, removes, etc...gabucino2002-05-192-90/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6123 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixes, updatesgabucino2002-05-192-15/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6122 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied two patches (two-in-one! :P)gabucino2002-05-192-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6121 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile with '-g' by default for .developerarpi2002-05-181-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6120 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore first 2 framesarpi2002-05-181-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6119 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixarpi2002-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6118 b3059339-0415-0410-9bf9-f77b7e298cf2
* Overlay section addedmswitch2002-05-181-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6117 b3059339-0415-0410-9bf9-f77b7e298cf2
* gif support: added tests with the X11 libs (required by some lib(un)gif)pl2002-05-181-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6116 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Tobias Diedrich <td@informatik.uni-hannover.de>:pl2002-05-181-0/+1
| | | | | | | - fix segfault due to unitialized struct in ao_nas git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6115 b3059339-0415-0410-9bf9-f77b7e298cf2
* Kees Cook <mplayer@outflux.net> told us something ...jaf2002-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6114 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the forgoten scrennshot commandalbeu2002-05-183-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6113 b3059339-0415-0410-9bf9-f77b7e298cf2
* Workaround the bug in x11 vo's (if it's one) wich let a window in the wayalbeu2002-05-173-7/+76
| | | | | | | | | even after vo->uninit(). Support for dvd/vobsub subtitles. No more crash if vo->config is not called before vo->uninit() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6112 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improvment for spu subtitles.albeu2002-05-1710-158/+191
| | | | | | | | | | | | Removed the integreted spudec in vobsub. Various cleanup/bugfix in vobsub (no more auto palette when a true one is here) HW spu rendering moved in spudec because we first need to reassable the packet before sending them to the hw. Spudec is now created only if nedded. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6111 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfixed - they are also necessary here ...jaf2002-05-171-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6110 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavc rate control tech-docsmichael2002-05-171-0/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6109 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hi, I added some more help to my script, especially for american NTSC ↵jaf2002-05-171-28/+38
| | | | | | streams\nyou have to set some more options.\n\npatch by Juergen Hammelmann <juergen.hammelmann@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6108 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lavcopts ... inserted since lavc is default encoder nowgabucino2002-05-171-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6107 b3059339-0415-0410-9bf9-f77b7e298cf2
* iive is right - we shouldn't use IP buffering for vfw. it was changedarpi2002-05-161-1/+3
| | | | | | | to test DR support but i forgot to remove that later :( 10l is mine... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6106 b3059339-0415-0410-9bf9-f77b7e298cf2
* old vfw codecs don't like double buffering - force static buffer for themarpi2002-05-161-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6105 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'static' outfmt-flag addedarpi2002-05-162-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6104 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfixes by ugk8 <ugk8@rz.uni-karlsruhe.de>jaf2002-05-161-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6103 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrections by Diego Biurrun <diego@biurrun.de>jaf2002-05-161-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6102 b3059339-0415-0410-9bf9-f77b7e298cf2
* debian stuff againjaf2002-05-161-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6101 b3059339-0415-0410-9bf9-f77b7e298cf2
* added some debian stuffjaf2002-05-151-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6100 b3059339-0415-0410-9bf9-f77b7e298cf2
* ijpg outfmt updatedarpi2002-05-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6099 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb24, bgr 24/32 support even for grayscalearpi2002-05-151-21/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6098 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing end overwrite bugs (some at least)michael2002-05-151-18/+16
| | | | | | | | this needs testing, untested parts should be reversed before release i tested 24->32, 15->16, bgr24->rgb, bgr32->rgb (retesting them isnt a bad idea either ...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6097 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanup, gl/gl2 updated to use vo_windowarpi2002-05-148-76/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable mmst support. MMST will be tried if the HTTP support failed.bertrand2002-05-141-10/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added asf_mmst_streaming.c for compilation.bertrand2002-05-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6094 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for asf mmst protocol.bertrand2002-05-141-0/+628
| | | | | | | | Implementation taken from the xine-mms plugin made by majormms Modified to work with mplayer by Abhijeet Phatak <abhijeetphatak@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6093 b3059339-0415-0410-9bf9-f77b7e298cf2
* only include when necessaryjaf2002-05-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6092 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Diego Biurrun <diego@biurrun.de>:pl2002-05-141-3/+0
| | | | | | | - binary distribution is now allowed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6091 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixespontscho2002-05-147-19/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6090 b3059339-0415-0410-9bf9-f77b7e298cf2
* two more lines for dvb ...jaf2002-05-141-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6089 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a bug in the aspect coden (roudning at wrong point) and allow ↵atmos42002-05-142-3/+55
| | | | | | | | | donwscaling in second pass. Also add a testapp for the aspect code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6088 b3059339-0415-0410-9bf9-f77b7e298cf2
* devfs fallback support?arpi2002-05-131-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6087 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoleted by users_against_developers.htmlarpi2002-05-131-132/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6086 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfwopts_conf has moved to vw_vfw.calex2002-05-131-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6085 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for codec selectionalex2002-05-131-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6084 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoalex2002-05-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6083 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vop help, patch by Julian J. M. <bandit@telecable.es>arpi2002-05-133-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6082 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable bgr8alex2002-05-131-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6081 b3059339-0415-0410-9bf9-f77b7e298cf2
* better gif89 detection by pl <p_l@gmx.fr>, based on patch by Joey Parrish ↵arpi2002-05-131-4/+20
| | | | | | <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6080 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups, removed swscaler, osd support - by Joey Parrish <joey@yunamusic.com>arpi2002-05-131-53/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6079 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed vo_uninitalex2002-05-131-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6078 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch fixes broken detecniou of AQTitle subtiles and adds support for ↵arpi2002-05-132-5/+63
| | | | | | subtitles created by subrip 0.9 - by Jiri.Svoboda@seznam.cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6077 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for L<->R swap with 6ch playback - based on patch by Eric Lammerts ↵arpi2002-05-131-1/+4
| | | | | | <eric@lammerts.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6076 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume settingalbeu2002-05-133-33/+54
| | | | | | | support. Also the dvd subtitles should work now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6075 b3059339-0415-0410-9bf9-f77b7e298cf2
* comment on BSDarpi2002-05-131-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6074 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l sorry, won't commit again.jonas2002-05-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6073 b3059339-0415-0410-9bf9-f77b7e298cf2
* added new description, new vop options and fsmode-dontusejonas2002-05-131-28/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6072 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L Crash if no subdriver given and overlay enabledalbeu2002-05-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6071 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.albeu2002-05-137-2/+945
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6070 b3059339-0415-0410-9bf9-f77b7e298cf2
* lib(un)gif detection fix (linking should be sufficient) and it avoids the ↵pl2002-05-131-12/+9
| | | | | | | | | | message 'Checking for GIF89a support ... ./configure: line 2349: 1123 Segmentation fault "$TMPO" >>"$TMPLOG" no' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6069 b3059339-0415-0410-9bf9-f77b7e298cf2
* new pre-release versioneyck2002-05-131-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6068 b3059339-0415-0410-9bf9-f77b7e298cf2
* libgif detection extendedarpi2002-05-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6067 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fsmode accept 0..31 nowarpi2002-05-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6066 b3059339-0415-0410-9bf9-f77b7e298cf2
* small cleanup, new flag in -fsmode to avoid unmapping window for unknown wmarpi2002-05-121-8/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6065 b3059339-0415-0410-9bf9-f77b7e298cf2
* bad fix removedarpi2002-05-121-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6064 b3059339-0415-0410-9bf9-f77b7e298cf2
* cropdetectarpi2002-05-121-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6063 b3059339-0415-0410-9bf9-f77b7e298cf2
* new filter, to detect best crop sizearpi2002-05-123-1/+138
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6062 b3059339-0415-0410-9bf9-f77b7e298cf2
* keep aspect ratio - based on Fredrik Kuivinen's ideaarpi2002-05-123-11/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6061 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix Arpi's bugspontscho2002-05-123-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6060 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing </LI> matkups putnell2002-05-121-25/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6059 b3059339-0415-0410-9bf9-f77b7e298cf2
* various openbsd and general warning fixes - patch by Björn Sandell ↵arpi2002-05-127-6/+17