summaryrefslogtreecommitdiff
path: root/libavcodec/sonic.c
Commit message (Expand)AuthorAge
...
* | 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
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22