summaryrefslogtreecommitdiffstats
path: root/libavcodec/g729dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weig...Michael Niedermayer2019-10-191-6/+7
* lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos2019-09-161-2/+19
* lavc/g729dec: Cosmetics, fix indentation after last commit.Carl Eugen Hoyos2018-12-151-283/+286
* lavc/g729dec: Support stereo streams.Carl Eugen Hoyos2018-12-151-21/+51
* lavu: rename and move ff_parity to av_parityJames Almer2016-01-071-1/+1
* lavc/g729dec: use ff_parity()Clément Bœsch2016-01-071-9/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-211-1/+1
* | avcodec/g729dec: support decoding packets with multiple framesPaul B Mahol2015-04-171-3/+3
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-221-6/+6
|\ \ | |/
* | cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* | g729dec: switch to buffer refs styleMichael Niedermayer2013-03-211-8/+4
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
* | g729dec: check pitch_delay_int.Michael Niedermayer2012-12-141-0/+4
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+3
|\ \ | |/
* | use correct doxygen parameter direction syntaxPeter Ross2012-11-211-5/+5
* | ensure comment blocks that contain doxygen commands start with double asterixPeter Ross2012-11-211-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-2/+2
* | g729dec: align codec declarationsPaul B Mahol2012-06-141-4/+3
* | g729dec: initialize pitch_delay_int_prev to the minimum valid value.Michael Niedermayer2012-04-161-0/+2
* | g729dec: fix scalarproduct_int16 after API changeMichael Niedermayer2012-03-131-2/+2
* | cosmetics: fix some typosLou Logan2012-03-131-1/+1
* | g729dec: fix 'warning: assignment from incompatible pointer type'Michael Niedermayer2012-02-161-1/+1
* | g729dec: fix use of deprecated functions.Michael Niedermayer2012-02-161-1/+1
* | Use more designated initializers.Paul B Mahol2011-12-301-8/+6
* | g729dec: update to the new APIMichael Niedermayer2011-12-031-7/+15
* | g729dec: initialize bit reader with the correct buffer sizeVitor Sessak2011-10-011-1/+1
* | g729: dont force all cpu optims to off but override just the one that doesnt ...Michael Niedermayer2011-09-301-1/+11
* | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer2011-09-291-0/+3
* | g729dec: avoid unnecessary struct copyingVitor Sessak2011-09-251-10/+10
* | g729dec: remove useless headersVitor Sessak2011-09-251-5/+1
* | g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control()Vitor Sessak2011-09-251-2/+2
* | g729dec: disable all cpu acceleration, the code does not provide any alignment.Michael Niedermayer2011-09-241-1/+1
* | g729dec: set sample format.Michael Niedermayer2011-09-241-0/+1
* | Disable MMXVladimir Voroshilov2011-09-241-0/+1
* | Fix comments about implemented codecsVladimir Voroshilov2011-09-241-1/+1
* | Adaptive gain controlVladimir Voroshilov2011-09-241-0/+21
* | G.729 postfilterVladimir Voroshilov2011-09-241-0/+25
* | Replace pitch_delay_int with arrayVladimir Voroshilov2011-09-241-6/+6
* | g729dec: Make 2 functions static that are not used outside g729dec.cMichael Niedermayer2011-09-241-2/+2
* | High-pass filterVladimir Voroshilov2011-09-241-5/+13
* | Add G.729D decoderVladimir Voroshilov2011-09-241-1/+109
* | Synthesis filterVladimir Voroshilov2011-09-241-0/+41
* | Indentation fix after gain codes decoding2Vladimir Voroshilov2011-09-241-4/+4
* | Gain pitch and gain code for G729DVladimir Voroshilov2011-09-241-0/+30
* | Indentation fix 2Vladimir Voroshilov2011-09-241-4/+4
* | Convert gain pitch and gain code to arraysVladimir Voroshilov2011-09-241-12/+15
* | Interolate excitation signalVladimir Voroshilov2011-09-241-2/+22
OpenPOWER on IntegriCloud