aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mov.c
Commit message (Expand)AuthorAge
* workaround for ms11 ima4Gravatar alex2002-11-04
* fix possible sig8 - found by AlexGravatar arpi2002-11-02
* set up nBlockAlign, nBytesPerSec correctly if extended audio header avail.Gravatar arpi2002-10-31
* pass audio codecdataGravatar arpi2002-10-31
* memleak fix (found by valgrind)Gravatar arpi2002-10-16
* ss_div/ss_mul defaults to 0Gravatar arpi2002-10-16
* BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARCGravatar jkeil2002-10-07
* dump processed edit list dataGravatar arpi2002-09-27
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* fixing edit-list playback (it uses the mvhd-timescale instead of the mdhd-one)Gravatar arpi2002-09-18
* support for .mp4 with .mp3 audioGravatar arpi2002-08-05
* skip 'pnot' and 'PICT' - fixes incoming/1.movGravatar arpi2002-08-01
* 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