Sat, 24 Feb 2007 10:19:41 +0000 |
reimar |
10l, avoid crash on invalid subtitle id
|
Thu, 22 Feb 2007 00:18:10 +0000 |
diego |
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
|
Wed, 14 Feb 2007 19:17:39 +0000 |
reimar |
English grammar fix: There is no 's' after "does not exist"
|
Wed, 14 Feb 2007 19:16:08 +0000 |
reimar |
100l copy-and-paste bug. Do not print video info when the problem is with subtitles
|
Mon, 05 Feb 2007 18:12:56 +0000 |
reimar |
Set sub_utf8 for mov subs.
|
Sat, 06 Jan 2007 19:07:58 +0000 |
reimar |
Subtitle handling cleanup: factor out code for parsing embedded subtitles
|
Sat, 02 Dec 2006 12:32:44 +0000 |
diego |
Remove superfluous bswap.h include.
|
Tue, 28 Nov 2006 23:53:07 +0000 |
uau |
Fix 2 header bugs introduced by nplourde's previous commit:
|
Tue, 28 Nov 2006 23:13:08 +0000 |
nplourde |
reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
|
Sun, 19 Nov 2006 11:55:03 +0000 |
reimar |
Support multiple subs in mov
|
Fri, 17 Nov 2006 20:13:21 +0000 |
reimar |
Try reading palette for vobsub
|
Fri, 17 Nov 2006 19:16:07 +0000 |
reimar |
Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sample.3gp
|
Tue, 14 Nov 2006 15:02:15 +0000 |
reimar |
10l copy&paste bug in subtitle sh handling
|
Mon, 13 Nov 2006 18:41:24 +0000 |
reimar |
Incomplete support for vobsub (missing palette support) and
|
Fri, 11 Aug 2006 22:57:33 +0000 |
rtogni |
Add support for 13k Voice (Qclp) in 3g2 files
|
Sun, 06 Aug 2006 19:26:17 +0000 |
reimar |
Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer
|
Fri, 04 Aug 2006 21:19:06 +0000 |
diego |
Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.
|
Fri, 04 Aug 2006 20:18:21 +0000 |
nicodvb |
auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on2 com (fixed by me)
|
Sun, 23 Jul 2006 22:34:02 +0000 |
atmos4 |
Add simple edit list support to mov demuxer, it supports delay of audio and video tracks at the beginning of the file. E.g. video starts at 0.0s audio at 4.0s. It uses mplayers a/v-delay to achieve sync so please use with -framedrop for fastest sync. More Details in my mail to dev-eng from 2006-07-22.
|
Thu, 13 Jul 2006 16:41:13 +0000 |
reynaldo |
drops casts from void * on malloc/calloc from libmpdemux code
|
Sat, 08 Jul 2006 17:28:36 +0000 |
diego |
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
|
Wed, 14 Jun 2006 19:48:54 +0000 |
uau |
Clean up audio pts handling, make audio pts tracking in the audio-only
|
Fri, 09 Jun 2006 21:30:06 +0000 |
nicodvb |
support for vorbis in mp4/mov
|
Mon, 05 Jun 2006 19:00:23 +0000 |
rtogni |
Disable unsecure dumping of generic track with -v -v -v
|
Sun, 04 Jun 2006 22:41:27 +0000 |
rtogni |
Fix potential integer overflows in memory allocation.
|
Sat, 13 May 2006 21:12:43 +0000 |
rathann |
missing argument for mp_msg, fixes:
|
Thu, 11 May 2006 18:50:46 +0000 |
rtognimp |
Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich
|
Sun, 23 Apr 2006 11:38:06 +0000 |
rtognimp |
Partially revert 1.140, restoring the old behaviour for all codecs
|
Sat, 22 Apr 2006 05:12:10 +0000 |
reynaldo |
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
|
Mon, 27 Mar 2006 21:37:18 +0000 |
rtognimp |
Fix passing qdm2 extradata to lavc decoder
|