| Commit message (Expand) | Author | Age | Files | Lines |
* | mov: Rework stsc index validation | Vittorio Giovara | 2017-02-10 | 1 | -1/+1 |
* | Add missing #includes for standalone spherical-information-related headers | Diego Biurrun | 2016-12-08 | 1 | -0/+3 |
* | mov: Export spherical information | Vittorio Giovara | 2016-12-07 | 1 | -0/+6 |
* | mov: Evaluate the movie display matrix | Vittorio Giovara | 2016-11-01 | 1 | -0/+2 |
* | mov: Remove ancient heuristic hack | Derek Buitenhuis | 2016-08-29 | 1 | -1/+0 |
* | mov: Implement support for multiple sample description tables | Vittorio Giovara | 2016-06-17 | 1 | -0/+8 |
* | mov: Add an option to toggle dref opening | Derek Buitenhuis | 2016-01-21 | 1 | -0/+1 |
* | mov: Add option to keep exact packet sequence after seeking | Derek Buitenhuis | 2015-03-18 | 1 | -0/+1 |
* | mov: parse XMP metadata on demand | Vittorio Giovara | 2014-12-08 | 1 | -0/+1 |
* | mov: Add an option for exporting all metadata | Vittorio Giovara | 2014-12-02 | 1 | -0/+2 |
* | mov: Drop unused parameter from ff_mov_read_esds() | Diego Biurrun | 2014-08-19 | 1 | -1/+1 |
* | mov: Support default-base-is-moof. | Yusuke Nakamura | 2014-07-01 | 1 | -0/+2 |
* | mov: store display matrix in a stream side data | Vittorio Giovara | 2014-05-19 | 1 | -0/+2 |
* | lavf: improve support for AVC-Intra files. | Reimar Döffinger | 2013-11-14 | 1 | -0/+16 |
* | mov: use tkhd enabled flag to set the default track | John Stebbins | 2013-08-23 | 1 | -0/+5 |
* | 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 |