summaryrefslogtreecommitdiff
path: root/libavcodec/sonic.c
Commit message (Expand)AuthorAge
* sonic: Switch to rangecoderMichael Niedermayer2013-12-10
* avcodec/sonic: add larger version and minor_version fields with version >= 2Michael Niedermayer2013-12-10
* avcodec/sonic: move version to the contextMichael Niedermayer2013-12-10
* avcodec/sonic: fix memleaksMichael Niedermayer2013-12-10
* sonic: use M_SQRT2Michael Niedermayer2013-12-10
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* avcodec/sonic: Fix usage of init_get_bits() and use init_get_bits8()Michael Niedermayer2013-07-04
* sonic: use av_freep() as its safer than av_free()Michael Niedermayer2013-06-23
* sonic: cleanup/simplify num_taps checkMichael Niedermayer2013-06-23
* sonic: replace divide() by ROUNDED_DIV()Michael Niedermayer2013-06-23
* sonic: avoid float sqrt() for integer input & outputMichael Niedermayer2013-06-23
* sonic: simplify quant clipingMichael Niedermayer2013-06-23
* sonic: use av_calloc()Michael Niedermayer2013-06-23
* sonic: replace literal numbers by sizeof()Michael Niedermayer2013-06-22
* sonic: replace some float by integers to improve platform independanceMichael Niedermayer2013-06-22
* sonic: Improve error codesMichael Niedermayer2013-06-22
* sonic: simplify shift_down()Michael Niedermayer2013-06-22
* sonicenc: fix off by 1 errorMichael Niedermayer2013-06-19
* sonicenc: dont put multiple assignments per lineMichael Niedermayer2013-06-19
* sonicenc: set supported samples formats arrayMichael Niedermayer2013-06-19
* sonicenc: don't allocate unused avctx->coded_framePaul B Mahol2013-06-07
* sonicdec: update to new buffer APIMichael Niedermayer2013-03-21
* sonicenc: fix mono decorrelationMichael Niedermayer2013-03-21
* sonicdec: fix frame sizeMichael Niedermayer2013-03-21
* sonicdec: check decorrelationMichael Niedermayer2013-03-21
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\
* | normalize calls to ff_alloc_packet2James Zern2013-03-06
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
* | sonic: factorize tail_sizeMichael Niedermayer2012-09-18
* | sonicenc: limit quant so that golomb codes are less than 32 bits longMichael Niedermayer2012-09-18
* | sonic: update to encode2() APIMichael Niedermayer2012-09-18
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Remove Sonic experimental audio codecMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | sonic: fix FPEMichael Niedermayer2012-06-26
* | sonic: mark as experimentalPaul B Mahol2012-03-24
* | sonic: fix warning about incompatible pointer typesPaul B Mahol2012-03-23
* | sonic: update to new APIMichael Niedermayer2012-03-16
* | Use more designated initializers.Paul B Mahol2011-12-30
* | sonic: fix sonic decoder to match encoder for sample rates other than 44100.Justin Ruggles2011-05-04
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* cosmetics: Move some code blocks to reduce the number of #ifdefs.Diego Biurrun2009-07-16
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01