summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-111-28/+7
* broken stsd length might be < 16, fix elst-assert.mp4Baptiste Coudurier2009-06-031-4/+6
* split audio chunks in mov demuxerBaptiste Coudurier2009-05-311-32/+30
* return AVERROR_EOFBaptiste Coudurier2009-05-301-1/+1
* move increment after debug printBaptiste Coudurier2009-05-161-1/+1
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-131-4/+43
* remove commentBaptiste Coudurier2009-05-131-1/+1
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-131-5/+30
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-171-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-081-0/+3
* ReindentReimar Döffinger2009-04-021-1/+1
* Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger2009-04-021-0/+1
* set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier2009-03-251-0/+6
* Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje2009-03-221-3/+3
* since code now use get_bits_long, allocate padding bufferBaptiste Coudurier2009-03-221-1/+1
* reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier2009-03-211-0/+3
* MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse2009-03-191-5/+5
* Extend mov edit list support to work for a first padding entry withReimar Döffinger2009-03-161-5/+6
* Cosmetics: Re-indent after last commitAlex Converse2009-03-161-4/+4
* MOV: Support stz2 "Compact Sample Size Box"Alex Converse2009-03-161-2/+36
* cosmetics, remove useless bracesBaptiste Coudurier2009-03-161-2/+2
* simplify printingBaptiste Coudurier2009-03-161-4/+2
* reindentBaptiste Coudurier2009-03-161-7/+7
* fix trkn metadata parsingBaptiste Coudurier2009-03-161-12/+21
* move read_udta_string up to avoid forward declarationBaptiste Coudurier2009-03-161-70/+68
* more generic metadata handlingBaptiste Coudurier2009-03-161-33/+50
* do not set isom if ctype is not set, happens in movBaptiste Coudurier2009-03-161-2/+1
* search for hdlr atom in meta, some files do not store version+flagsBaptiste Coudurier2009-03-151-3/+10
* typo in the mail, the 4am commit is always the worstBaptiste Coudurier2009-03-151-1/+1
* add my copyright in mov de/muxerBaptiste Coudurier2009-03-151-0/+1
* allocate palette in codec directlyBaptiste Coudurier2009-03-151-7/+9
* cosmetics, add some whitespaces and empty linesBaptiste Coudurier2009-03-151-13/+21
* do not modify sample_count, check against index entriesBaptiste Coudurier2009-03-151-8/+3
* Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje2009-03-091-96/+0
* MOV: fix demuxing fragmented filesAlex Converse2009-03-041-4/+11
* MOV: fix crash when 'meta' occurs before first 'trak'Alex Converse2009-03-031-1/+6
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-011-2/+4
* Add a context to av_log() call.Benoit Fouet2009-02-271-1/+1
* check av_get_packet return valueBaptiste Coudurier2009-02-221-2/+4
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier2009-02-221-34/+42
* demux some more metadata tags in movAurelien Jacobs2009-02-151-0/+10
* use new metadata API in mov demuxerAurelien Jacobs2009-02-151-16/+21
* fix frame size, time rate is not stts duration anymore with time offsetBaptiste Coudurier2009-02-111-2/+5
* do not set start time to 0, it is not the case with elst time offsetBaptiste Coudurier2009-02-111-2/+1
* adjust time rate according to elst time offsetBaptiste Coudurier2009-02-111-3/+3
* fix compilation with DEBUG defined, field does not exist anymoreBaptiste Coudurier2009-02-101-1/+1
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-081-18/+18
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-081-11/+11
* remove useless fieldBaptiste Coudurier2009-02-081-2/+1
OpenPOWER on IntegriCloud