log libmpdemux/demux_mov.c @ 20513:79e31d843808

age author description
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>
2005-05-06 rtognimp Fix audio playback for no-sound-3gp.3gp (amr nb)
2005-05-05 rtognimp Decode "d263" and "damr" atoms in 3gp files
2005-04-28 rtognimp Also '3g2a' can be used for 3GPP Profile 2
2005-03-30 rtognimp Fix alac from QTpro (in standard mov file, not in m4a file)
2005-03-06 rtognimp alac support via lavc decoder
2005-03-01 reimar set sh_audio->delay ins audio-only case so that correct time is displayed
2005-02-15 rtognimp Mp3On4 demuxer support
2005-01-23 reimar Reset stream eof after parsing header, fixes bug #218
2004-12-29 rtognimp Fix channels, sample rate and sample size for 3gp files
2004-12-21 reimar fix position bar and length display for mov files
2004-12-18 diego Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.
2004-11-15 mosu Extended support for other object type IDs in the ESDS. This enables e.g. MPEG2 video in the MP4 container.
2004-09-13 rtognimp AVC support moved to libavcodec, avcC atom is now passed in extradata
2004-08-29 rtognimp AVC (fourcc avc1) in mp4 support
2004-06-27 rtognimp Negate default palette for grayscale cvid
2004-06-25 diego typo
2004-01-20 diego Have the MOV demuxer recognize and display (via MPINFO) registered ISO
2003-11-06 mosu Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>.
2003-11-03 rfelker 1000000l!!!!
2003-09-20 mosu Fix for borked .mov files with bogus user data length values. Patch by Marek Zelem.