Uoti Urpala
e3103ea06f
intreadwrite.h: disable optimizations
...
Disable arch/compiler specific optimizations in the MPlayer version of
intreadwrite.h. All the uses in MPlayer should be irrelevant for
performance.
2010-05-08 02:32:45 +03:00
Uoti Urpala
5266b5de98
vd_ffmpeg: remove #ifdef for old FFmpeg-mt versions
...
The #ifdef is obsolete since trying to compile against the relevant
old versions will fail for other reasons.
2010-05-07 22:15:19 +03:00
Uoti Urpala
e1cd86076f
Merge svn changes up to r31141
2010-05-07 22:13:35 +03:00
Uoti Urpala
4c6e3ac01b
Merge svn change r31134
...
Fix some search/replace errors introduced in the svn commit.
2010-05-07 22:03:48 +03:00
diego
1292c8adc3
Remove references to some long-removed files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31141 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-07 18:27:46 +00:00
diego
5c7c77603f
Remove seemingly misplaced and commented-out liba52 #include.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31140 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-07 18:24:41 +00:00
Uoti Urpala
eee666c3b5
Merge svn changes up to r31133
2010-05-07 21:19:53 +03:00
Uoti Urpala
17dce6e0c8
Skip svn change r31105
2010-05-07 21:03:03 +03:00
Uoti Urpala
033e479bec
Merge svn changes up to r31104
2010-05-07 21:02:42 +03:00
Uoti Urpala
70a2ded653
Skip svn changes up to r31102
...
Fix already done in git and FFmpeg build stuff.
2010-05-07 20:59:50 +03:00
Uoti Urpala
a817e69131
Merge svn changes up to r31100
2010-05-07 20:59:01 +03:00
cehoyos
02641f54ee
Add support for 12-bit color mode on framebuffer devices.
...
Patch Janusz Krzysztofik, jkrzyszt A tis icnet pl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31139 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-06 10:18:25 +00:00
cehoyos
84de3e95a8
Fix compilation with old libschroedinger-dev installed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31138 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-06 10:10:34 +00:00
Uoti Urpala
fa47d009b4
vo_vdpau.c cosmetics: add WRAP_ADD macro
...
The macro is meant to simplify the handling of some code dealing with
circular buffers.
2010-05-06 05:38:46 +03:00
aurel
88b6dd6fc2
cosmetic: typo, this wasn't supposed to be plural
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31137 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-04 18:46:42 +00:00
diego
0c3298d039
Remove translated strings that are gone from the master translation.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31136 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-04 11:46:50 +00:00
diego
68f481d741
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
...
written by Kostya Shishkov
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31135 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-04 09:11:01 +00:00
Uoti Urpala
bc767c2a98
vd_ffmpeg: use skip_frame instead of deprecated hurry_up field
2010-05-04 04:50:57 +03:00
diego
a535f7bfca
the great MPlayer tab removal: part II
...
some extra indentation fixes are put in as a bonus
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31134 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-03 23:34:38 +00:00
diego
bcdf7c0b3d
Put symlinks under revision control instead of generating them during make.
...
This simplifies the build system and should have no practical disadvantage.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31133 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-03 23:00:58 +00:00
aurel
eaff21c633
print a more detailed and more useful description of each stream with lavf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31132 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-03 22:45:00 +00:00
aurel
c58a1d4acb
10l: correctly use video_stream instead of audio_stream in the video section
...
( copy&paste error :( )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31131 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-03 22:40:00 +00:00
aurel
8be7c74c64
add ID_..._NAME to -identify for each lavf stream which has a title
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31130 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-03 22:30:06 +00:00
aurel
59058b54a7
uniformize handling of aid and vid with lavf so that it matches handling of sid
...
aid and vid are now 0-based, instead of being a globally unique id.
This matches the way sid is handled and the way other demuxers manage aid.
As a side effect, it slightly simplifies demux_lavf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31129 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-03 22:19:52 +00:00
cehoyos
0fd8d985f0
Silence permanent warning messages when decoding H264 over rtsp with
...
live555.
Patch by Gil Pedersen, gil A cmi D aau D dk
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31128 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-02 10:47:40 +00:00
reimar
fa6239aea0
Also print OpenGL renderer string with vendor and version with -v
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31127 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-01 22:49:05 +00:00
reimar
11b178be9a
Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match
...
FFmpeg's behaviour.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31111 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-01 15:38:37 +00:00
reimar
dd8db7f620
Use av_probe_input_format2 and avoid accepting detection
...
while the score is still low.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31110 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-05-01 13:50:49 +00:00
reimar
aca523bf78
Revert accidental change to default CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31109 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-30 21:18:17 +00:00
reimar
39fbfa0321
Add configure detection for SDL backend for -vo gl.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31108 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-30 19:04:13 +00:00
reimar
9d3c096045
Avoid duplicating the GL/gl.h include.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31107 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-30 19:03:13 +00:00
reimar
ce4d38385c
100l, open the customtex also in binary mode, not just the program.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31106 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-30 17:12:52 +00:00
Uoti Urpala
035611f0a7
demux_y4m: fix failure with nonseekable input
...
Playback of nonseekable y4m streams was broken by a change merged from
svn, r30970 which added support for multiple yuv4mpeg files
concatenated together. The change included a stream_skip(stream, -1)
call which only works for seekable files. Work around this by
disabling the concatenated-file check for nonseekable streams. This
means concatenated files are only supported if the stream is seekable,
but this is an improvement compared to the svn commit which caused a
regression making _all_ files fail in the nonseekable case.
It would be reasonably easy to make the concatenation support work in
all cases, either by modifying demux_y4m or (probably better) adding a
general stream API to allow pushing back the read byte. However for
now I'm only fixing the regression with the above trivial change.
2010-04-30 20:07:38 +03:00
cehoyos
992e2d666f
Fix compilation with gcc 2.95.3 (with --disable-ass).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31105 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-28 11:57:09 +00:00
iive
3517a9b72b
New hack for vobsub packet merging.
...
It seems that if there is no padding between packets then they actually belong to one subtitle picture.
The new hack seems to work far more reliable than the (already removed) old one.
Patch by Ubitux (gmail)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31104 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-27 22:06:29 +00:00
reimar
46f3b7d263
Move variable declaration into the block where it is actually used.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31103 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-27 19:04:23 +00:00
diego
eca4b87376
Add llrintf test for FFmpeg.
...
patch by Michael Kostylev, michael.kostylev gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31102 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-27 17:50:50 +00:00
diego
f15a14c158
Add missing input.h #include, fixes the warnings:
...
libvo/video_out.c:461: warning: implicit declaration of function 'mp_input_queue_cmd'
libvo/video_out.c:461: warning: implicit declaration of function 'mp_input_parse_cmd'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31101 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-27 15:17:49 +00:00
diego
04d20b550d
Move "screen" variable declaration below the relevant #ifdef, fixes the warning:
...
libvo/x11_common.c:369: warning: unused variable 'screen'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31100 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-27 15:16:42 +00:00
Gabrov
c5a3a6d35d
fix typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31099 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-27 13:33:29 +00:00
cehoyos
727f4b2b8a
Fix compilation with live555 after libavutil r22965.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31098 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-04-27 08:19:42 +00:00
Uoti Urpala
f38efd166e
Merge svn changes up to r31097
2010-04-26 19:23:32 +03:00
Uoti Urpala
7a33e76943
Skip svn changes r30151, r30152
...
The functionality equivalent was already done last month in git
(plus the svn commit has a misleading MSGL_WARN message that shouldn't
be there).
2010-04-26 18:51:02 +03:00
Uoti Urpala
9a34ae4fd0
Merge svn changes up to r31050
2010-04-26 18:46:18 +03:00
Uoti Urpala
8df340271e
Merge svn changes up to r31040
2010-04-26 18:38:11 +03:00
Uoti Urpala
b4c7b7ce11
Skip svn change r31034 (bad FFmpeg-ASS support attempt)
...
This svn commit is wrong in multiple ways. First, it doesn't actually
work; there's more than one functionality bug. Second, it's the wrong
overall approach. If FFmpeg continues to insist on mangling subtitles
to this badly-thought-out format and support for it is desired in
MPlayer then the right approach would be conversion to a saner format
in demux_lavf, instead of trying to handle the mangled format
elsewhere.
2010-04-26 18:36:16 +03:00
Uoti Urpala
7795726e0f
Merge svn changes up to r31033
2010-04-26 18:25:34 +03:00
Uoti Urpala
ba3b65b92f
Skip svn changes up to r31022
2010-04-26 18:06:49 +03:00
Uoti Urpala
837c48ddee
Merge svn changes up to r31020
2010-04-26 18:06:00 +03:00
Uoti Urpala
e913d6c5da
Merge svn changes up to r31004
2010-04-26 17:55:05 +03:00