| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu: rename and move ff_parity to av_parity | James Almer | 2016-01-07 | 1 | -1/+1 |
* | lavc/g729dec: use ff_parity() | Clément Bœsch | 2016-01-07 | 1 | -9/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
* | | avcodec: use av_mod_uintp2() where useful | James Almer | 2015-04-21 | 1 | -1/+1 |
* | | avcodec/g729dec: support decoding packets with multiple frames | Paul B Mahol | 2015-04-17 | 1 | -3/+3 |
* | | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2' | Michael Niedermayer | 2014-06-22 | 1 | -6/+6 |
|\| |
|
* | | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | | g729dec: switch to buffer refs style | Michael Niedermayer | 2013-03-21 | 1 | -8/+4 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
* | | g729dec: check pitch_delay_int. | Michael Niedermayer | 2012-12-14 | 1 | -0/+4 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+3 |
|\| |
|
* | | use correct doxygen parameter direction syntax | Peter Ross | 2012-11-21 | 1 | -5/+5 |
* | | ensure comment blocks that contain doxygen commands start with double asterix | Peter Ross | 2012-11-21 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
* | | cosmetics: minor libavcodec spelling errors | Lou Logan | 2012-06-29 | 1 | -2/+2 |
* | | g729dec: align codec declarations | Paul B Mahol | 2012-06-14 | 1 | -4/+3 |
* | | g729dec: initialize pitch_delay_int_prev to the minimum valid value. | Michael Niedermayer | 2012-04-16 | 1 | -0/+2 |
* | | g729dec: fix scalarproduct_int16 after API change | Michael Niedermayer | 2012-03-13 | 1 | -2/+2 |
* | | cosmetics: fix some typos | Lou Logan | 2012-03-13 | 1 | -1/+1 |
* | | g729dec: fix 'warning: assignment from incompatible pointer type' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
* | | g729dec: fix use of deprecated functions. | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
* | | Use more designated initializers. | Paul B Mahol | 2011-12-30 | 1 | -8/+6 |
* | | g729dec: update to the new API | Michael Niedermayer | 2011-12-03 | 1 | -7/+15 |
* | | g729dec: initialize bit reader with the correct buffer size | Vitor Sessak | 2011-10-01 | 1 | -1/+1 |
* | | g729: dont force all cpu optims to off but override just the one that doesnt ... | Michael Niedermayer | 2011-09-30 | 1 | -1/+11 |
* | | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de... | Mohamed Naufal Basheer | 2011-09-29 | 1 | -0/+3 |
* | | g729dec: avoid unnecessary struct copying | Vitor Sessak | 2011-09-25 | 1 | -10/+10 |
* | | g729dec: remove useless headers | Vitor Sessak | 2011-09-25 | 1 | -5/+1 |
* | | g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control() | Vitor Sessak | 2011-09-25 | 1 | -2/+2 |
* | | g729dec: disable all cpu acceleration, the code does not provide any alignment. | Michael Niedermayer | 2011-09-24 | 1 | -1/+1 |
* | | g729dec: set sample format. | Michael Niedermayer | 2011-09-24 | 1 | -0/+1 |
* | | Disable MMX | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+1 |
* | | Fix comments about implemented codecs | Vladimir Voroshilov | 2011-09-24 | 1 | -1/+1 |
* | | Adaptive gain control | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+21 |
* | | G.729 postfilter | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+25 |
* | | Replace pitch_delay_int with array | Vladimir Voroshilov | 2011-09-24 | 1 | -6/+6 |
* | | g729dec: Make 2 functions static that are not used outside g729dec.c | Michael Niedermayer | 2011-09-24 | 1 | -2/+2 |
* | | High-pass filter | Vladimir Voroshilov | 2011-09-24 | 1 | -5/+13 |
* | | Add G.729D decoder | Vladimir Voroshilov | 2011-09-24 | 1 | -1/+109 |
* | | Synthesis filter | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+41 |
* | | Indentation fix after gain codes decoding2 | Vladimir Voroshilov | 2011-09-24 | 1 | -4/+4 |
* | | Gain pitch and gain code for G729D | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+30 |
* | | Indentation fix 2 | Vladimir Voroshilov | 2011-09-24 | 1 | -4/+4 |
* | | Convert gain pitch and gain code to arrays | Vladimir Voroshilov | 2011-09-24 | 1 | -12/+15 |
* | | Interolate excitation signal | Vladimir Voroshilov | 2011-09-24 | 1 | -2/+22 |
* | | Fixed- and adaptive-codebook gains | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+33 |
* | | Frame erasure support for fixed-codebook vectors | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+13 |
* | | Fixed-codebook vector decoding | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+23 |
* | | Add packet_type | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+9 |