summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
* simplify, no need for a functionBaptiste Coudurier2007-05-12
* fix ctts index computation when seeking, check must be done against next ctts...Baptiste Coudurier2007-05-12
* remove no more true commentBaptiste Coudurier2007-04-26
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-26
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-26
* remove now obsolete and no more true commentsBaptiste Coudurier2007-04-26
* add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
* long -> intBaptiste Coudurier2007-04-21
* cosmetics: mov_mp4 -> mp4Baptiste Coudurier2007-04-21
* clean and simplify esds reading functionBaptiste Coudurier2007-04-21
* remove broken ctab codeBaptiste Coudurier2007-04-21
* use INT64_MAXBaptiste Coudurier2007-04-21
* add an enum for need_parsingAurelien Jacobs2007-04-15
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* move atom size check before parsing function searchBaptiste Coudurier2007-03-29
* unset sample count to disable track when is brokenBaptiste Coudurier2007-03-29
* break if atom size is more than size left in container atom, fix shooter.movBaptiste Coudurier2007-03-29
* activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362...Baptiste Coudurier2007-03-25
* dont fail immediately when a somehow broken track is detected, some tracks mi...Baptiste Coudurier2007-03-25
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
* cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frameBaptiste Coudurier2007-03-21
* cosmeticsBaptiste Coudurier2007-03-21
* set audio frame size based on sttsBaptiste Coudurier2007-03-21
* Give context to dprintfMichel Bardiaux2007-03-12
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03
* cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier2007-03-03
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-03
* avid imx supportBaptiste Coudurier2007-03-02
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-02
* use generic atom to extradata reading functionBaptiste Coudurier2007-03-02
* quicktime 'raw ' supportBaptiste Coudurier2007-03-01
* remove some printf warningsBaptiste Coudurier2007-01-24
* make vars unsignedBaptiste Coudurier2007-01-24
* stop if current sample is higher than sample countBaptiste Coudurier2007-01-24
* replace strcpy by memcpyBaptiste Coudurier2007-01-24
* remove useless fieldBaptiste Coudurier2007-01-24
* remove obsolete commentBaptiste Coudurier2007-01-24
* make some fields unsignedBaptiste Coudurier2007-01-24
* add sanity checksBaptiste Coudurier2007-01-24
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* add msrle fourcc, quicktime_bmp.movBaptiste Coudurier2007-01-16
* add png fourccBaptiste Coudurier2007-01-16
* add official VC1 fourccBaptiste Coudurier2007-01-10
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-06
* partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4Baptiste Coudurier2006-11-14
* support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.movBaptiste Coudurier2006-11-09
* do not overwrite codec type if already known, fix conflict between 'raw ' fou...Baptiste Coudurier2006-11-03