| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' | Michael Niedermayer | 2014-06-22 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | avcodec/ra144: remove redundant AV_ZERO128 | Michael Niedermayer | 2014-02-10 | 1 | -2/+0 |
* | | ra144: use scalarproduct_int16 | Christophe Gisquet | 2014-02-10 | 1 | -0/+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 |
* | | avcodec/ra144dec: use init_get_bits8() | Michael Niedermayer | 2013-08-05 | 1 | -1/+1 |
* | | Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE. | Carl Eugen Hoyos | 2013-06-30 | 1 | -3/+3 |
* | | ra144: Try to fix int16/uint16 warnings from pgc | Michael Niedermayer | 2013-04-17 | 1 | -2/+2 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '684e3d2e1ce96625eeef63f2564aab66f6715d05' | Michael Niedermayer | 2013-03-13 | 1 | -6/+7 |
|\ \
| |/ |
|
| * | ra144: check buffer size before requesting a buffer | Janne Grunau | 2013-03-10 | 1 | -6/+7 |
* | | 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 '76b19a3984359b3be44d4f7e4e69b7b86729a622' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Fix a number of incorrect intmath.h #includes. | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53' | Michael Niedermayer | 2013-02-13 | 1 | -8/+5 |
|\ \
| |/ |
|
| * | ra144: 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 '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | ra144dec: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -1/+4 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -11/+20 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -11/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-11 | 1 | -12/+16 |
|\ \
| |/ |
|
| * | ra144: use macro constants to make the code more understandable. | Justin Ruggles | 2011-10-10 | 1 | -9/+9 |
| * | ra144dec: log an error message when output buffer is too small. | Justin Ruggles | 2011-10-10 | 1 | -2/+4 |
| * | ra144dec: use a more descriptive calculation for output data size | Justin Ruggles | 2011-10-10 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -11/+8 |
|\ \
| |/ |
|
| * | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -11/+8 |
| * | 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 |
* | Split do_output_subblock() into common code and decoder specific parts | Francesco Lavra | 2010-06-11 | 1 | -29/+2 |
* | Add ff_ prefix to non-static functions | Francesco Lavra | 2010-06-11 | 1 | -16/+17 |
* | Split ra144.c in common code (to be shared with the future encoder) and | Francesco Lavra | 2010-06-11 | 1 | -0/+154 |