aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix doxygenBaptiste Coudurier2009-02-081-1/+1
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-081-1/+1
* offset dts according to edit list, hackish but works, based on patch by ReimarBaptiste Coudurier2009-02-081-3/+14
* prevent reading more than container atom size, fix broken file broken_by_rev1...Baptiste Coudurier2009-02-031-2/+7
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-271-0/+2
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-211-1/+1
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-201-3/+4
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-7/+7
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-111-0/+7
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-111-1/+2
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-111-0/+4
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-091-1/+2
* cosmetics, remove useless parenthesis and whitespacesBaptiste Coudurier2008-12-181-2/+2
* set alac channels from extradata, fix alac mono in m4aBaptiste Coudurier2008-12-181-1/+3
* check that nb_streams is valid before setting stream, fix crash with jp2 whic...Baptiste Coudurier2008-12-161-2/+7
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-111-0/+17
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-111-53/+53
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-021-0/+2
* More OKed parts of the QCELP decoderKenan Gillet2008-12-011-0/+1
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-181-1/+2
* read itunes metadata, code based on Reimar's patchBaptiste Coudurier2008-11-161-3/+51
* simplify metadata readingBaptiste Coudurier2008-11-151-36/+20