summaryrefslogtreecommitdiff
path: root/libavcodec/sonic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-8/+8
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-6/+7
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-3/+3
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-3/+3
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-281-0/+3
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-4/+4
* constMichael Niedermayer2008-02-011-1/+1
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-8/+1
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-335/+335
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-69/+69
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+1
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* more decorrelation typesAlex Beregszaszi2004-09-041-30/+48
* ffmpeg short conversion got fixed somewhere, no need to workaround it - fixes...Alex Beregszaszi2004-08-221-4/+10
* new opensource lossy/lossless audio codec based on speech compression techniq...Alex Beregszaszi2004-08-211-0/+950