summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-17
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-08
* ReindentReimar Döffinger2009-04-02
* Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger2009-04-02
* set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier2009-03-25
* Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje2009-03-22
* since code now use get_bits_long, allocate padding bufferBaptiste Coudurier2009-03-22
* reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier2009-03-21
* MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse2009-03-19
* Extend mov edit list support to work for a first padding entry withReimar Döffinger2009-03-16
* Cosmetics: Re-indent after last commitAlex Converse2009-03-16
* MOV: Support stz2 "Compact Sample Size Box"Alex Converse2009-03-16
* cosmetics, remove useless bracesBaptiste Coudurier2009-03-16
* simplify printingBaptiste Coudurier2009-03-16
* reindentBaptiste Coudurier2009-03-16
* fix trkn metadata parsingBaptiste Coudurier2009-03-16
* move read_udta_string up to avoid forward declarationBaptiste Coudurier2009-03-16
* more generic metadata handlingBaptiste Coudurier2009-03-16
* do not set isom if ctype is not set, happens in movBaptiste Coudurier2009-03-16
* search for hdlr atom in meta, some files do not store version+flagsBaptiste Coudurier2009-03-15
* typo in the mail, the 4am commit is always the worstBaptiste Coudurier2009-03-15
* add my copyright in mov de/muxerBaptiste Coudurier2009-03-15
* allocate palette in codec directlyBaptiste Coudurier2009-03-15
* cosmetics, add some whitespaces and empty linesBaptiste Coudurier2009-03-15
* do not modify sample_count, check against index entriesBaptiste Coudurier2009-03-15
* Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje2009-03-09
* MOV: fix demuxing fragmented filesAlex Converse2009-03-04
* MOV: fix crash when 'meta' occurs before first 'trak'Alex Converse2009-03-03
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-01
* Add a context to av_log() call.Benoit Fouet2009-02-27
* check av_get_packet return valueBaptiste Coudurier2009-02-22
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier2009-02-22
* demux some more metadata tags in movAurelien Jacobs2009-02-15
* use new metadata API in mov demuxerAurelien Jacobs2009-02-15
* fix frame size, time rate is not stts duration anymore with time offsetBaptiste Coudurier2009-02-11
* do not set start time to 0, it is not the case with elst time offsetBaptiste Coudurier2009-02-11
* adjust time rate according to elst time offsetBaptiste Coudurier2009-02-11
* fix compilation with DEBUG defined, field does not exist anymoreBaptiste Coudurier2009-02-10
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-08
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-08
* remove useless fieldBaptiste Coudurier2009-02-08
* fix doxygenBaptiste Coudurier2009-02-08
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-08
* prevent reading more than container atom size, fix broken file broken_by_rev1...Baptiste Coudurier2009-02-03
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-27
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-21
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-20
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19