Commit Graph

18194 Commits

Author SHA1 Message Date
diego 3e56c5bb6b cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 10:38:37 +00:00
diego eb4a1c08f7 Simplify rules with common make constructs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17943 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 10:18:18 +00:00
diego 500ff3fa06 Simplify clean rule.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17942 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 10:03:00 +00:00
ods15 7f44e023f2 cosmetic, table align
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17941 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 07:58:34 +00:00
ods15 3b985a41e6 switch to using vlc for stream_flags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17940 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-25 07:58:07 +00:00
albeu 64b3deff24 Get rid of 2 osd related hacks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17939 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-24 20:42:23 +00:00
albeu 57f1881677 Update to the recent properties changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17938 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-24 19:59:30 +00:00
kraymer b9a4c666f8 1.231: Subtitles properties: move sub_select, sub_pos, sub_visibilty,
sub_alignment and sub_forced_only to properties.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17937 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-24 19:47:17 +00:00
albeu 00bc2d2732 Subtitles properties: move sub_select, sub_pos, sub_visibilty,
sub_alignment and sub_forced_only to properties.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17936 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-24 19:32:23 +00:00
kraymer 8db3c2117f 1.230: Convert fullscreen, panscan, color controls, ontop, rootwin,
border, framedrop and vsync to properties. Also add a couple
       of video related properties like width, height, etc.
+ small change for MSGTR_OSDSpeed


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17935 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-24 17:44:43 +00:00
diego 37221f9b74 printf --> mp_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17934 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-24 08:21:40 +00:00
diego eebf08b978 Convert all if(verbose>X) to mp_msg_test calls.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17933 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-24 08:12:03 +00:00
albeu 35e90f1556 The fix in mp_msg.c avoids a core dump when iconv_open() fails, the other
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
2006-03-24 02:31:29 +00:00
diego b7e160dbe9 Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17931 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-24 01:32:04 +00:00
albeu 8b5c1be40d Fix osd_show_msg alignment and make sure msg strings
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
2006-03-23 15:17:23 +00:00
albeu efb50daf6e Convert fullscreen, panscan, color controls, ontop, rootwin,
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
2006-03-23 01:22:43 +00:00
albeu 77f6c35f35 100L too many arguments to mp_msg().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17928 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-23 00:41:22 +00:00
kraymer 4641dd87dc 1.229: Move audio_delay to a property and add a few read only properties to
query samplerate, format, etc.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17927 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 23:17:06 +00:00
albeu e978b9f5a9 Move audio_delay to a property and add a few read only properties to
query samplerate, format, etc.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17926 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 23:05:13 +00:00
albeu 50608ea987 Add get/set_property and update volume/mute to the last changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17925 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 20:17:48 +00:00
mosu df0b2d8206 Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Giaquinta (emanuele ! giaquinta () gmail ! com).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17924 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 18:58:03 +00:00
kraymer f0daa05353 1.1246: insert linebreak, \-playing-msg option
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
2006-03-22 18:25:21 +00:00
kraymer db5cd502b1 insert linebreak, \-playing-msg option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17922 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 18:19:15 +00:00
kraymer e9d8ef8704 1.1243: 10l
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
2006-03-22 18:11:44 +00:00
kraymer d9c675abd3 1.1237: Capitalize some sentences after colons.
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
2006-03-22 17:35:39 +00:00
kraymer 2518e91463 1.1234: Add some undocumented options.
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
2006-03-22 17:22:46 +00:00
kraymer d422e42354 1.1232: put options in alphabetical order
1.1231: New option: -ignore-start


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17918 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 17:06:34 +00:00
albeu 3aa536d582 Shortly describe -playing-msg and -list-properties.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17917 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 17:06:03 +00:00
kraymer ef535edf3f 1.228: Add an option to list the properties: -list-properties
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
2006-03-22 16:47:48 +00:00
albeu 0fd651ff1a Add an option to list the properties: -list-properties
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17915 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 16:35:17 +00:00
reimar 528ec79cc2 10l, checking for NULL after dereferencing makes no sense (though what is this check for anyway?)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17914 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 12:23:55 +00:00
jonas 466e56e97c use mencoder directly for mp3lame encoding instead of lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17913 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-22 11:26:27 +00:00
albeu 7ccf483026 Add the new property API and implement a couple properties.
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
2006-03-22 00:19:02 +00:00
michael 87323740ed feed something (hopefully correct timestamps) into the video filter chain
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17911 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-21 23:09:52 +00:00
michael a812e6fc3c lavc doesnt pass AVFrame.opaque around :/
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
2006-03-21 23:06:09 +00:00
michael 35b0fb5056 10l (forgot ...)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17909 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-21 22:31:49 +00:00
michael 565af71e4f 10l (null pointer dereference)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17908 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-21 22:12:48 +00:00
michael 02b199e5e9 passing pts through the filter layer (lets see if pts or cola comes out at the end)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17907 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-21 21:26:42 +00:00
ods15 aa6943767d -rawvideo on => -demuxer rawvideo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17906 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-21 06:09:32 +00:00
corey 0e4ebf5383 Prevent building lavc with xvid support unless xvid version is 1.1 or
higher.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17905 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-21 05:36:10 +00:00
lorenm 4c4c2bd8e0 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17904 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-20 23:16:34 +00:00
lorenm 5283b5beef sync to x264 r476 (subq=7)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17903 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-20 23:13:37 +00:00
pacman 2857c2e4d4 Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17902 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-20 22:24:14 +00:00
pacman 6a6fec3656 Don't try to parse fb.modes more than once. Fixes playback of multiple files
with mplayer -vm


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17901 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-20 22:07:30 +00:00
gpoirier 12e31cc254 synced with 1.1241
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17900 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-20 21:13:01 +00:00
aurel 88901c08d4 retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox.org >)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17899 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-20 20:06:04 +00:00
diego 05a8589af1 Simplify pkg-config invocation.
patch by Emanuele Giaquinta, emanuele . . . giaquinta . @ . gmail . . . com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17898 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-20 10:57:30 +00:00
gabrov 4f1dfc7b33 synced with 1.226
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17897 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-19 20:39:50 +00:00
nicodvb 36ac215b45 temporarily disabled the coercion of audio_preload=0 for -of mpeg until I find a proper fix: it horribly distorts filtered sound
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17896 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-19 17:28:13 +00:00
rtognimp cb05addbaf Do not use ptr when it's NULL. CID 89
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17895 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-19 16:02:03 +00:00