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