summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added faad2 to (no)codecmodules, patch by Sylvain Petreolle ↵alex2003-04-281-0/+2
| | | | | | <spetreolle@yahoo.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10011 b3059339-0415-0410-9bf9-f77b7e298cf2
* new mode for tfields filter -- shifts fields by a quarter-pixel so therfelker2003-04-281-0/+51
| | | | | | | output picture doesn't bob up and down :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10010 b3059339-0415-0410-9bf9-f77b7e298cf2
* at least 100l for me, the last commit was nonsenserfelker2003-04-281-3/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10009 b3059339-0415-0410-9bf9-f77b7e298cf2
* slices support for vf_crop. now cropping black borders should make arfelker2003-04-271-0/+29
| | | | | | | dvd play faster rather than slower... :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10008 b3059339-0415-0410-9bf9-f77b7e298cf2
* display size/aspect adjusting filterrfelker2003-04-273-1/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10007 b3059339-0415-0410-9bf9-f77b7e298cf2
* ugly ugly fix for michael's 1000l changes in swscaler: mysterious segfault ↵rfelker2003-04-271-0/+10
| | | | | | | | | w/g200 anyone have a better fix? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10006 b3059339-0415-0410-9bf9-f77b7e298cf2
* triple buffering support, configuration/option system changed,some minor ↵zdar2003-04-271-38/+176
| | | | | | bugs fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10005 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix 'cannot adjust line' warningnicolas2003-04-272-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10004 b3059339-0415-0410-9bf9-f77b7e298cf2
* generate meaningful d_width & d_height when scaling, rather than useless ↵rfelker2003-04-271-2/+11
| | | | | | nonsense. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10003 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixmichael2003-04-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10002 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with HMTL docsnicolas2003-04-261-12/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10001 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-04-261-12/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10000 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixesnicolas2003-04-261-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9999 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-04-261-62/+143
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9998 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonicolas2003-04-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9997 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimization -- lots of conditional jumps in inner loops are badrfelker2003-04-261-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9996 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix panscan font resizing with vo_mgarfelker2003-04-262-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9995 b3059339-0415-0410-9bf9-f77b7e298cf2
* optional automatic aspect encoding based on d_width and d_heightrfelker2003-04-261-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9994 b3059339-0415-0410-9bf9-f77b7e298cf2
* fopen requires binary flag on windows, toofaust32003-04-261-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9993 b3059339-0415-0410-9bf9-f77b7e298cf2
* segfault fixmichael2003-04-261-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9992 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizationrfelker2003-04-261-6/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9991 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spring cleanup: supporting only RGB24 as input (native jpeg lib supports ↵alex2003-04-251-115/+8
| | | | | | only that, maybe we could later add nativ YCbCr (YUV) support, but not swscale ones) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9990 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)michael2003-04-251-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9989 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove remaining cpudetect dependancymichael2003-04-257-533/+237
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9988 b3059339-0415-0410-9bf9-f77b7e298cf2
* Start fixing gabbucino changes that broke the package.eyck2003-04-251-1/+2
| | | | | | | Those can go back when package gets overhaul. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9987 b3059339-0415-0410-9bf9-f77b7e298cf2
* moving getFilter stuff back (vf_scale.c -> swscale.c)michael2003-04-253-59/+90
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9986 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable mf support on mingw32faust32003-04-251-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9985 b3059339-0415-0410-9bf9-f77b7e298cf2
* alternative timer and glob emulation code for mingw32 portfaust32003-04-255-3/+145
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9984 b3059339-0415-0410-9bf9-f77b7e298cf2
* fallback to non-dr1 if the codec wants more than 1+2 buffersmichael2003-04-251-14/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9983 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleak fix by Raindel Shachar <raindel@techunix.technion.ac.il>alex2003-04-241-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9982 b3059339-0415-0410-9bf9-f77b7e298cf2
* darwin ldd support patch by Steven M. Schultz <sms@2BSD.COM>alex2003-04-241-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9981 b3059339-0415-0410-9bf9-f77b7e298cf2
* spring update patch by Ville Syrjala <syrjala@sci.fi>alex2003-04-241-122/+299
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9980 b3059339-0415-0410-9bf9-f77b7e298cf2
* last mingw32 support patch by Sascha Sommeralex2003-04-246-4/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9979 b3059339-0415-0410-9bf9-f77b7e298cf2
* bad GUI usage instructions fixedgabucino2003-04-242-13/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9978 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>rik2003-04-242-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9977 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing sws - global verbose var dependancymichael2003-04-246-221/+213
| | | | | | | | removing sws - cpudetect dependancy (note rgb2rgb still needs it) moving mplayer specific stuff from swscale.c -> vf_scale.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9976 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10Lhenry2003-04-241-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9975 b3059339-0415-0410-9bf9-f77b7e298cf2
* Russian translation updatelumag2003-04-224-5/+213
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9974 b3059339-0415-0410-9bf9-f77b7e298cf2
* - and -use-stdin are not the same.diego2003-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updates for the new xxx:// syntax and numerous clarifications.diego2003-04-221-51/+136
| | | | | | | Patch by Albeu, further corrections by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9972 b3059339-0415-0410-9bf9-f77b7e298cf2
* killed an mp_msg occurancealex2003-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9971 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonicolas2003-04-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9970 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw32 support patch by Diego Biurrun with some changes made by mealex2003-04-211-2/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9969 b3059339-0415-0410-9bf9-f77b7e298cf2
* cygwin support patch by Sascha Sommer and some fixes by mealex2003-04-219-7/+84
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9968 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Albeu, corrected by Diego Biurrun & menicolas2003-04-211-0/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9967 b3059339-0415-0410-9bf9-f77b7e298cf2
* cygwin support patch by Sascha Sommeralex2003-04-212-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9966 b3059339-0415-0410-9bf9-f77b7e298cf2
* CoTaskMemAlloc/Free vs malloc/free cleanupalex2003-04-213-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9965 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9964 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved some obsolete debug stuffalex2003-04-212-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9963 b3059339-0415-0410-9bf9-f77b7e298cf2
* cygwin support by Sascha Sommeralex2003-04-211-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9962 b3059339-0415-0410-9bf9-f77b7e298cf2
* big endian yellow fix?michael2003-04-211-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9961 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, noted by Mark Szabo <mw3@daisy.chains.ch>alex2003-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9960 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix by Aurelien JACOBS <aurel@gnuage.org>alex2003-04-211-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9959 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, wrong syntaxdiego2003-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9958 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-04-211-2/+1
| | | | | | | sync git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9957 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed 2 10l-s (bug found in the spring cleanup patch by Raindel Shacharalex2003-04-211-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9956 b3059339-0415-0410-9bf9-f77b7e298cf2
* also tdfxfb supports geometryattila2003-04-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9955 b3059339-0415-0410-9bf9-f77b7e298cf2
* typosdiego2003-04-212-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9954 b3059339-0415-0410-9bf9-f77b7e298cf2
* xvidix now supports -geometry.diego2003-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9953 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid including a header file twice to prevent Cygwin gcc 2.95.3-10 fromdiego2003-04-201-2/+1
| | | | | | | | crashing. Also Fixes compilation with --disable-streaming on Cygwin gcc 3.2 where the include appears to be needed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9952 b3059339-0415-0410-9bf9-f77b7e298cf2
* duplicate from etc/cygwin_inttypes.hdiego2003-04-201-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9951 b3059339-0415-0410-9bf9-f77b7e298cf2
* -tv on --> tv:// sync from xml/.diego2003-04-201-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9950 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Albeu + update of matrox_tvout urlnicolas2003-04-203-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9949 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding geometry support for xvidixattila2003-04-202-6/+13
| | | | | | | fixing some 10l in geometry.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9948 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed unneded Cygwin #ifdefs. Tested by Diego Biurrunrtognimp2003-04-204-24/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9947 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix this 10L for wich i got so good bugreports :(((albeu2003-04-201-1/+1
| | | | | | | Thx to Sascha. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9946 b3059339-0415-0410-9bf9-f77b7e298cf2
* windows resource file for versioninfo and iconfaust32003-04-202-0/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9945 b3059339-0415-0410-9bf9-f77b7e298cf2
* load icon from executablefaust32003-04-201-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9944 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer 64x64 256color iconfaust32003-04-201-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9943 b3059339-0415-0410-9bf9-f77b7e298cf2
* at least it works now, but it's horrible slow and broken. double bufferrfelker2003-04-191-2/+2
| | | | | | | and direct rendering support are needed to make this remotely usable... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9942 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to whoever wrote this, it makes osd spam whenever starting a movie with ↵rfelker2003-04-191-1/+1
| | | | | | subtitles! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9941 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation for *BSD, Mac OS X and maybe others (info by Steven M. ↵rtognimp2003-04-192-0/+2
| | | | | | Schultz and Dan Christiansen) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9940 b3059339-0415-0410-9bf9-f77b7e298cf2
* too verbosealex2003-04-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9939 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf->mp_msg and honor -double switchzdar2003-04-191-81/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9938 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable getch2 on windows when we can't read stdin (msys)faust32003-04-191-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9937 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticmichael2003-04-191-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9936 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_clone_mpi_attributes()michael2003-04-198-13/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9935 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1. new alternate approach to inverse telecine! much better!rfelker2003-04-194-1/+697
| | | | | | | | | 2. interlaced 4:2:0 planar to 4:2:2 packer. makes it possible to watch interlaced movies without horrible chroma artifacts, provided you have an interlaced display device. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9934 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some .ra files are playable, noted by Ross Finlaysonrtognimp2003-04-181-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9933 b3059339-0415-0410-9bf9-f77b7e298cf2
* support old libavcodecmichael2003-04-182-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9932 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, noted by Sascha Sommerrtognimp2003-04-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9931 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lfaust32003-04-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9930 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portfaust32003-04-182-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9929 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw fixfaust32003-04-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9928 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow config file loading outside o