| Commit message (Expand) | Author | Age | Files | Lines |
* | mov: Do not allow updating the time scale after it has been set | Martin Storsjö | 2013-07-15 | 1 | -0/+5 |
* | mov: Seek back if overreading an individual atom | Martin Storsjö | 2013-07-15 | 1 | -0/+6 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -1/+0 |
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -5/+3 |
* | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -6/+0 |
* | mov: use the format context for logging. | Anton Khirnov | 2013-02-23 | 1 | -1/+1 |
* | mov: handle h263 and flv1 for codec_tag 'H','2','6','3' | Janne Grunau | 2012-12-19 | 1 | -0/+4 |
* | mov: validate number of DataReferenceBox entries against box size | Janne Grunau | 2012-12-07 | 1 | -1/+3 |
* | mov: compute avg_frame_rate only if duration is known | Janne Grunau | 2012-12-07 | 1 | -2/+3 |
* | lavf: add a common function for selecting a pcm codec from parameters | Justin Ruggles | 2012-11-28 | 1 | -27/+6 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | mov: support random access point grouping | Yusuke Nakamura | 2012-09-19 | 1 | -0/+53 |
* | mov: check for EOF in long lasting loops | Luca Barbato | 2012-09-18 | 1 | -16/+56 |
* | mov: stsd entries must be at least 16 byte | Michael Niedermayer | 2012-09-16 | 1 | -1/+4 |
* | mov: detect EOF in mov_read_dref() | Michael Niedermayer | 2012-09-16 | 1 | -0/+2 |
* | mov_chan: Pass a separate AVIOContext for reading | Samuel Pitoiset | 2012-09-07 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -59/+59 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -0/+2 |
* | avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer | Justin Ruggles | 2012-07-19 | 1 | -38/+1 |
* | mov: use forward declaration of a function instead of a table. | Ronald S. Bultje | 2012-07-04 | 1 | -74/+74 |
* | mov: read itunes cover art. | Anton Khirnov | 2012-07-02 | 1 | -0/+50 |
* | mov: do not try to read total disc/track number if data atom is too short. | Carl Eugen Hoyos | 2012-06-26 | 1 | -2/+3 |
* | mov: make a length variable larger. | Anton Khirnov | 2012-06-24 | 1 | -2/+2 |
* | mov: fix operator precedence bug | Ronald S. Bultje | 2012-06-20 | 1 | -1/+1 |
* | mov: Support muxing/demuxing iLBC | Martin Storsjö | 2012-06-18 | 1 | -0/+1 |
* | mov: set AVCodecContext.width/height for h264 | Mans Rullgard | 2012-06-09 | 1 | -3/+0 |
* | mov: enable parsing for VC-1. | Anton Khirnov | 2012-05-18 | 1 | -0/+3 |
* | mov: make one comment slightly more specific | Diego Biurrun | 2012-05-09 | 1 | -1/+1 |
* | mov: Remove write-only variable in mov_read_chan(). | Diego Biurrun | 2012-05-07 | 1 | -2/+2 |
* | Mark a number of variables only used in av_dlog() calls as av_unused. | Diego Biurrun | 2012-05-06 | 1 | -2/+4 |
* | mov: Parse EC3SpecificBox (dec3 atom). | Yusuke Nakamura | 2012-04-27 | 1 | -0/+29 |
* | mov: Treat keyframe indexes as 1-origin if starting at non-zero. | Yusuke Nakamura | 2012-04-21 | 1 | -1/+1 |
* | mov: Take stps entries into consideration also about key_off. | Yusuke Nakamura | 2012-04-21 | 1 | -1/+1 |
* | mov: free memory on header parsing failure | Dale Curtis | 2012-04-14 | 1 | -33/+35 |
* | mov: fix leaking memory with multiple drefs. | Dale Curtis | 2012-04-14 | 1 | -0/+1 |
* | mov: Fix detecting there is no sync sample. | Yusuke Nakamura | 2012-04-13 | 1 | -1/+4 |
* | mov: don't overwrite existing indexes. | Ronald S. Bultje | 2012-03-29 | 1 | -8/+11 |
* | mov: Do not read past the end of the ctts_data table. | Alex Converse | 2012-03-22 | 1 | -1/+1 |
* | mov: Allow last chunk to have an arbitrary number of samples. | Carl Eugen Hoyos | 2012-03-06 | 1 | -1/+2 |
* | mov: do not set AVCodecContext.frame_size | Justin Ruggles | 2012-03-05 | 1 | -13/+0 |
* | lavc: deprecate AVCodecContext.color_table_id. | Anton Khirnov | 2012-02-29 | 1 | -3/+4 |
* | mov: set channel layout for AC-3 streams based on the 'dac3' atom info | Justin Ruggles | 2012-02-22 | 1 | -0/+5 |
* | movdec: Don't parse all fragments if ignidx is set | Martin Storsjö | 2012-02-22 | 1 | -2/+3 |
* | movdec: Restart parsing root-level atoms at the right spot | Martin Storsjö | 2012-02-22 | 1 | -3/+9 |
* | movdec: Adjust keyframe flagging in fragmented files | Martin Storsjö | 2012-02-21 | 1 | -4/+9 |
* | mov: Use defines for sample flags in fragments | Martin Storsjö | 2012-02-18 | 1 | -1/+1 |
* | mov: Use defines for trun flags | Martin Storsjö | 2012-02-18 | 1 | -7/+8 |