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