| Commit message (Expand) | Author | Age | Files | Lines |
* | sonic: Switch to rangecoder | Michael Niedermayer | 2013-12-10 | 1 | -16/+111 |
* | avcodec/sonic: add larger version and minor_version fields with version >= 2 | Michael Niedermayer | 2013-12-10 | 1 | -7/+16 |
* | avcodec/sonic: move version to the context | Michael Niedermayer | 2013-12-10 | 1 | -9/+10 |
* | avcodec/sonic: fix memleaks | Michael Niedermayer | 2013-12-10 | 1 | -4/+4 |
* | sonic: use M_SQRT2 | Michael Niedermayer | 2013-12-10 | 1 | -1/+1 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -3/+3 |
* | avcodec/sonic: Fix usage of init_get_bits() and use init_get_bits8() | Michael Niedermayer | 2013-07-04 | 1 | -2/+2 |
* | sonic: use av_freep() as its safer than av_free() | Michael Niedermayer | 2013-06-23 | 1 | -11/+11 |
* | sonic: cleanup/simplify num_taps check | Michael Niedermayer | 2013-06-23 | 1 | -3/+1 |
* | sonic: replace divide() by ROUNDED_DIV() | Michael Niedermayer | 2013-06-23 | 1 | -9/+1 |
* | sonic: avoid float sqrt() for integer input & output | Michael Niedermayer | 2013-06-23 | 1 | -2/+2 |
* | sonic: simplify quant cliping | Michael Niedermayer | 2013-06-23 | 1 | -4/+1 |
* | sonic: use av_calloc() | Michael Niedermayer | 2013-06-23 | 1 | -15/+15 |
* | sonic: replace literal numbers by sizeof() | Michael Niedermayer | 2013-06-22 | 1 | -15/+15 |
* | sonic: replace some float by integers to improve platform independance | Michael Niedermayer | 2013-06-22 | 1 | -2/+2 |
* | sonic: Improve error codes | Michael Niedermayer | 2013-06-22 | 1 | -20/+20 |
* | sonic: simplify shift_down() | Michael Niedermayer | 2013-06-22 | 1 | -1/+1 |
* | sonicenc: fix off by 1 error | Michael Niedermayer | 2013-06-19 | 1 | -2/+2 |
* | sonicenc: dont put multiple assignments per line | Michael Niedermayer | 2013-06-19 | 1 | -5/+10 |
* | sonicenc: set supported samples formats array | Michael Niedermayer | 2013-06-19 | 1 | -0/+2 |
* | sonicenc: don't allocate unused avctx->coded_frame | Paul B Mahol | 2013-06-07 | 1 | -6/+0 |
* | sonicdec: update to new buffer API | Michael Niedermayer | 2013-03-21 | 1 | -8/+4 |
* | sonicenc: fix mono decorrelation | Michael Niedermayer | 2013-03-21 | 1 | -0/+2 |
* | sonicdec: fix frame size | Michael Niedermayer | 2013-03-21 | 1 | -1/+1 |
* | sonicdec: check decorrelation | Michael Niedermayer | 2013-03-21 | 1 | -0/+4 |
* | 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 |
|\ |
|
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | sonic: factorize tail_size | Michael Niedermayer | 2012-09-18 | 1 | -2/+2 |
* | | sonicenc: limit quant so that golomb codes are less than 32 bits long | Michael Niedermayer | 2012-09-18 | 1 | -2/+2 |
* | | sonic: update to encode2() API | Michael Niedermayer | 2012-09-18 | 1 | -7/+14 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Remove Sonic experimental audio codec | Mans Rullgard | 2011-03-19 | 1 | -977/+0 |
| * | 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 | -3/+3 |
* | | sonic: fix FPE | Michael Niedermayer | 2012-06-26 | 1 | -0/+5 |
* | | sonic: mark as experimental | Paul B Mahol | 2012-03-24 | 1 | -1/+3 |
* | | sonic: fix warning about incompatible pointer types | Paul B Mahol | 2012-03-23 | 1 | -2/+2 |
* | | sonic: update to new API | Michael Niedermayer | 2012-03-16 | 1 | -4/+17 |
* | | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -24/+21 |
* | | sonic: fix sonic decoder to match encoder for sample rates other than 44100. | Justin Ruggles | 2011-05-04 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -3/+3 |
|/ |
|
* | 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 | -3/+3 |
* | cosmetics: Move some code blocks to reduce the number of #ifdefs. | Diego Biurrun | 2009-07-16 | 1 | -19/+15 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |