| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d' | Michael Niedermayer | 2014-08-10 | 1 | -5/+0 |
|\ |
|
| * | lavc: remove obsolete and disabled avpriv functions | Anton Khirnov | 2014-08-09 | 1 | -5/+0 |
* | | Merge commit 'd5cf5afabbf43f00283e70b12afbe1da030d85b6' | Michael Niedermayer | 2014-07-09 | 1 | -0/+5 |
|\| |
|
| * | adxdec: get rid of an avpriv function | Anton Khirnov | 2014-07-09 | 1 | -0/+5 |
* | | Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31' | Michael Niedermayer | 2013-02-13 | 1 | -1/+0 |
|\| |
|
| * | adxenc: alloc/free coded_frame instead of keeping it in the ADXContext | Justin Ruggles | 2013-02-12 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -2/+2 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -0/+1 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -7/+38 |
|\| |
|
| * | adx: rename ff_adx_decode_header() to avpriv_adx_decode_header() | Justin Ruggles | 2011-11-26 | 1 | -2/+2 |
| * | adx: add an ADX parser. | Justin Ruggles | 2011-11-26 | 1 | -2/+1 |
| * | adx: move header decoding to ADX common code | Justin Ruggles | 2011-11-26 | 1 | -0/+21 |
| * | adx: calculate correct LPC coeffs | Justin Ruggles | 2011-11-26 | 1 | -2/+12 |
| * | adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow | Justin Ruggles | 2011-11-26 | 1 | -3/+3 |
| * | adx: remove unneeded post-decode channel interleaving | Justin Ruggles | 2011-11-26 | 1 | -0/+1 |
| * | adx: rename struct PREV to ADXChannelState | Justin Ruggles | 2011-11-26 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | split adx encoder in its own file | Aurelien Jacobs | 2007-11-01 | 1 | -0/+49 |