aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mov.c
Commit message (Expand)AuthorAge
* workaround in palette reader for statunit6.mov, needed to implement support f...Gravatar alex2002-03-15
* some cleanup, fixes for video header parsing. finally we get the coded size i...Gravatar arpi2002-03-14
* fixed some endian issues, like changing bswap_32() -> be2me_32(), andGravatar melanson2002-03-01
* reinstated original palette decision logic from XAnim (was the QT specGravatar melanson2002-02-10
* added nmhd, added checking for audio trak in demux_mov_fill_bufferGravatar alex2002-02-10
* fixedsize video samples fixed (dvntsc-qt.mov)Gravatar arpi2002-02-10
* reconciled one minor, nagging palette issue with the official QT specGravatar melanson2002-02-05
* fixed (reversed) the RGB palette orderGravatar melanson2002-01-27
* QT demuxer now supports the default QT palettesGravatar melanson2002-01-24
* QT demuxer loads palette information from files that transport palettes inGravatar melanson2002-01-13
* mov_check_file 64bit support by Chris Bednar. also fixed co64 chunk and added...Gravatar alex2002-01-05
* added co64 (64bit chunk offset table) chunk (needed for mov files created wit...Gravatar alex2001-12-22
* added demux_infoGravatar alex2001-11-22
* added skip atom to support .mp4 filesGravatar alex2001-11-17
* ignore mov detection if first chunk badGravatar arpi2001-11-13
* added pre-flash detecting support ;)Gravatar alex2001-11-09
* config.h cleanup, few things added to steram/demuxer headersGravatar arpi2001-10-30
* twos pcm audio supportGravatar arpi2001-10-29
* added edit atom (edit list), some comments and typos fixesGravatar alex2001-10-29
* seek ebfore begin of the movie fixedGravatar arpi2001-10-29
* using keyframe info for seekingGravatar arpi2001-10-29
* cbr audio fixGravatar arpi2001-10-29
* extended udta recordGravatar alex2001-10-29
* added stss (not completed)Gravatar alex2001-10-29
* changed if's to switch in lschunksGravatar alex2001-10-29
* added two new clip info types, all printf's were upgraded to mp_msgGravatar alex2001-10-26
* handling free chunk (wide needs implementation) and displaying clip info (dat...Gravatar alex2001-10-23
* compressed mov audio fixedGravatar arpi2001-10-23
* compression algo detection fix (bswap) and fps fixGravatar alex2001-10-22
* includes cleanupGravatar arpi2001-10-21
* libdemuxer...Gravatar arpi2001-10-20