log libmpdemux/demux_mov.c @ 23467:720aa593e920

age author description
2007-05-28 cehoyos 10l: r23399 broke mov/mp4 demuxing
2007-05-28 diego Remove some unused variables, patch by timwoj ieee org.
2007-04-25 diego Declarations and code should not be mixed.
2007-04-20 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-07 uau Fix audio samplerates below 7000 Hz.
2007-02-24 reimar 10l, avoid crash on invalid subtitle id
2007-02-22 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
2007-02-14 reimar English grammar fix: There is no 's' after "does not exist"
2007-02-14 reimar 100l copy-and-paste bug. Do not print video info when the problem is with subtitles
2007-02-05 reimar Set sub_utf8 for mov subs.
2007-01-06 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles
2006-12-02 diego Remove superfluous bswap.h include.
2006-11-28 uau Fix 2 header bugs introduced by nplourde's previous commit:
2006-11-28 nplourde reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
2006-11-19 reimar Support multiple subs in mov
2006-11-17 reimar Try reading palette for vobsub
2006-11-17 reimar Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sample.3gp
2006-11-14 reimar 10l copy&Ãpaste bug in subtitle sh handling
2006-11-13 reimar Incomplete support for vobsub (missing palette support) and
2006-08-11 rtogni Add support for 13k Voice (Qclp) in 3g2 files
2006-08-06 reimar Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxer
2006-08-04 diego Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.
2006-08-04 nicodvb auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar on2 com (fixed by me)
2006-07-23 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.
2006-07-13 reynaldo drops casts from void * on malloc/calloc from libmpdemux code
2006-07-08 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
2006-06-14 uau Clean up audio pts handling, make audio pts tracking in the audio-only
2006-06-09 nicodvb support for vorbis in mp4/mov
2006-06-05 rtogni Disable unsecure dumping of generic track with -v -v -v
2006-06-04 rtogni Fix potential integer overflows in memory allocation.
2006-05-13 rathann missing argument for mp_msg, fixes:
2006-05-11 rtognimp Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich
2006-04-23 rtognimp Partially revert 1.140, restoring the old behaviour for all codecs
2006-04-22 reynaldo Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
2006-03-27 rtognimp Fix passing qdm2 extradata to lavc decoder
2006-03-24 diego Convert all if(verbose>X) to mp_msg_test calls.
2006-03-14 rathann le2me_32 is not necessary, tested by Diego on BE machine
2006-03-13 rathann in24/in32/fl32 little/big-endian QuickTime PCM audio support
2006-03-06 diego Reduce output verbosity in non-verbose mode, change some printf to mp_msg.
2006-03-02 rtognimp This patch fixes pcm (twos, swot) in MOV.
2006-02-17 corey Second-try commit of this patch.
2006-02-09 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
2006-02-07 corey 1. Include audio_delay as an argument to demux_seek.
2006-01-12 rathann massive attack: mp_msg printf format fixes
2006-01-02 corey Partial support for QuickTime sound atom version 2.
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-10-05 reimar 10l, off by one error in last patch (codecdata length sanity check),
2005-09-28 reimar Detect eof when seeking and do _not_ restart the video.
2005-09-27 reimar Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc for
2005-09-16 reimar Wrong editlist handling: end pts must be included.
2005-09-02 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
2005-08-31 reimar Fix move playlists (control must be returned to mplayer.c, with the demuxer
2005-08-30 reimar extra size checks for samples array to avoid crashes in some rare cases.
2005-08-05 rtognimp Demuxer modularization
2005-07-10 reimar Add missing range/length check for video trak desc (fixes bug #335).
2005-07-10 reimar cosmetic: split the lschunks function in two.
2005-06-20 reimar avoid bad memory access
2005-06-20 reimar fix memleak when playing mov files
2005-05-18 nplourde The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schultz <sms@2BSD.COM>