| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/adxdec: dont return random data on EOF | Michael Niedermayer | 2014-01-07 | 1 | -1/+3 |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31' | Michael Niedermayer | 2013-02-13 | 1 | -8/+5 |
|\ \
| |/ |
|
| * | adx: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -8/+5 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f' | Michael Niedermayer | 2012-10-10 | 1 | -8/+13 |
|\ \
| |/ |
|
| * | adxdec: use planar sample format | Justin Ruggles | 2012-10-09 | 1 | -8/+13 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | adxdec: Check available space before decoding block. | Michael Niedermayer | 2012-04-16 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-05 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | adxdec: clear eof flag and channel states when seeking | Justin Ruggles | 2012-01-03 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-04 | 1 | -8/+9 |
|\ \
| |/ |
|
| * | adxdec: Do not require extradata. | Michael Niedermayer | 2012-01-03 | 1 | -9/+26 |
* | | adxdec: Fix division by zero | Michael Niedermayer | 2011-12-18 | 1 | -0/+2 |
* | | adxdec: Do not require extradata. | Michael Niedermayer | 2011-12-18 | 1 | -9/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -14/+27 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -14/+27 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -103/+72 |
|\ \
| |/ |
|
| * | adx: rename ff_adx_decode_header() to avpriv_adx_decode_header() | Justin Ruggles | 2011-11-26 | 1 | -2/+3 |
| * | adx: add an ADX parser. | Justin Ruggles | 2011-11-26 | 1 | -56/+44 |
| * | adx: move header decoding to ADX common code | Justin Ruggles | 2011-11-26 | 1 | -36/+6 |
| * | adx: calculate the number of blocks in a packet | Justin Ruggles | 2011-11-26 | 1 | -2/+11 |
| * | adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES | Justin Ruggles | 2011-11-26 | 1 | -14/+17 |
| * | adx: check for unsupported ADX formats | Justin Ruggles | 2011-11-26 | 1 | -0/+6 |
| * | adx: calculate correct LPC coeffs | Justin Ruggles | 2011-11-26 | 1 | -2/+5 |
| * | adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow | Justin Ruggles | 2011-11-26 | 1 | -1/+1 |
| * | adx: simplify adx_decode() by using get_sbits() to read residual samples | Justin Ruggles | 2011-11-26 | 1 | -12/+5 |
| * | adx: fix the data offset parsing in adx_decode_header() | Justin Ruggles | 2011-11-26 | 1 | -2/+2 |
| * | adx: remove unneeded post-decode channel interleaving | Justin Ruggles | 2011-11-26 | 1 | -39/+19 |
| * | adx: validate header values | Justin Ruggles | 2011-11-26 | 1 | -5/+12 |
| * | adx: cosmetics: general pretty-printing and comment clean-up | Justin Ruggles | 2011-11-26 | 1 | -61/+73 |
| * | adx: remove useless comments | Justin Ruggles | 2011-11-26 | 1 | -7/+2 |
| * | adx: change short to int16_t | Justin Ruggles | 2011-11-26 | 1 | -3/+3 |
| * | adx: rename struct PREV to ADXChannelState | Justin Ruggles | 2011-11-26 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+6 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |