summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mov.c
Commit message (Expand)AuthorAgeFilesLines
* workaround in palette reader for statunit6.mov, needed to implement support f...alex2002-03-151-16/+56
* some cleanup, fixes for video header parsing. finally we get the coded size i...arpi2002-03-141-13/+55
* fixed some endian issues, like changing bswap_32() -> be2me_32(), andmelanson2002-03-011-9/+4
* reinstated original palette decision logic from XAnim (was the QT specmelanson2002-02-101-1/+3
* added nmhd, added checking for audio trak in demux_mov_fill_bufferalex2002-02-101-1/+10
* fixedsize video samples fixed (dvntsc-qt.mov)arpi2002-02-101-8/+17
* reconciled one minor, nagging palette issue with the official QT specmelanson2002-02-051-1/+1
* fixed (reversed) the RGB palette ordermelanson2002-01-271-2/+2
* QT demuxer now supports the default QT palettesmelanson2002-01-241-11/+28
* QT demuxer loads palette information from files that transport palettes inmelanson2002-01-131-3/+49
* mov_check_file 64bit support by Chris Bednar. also fixed co64 chunk and added...alex2002-01-051-14/+22
* added co64 (64bit chunk offset table) chunk (needed for mov files created wit...alex2001-12-221-3/+58
* added demux_infoalex2001-11-221-5/+22
* added skip atom to support .mp4 filesalex2001-11-171-0/+1
* ignore mov detection if first chunk badarpi2001-11-131-0/+4
* added pre-flash detecting support ;)alex2001-11-091-12/+68
* config.h cleanup, few things added to steram/demuxer headersarpi2001-10-301-1/+0
* twos pcm audio supportarpi2001-10-291-3/+5
* added edit atom (edit list), some comments and typos fixesalex2001-10-291-13/+47
* seek ebfore begin of the movie fixedarpi2001-10-291-3/+5
* using keyframe info for seekingarpi2001-10-291-9/+20
* cbr audio fixarpi2001-10-291-6/+27
* extended udta recordalex2001-10-291-4/+37
* added stss (not completed)alex2001-10-291-6/+29
* changed if's to switch in lschunksalex2001-10-291-10/+29
* added two new clip info types, all printf's were upgraded to mp_msgalex2001-10-261-30/+28
* handling free chunk (wide needs implementation) and displaying clip info (dat...alex2001-10-231-0/+72
* compressed mov audio fixedarpi2001-10-231-1/+5
* compression algo detection fix (bswap) and fps fixalex2001-10-221-2/+13
* includes cleanuparpi2001-10-211-6/+0
* libdemuxer...arpi2001-10-201-0/+613