summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* syncnauj272003-10-063-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11027 b3059339-0415-0410-9bf9-f77b7e298cf2
* New spanish doc file. Only faq.xml remaining!nauj272003-10-061-0/+2229
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11026 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix external FLAC detection on Mandrake.lumag2003-10-061-2/+2
| | | | | | | Patch by G:otz Waschk <waschk at informatik dot uni-rostock dot de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11025 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only comment out the missing files.diego2003-10-052-9/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11024 b3059339-0415-0410-9bf9-f77b7e298cf2
* /dev/svga* creation instructionsgabucino2003-10-051-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve flac detection a bit. Now you can safely remove all files fromlumag2003-10-051-3/+11
| | | | | | | | | | | | | | | | libmpflac subdir, except this ones: defs.h dither.c dither.h private_fast_float_math_hack.h replaygain_synthesis.c replaygain_synthesis.h They are necessary to playback. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11022 b3059339-0415-0410-9bf9-f77b7e298cf2
* hopefully final pre2, it depends on gabucino..alex2003-10-051-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11021 b3059339-0415-0410-9bf9-f77b7e298cf2
* consolevidix -> cvidixfaust32003-10-051-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11020 b3059339-0415-0410-9bf9-f77b7e298cf2
* consolevidix renamed to cvidixgabucino2003-10-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11019 b3059339-0415-0410-9bf9-f77b7e298cf2
* consolevidix -> cvidixfaust32003-10-053-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11018 b3059339-0415-0410-9bf9-f77b7e298cf2
* final pre2 changelogalex2003-10-051-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11017 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct handling of select ret=0, patch by Jonas Jensen <jbj@knef.dk>alex2003-10-051-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Syncrtognimp2003-10-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11015 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100L fix the bug added by last commitalbeu2003-10-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11014 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin supportdiego2003-10-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11013 b3059339-0415-0410-9bf9-f77b7e298cf2
* Commented out all buggy sections.diego2003-10-051-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11012 b3059339-0415-0410-9bf9-f77b7e298cf2
* "compile" fixdiego2003-10-051-6/+7
| | | | | | | buggy/missing sections commented out git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11011 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fixes, should build nowdiego2003-10-052-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11010 b3059339-0415-0410-9bf9-f77b7e298cf2
* FLAC and altivecdiego2003-10-041-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11009 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure altivec patch by Magnus Damm <damm@opensource.se>attila2003-10-041-30/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CC is not checked for Altivec support (see above). The patch adds checks for FSF-style flags and Darwin-style flags. The check is performed regardless of the gcc version. * Disabling of Altivec. --disable-altivec is broken today if /proc/cpuinfo shows that your cpu supports altivec. The patch takes care of that. * "GCC & CPU optimization abilities" always show that it is optimizing for the cpu configure is running on, it should show the optimization that is enabled for gcc instead. Cosmetic change only, but confusing as it is today IMHO. * Runtime CPU-detection now enables altivec for powerpc. Now with the patch it should be possible to use --enable-altivec, --disable-altivec, --enable-runtime-cpudetection regardless of powerpc cpu type. The configure script handles altivec support in the following order: 1. Altivec is enabled by default if your cpu supports it. 2. --enable-runtime-cpudetection will enable altivec support. 3. If you have forced altivec on/off with --enable-altivec/--disable-altivec, then your selection will override the previous altivec configuration. 4. If altivec is enabled but the compiler doesn't support it, altivec gets turned off. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11008 b3059339-0415-0410-9bf9-f77b7e298cf2
* Resync :)lumag2003-10-043-3/+3
| | | | | | | | (just forgot to change synced with... comments, as noted by Diego Biurrun. changing them now) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11007 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-10-043-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11006 b3059339-0415-0410-9bf9-f77b7e298cf2
* FLAC decoding support via imported libmpflac.lumag2003-10-0410-2/+673
| | | | | | | TODO: fix FLAC-in-ogg decoding. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11005 b3059339-0415-0410-9bf9-f77b7e298cf2
* CMIPCI information update by ismail.donmez@boun.edu.trdiego2003-10-042-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11004 b3059339-0415-0410-9bf9-f77b7e298cf2
* Configure option typo found by Piotr Michniewski <cobra_666@poczta.onet.pl>diego2003-10-042-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11003 b3059339-0415-0410-9bf9-f77b7e298cf2
* libcss stuff is horribly misleadingrfelker2003-10-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11002 b3059339-0415-0410-9bf9-f77b7e298cf2
* many small typo and grammar fixesgabucino2003-10-0437-61/+61
| | | | | | | Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Philippe De Swert <philippe.deswert@student.denayer.wenk.be>diego2003-10-041-33/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11000 b3059339-0415-0410-9bf9-f77b7e298cf2
* More precise wording as suggested by Maciej Paszta <macp@wp.pl>.diego2003-10-042-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10999 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l to pl, this made mplayer crash when playing playlists longerrfelker2003-10-041-2/+2
| | | | | | | | than 2 entries. I'm too lazy to debug so I'm just reverting the code. Someone who cares about the memleak can fix it properly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10998 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-10-034-16/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10997 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2003-10-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10996 b3059339-0415-0410-9bf9-f77b7e298cf2
* micro cleanupalex2003-10-031-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10995 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-10-031-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10994 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesalex2003-10-032-39/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10993 b3059339-0415-0410-9bf9-f77b7e298cf2
* sdl only -noxvalex2003-10-031-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10992 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesalex2003-10-031-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10991 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with current cvsalex2003-10-0376-20024/+18975
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10990 b3059339-0415-0410-9bf9-f77b7e298cf2
* user settable colorkeyalex2003-10-036-36/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10989 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling checked, DOCS section corrected.diego2003-10-031-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10988 b3059339-0415-0410-9bf9-f77b7e298cf2
* supermount hintgabucino2003-10-031-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10987 b3059339-0415-0410-9bf9-f77b7e298cf2
* codec_specific_data_sizealex2003-10-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10986 b3059339-0415-0410-9bf9-f77b7e298cf2
* Backwards compatibility fix for old SSA CodecIDs.mosu2003-10-021-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10985 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround for mingwfaust32003-10-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Windows portfaust32003-10-021-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10983 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw portfaust32003-10-021-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10982 b3059339-0415-0410-9bf9-f77b7e298cf2
* port libdha to mingwfaust32003-10-024-9/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10981 b3059339-0415-0410-9bf9-f77b7e298cf2
* new vidix vo modules for textmode console and windowsfaust32003-10-024-1/+481
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10980 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversing my brokeness, but imho dnet is still broken on BE systemsalex2003-10-021-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10979 b3059339-0415-0410-9bf9-f77b7e298cf2
* make it work in textmode again && support for nv03 with 4MB RAMfaust32003-10-021-35/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10978 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-10-022-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10977 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typos and some confusion noticed by Lukasz frogu Proszek <l_j_p@wp.pl>.diego2003-10-022-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10976 b3059339-0415-0410-9bf9-f77b7e298cf2
* mv0michael2003-10-022-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10975 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos and lavc voodoodiego2003-10-021-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10974 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some credits.diego2003-10-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clumsy wording improved byRuben Garcia <ruben@ugr.es> anddiego2003-10-022-3/+3
| | | | | | | Torinthiel <torinthiel@wp.pl>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10972 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sometimes (especially with big images) reading pitch 0 from card's registerlumag2003-10-011-1/+9
| | | | | | | | | returns 0 (probably due to full card's FIFO), which leads to SIGFPE later. Fixed (or workarounded) by rereading pitch0, until it's not zero. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10971 b3059339-0415-0410-9bf9-f77b7e298cf2
* few more wordsmichael2003-10-011-0/+2
| | | | | | | maybe we should say a few words about rate distortion and other terms too but i dunno where to put it ... some glossary section of the manpage? encoding-tips.txt? videocoding.txt? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10970 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove outdated para about "newer version supporting URL-like syntax".lumag2003-10-011-8/+0
| | | | | | | All this is already explained few lines before. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10969 b3059339-0415-0410-9bf9-f77b7e298cf2
* New translation file.lumag2003-10-011-0/+379
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10968 b3059339-0415-0410-9bf9-f77b7e298cf2
* latest lavc uses the AIC flag also to turn mpeg4 ac prediction on/offmichael2003-10-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10967 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonauj272003-10-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10966 b3059339-0415-0410-9bf9-f77b7e298cf2
* "sync" (wtf is this option..?:)gabucino2003-10-011-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10965 b3059339-0415-0410-9bf9-f77b7e298cf2
* rd cbpmichael2003-09-302-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10964 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos and additionsdiego2003-09-301-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10963 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, some additionsdiego2003-09-301-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10962 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small correction from Stanislaw Klekot <dozzie@wp.pl>eyck2003-09-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10961 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a memory leak when playing several files in a row (playlist for instance)pl2003-09-291-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10960 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small improvement - added replaceable tags.lumag2003-09-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10959 b3059339-0415-0410-9bf9-f77b7e298cf2
* according to xfree cvs maximum overlay size is only 2046x2046atmos42003-09-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10958 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for selecting which plane to use for metrics in the pulluprfelker2003-09-283-9/+13
| | | | | | | | core (one of the chroma planes could be used for much lower cpu load at the expense of some accuracy) and turning off verbose mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10957 b3059339-0415-0410-9bf9-f77b7e298cf2
* more exact cpu mhz detect for fats cpus (remove rounding)atmos42003-09-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10956 b3059339-0415-0410-9bf9-f77b7e298cf2
* experimental nvidia_vid, use at your own riskfaust32003-09-272-0/+824
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10955 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable code that DOES NOT WORK (it won't load real playlists andrfelker2003-09-271-0/+2
| | | | | | | | makes mplayer hang forever on unrecognized files), and probably avoid vulnerabilities at the same time git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10954 b3059339-0415-0410-9bf9-f77b7e298cf2
* srcSliceY % 4 != 0 fixmichael2003-09-261-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10953 b3059339-0415-0410-9bf9-f77b7e298cf2
* eh 10l, better read compiler messagesatmos42003-09-261-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10952 b3059339-0415-0410-9bf9-f77b7e298cf2
* big update of cputable:atmos42003-09-261-14/+51
| | | | | | | | | - Fixed/Updated Cyrix/IDT CPUs from VIA (some entries were mixed up to wrong vendor) - Updated Intel Table (newer P4, Pentium-M, Itanium, Itanium 2 (unused)) - Updated AMD Table (Athlon 64, no info on Athlon 64 FX yet...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10951 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for bigendian systemsalex2003-09-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10950 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l found by Dominik 'Rathann' Mierzejewski <dominik@rangers.eu.org>alex2003-09-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10949 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to mealex2003-09-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10948 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated for prealex2003-09-261-0/+70
| | | | git-svn-