| Commit message (Expand) | Author | Age | Files | Lines |
* | amrnbdec: silence a warning about unsigned cant be negative | Michael Niedermayer | 2012-09-06 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-28 | 1 | -4/+7 |
|\ |
|
| * | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun | 2012-08-27 | 1 | -9/+11 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Optimization of AMR NB and WB decoders for MIPS | Nedeljko Babic | 2012-06-11 | 1 | -19/+35 |
* | | amrnbdec: use av_assert | Michael Niedermayer | 2012-06-10 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -8/+2 |
|\| |
|
| * | amrnb/amrwb: Remove get_bits usage. | Alex Converse | 2012-03-05 | 1 | -8/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -0/+8 |
|\| |
|
| * | amrnbdec: check frame size before decoding. | Vitor Sessak | 2012-02-29 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-06 | 1 | -0/+4 |
|\| |
|
| * | Report an error if pitch_lag is zero in AMR-NB decoder. | Oana Stratulat | 2012-01-04 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-06 | 1 | -1/+1 |
|\| |
|
| * | doxygen: eliminate Qt-style doxygen syntax | Diego Biurrun | 2011-12-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -6/+19 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -6/+19 |
* | | Restore WIP g729 code that has been remvoed by diego biurrun. | Michael Niedermayer | 2011-09-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-21 | 1 | -1/+1 |
|\| |
|
| * | Remove unused and non-compiling vestigial g729 decoder | Diego Biurrun | 2011-07-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-03 | 1 | -8/+8 |
|\| |
|
| * | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -8/+8 |
| * | libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization | Martin Storsjö | 2011-04-12 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | amrnb: use correct size when copying lsf_r array | Mans Rullgard | 2011-02-20 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | amrnbdec: we dont want dtx samples anymore and give the user a hint towards h... | Michael Niedermayer | 2011-06-28 | 1 | -1/+2 |
* | | Add forgotten const to enum AVSampleFormat | Michael Niedermayer | 2011-04-12 | 1 | -1/+1 |
* | | amrnb: use correct size when copying lsf_r array | Mans Rullgard | 2011-02-22 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -2/+2 |
* | Move AMR-NB frame unpacking code to a common file so it can be reused in | Marcelo Galvăo Póvoa | 2010-09-10 | 1 | -18/+4 |
* | Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. | Marcelo Galvăo Póvoa | 2010-09-07 | 1 | -16/+2 |
* | amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output | Martin Storsjö | 2010-05-03 | 1 | -1/+2 |
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 1 | -9/+3 |
* | Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). | Ronald S. Bultje | 2010-04-21 | 1 | -1/+1 |
* | Split the input/output data arguments to ff_adaptive_gain_control(). | Ronald S. Bultje | 2010-04-21 | 1 | -1/+1 |
* | 10l: do not try to unpack DTX frames in AMR-NB decoder | Vitor Sessak | 2010-04-21 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Fix spelling. | Ronald S. Bultje | 2010-03-11 | 1 | -2/+2 |
* | AMR-NB floating-point based decoder. | Vitor Sessak | 2010-02-21 | 1 | -0/+1081 |