| Commit message (Expand) | Author | Age | Files | Lines |
* | split audio chunks in mov demuxer | Baptiste Coudurier | 2009-05-31 | 1 | -32/+30 |
* | return AVERROR_EOF | Baptiste Coudurier | 2009-05-30 | 1 | -1/+1 |
* | move increment after debug print | Baptiste Coudurier | 2009-05-16 | 1 | -1/+1 |
* | parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop | Baptiste Coudurier | 2009-05-13 | 1 | -4/+43 |
* | remove comment | Baptiste Coudurier | 2009-05-13 | 1 | -1/+1 |
* | Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative. | Baptiste Coudurier | 2009-05-13 | 1 | -5/+30 |
* | Introduce codec id for MPEG-4 ALS and associate it with corresponding | Jai Menon | 2009-04-17 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | force sample for qcelp when not stored in mov, fix #968 | Baptiste Coudurier | 2009-04-08 | 1 | -0/+3 |
* | Reindent | Reimar Döffinger | 2009-04-02 | 1 | -1/+1 |
* | Support DVD subtitles in mov/mp4 as created by Nero. | Reimar Döffinger | 2009-04-02 | 1 | -0/+1 |
* | set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_... | Baptiste Coudurier | 2009-03-25 | 1 | -0/+6 |
* | Remove alpha channel from default colorspace tables, since it is unused. See | Ronald S. Bultje | 2009-03-22 | 1 | -3/+3 |
* | since code now use get_bits_long, allocate padding buffer | Baptiste Coudurier | 2009-03-22 | 1 | -1/+1 |
* | reset codec width/height for h264 forcing decoder to parse extradata | Baptiste Coudurier | 2009-03-21 | 1 | -0/+3 |
* | 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 |