aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mov.c
Commit message (Expand)AuthorAge
* workaround for empty version1 audio headers (bugreport by Sascha Sommer)Gravatar arpi2002-07-12
* edit-list support for video - fixes various A-V sync problems (TODO: seeking)Gravatar arpi2002-07-07
* fixed endless 'unknown chunk' and doublespeed ima4 audio bugsGravatar arpi2002-07-06
* CBR audio PTS fixes (using stsd v1 header)Gravatar arpi2002-06-30
* dump edit listGravatar arpi2002-06-29
* Add small note why we don't use fcntl.h on cygwin. Btw. as far as I can see f...Gravatar atmos42002-06-07
* cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>Gravatar arpi2002-06-07
* some more output cosmetics, especially for vivo and mov demuxersGravatar arpi2002-05-20
* typo fix for pre2Gravatar alex2002-04-21
* 'wide' may contain 'mdat'Gravatar arpi2002-04-18
* FPS calculation fixedGravatar arpi2002-04-15
* get aspect info from display size if != real sizeGravatar arpi2002-04-15
* some under-devel code, will be required for qtx codecsGravatar arpi2002-03-27
* Use esds parser for movie esds atom and only pass decoder specific configurat...Gravatar atmos42002-03-24
* - Add parsing of Sync Layer DescriptorGravatar atmos42002-03-24
* 10l fix memory allocationGravatar atmos42002-03-24
* eeh 10l, forgot malloc of esds struct.Gravatar atmos42002-03-24
* Improved MP4 parsing (finally)Gravatar atmos42002-03-24
* Add Parsing off ftyp box and some more docs refGravatar atmos42002-03-22
* Add a usefull url, btw. audio esds needs some fixing with some files, I'll in...Gravatar atmos42002-03-21
* insert mpeg4 video header into the first chunkGravatar arpi2002-03-21
* 0.1lGravatar arpi2002-03-21
* support multiple video header extension chunksGravatar arpi2002-03-21
* argh 0.5lGravatar atmos42002-03-21
* Recognize and skip ftype chunk used by some .mp4 files andGravatar atmos42002-03-21
* temporary disabled len=0 code due to reported loop errorsGravatar alex2002-03-21
* Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now w...Gravatar atmos42002-03-21
* add alternative samplerate calculation for files with timescale\!=samplerateGravatar atmos42002-03-20
* allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds h...Gravatar atmos42002-03-19
* 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