summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding debian-build directory by request of Deriush Pietrzakattila2003-02-0920-0/+739
| | | | | | | | | This is thought for creating debian binary packages for distribution. IMPORTANT: THIS DOESNT WORK CURRENTLY git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9365 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-02-095-39/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9364 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-02-091-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9363 b3059339-0415-0410-9bf9-f77b7e298cf2
* encoding the whole name doesnt make sensemichael2003-02-091-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9362 b3059339-0415-0410-9bf9-f77b7e298cf2
* "X-" prefix for nonstd fields & "keywords" idea by (Andreas Hess <jaska at ↵michael2003-02-091-0/+2
| | | | | | gmx dot net>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9361 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Sylvain Petreolle <spetreolle@yahoo.fr>nicolas2003-02-091-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9360 b3059339-0415-0410-9bf9-f77b7e298cf2
* simpler/faster LowPass() macroarpi2003-02-091-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9359 b3059339-0415-0410-9bf9-f77b7e298cf2
* supprting various codec specific/private headers for different APIs (ideas ↵michael2003-02-091-1/+11
| | | | | | by arpi/alex/fabian) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9358 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplificationmichael2003-02-091-17/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9357 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete unused cyuv.carpi2003-02-092-85/+1
| | | | | | | noticed by Mike Melanson <melanson@pcisys.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9356 b3059339-0415-0410-9bf9-f77b7e298cf2
* - look for alternative locations of cdparanoia includes (in redhat this is ↵filon2003-02-081-1/+9
| | | | | | /usr/include/cdda) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9355 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add missing entry for NAS in --helpfilon2003-02-081-1/+2
| | | | | | | | | - change order of looking for X11 includes, /usr/include almost alway will be the bad choice. often /usr/include/X11 is linked to /usr/X11R6/include/X11 so looking for NAS headers will fail (for example in RedHat) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9354 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lpontscho2003-02-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9353 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2003-02-081-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9352 b3059339-0415-0410-9bf9-f77b7e298cf2
* -typo, +time, -ntsc/pal (idea by alex)michael2003-02-081-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9351 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l (af moved to common)arpi2003-02-082-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9350 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to commitarpi2003-02-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9349 b3059339-0415-0410-9bf9-f77b7e298cf2
* changing name to "nut" for now, we can change it again if we agree on ↵michael2003-02-081-4/+22
| | | | | | | | | | something else index_flag so the demuxer knows if the index is missing and doesnt need to search for it adding start/end_stream_id to the info packet so it can cover individual streams too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9348 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor fixes for font autoscalinghenry2003-02-082-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9347 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fixhenry2003-02-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9346 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1) codecs.conf changed recently and demux_gif no longer needs to spitarpi2003-02-081-11/+7
| | | | | | | | | | | | | out BGR8 upside-down. the workaround for this is removed. 2) fixes a bug so that streaming gifs now works, and removes a workaround no longer needed. now libgif uses mplayer's stream_read function and thus http streaming, etc, works with demux_gif. 3) cosmetic clean-up because i no longer plan to support certain GIF extensions that would be more difficult to implement. patch by Joey Parrish <joey@nicewarrior.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9345 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm needed for svgalibgabucino2003-02-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with help_mp-en.h v1.89rtognimp2003-02-081-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9343 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixesgabucino2003-02-081-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9342 b3059339-0415-0410-9bf9-f77b7e298cf2
* more translatedgabucino2003-02-081-77/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9341 b3059339-0415-0410-9bf9-f77b7e298cf2
* add newlinenexus2003-02-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9340 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document -fstype in manpage.filon2003-02-084-11/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9339 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure options available, but not documented -> 1lfilon2003-02-081-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9338 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgot about #ifdef HAVE_X11. 10lfilon2003-02-082-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9337 b3059339-0415-0410-9bf9-f77b7e298cf2
* lang & country codes from ISO & utf8 requirement (ideas from Tobias Diedrich ↵michael2003-02-081-0/+5
| | | | | | | | | <td at sim dot uni-hannover dot de> btw, sorry that i didn mention the names of the ppl from whom all the past ideas came from ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9336 b3059339-0415-0410-9bf9-f77b7e298cf2
* spellingdiego2003-02-081-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9335 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...)arpi2003-02-0816-485/+932
| | | | | | | patch by Andreas Hess <jaska@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename documentation directories to two-letter language codes.diego2003-02-0878-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9333 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9332 b3059339-0415-0410-9bf9-f77b7e298cf2
* new rcalex2003-02-071-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9331 b3059339-0415-0410-9bf9-f77b7e298cf2
* required for i18n+-lintl (found by Nexus)arpi2003-02-072-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9330 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't use -lintl by default (force with --enable-i18n)arpi2003-02-071-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9329 b3059339-0415-0410-9bf9-f77b7e298cf2
* i18n may require extra_libdir, at least on freebsdarpi2003-02-071-1/+1
| | | | | | | found by Nexus git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9328 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l debugalex2003-02-071-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9327 b3059339-0415-0410-9bf9-f77b7e298cf2
* hex editor friendly language_codemichael2003-02-071-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9326 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1lalex2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9325 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more info (copy & pasted from ML)michael2003-02-071-15/+43
| | | | | | | | | replacing zero terminated strings with length + string so it can allso contain binary data adding a type to every entry in the info_packet changing the fourcc storage type from v to b, that way it can be read with a hex editor git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9324 b3059339-0415-0410-9bf9-f77b7e298cf2
* rt subtitle fixesarpi2003-02-071-1/+10
| | | | | | | patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9323 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.carpi2003-02-072-2/+44
| | | | | | | based on patch by Andre Schulz <andre@0wnage.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9322 b3059339-0415-0410-9bf9-f77b7e298cf2
* seperated flipped fourcc=0 and non-flipped fourcc!=0 raw formatsarpi2003-02-071-6/+41
| | | | | | | (should fix upside-down picture from tv in rgb modes) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9321 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1larpi2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9320 b3059339-0415-0410-9bf9-f77b7e298cf2
* PATH_MAX should be more portable, and we even include limits.h to be surearpi2003-02-071-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9319 b3059339-0415-0410-9bf9-f77b7e298cf2
* - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreenfilon2003-02-076-104/+143
| | | | | | | | | | | | - help (-fstype help) also availabible - support state BELOW (someone may want to use it...) and by -fstype none forcing of not changing window layer (user request) - drop icelayer option, it can be set by -fstype layer=<number> - simplify vo_x11_fullscreen - fs change code cleanup git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9318 b3059339-0415-0410-9bf9-f77b7e298cf2
* The patch add a library detection to configure and the usage of thearpi2003-02-072-6/+14
| | | | | | | | detected libraries in Makefile. based on patch by Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enhance portability and remove error prone usage of realloc()arpi2003-02-071-7/+2
| | | | | | | patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9316 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch adds the option -guiwid to gmplayer. I think its a more cleanarpi2003-02-073-2/+10
| | | | | | | | approach than using just wid. Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9315 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync until 2003-02-07 14:09mosu2003-02-079-177/+213
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9314 b3059339-0415-0410-9bf9-f77b7e298cf2
* typomichael2003-02-071-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9313 b3059339-0415-0410-9bf9-f77b7e298cf2
* zero_bit for normal frames, so we can distinguish them from other packetsmichael2003-02-071-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9312 b3059339-0415-0410-9bf9-f77b7e298cf2
* some typosmichael2003-02-071-8/+38
| | | | | | | | | | info_header -> info_packet adding variable sized reserved_bytes where i forgot it start/end time in the info_packet stuffing_packet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9311 b3059339-0415-0410-9bf9-f77b7e298cf2
* -enqueue documented.diego2003-02-071-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9310 b3059339-0415-0410-9bf9-f77b7e298cf2
* maybe fixed mp3lame version checkarpi2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9309 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (copy & pasting the generator poly for crc32 from ogg was a bad idea...)michael2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9308 b3059339-0415-0410-9bf9-f77b7e298cf2
* Embed gui into the playback window, if winid>0arpi2003-02-061-0/+10
| | | | | | | | | also don't center window and align gui at the bottom. (see http://mplayerplug-in.sf.net for screenshot and speial skin) patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9307 b3059339-0415-0410-9bf9-f77b7e298cf2
* another 10lpontscho2003-02-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9306 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l!!!!!!!!arpi2003-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9305 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix one 10lpontscho2003-02-061-11/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9304 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-02-064-388/+377
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9303 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch fixes latest bug, discovered by .so ... (relative filenames &arpi2003-02-062-7/+36
| | | | | | | | playlists) This affects also the gui (filenames with space) patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9302 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup detection of various divx4 versions/alternativesarpi2003-02-067-48/+71
| | | | | | | | | | | | | allows mixing xvid with divx4/5linux libs basic rule: -vfm odivx/divx4 and -ovc divx4 uses divx4/5linux/opendivx if available, otherwise uses xvid (if divx4.h is available and xvid has decore()/encore() functions). based on patch by Kim Minh Kaplan <kmkaplan@selfoffice.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9301 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove non byte sized stuffmichael2003-02-061-6/+4
| | | | | | | remove more useless startcode emulation prevention stuff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9300 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixnicolas2003-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9299 b3059339-0415-0410-9bf9-f77b7e298cf2
* use fraction for time_basemichael2003-02-061-3/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9298 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing startcode emulation prevention, its nonsense ...michael2003-02-061-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9297 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatemichael2003-02-061-25/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9296 b3059339-0415-0410-9bf9-f77b7e298cf2
* nonsense (MPlayer container format draft 0.01)michael2003-02-061-0/+415
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9295 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-02-061-40/+374
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Fabio Pugliese Ornellas <fabio.ornellas@poli.usp.br>.diego2003-02-061-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9293 b3059339-0415-0410-9bf9-f77b7e298cf2
* - It adds an option enqueue/noenqueue, so users can choose if they want toarpi2003-02-056-9/+225
| | | | | | | | | | | | | | have playlist overwritten by files on commandline or just enqueue them at the end ... - Playtree is finally cleared, as such gui has total control! - Autoplay if files are available on commandline and -enqueue is not set! - Fallback on Playlists finally does work with Gui and even with streaming Playlists! [ Before gui was broken as mplayer.c:playtree tried to have control] patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9292 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch adds a high-level-api to playtree, allowing to use it more easilyarpi2003-02-052-4/+161
| | | | | | | | | and hopefully also letting one doing less mistakes, as current low-level-api is not rock-solid ... patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9291 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Pierre Lombard <p_l@gmx.fr>nicolas2003-02-0512-355/+354
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9290 b3059339-0415-0410-9bf9-f77b7e298cf2
*