| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. | Diego Biurrun | 2009-07-07 | 1 | -448/+0 |
* | Remove comments that refer to fixed-point AMR implementations. | Diego Biurrun | 2009-06-07 | 1 | -9/+1 |
* | Use IF1 frame sizes in AMR-WB. | Martin Storsjö | 2009-05-20 | 1 | -1/+1 |
* | Move AMR-WB-specific code to the AMR-WB section of the file. | Diego Biurrun | 2009-05-19 | 1 | -16/+16 |
* | cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. | Diego Biurrun | 2009-05-19 | 1 | -2/+3 |
* | cosmetics: K&R coding style, indent correctly, break overly long lines | Diego Biurrun | 2009-05-15 | 1 | -120/+102 |
* | Replace 'x == 0' if conditions with '!x'. | Diego Biurrun | 2009-05-15 | 1 | -3/+3 |
* | cosmetics: Remove pointless {}. | Diego Biurrun | 2009-05-15 | 1 | -14/+1 |
* | Surround AMR_WB encoding code by appropriate #ifdefs. | Diego Biurrun | 2009-05-15 | 1 | -0/+4 |
* | cosmetics: Move some more code around to avoid #ifdeffery. | Diego Biurrun | 2009-05-15 | 1 | -9/+9 |
* | cosmetics: Move functions around so that encoding and decoding functions are | Diego Biurrun | 2009-05-15 | 1 | -66/+66 |
* | Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after | Diego Biurrun | 2009-05-15 | 1 | -4/+0 |
* | Add av_cold attribute to amr_nb decoding/encoding initialization functions. | Diego Biurrun | 2009-05-15 | 1 | -2/+2 |
* | Drop unused libamr-nb fixed-point glue code. | Diego Biurrun | 2009-04-29 | 1 | -241/+2 |
* | Fix second amr_nb_decode_frame() to also use the new AVPacket argument | Robert Swain | 2009-04-07 | 1 | -1/+3 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -2/+6 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -8/+8 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -5/+5 |
* | Add const qualifiers to decode functions. | Benoit Fouet | 2008-12-16 | 1 | -6/+6 |
* | Fix warning "format not a string literal and no format arguments". | Benoit Fouet | 2008-12-16 | 1 | -2/+2 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+3 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -4/+4 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -2/+2 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+4 |
* | Make AMR-NB block size const and 8 bits. | Benoit Fouet | 2008-02-29 | 1 | -1/+1 |
* | Define block size for AMR-WB (use IF2 table). | Benoit Fouet | 2008-02-29 | 1 | -0/+1 |
* | typo | Diego Biurrun | 2008-01-27 | 1 | -1/+1 |
* | Give all wrappers for external libraries names starting with lib. | Diego Biurrun | 2007-06-06 | 1 | -0/+711 |