| Commit message (Expand) | Author | Age | Files | Lines |
* | MOV: Use the AOT enum for the mp4_audio_types mapping. | Alex Converse | 2009-03-19 | 1 | -5/+5 |
* | Extend mov edit list support to work for a first padding entry with | Reimar Döffinger | 2009-03-16 | 1 | -5/+6 |
* | Cosmetics: Re-indent after last commit | Alex Converse | 2009-03-16 | 1 | -4/+4 |
* | MOV: Support stz2 "Compact Sample Size Box" | Alex Converse | 2009-03-16 | 1 | -2/+36 |
* | cosmetics, remove useless braces | Baptiste Coudurier | 2009-03-16 | 1 | -2/+2 |
* | simplify printing | Baptiste Coudurier | 2009-03-16 | 1 | -4/+2 |
* | reindent | Baptiste Coudurier | 2009-03-16 | 1 | -7/+7 |
* | fix trkn metadata parsing | Baptiste Coudurier | 2009-03-16 | 1 | -12/+21 |
* | move read_udta_string up to avoid forward declaration | Baptiste Coudurier | 2009-03-16 | 1 | -70/+68 |
* | more generic metadata handling | Baptiste Coudurier | 2009-03-16 | 1 | -33/+50 |
* | do not set isom if ctype is not set, happens in mov | Baptiste Coudurier | 2009-03-16 | 1 | -2/+1 |
* | search for hdlr atom in meta, some files do not store version+flags | Baptiste Coudurier | 2009-03-15 | 1 | -3/+10 |
* | typo in the mail, the 4am commit is always the worst | Baptiste Coudurier | 2009-03-15 | 1 | -1/+1 |
* | add my copyright in mov de/muxer | Baptiste Coudurier | 2009-03-15 | 1 | -0/+1 |
* | allocate palette in codec directly | Baptiste Coudurier | 2009-03-15 | 1 | -7/+9 |
* | cosmetics, add some whitespaces and empty lines | Baptiste Coudurier | 2009-03-15 | 1 | -13/+21 |
* | do not modify sample_count, check against index entries | Baptiste Coudurier | 2009-03-15 | 1 | -8/+3 |
* | Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] | Ronald S. Bultje | 2009-03-09 | 1 | -96/+0 |
* | MOV: fix demuxing fragmented files | Alex Converse | 2009-03-04 | 1 | -4/+11 |
* | MOV: fix crash when 'meta' occurs before first 'trak' | Alex Converse | 2009-03-03 | 1 | -1/+6 |
* | fix missed usage of old metadata API in mov demuxer | Aurelien Jacobs | 2009-03-01 | 1 | -2/+4 |
* | Add a context to av_log() call. | Benoit Fouet | 2009-02-27 | 1 | -1/+1 |
* | check av_get_packet return value | Baptiste Coudurier | 2009-02-22 | 1 | -2/+4 |
* | return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w... | Baptiste Coudurier | 2009-02-22 | 1 | -34/+42 |
* | demux some more metadata tags in mov | Aurelien Jacobs | 2009-02-15 | 1 | -0/+10 |
* | use new metadata API in mov demuxer | Aurelien Jacobs | 2009-02-15 | 1 | -16/+21 |
* | fix frame size, time rate is not stts duration anymore with time offset | Baptiste Coudurier | 2009-02-11 | 1 | -2/+5 |
* | do not set start time to 0, it is not the case with elst time offset | Baptiste Coudurier | 2009-02-11 | 1 | -2/+1 |
* | adjust time rate according to elst time offset | Baptiste Coudurier | 2009-02-11 | 1 | -3/+3 |
* | fix compilation with DEBUG defined, field does not exist anymore | Baptiste Coudurier | 2009-02-10 | 1 | -1/+1 |
* | cosmetics: sample_to_chunk -> stsc | Baptiste Coudurier | 2009-02-08 | 1 | -18/+18 |
* | cosmetics: sample_to_ctime -> ctts | Baptiste Coudurier | 2009-02-08 | 1 | -11/+11 |
* | remove useless field | Baptiste Coudurier | 2009-02-08 | 1 | -2/+1 |
* | fix doxygen | Baptiste Coudurier | 2009-02-08 | 1 | -1/+1 |
* | Replace the calls to the deprecated av_alloc_format_context() with | Stefano Sabatini | 2009-02-08 | 1 | -1/+1 |
* | offset dts according to edit list, hackish but works, based on patch by Reimar | Baptiste Coudurier | 2009-02-08 | 1 | -3/+14 |
* | prevent reading more than container atom size, fix broken file broken_by_rev1... | Baptiste Coudurier | 2009-02-03 | 1 | -2/+7 |
* | seek at 0 when timestamp requested is negative | Baptiste Coudurier | 2009-01-27 | 1 | -0/+2 |
* | 'code' is used to index a table so make it unsigned | Aurelien Jacobs | 2009-01-21 | 1 | -1/+1 |
* | change sample aspect ratio test to be more clear, print old one | Baptiste Coudurier | 2009-01-20 | 1 | -3/+4 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -7/+7 |
* | Use the dimensions in tkhd for timed text tracks | David Conrad | 2009-01-11 | 1 | -0/+7 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | move ffindex set before mov_read_default so it can be used in functions | Baptiste Coudurier | 2009-01-11 | 1 | -1/+2 |
* | Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text | David Conrad | 2009-01-11 | 1 | -0/+4 |
* | only set le if value is 1, fix boom5.mov, issue #770 | Baptiste Coudurier | 2009-01-09 | 1 | -1/+2 |
* | cosmetics, remove useless parenthesis and whitespaces | Baptiste Coudurier | 2008-12-18 | 1 | -2/+2 |
* | set alac channels from extradata, fix alac mono in m4a | Baptiste Coudurier | 2008-12-18 | 1 | -1/+3 |