summaryrefslogtreecommitdiffstats
path: root/libavcodec/libamr.c
Commit message (Expand)AuthorAgeFilesLines
* Use IF1 frame sizes in AMR-WB.Martin Storsjö2009-05-201-1/+1
* Move AMR-WB-specific code to the AMR-WB section of the file.Diego Biurrun2009-05-191-16/+16
* cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.Diego Biurrun2009-05-191-2/+3
* cosmetics: K&R coding style, indent correctly, break overly long linesDiego Biurrun2009-05-151-120/+102
* Replace 'x == 0' if conditions with '!x'.Diego Biurrun2009-05-151-3/+3
* cosmetics: Remove pointless {}.Diego Biurrun2009-05-151-14/+1
* Surround AMR_WB encoding code by appropriate #ifdefs.Diego Biurrun2009-05-151-0/+4
* cosmetics: Move some more code around to avoid #ifdeffery.Diego Biurrun2009-05-151-9/+9
* cosmetics: Move functions around so that encoding and decoding functions areDiego Biurrun2009-05-151-66/+66
* Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right afterDiego Biurrun2009-05-151-4/+0
* Add av_cold attribute to amr_nb decoding/encoding initialization functions.Diego Biurrun2009-05-151-2/+2
* Drop unused libamr-nb fixed-point glue code.Diego Biurrun2009-04-291-241/+2
* Fix second amr_nb_decode_frame() to also use the new AVPacket argumentRobert Swain2009-04-071-1/+3
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-2/+6
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-8/+8
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
* Add const qualifiers to decode functions.Benoit Fouet2008-12-161-6/+6
* Fix warning "format not a string literal and no format arguments".Benoit Fouet2008-12-161-2/+2
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+3
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-4/+4
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-2/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+4
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-291-1/+1
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-291-0/+1
* typoDiego Biurrun2008-01-271-1/+1
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-061-0/+711
OpenPOWER on IntegriCloud