summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* switch to snowmichael2005-12-031-12/+17
| | | | | | | various bugfixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17082 b3059339-0415-0410-9bf9-f77b7e298cf2
* multithreaded decodingmichael2005-12-021-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17081 b3059339-0415-0410-9bf9-f77b7e298cf2
* muxer_lavf MUST be disabled by default until someone adds AVParserrfelker2005-12-021-0/+20
| | | | | | | | | | | | support to it. Otherwise users will generate files with totally nonsensical pts if they use B frames! (And they are already doing so -- see mplayer-users list!) If anyone wants to volunteer to add AVParser support, go right ahead! But until then, do not remove this check. :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17080 b3059339-0415-0410-9bf9-f77b7e298cf2
* fatal error when muxer cannot initializerfelker2005-12-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17079 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.100jheryan2005-12-021-11/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.99jheryan2005-12-021-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17077 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.34jheryan2005-12-021-8/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17076 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.12jheryan2005-12-021-1/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17075 b3059339-0415-0410-9bf9-f77b7e298cf2
* make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault ↵gpoirier2005-12-021-0/+2
| | | | | | | | | | | POIS org ) Original thread: Subject: Re: [MPlayer-dev-eng] [PATCH] make -lavdopts debug work again Date: Fri, 2 Dec 2005 01:38:02 +0100 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17074 b3059339-0415-0410-9bf9-f77b7e298cf2
* export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dllrtognimp2005-12-011-0/+2
| | | | | | | Patch by Benjamin Larsson git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17073 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add CharNextA(), needed by rp8 sipr dllrtognimp2005-12-011-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17072 b3059339-0415-0410-9bf9-f77b7e298cf2
* nits and fixes suggested by The Wanderer and Loren Merrittgpoirier2005-12-011-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17071 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_tdfxfb should be preferred over vo_3dfx.diego2005-12-011-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17070 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrong output level calculation on af_equalizer leaded to low level output ↵reynaldo2005-12-011-1/+1
| | | | | | even with all octaves at 0db (default), patch by Corey Hickey bugfood-ml AT -fatooh/org- git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17069 b3059339-0415-0410-9bf9-f77b7e298cf2
* AMD's Family 6 CPUs come with two flavors: one that supports SSE anddiego2005-12-011-16/+9
| | | | | | | | | | | | one that dosen't. However, they're not easily distinguishible from their signature (family, model and stepping). Original configure might set -march=athlon-4 for a CPU that dosen't support SSE and causes gcc to generate code that won't run on the target machine. Closes bug #267. patch by Zuxy Meng zuxy -- dot -- meng -- at -- gmail -- dot -- com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17068 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies ↵nicodvb2005-11-301-14/+35
| | | | | | unknown format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17067 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT ↵reynaldo2005-11-296-15/+22
| | | | | | -fatooh/org- , small fixes by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Link was a bit dated (but still working :-))ranma2005-11-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17065 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range ↵reynaldo2005-11-291-2/+2
| | | | | | [4,2400000] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17064 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync man page structure description with actual man page structure.diego2005-11-291-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17063 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling, capitalization and wording fixesdiego2005-11-291-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17062 b3059339-0415-0410-9bf9-f77b7e298cf2
* Smarter defaults, removing obsolete options.diego2005-11-291-18/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17061 b3059339-0415-0410-9bf9-f77b7e298cf2
* -aop is long obsolete.diego2005-11-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17060 b3059339-0415-0410-9bf9-f77b7e298cf2
* -aop is long obsolete.diego2005-11-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a function to remove osd msg and use it to remove the "OSD: enabled"albeu2005-11-271-0/+25
| | | | | | | msg when switching the OSD to a level above 1. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17058 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add indicative QP for ASP and AVC codecsgpoirier2005-11-271-3/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain how to make regression tests with CVSgpoirier2005-11-271-0/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17056 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar fix on the documentation-updates notewanderer2005-11-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17055 b3059339-0415-0410-9bf9-f77b7e298cf2
* some comments and simplificationalex2005-11-271-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17054 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1161: misc fixes [partly]ranma2005-11-271-3/+12
| | | | | | | | | 1.1160: Explain -vo gl:slice-height behaviour if YUV rendering is used. 1.1159: [does not apply] 1.1158: sync to x264 r373 (brdo) [partly] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Note about handling patches that contain documentation updates.diego2005-11-261-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17052 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support to get the list of files from a file containing one filenamealbeu2005-11-261-1/+30
| | | | | | | per line. Patch from devik (devik .at. cdi .dot. cz). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17051 b3059339-0415-0410-9bf9-f77b7e298cf2
* How to create a MPEG4 video from an explicit list of files, based on a patch ↵gpoirier2005-11-261-0/+11
| | | | | | | | | | | by devik <devik AH cdi POIS cz> Original thread: Date: Jun 18, 2005 11:44 AM Subject: [MPlayer-dev-eng] [PATCH] Allow mf:// to read indirect file list git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix URL escaping to correctly handle URL containing an ip6 address oralbeu2005-11-261-24/+65
| | | | | | | escaped special chars like & or ; git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17049 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct optimization for C3, patch by Zuxy Meng < zuxy POIS meng AH gmail ↵gpoirier2005-11-261-8/+4
| | | | | | | | | | | POIS com > Original thread Date: Nov 25, 2005 3:35 AM Subject: [MPlayer-dev-eng] [PATCH] Correct optimization for C3 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17048 b3059339-0415-0410-9bf9-f77b7e298cf2
* skin authors, trailing whitespace cosmeticsdiego2005-11-251-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17047 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording and gramma fixes by Bougizgpoirier2005-11-252-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17046 b3059339-0415-0410-9bf9-f77b7e298cf2
* When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibilitydiego2005-11-251-3/+5
| | | | | | | | library, use this to fix building on this (weird ;)) system. patch by Steven M. Schultz sms __ at __ 2BSD __ dot __ COM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Grammar and wording fixes by Bougizgpoirier2005-11-244-47/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17044 b3059339-0415-0410-9bf9-f77b7e298cf2
* productive skindiego2005-11-241-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17043 b3059339-0415-0410-9bf9-f77b7e298cf2
* M-x untabifygpoirier2005-11-231-208/+208
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17042 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct k6_mtrr detection, add a great deal of infos about newer processorsgpoirier2005-11-231-6/+62
| | | | | | | | | | patch by Zuxy Meng < zuxy POIS meng @gmail POIS com > Original thread: Date: Nov 21, 2005 11:36 AM Subject: [MPlayer-dev-eng] [PATCH] TOOLS/cpuinfo.c: correct k6_mtrr detection git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17041 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes in examples, minor detailswight2005-11-231-12/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17040 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.202jheryan2005-11-231-57/+138
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17039 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.99, Patch by Johan B. < dariusjb AH gmail POIS com >gpoirier2005-11-231-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17038 b3059339-0415-0410-9bf9-f77b7e298cf2
* -mc is useful to get rid of A/V desync.diego2005-11-231-0/+9
| | | | | | | based on patch by compn < tempn __ at __ twmi __ dot __ rr __ dot __ com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17037 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1161gpoirier2005-11-231-7/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17036 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc fixesdiego2005-11-231-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17035 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert previous commital2005-11-221-2/+0
| | | | | | | | | | | ``Nov 22 To mplayer-cvsl ( 32) [MPlayer-cvslog] CVS: main/libvo x11_common.c,1.199,1.200'' - causes unneeded massive slowdown when stop-xscreensaver is used - is not consistent with the other xscreensaver functions - was commited without my approval git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17034 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore OPTIONS rtsp command during playback. Fixesrtognimp2005-11-221-1/+2
| | | | | | | | | rtsp://mms.sonix.de/universal/rock/apocalyptica_lifeburns_300.rm?start=0 (playback stopped after 82 sec) Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17033 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1159gpoirier2005-11-221-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17032 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain -vo gl:slice-height behaviour if YUV rendering is used.reimar2005-11-221-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17031 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a '.'... not abig effort by me indeed :-)))n..ptt2005-11-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17030 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1158ptt2005-11-221-42/+122
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use slice-height 16 as default for yuv colorspaces (only relevant if decoderreimar2005-11-221-1/+3
| | | | | | | does not support slice rendering). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17028 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10llorenm2005-11-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17027 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r373 (brdo)lorenm2005-11-223-5/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17026 b3059339-0415-0410-9bf9-f77b7e298cf2
* resolves problem in module stop_xscreensaver, crashing mp after sleep and ↵ptt2005-11-211-0/+2
| | | | | | awake or enabling/disabling xssaver by hand git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17025 b3059339-0415-0410-9bf9-f77b7e298cf2
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh ↵nicodvb2005-11-219-60/+126
| | | | | | punctum org) plus small fixes by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mentions that --enable-runtime-cpudetection is not on by default.gpoirier2005-11-211-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the osd command only switch between enabled/disabled whenalbeu2005-11-201-7/+14
| | | | | | | | using the term osd. Also put a define to test for the term osd without #ifdef. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17022 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-192-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also parse glX extension string, makes -vo gl:swapinterval work again on linuxreimar2005-11-191-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17020 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change MUST to SHOULD have disposition and if applicable language tags.al2005-11-181-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17019 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling by using -I.diego2005-11-183-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17018 b3059339-0415-0410-9bf9-f77b7e298cf2
* 302m_convert and 360m_convert are generated files.diego2005-11-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17017 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpybench and cpuinfo are x86-specific.diego2005-11-181-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling by adding $(MPROOT) to CFLAGS.diego2005-11-182-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Makefile reorganized for better clarity and maintainability.diego2005-11-181-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17014 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-18151-430/+430
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17013 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1157: -novideo does not work in some cases, e.g. with MPEG demuxers.ranma2005-11-181-0/+18
| | | | | | | 1.1155/1.1156: Document the new osd options: -osd-duration, -noterm-osd, -term-osd-esc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17012 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1157gpoirier2005-11-181-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17011 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat seems to use "Vo" as Vorbis tag, so add that.reimar2005-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17010 b3059339-0415-0410-9bf9-f77b7e298cf2
* -novideo does not work in some cases, e.g. with MPEG demuxers.reimar2005-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17009 b3059339-0415-0410-9bf9-f77b7e298cf2
* new -(no)border optionreimar2005-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17008 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable border toggling for gl and gl2 under windows.reimar2005-11-173-2/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17007 b3059339-0415-0410-9bf9-f77b7e298cf2
* print the number of encoded frames per seconds (fps) with a greater precisiongpoirier2005-11-171-2/+2
| | | | | | | |