summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* 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
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-11
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-11
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-11
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-09
* cosmetics, remove useless parenthesis and whitespacesBaptiste Coudurier2008-12-18
* set alac channels from extradata, fix alac mono in m4aBaptiste Coudurier2008-12-18