Uoti Urpala
497c32cdad
Merge svn changes up to r31291
2010-06-02 18:55:18 +03:00
Uoti Urpala
626373af38
Skip svn changes up to r31287
2010-06-02 18:40:56 +03:00
Uoti Urpala
9d14cec1d7
ad_ffmpeg: set lavc drc_scale parameter according to opts->drc_level
2010-06-02 18:38:24 +03:00
Uoti Urpala
3f076c0fb3
options: move -a52drc to option struct
...
Also allow a range up to 2.
2010-06-02 18:34:21 +03:00
Uoti Urpala
57e0904baa
Skip svn change r31285
...
Internal FFmpeg build stuff.
2010-06-02 17:59:35 +03:00
Uoti Urpala
5aa7c02984
Merge svn changes up to r31284
2010-06-02 17:59:10 +03:00
Uoti Urpala
0f95b70314
Skip svn changes up to r31280
...
Mostly stuff related to internal FFmpeg builds only.
2010-06-02 17:55:16 +03:00
Uoti Urpala
8f952b0f0b
Merge svn changes up to r31275
2010-06-02 17:53:26 +03:00
Uoti Urpala
df8cac6f07
Skip svn changes up to r31267
...
Perhaps porting some of the non-pkgconfig libass detection logic from
configure would have some use, but I'm not doing it now at least.
2010-06-02 17:50:52 +03:00
Uoti Urpala
4cf9a52a64
Merge svn changes up to r31265
2010-06-02 17:46:33 +03:00
Uoti Urpala
2120eb5998
stream_radio.c: fix corrupt line from e3061749
2010-06-02 00:27:01 +03:00
Grigori Goronzy
b784346e78
libass: match font attachments based on extension
...
Instead of only relying on the MIME type, use the file extension as a
fallback for deciding which attachments are fonts and should be fed to
libass.
This also refactors the check into a separate function in mpcommon.
2010-06-01 23:15:41 +02:00
Uoti Urpala
2fcd4cf73e
demux_mkv: fix possible seek crash
...
Commit fc39d48465
("demux_mkv: store streams sequentially in
demuxer->[avs]_streams") had a copy-paste error causing it to look up
a video ID where it should have been an audio one. The most likely
visible symptom was a segfault when seeking while playing a
high-numbered audio track. Looks like I was careless with that
original commit, second bug in the same one...
2010-05-31 21:50:17 +03:00
diego
def243261a
Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31291 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 22:14:13 +00:00
Gabrov
a849e05e2c
synced with r31289
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31290 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 22:11:32 +00:00
reimar
233c74254e
Change code to let Window Manager chose window location by default.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31289 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 19:14:18 +00:00
reimar
326ec00733
Add a referrer option to set the HTTP Referer field.
...
Patch by chocolateboy [chocolate cpan org]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31288 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 16:50:02 +00:00
reimar
a8dab8b521
Forgotten part of previous commit (extern declaration of drc_level).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31287 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 16:48:18 +00:00
reimar
b19b09df54
Use the -a52drc option also for the libavcodec decoder.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31286 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 16:46:31 +00:00
cehoyos
971633b168
Fix compilation without librtmp.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31285 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 14:29:18 +00:00
Uoti Urpala
d75206ce68
demux_mkv: support VP8 video tag
2010-05-30 17:21:59 +03:00
Uoti Urpala
9a2224ac0f
demux_mkv: support WebM files
...
Accept files with doctype "webm" in addition to "matroska".
2010-05-30 17:15:22 +03:00
Uoti Urpala
407b17614a
ffmpeg_files/taglists.c: update to contain latest FFmpeg CODEC_ID values
2010-05-30 17:01:01 +03:00
reimar
49c904b517
Treat a NULL renderer string as indication for software renderer.
...
Usually it means OpenGL will not work at all.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31284 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 13:51:24 +00:00
reimar
f316f63910
Prefer -vo sdl over "probably software" OpenGL.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31283 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 13:50:14 +00:00
Uoti Urpala
57e0de3715
Merge svn changes r31198 - r31256
...
The cache changes in r31198 were somewhat broken; merge them together
with later fixes in one commit to keep all the "main branch side"
commits working.
2010-05-30 16:41:57 +03:00
Uoti Urpala
0e0d88ede9
Merge svn changes up to r31256
2010-05-30 16:39:41 +03:00
Uoti Urpala
c61e57bdd0
Skip svn changes up to r31248
...
Already done.
2010-05-30 16:30:54 +03:00
Uoti Urpala
688c66a5d5
Merge svn changes up to r31244
2010-05-30 16:29:14 +03:00
Uoti Urpala
7f1abf6cbf
Skip svn changes up to r31238
...
Already done.
2010-05-30 16:27:03 +03:00
Uoti Urpala
8ce2c41ca5
Merge svn changes up to r31226
2010-05-30 16:25:04 +03:00
Uoti Urpala
78f51a921f
Skip svn changes up to r31218
...
Already done here.
2010-05-30 16:19:38 +03:00
Uoti Urpala
2f1a518d45
Merge svn changes up to r31211
...
The merged cache2.c changes are known to have problems. Will merge
further fixes to them before merging this to the master branch.
2010-05-30 16:14:55 +03:00
Uoti Urpala
9b68a49d01
Merge svn changes up to r31197
2010-05-30 15:58:55 +03:00
Uoti Urpala
37a3e71558
Skip svn changes up to r31194
2010-05-30 15:56:36 +03:00
Uoti Urpala
491ac8ef1a
documentation: remove svn-howto.txt, MAINTAINERS
...
svn-howto.txt doesn't apply to this tree, and MAINTAINERS had little
to do with reality even in svn.
2010-05-30 15:54:53 +03:00
Uoti Urpala
adbb0477a0
Merge svn change r31191
2010-05-30 15:53:08 +03:00
Uoti Urpala
ee129202ca
Skip svn r31190
...
The svn commit is another attempt at working around problems without
understanding them, and the problem in question should only happen in
svn.
2010-05-30 15:52:26 +03:00
Uoti Urpala
e74361c488
Merge svn changes up to r31189
2010-05-30 15:51:33 +03:00
Uoti Urpala
1ffe8bece5
Skip svn changes r31177, r31178
...
Internal FFmpeg build stuff.
2010-05-30 15:39:29 +03:00
Uoti Urpala
a286506467
Merge svn changes up to r31176
2010-05-30 15:37:34 +03:00
Uoti Urpala
36cce81353
Skip svn changes r31170, r31171
2010-05-30 15:32:11 +03:00
Uoti Urpala
6f199ab3d9
Merge svn changes up to r31169
2010-05-30 15:27:58 +03:00
Uoti Urpala
18657beb19
Merge svn changes up to r31145
2010-05-30 15:21:18 +03:00
reimar
3ae81e84be
Change compiler argument order for compile_check to avoid incorrect linking
...
errors during detection with static libraries (in particular OpenGL + static SDL).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31282 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 12:14:40 +00:00
reimar
8830acfc73
Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).
...
They are not compiled/enabled on 64 bit though, since they are vastly slower
but would still be selected by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31281 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 10:01:40 +00:00
diego
8829003b51
Add codec-cfg.h to the dependency list of codec-cfg.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31280 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 09:47:53 +00:00
diego
89a63012c5
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31279 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 08:44:05 +00:00
diego
02c0705f98
Remove GPL-licensed YUV to RGB MMX routines.
...
We now have an LGPL replacement that is at least equally fast.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31278 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 08:31:23 +00:00
hyc
76f5a30854
Add librtmp support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31277 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-30 05:16:29 +00:00