| Commit message (Expand) | Author | Age | Files | Lines |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -7/+7 |
* | mov: support random access point grouping | Yusuke Nakamura | 2012-09-19 | 1 | -0/+7 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | mov: Fix detecting there is no sync sample. | Yusuke Nakamura | 2012-04-13 | 1 | -0/+1 |
* | movdec: Restart parsing root-level atoms at the right spot | Martin Storsjö | 2012-02-22 | 1 | -0/+1 |
* | mov: Use defines for sample flags in fragments | Martin Storsjö | 2012-02-18 | 1 | -0/+10 |
* | mov: Use defines for trun flags | Martin Storsjö | 2012-02-18 | 1 | -0/+7 |
* | mov: Use defines for tfhd flags | Martin Storsjö | 2012-02-18 | 1 | -0/+7 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | movdec: fix dts generation in fragmented files | Janne Grunau | 2012-02-02 | 1 | -0/+1 |
* | movdec: Calculate an average bit rate for fragmented streams, too | Martin Storsjö | 2012-01-25 | 1 | -0/+1 |
* | mpegts: MP4 SL support | Alex Converse | 2011-10-28 | 1 | -0/+1 |
* | mpegts: MP4 OD support | Alex Converse | 2011-10-28 | 1 | -0/+1 |
* | mp4: Handle non-trivial ES Descriptors. | Alex Converse | 2011-08-25 | 1 | -0/+1 |
* | mov: Support edit list atom version 1. | Yusuke Nakamura | 2011-05-12 | 1 | -1/+1 |
* | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -0/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -6/+6 |
* | In ts demuxer, support aac flexmux using extradata in iods, issue #2346 | Baptiste Coudurier | 2010-11-23 | 1 | -0/+8 |
* | movdec: Split out ff_mov_read_stsd | Martin Storsjö | 2010-10-05 | 1 | -0/+2 |
* | Move AVCodecTag from riff.h into internal.h. | Francesco Lavra | 2010-05-22 | 1 | -1/+1 |
* | mov: Read QuickTime chapters | David Conrad | 2010-04-21 | 1 | -0/+1 |
* | Always consider the mov language code as 4 bytes fixed size and change the | Reimar Döffinger | 2010-01-30 | 1 | -2/+2 |
* | remove no more needed MOVAtom.offset field | Baptiste Coudurier | 2010-01-04 | 1 | -1/+0 |
* | Search relative path according to alias record when opening mov reference files. | Baptiste Coudurier | 2009-11-15 | 1 | -0/+4 |
* | Make mov LPCM and AAC parsing functions public | Peter Ross | 2009-09-16 | 1 | -0/+4 |
* | Remove time_rate, we cannot compute exactly when fragments are | Baptiste Coudurier | 2009-06-11 | 1 | -1/+0 |
* | parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop | Baptiste Coudurier | 2009-05-13 | 1 | -0/+2 |
* | align and update doxygen | Baptiste Coudurier | 2009-05-13 | 1 | -12/+12 |
* | Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative. | Baptiste Coudurier | 2009-05-13 | 1 | -1/+2 |
* | allocate palette in codec directly | Baptiste Coudurier | 2009-03-15 | 1 | -1/+0 |
* | Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] | Ronald S. Bultje | 2009-03-09 | 1 | -0/+96 |
* | 'code' is used to index a table so make it unsigned | Aurelien Jacobs | 2009-01-21 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | remove _t in typedef for POSIX compatibility | Baptiste Coudurier | 2008-12-11 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Set correct codec type and id for text subtitles. | Michael Niedermayer | 2008-01-26 | 1 | -0/+1 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+2 |
* | cosmectics, use consistant and homogeneous type names for atoms | Baptiste Coudurier | 2007-04-26 | 1 | -2/+2 |
* | cosmectics, mov -> mp4 | Baptiste Coudurier | 2007-03-24 | 1 | -1/+1 |
* | use common tables for mov muxer and demuxer | Baptiste Coudurier | 2007-03-03 | 1 | -0/+2 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+21 |
* | move common code from mov.c and movenc.c to isom.c | Baptiste Coudurier | 2006-08-01 | 1 | -0/+15 |