summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mov.c
Commit message (Expand)AuthorAgeFilesLines
* typo fix for pre2alex2002-04-211-1/+1
* 'wide' may contain 'mdat'arpi2002-04-181-1/+3
* FPS calculation fixedarpi2002-04-151-9/+2
* get aspect info from display size if != real sizearpi2002-04-151-2/+6
* some under-devel code, will be required for qtx codecsarpi2002-03-271-0/+35
* Use esds parser for movie esds atom and only pass decoder specific configurat...atmos42002-03-241-4/+15
* - Add parsing of Sync Layer Descriptoratmos42002-03-241-10/+6
* 10l fix memory allocationatmos42002-03-241-2/+6
* eeh 10l, forgot malloc of esds struct.atmos42002-03-241-1/+2
* Improved MP4 parsing (finally)atmos42002-03-241-7/+27
* Add Parsing off ftyp box and some more docs refatmos42002-03-221-9/+31
* Add a usefull url, btw. audio esds needs some fixing with some files, I'll in...atmos42002-03-211-0/+2
* insert mpeg4 video header into the first chunkarpi2002-03-211-3/+23
* 0.1larpi2002-03-211-0/+1
* support multiple video header extension chunksarpi2002-03-211-7/+7
* argh 0.5latmos42002-03-211-1/+2
* Recognize and skip ftype chunk used by some .mp4 files andatmos42002-03-211-12/+25
* temporary disabled len=0 code due to reported loop errorsalex2002-03-211-0/+2
* Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now w...atmos42002-03-211-24/+69
* add alternative samplerate calculation for files with timescale\!=samplerateatmos42002-03-201-1/+22
* allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds h...atmos42002-03-191-1/+69
* 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