summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-2431-204/+261
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17933 b3059339-0415-0410-9bf9-f77b7e298cf2
* The fix in mp_msg.c avoids a core dump when iconv_open() fails, the otheralbeu2006-03-242-1/+13
| | | | | | | | | just makes it possible to compile if USE_ICONV is undefined. Patch by Bjorn Sandell (biorn _At_ chalmers _Dot_ se). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17932 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.diego2006-03-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix osd_show_msg alignment and make sure msg stringsalbeu2006-03-231-2/+4
| | | | | | | | get properly 0 terminated. Thanks to Jonas Jermann (jjermann _At_ gmx _Dot_ net) for the report. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17930 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert fullscreen, panscan, color controls, ontop, rootwin,albeu2006-03-233-202/+228
| | | | | | | | border, framedrop and vsync to properties. Also add a couple of video related properties like width, height, etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17929 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100L too many arguments to mp_msg().albeu2006-03-231-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17928 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.229: Move audio_delay to a property and add a few read only properties tokraymer2006-03-221-2/+2
| | | | | | | query samplerate, format, etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17927 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move audio_delay to a property and add a few read only properties toalbeu2006-03-223-10/+64
| | | | | | | query samplerate, format, etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17926 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add get/set_property and update volume/mute to the last changes.albeu2006-03-221-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele ↵mosu2006-03-221-0/+14
| | | | | | Giaquinta (emanuele ! giaquinta () gmail ! com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17924 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1246: insert linebreak, \-playing-msg optionkraymer2006-03-221-2/+17
| | | | | | | | 1.1245: Shortly describe -playing-msg and -list-properties. 1.1244: Prevent building lavc with xvid support unless xvid version is 1.1 or higher. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17923 b3059339-0415-0410-9bf9-f77b7e298cf2
* insert linebreak, \-playing-msg optionkraymer2006-03-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17922 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1243: 10lkraymer2006-03-221-8/+27
| | | | | | | | | | | 1.1242: sync to x264 r476 (subq=7) 1.1241: Support libavcodec vrc_strategy=1 (XviD ratecontrol). 1.1240: [applied by diego, commit #1.209] 1.1239: mpegopts example 1.1238: adapter doesn't require vm anymore git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17921 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1237: Capitalize some sentences after colons.kraymer2006-03-221-6/+18
| | | | | | | | 1.1236: sync to x264 r457 (direct_pred=3) 1.1235: XviD multi-threaded encoding support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17920 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1234: Add some undocumented options.kraymer2006-03-221-1/+36
| | | | | | | 1.1233: Document the noup suboption of the scale video filter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17919 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1232: put options in alphabetical orderkraymer2006-03-221-6/+18
| | | | | | | 1.1231: New option: -ignore-start git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17918 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shortly describe -playing-msg and -list-properties.albeu2006-03-221-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17917 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.228: Add an option to list the properties: -list-propertieskraymer2006-03-221-2/+16
| | | | | | | 1.227: Add the new property API and implement a couple properties. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17916 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add an option to list the properties: -list-propertiesalbeu2006-03-225-0/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17915 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, checking for NULL after dereferencing makes no sense (though what is ↵reimar2006-03-221-1/+2
| | | | | | this check for anyway?) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17914 b3059339-0415-0410-9bf9-f77b7e298cf2
* use mencoder directly for mp3lame encoding instead of lavcjonas2006-03-221-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the new property API and implement a couple properties.albeu2006-03-228-39/+699
| | | | | | | | Move the volume and mute command to the command to property bridge. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17912 b3059339-0415-0410-9bf9-f77b7e298cf2
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-214-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17911 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavc doesnt pass AVFrame.opaque around :/michael2006-03-211-2/+17
| | | | | | | so lets use AVFrame.pts and hope lavcs pedantic timestamp checks like what mencoder generates ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17910 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (forgot ...)michael2006-03-211-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17909 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (null pointer dereference)michael2006-03-211-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17908 b3059339-0415-0410-9bf9-f77b7e298cf2
* passing pts through the filter layer (lets see if pts or cola comes out at ↵michael2006-03-2180-180/+191
| | | | | | the end) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17907 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rawvideo on => -demuxer rawvideoods152006-03-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prevent building lavc with xvid support unless xvid version is 1.1 orcorey2006-03-212-3/+18
| | | | | | | higher. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17905 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10llorenm2006-03-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17904 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r476 (subq=7)lorenm2006-03-202-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17903 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSDpacman2006-03-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17902 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't try to parse fb.modes more than once. Fixes playback of multiple filespacman2006-03-201-0/+4
| | | | | | | with mplayer -vm git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17901 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1241gpoirier2006-03-201-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17900 b3059339-0415-0410-9bf9-f77b7e298cf2
* retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ ↵aurel2006-03-201-0/+145
| | | | | | geexbox.org >) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17899 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify pkg-config invocation.diego2006-03-201-5/+5
| | | | | | | patch by Emanuele Giaquinta, emanuele . . . giaquinta . @ . gmail . . . com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17898 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.226gabrov2006-03-191-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17897 b3059339-0415-0410-9bf9-f77b7e298cf2
* temporarily disabled the coercion of audio_preload=0 for -of mpeg until I ↵nicodvb2006-03-191-0/+3
| | | | | | find a proper fix: it horribly distorts filtered sound git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17896 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use ptr when it's NULL. CID 89rtognimp2006-03-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17895 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1230: Typo fix: "URLs to forces" --> "URLs to force"kraymer2006-03-181-20/+37
| | | | | | | | | | | | | 1.1229: Allows the LIVE555 library to forces the client's port to be used... 1.1228: dwStart support for mencoder. 1.1227: This patch removes mmap support because it doesn't have any benefit. 1.1226: Rephrase telecine and film2pal mpegopts. 1.1225: Remove stray space. 1.1224: mention film2pal in -mpegopts 1.1223: -fixed-vo shall no longer be called BETA-CODE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17894 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.226: Print the mute state on the OSD.kraymer2006-03-181-3/+9
| | | | | | | | | | 1.225: Fix up libaf unknown-format printing 1.224: last print on libaf to af_msg 1.223: [done by diego] 1.222: dwStart support for mencoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print the mute state on the OSD.diego2006-03-182-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17892 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable gui key bindings only when running the gui. Fix enter and escalbeu2006-03-183-16/+30
| | | | | | | not working with a GUI enabled build running w/o GUI. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17891 b3059339-0415-0410-9bf9-f77b7e298cf2
* codec-cfg depend on help_mp.h. Fix // builds.albeu2006-03-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17890 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.225gabrov2006-03-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17889 b3059339-0415-0410-9bf9-f77b7e298cf2
* flags cleanupmichael2006-03-181-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17888 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support libavcodec vrc_strategy=1 (XviD ratecontrol).corey2006-03-173-2/+18
| | | | | | | As a side effect, this also makes -lavcopts vcodec=xvid work. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17887 b3059339-0415-0410-9bf9-f77b7e298cf2
* if stream is not seekable calling enca would prevent the real parsing of ↵iive2006-03-171-1/+2
| | | | | | subtitles. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17886 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l forgotten stream_reset to clear the EOF flaghenry2006-03-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17885 b3059339-0415-0410-9bf9-f77b7e298cf2
* timebases guidelinesods152006-03-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17884 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile in the filters that depend on libavcodec/dsputil.h only when mplayer ↵nicodvb2006-03-163-8/+13
| | | | | | is configured to use the imported libavcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17883 b3059339-0415-0410-9bf9-f77b7e298cf2
* And 10L for me. Fix the forgoten enca_fd.albeu2006-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17882 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with stupid C++ compilers that shock on valid Calbeu2006-03-161-1/+1
| | | | | | | constructs in an extern "C" { }. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the subread from FILE to stream_t.albeu2006-03-163-51/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17880 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a potential seek failure, fill_buffer doesn't have toalbeu2006-03-161-2/+4
| | | | | | | fill the whole buffer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17879 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with new MEncoder config file namegpoirier2006-03-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17878 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix up libaf unknown-format printingcorey2006-03-152-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17877 b3059339-0415-0410-9bf9-f77b7e298cf2
* extra checks on size of OSD parts (though IMHO these values should never be bad)reimar2006-03-151-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17876 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix with object list (-vf) help.albeu2006-03-151-2/+8
| | | | | | | | | | Tell the user when an object have no option description instead of falling back to the "normal" help, like with -vf pp=help. Don't display a useless error message when querying the help of an object option (as in -vf scale=presize=help). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17875 b3059339-0415-0410-9bf9-f77b7e298cf2
* rephrase index_ptr positioningods152006-03-151-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17874 b3059339-0415-0410-9bf9-f77b7e298cf2
* timebase tableods152006-03-151-5/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17873 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not call glDeleteTextures with 0 count, Xgl does not like it.reimar2006-03-151-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17872 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l the cpu hog fix broke fullscreenswitching with -widfaust32006-03-151-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17871 b3059339-0415-0410-9bf9-f77b7e298cf2
* The system-wide and the user-specific MEncoder configuration file should bothdiego2006-03-147-10/+10
| | | | | | | | be called 'mencoder.conf', not two different names over which code and documentation disagree. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17870 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove twos workaround, this bug was fixed in mov demuxerrtognimp2006-03-141-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17869 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpegopts examplerathann2006-03-141-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17868 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.36gabrov2006-03-141-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17867 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.224gabrov2006-03-141-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to savertognimp2006-03-141-4/+0
| | | | | | | network streams git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17865 b3059339-0415-0410-9bf9-f77b7e298cf2
* last print on libaf to af_msgreynaldo2006-03-142-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17864 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try several formats instead of only YV12 if no format was explicitlyalbeu2006-03-141-1/+22
| | | | | | | | requested. Patch from Benjamin Zores <ben -at- geexbox -dot- org> with a few whitespace changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17863 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgotten entry about TOOLS/qepdvcd.shreynaldo2006-03-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17862 b3059339-0415-0410-9bf9-f77b7e298cf2
* le2me_32 is not necessary, tested by Diego on BE machinerathann2006-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17861 b3059339-0415-0410-9bf9-f77b7e298cf2
* fl32 is now supported, toorathann2006-03-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17860 b3059339-0415-0410-9bf9-f77b7e298cf2
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportrathann2006-03-133-3/+44
| | | | | | | approved by rxt git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use _res_comment where appropriate.diego2006-03-131-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17858 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L fix missing return statement.albeu2006-03-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17857 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not randomly chop up packets, this isnt allowed in almost no containermichael2006-03-131-3/+4
| |