Commit Graph

17302 Commits

Author SHA1 Message Date
nicodvb c28b22845c removed previously forgotten reording options/flags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17302 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 22:14:27 +00:00
gpoirier 2c984298a5 Reverse commit 31 Dec 2005 18:56:35 -0000 1.34
This was an incorrect fix made at the codec when it should be done at the demuxer level.
static variables in codecs are ALWAYS wrong: the demuxer is supposed to have already removed all the junk
Does anyone have an idea of a fix for the demuxer?
(discussed on IRC)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17301 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 22:06:12 +00:00
nicodvb 62bc91fba2 removed frame reording option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17300 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 22:05:03 +00:00
nicodvb a5092cfa00 removed broken frame reording code; unified audio and video frame storing code (in memory, not in the packets); simple workaround to handle non-standard framerate mpeg1/2 video
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17299 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 22:02:11 +00:00
nicodvb fc64668e65 disable dvd subtitles by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17298 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 20:55:27 +00:00
ptt 18887a0811 word consistency fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17297 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 17:18:44 +00:00
ptt 355b657ec3 sync up to 1.1167
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17296 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 17:12:16 +00:00
diego f52aefae12 Restructure ports section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17295 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 16:11:07 +00:00
diego 700e724e86 updates, spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17294 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 16:07:59 +00:00
diego 821a7e8785 Fix _inc_extra handling in DirectFB check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17293 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 16:03:17 +00:00
diego 465d9a7f2a small wording/spelling/syntax fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17292 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 14:23:03 +00:00
gpoirier 3a59b54700 add bitexact's lavd flag desc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17291 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 13:07:54 +00:00
lorenm 0471912bbf h264es: don't seek to non-keyframes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17290 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 07:29:59 +00:00
rathann 9bdbfdf2aa use $(INSTALLSTRIP) consistently
patch by Ville Skyttä
closes bugzilla #178


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-03 00:24:17 +00:00
rathann e55d0e680f fix the translator names list so that it conforms to lastname, firstname
convention, sort and add missing accents


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17288 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-02 23:22:13 +00:00
nicodvb db69d933c1 don't reset dvdsub->id unless -slang is specified; assign default sub stream id when demux->sub->id is -1 (autodetect)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17287 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-02 20:40:25 +00:00
jheryan 6193679753 Synced with 1.216
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17286 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-02 13:12:29 +00:00
jheryan e7a0c5de3b Synced with 1.1182
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17285 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-02 13:02:20 +00:00
corey ffb7208370 Partial support for QuickTime sound atom version 2.
This doesn't add support for parsing the sound atom itself, but does
recognize the different offset at which the ESDS atom starts. Also,
this patch supports "3" in the channels field, which indicates
6-channel (5.1) audio. For more information, see this mail:

From: Corey Hickey <bugfood-ml@fatooh.org>
To: mplayer-dev-eng@mplayerhq.hu
Date: Wed, 28 Dec 2005 23:42:46 -0800
Subject: [PATCH] (partially) support QuickTime sound atom version 2


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17284 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-02 06:56:22 +00:00
ptt ccd1c55451 sync up to 1.216
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17283 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-02 02:02:57 +00:00
iive e1661cd170 add Dicas MPEGable H.264/MPEG-4 AVC fourcc
patch by Johannes Ranke from jranke at uni-bremen dot de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17282 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-01 15:31:05 +00:00
gpoirier 673b225458 Add Rich's advice posted on the thread:
Date: Dec 16, 2005 8:51 PM
Subject: Re: [MPlayer-users] How to tell if the video input is interlaced or not?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17281 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-31 19:16:14 +00:00
gpoirier 86b89307b7 "Currently mplayer looks for only one MP3 frame sync. The attached
patch makes it to look for two consecutive valid MP3 frame headers,
reducing the probability of false positives, which causes Bug 380.

Funny that the fix is so simple. Seems that someone has forgotten to
initialize MP3_resync correctly.

