| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -3/+3 |
* | audiointerleave: deobfuscate a function call. | Anton Khirnov | 2012-11-02 | 1 | -1/+1 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | Reorder arguments for av_fifo_generic_read to be more logical and | Reimar Döffinger | 2009-03-09 | 1 | -1/+1 |
* | Replace all uses of the replaced av_fifo_read by av_fifo_generic_read | Reimar Döffinger | 2009-03-08 | 1 | -1/+1 |
* | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer | 2009-03-08 | 1 | -8/+8 |
* | check fifo size and realloc if needed | Baptiste Coudurier | 2009-02-18 | 1 | -0/+7 |
* | rename ff_audio_interleave to ff_audio_rechunk_interleave | Baptiste Coudurier | 2009-02-09 | 1 | -1/+1 |
* | Move declaration of ff_interleave_add_packet to internal.h. | Baptiste Coudurier | 2009-02-08 | 1 | -0/+1 |
* | Declare ff_interleave_new_audio_packet as static, it is not used | Baptiste Coudurier | 2009-02-08 | 1 | -1/+1 |
* | rewrite pts also, as comment says | Baptiste Coudurier | 2009-02-08 | 1 | -1/+1 |
* | extract audio interleaving code from mxf muxer, will be used by gxf and dv | Baptiste Coudurier | 2009-02-08 | 1 | -0/+125 |