| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mov: Remove some redundant and obsolete comments. | Alex Converse | 2011-11-22 | 1 | -21/+0 |
* | avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards | Martin Storsjö | 2011-11-13 | 1 | -3/+4 |
* | movdec: Set frame_size for AMR | Carl Eugen Hoyos | 2011-11-05 | 1 | -6/+8 |
* | mov: Avoid divide by zero in edit list dts handling | Benjamin Larsson | 2011-10-29 | 1 | -1/+1 |
* | mov: add support for hdvd and pgapmetadata atoms | Raivo Hool | 2011-10-21 | 1 | -0/+4 |
* | mov: rename function _stik, some indentation cosmetics | Raivo Hool | 2011-10-21 | 1 | -7/+7 |
* | mov: rename function _int8 to remove ambiguity, some indentation cosmetics | Raivo Hool | 2011-10-21 | 1 | -12/+12 |
* | mov: parse the gnre atom | Raivo Hool | 2011-10-21 | 1 | -0/+20 |
* | lavf: use avpriv_ prefix for some dv functions. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+2 |
* | mov: add support for TV metadata atoms tves, tvsn and stik | Raivo Hool | 2011-10-17 | 1 | -0/+33 |
* | mov: 10l: Terminate string with 0 not '0' | Alex Converse | 2011-10-14 | 1 | -1/+1 |
* | mov: Prevent illegal writes when chapter titles are very short. | Alex Converse | 2011-10-14 | 1 | -8/+15 |
* | mov: do not misreport empty stts | Luca Barbato | 2011-10-11 | 1 | -2/+2 |
* | mov: cosmetics, fix for and if spacing | Luca Barbato | 2011-10-11 | 1 | -46/+50 |
* | mov: read album_artist atom | Raivo Hool | 2011-10-11 | 1 | -0/+1 |
* | mov: fix disc/track numbers and totals | Raivo Hool | 2011-10-11 | 1 | -8/+15 |
* | Remove some forgotten AVCodecContext.palctrl usage. | Anton Khirnov | 2011-09-21 | 1 | -2/+0 |
* | mp4: Handle non-trivial ES Descriptors. | Alex Converse | 2011-08-25 | 1 | -2/+1 |
* | mov: add clcp type track as Subtitle stream. | Thierry Foucu | 2011-07-21 | 1 | -1/+1 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Remove return statements following infinite loops without break | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | mov: Fix empty edit detection. | Yusuke Nakamura | 2011-06-19 | 1 | -1/+1 |
* | mov: Fix wrong timestamp generation for fragmented movies that have time offs... | Yusuke Nakamura | 2011-06-10 | 1 | -4/+5 |
* | movdec: Add support for the 'wfex' atom. | Alex Converse | 2011-06-09 | 1 | -0/+14 |
* | mov: Remove leftover crufty debug statement with references to a local file. | Diego Biurrun | 2011-06-08 | 1 | -3/+0 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -9/+10 |
* | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun | 2011-06-07 | 1 | -6/+3 |
* | Mark some variables with av_unused | Mans Rullgard | 2011-06-03 | 1 | -1/+1 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -3/+3 |