Also this is the recommended way to sync MP3 frames. See
http://www.dv.co.yu/mpgscript/mpeghdr.htm. "

Original thread:
Date: Dec 31, 2005 10:15 AM
Subject: [MPlayer-dev-eng] [PATCH] Try twice when searching for MP3 frame header, fixes Bug 380


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17280 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-31 18:56:35 +00:00
diego fc9ce0c940 Add MPEG fourcc to mpeg12.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17279 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-31 18:24:00 +00:00
nicodvb 55fafe1c3b search next sequence_header untile a valid one is found
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17278 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-31 17:47:54 +00:00
diego 56f8422129 Guide on creating quality skins.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17277 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-31 14:03:47 +00:00
diego b5db7408ff Build incomplete Russian docs last.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17276 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-31 14:01:19 +00:00
henry e512aef61b check the intermediate audio buffer
otherwise, data can get stuck between the demuxer and filter layer
causing a premature end of audio.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17275 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-31 07:37:37 +00:00
lorenm b835437de4 update x264 feature summary
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17274 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-31 00:41:35 +00:00
diego 0371fa4556 Mac OS update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17273 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-30 21:40:39 +00:00
nicodvb c00dfe452b simplification: don't use residual_buffer, but prepend remainder of current frame to next one (needed for future work; init frame->pos to 0 in reorder_frame(); fix: don't go beyond last frame in flush_buffer()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17272 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-30 18:46:56 +00:00
gpoirier 45be1244ae synced with 1.1194
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17271 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-30 08:38:11 +00:00
gpoirier be8503ce4d synced with 1.1192
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17270 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-30 08:13:59 +00:00
lorenm 457b63508d sync to x264 r390 (bime)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17269 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-30 05:15:27 +00:00
wanderer f0b0762166 for roff: add missing linebreak in uspp description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17268 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-30 05:08:37 +00:00
wanderer ec5b640403 minor grammar/punctuation on lavc's keyint option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17267 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 19:24:06 +00:00
wanderer 860fd154d2 further wording fix for uspp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17266 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 19:17:42 +00:00
diego 2b1310abba AIX PPC port
patch by "Derek E. Lewis" < -- dlewis -- @ -- solnetworks -- . -- net -- >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17265 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 18:01:22 +00:00
diego 92a1ac27cb Bump DH_COMPAT version.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17264 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 17:03:27 +00:00
diego 0c226d4a37 Add a basic watch file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17263 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 17:02:48 +00:00
diego f71dd5c4c8 Support vme=8 (iterative overlapped block).
patch by Corey Hickey < .. bugfood-ml .. @ .. fatooh .. . .. org .. >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17262 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 17:01:33 +00:00
diego 4f17ae579b Include the snow wavelet comparison functions from DOCS/tech/snow.txt
in the man page.
patch by Corey Hickey < .. bugfood-ml .. @ .. fatooh .. . .. org .. >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17261 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 16:59:14 +00:00
diego e802d2db5b wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17260 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 16:56:35 +00:00
ods15 eaee93051a change erase to end of line, fall back to old behavior if no termcap found
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17259 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-29 11:27:22 +00:00
rathann 8ae9b08191 fix dvdread version macro
patch by Emanuele Giaquinta (emanuele.giaquinta at gmail dot com)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17258 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-28 12:34:20 +00:00
gpoirier b44bf0d4d9 Add bidir_refine to lavc's set of options, and document it.
Patch by Corey Hickey < bugfood DASH ml AHHH fatooh POIS org >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17257 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-28 08:45:18 +00:00
rtognimp 08acfb3538 wma2 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17256 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-27 20:03:36 +00:00
ods15 2e4aba523e vpotmeter fix, scroll in the correct direction
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17255 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-27 19:21:04 +00:00
gpoirier b65d834942 fixes suggested by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17254 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-27 13:01:22 +00:00
ods15 77294d838e new input command prefixes, pausing_keep, pausing_toggle
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17253 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-27 10:59:52 +00:00