| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mov: Use defines for tfhd flags | Martin Storsjö | 2012-02-18 | 1 | -8/+10 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | movdec: Avoid av_malloc(0) in stss | Alex Converse | 2012-02-03 | 1 | -0/+2 |
* | movdec: Parse the dvc1 atom | Martin Storsjö | 2012-02-02 | 1 | -0/+27 |
* | movdec: fix dts generation in fragmented files | Janne Grunau | 2012-02-02 | 1 | -2/+3 |
* | movdec: Ignore sample_degradation_priority bits when checking first_sample_flags | Martin Storsjö | 2012-01-31 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | movdec: Calculate an average bit rate for fragmented streams, too | Martin Storsjö | 2012-01-25 | 1 | -1/+14 |
* | mov: Remove dead stores for spherical coordinates for channel position. | Alex Converse | 2012-01-18 | 1 | -4/+3 |
* | mov, mxfdec: Employ more meaningful return values. | Daniel Huang | 2012-01-15 | 1 | -44/+49 |
* | mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions. | Alex Converse | 2012-01-05 | 1 | -7/+15 |
* | mov: Don't stick the QuickTime field ordering atom in extradata. | Alex Converse | 2011-12-21 | 1 | -1/+44 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -2/+2 |
* | mov: add support for reading and writing the 'chan' tag | Justin Ruggles | 2011-12-09 | 1 | -0/+47 |
* | mov: Don't av_malloc(0). | Alex Converse | 2011-12-05 | 1 | -0/+10 |
* | mov: Allow empty stts atom. | Alex Converse | 2011-12-04 | 1 | -1/+3 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | mov: Make format string match variable type. | Alex Converse | 2011-11-26 | 1 | -2/+2 |