log libmpdemux/demux_mov.c @ 26190:e9617c54bb04

age author description
2008-02-09 reimar Use AV_RB*, reduces x86_64 code size by almost 1kB.
2008-01-29 reimar Check that index is still within bounds of samples array.
2008-01-29 reimar Make sure chunkmap values are within bounds when using them.
2008-01-29 reimar Do not pointlessly read data, just skip it.
2008-01-29 reimar Use defines to give names to the different seek flags.
2008-01-27 reimar Support mov subtitle format directly instead of converting to text in the demuxer
2008-01-26 reimar Simplify init_vobsub: pass palette via extradata.
2008-01-13 reimar Make all demuxer_desc_t const, thus moving them to .rodata
2008-01-09 reimar Codecdata must always be malloc'd, fixes free being called with an
2007-12-14 cehoyos Cosmetics: Fix indentation.
2007-12-14 cehoyos Set correct image format for 24bit "raw " in mov files.
2007-09-09 diego warning fix:
2007-08-25 reimar Split lschunks function further, it is simply too huge to do any useful changes (e.g. for
2007-08-25 diego warning fix:
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.