summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch60-83/+82
2013-03-21g729dec: switch to buffer refs styleMichael Niedermayer1-8/+4
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2012-12-14g729dec: check pitch_delay_int.Michael Niedermayer1-0/+4
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-11-21use correct doxygen parameter direction syntaxPeter Ross2-7/+7
2012-11-21ensure comment blocks that contain doxygen commands start with double asterixPeter Ross12-20/+20
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan25-31/+31
2012-06-14g729dec: align codec declarationsPaul B Mahol1-4/+3
2012-04-16g729dec: initialize pitch_delay_int_prev to the minimum valid value.Michael Niedermayer1-0/+2
2012-03-13g729dec: fix scalarproduct_int16 after API changeMichael Niedermayer1-2/+2
2012-03-13cosmetics: fix some typosLou Logan14-17/+17
2012-02-16g729dec: fix 'warning: assignment from incompatible pointer type'Michael Niedermayer1-1/+1
2012-02-16g729dec: fix use of deprecated functions.Michael Niedermayer1-1/+1
2011-12-30Use more designated initializers.Paul B Mahol21-131/+107
2011-12-03g729dec: update to the new APIMichael Niedermayer1-7/+15
2011-10-01g729dec: initialize bit reader with the correct buffer sizeVitor Sessak1-1/+1
2011-09-30g729: dont force all cpu optims to off but override just the one that doesnt ...Michael Niedermayer1-1/+11
2011-09-29Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer5-6/+10
2011-09-25g729dec: avoid unnecessary struct copyingVitor Sessak1-10/+10
2011-09-25g729dec: remove useless headersVitor Sessak1-5/+1
2011-09-25g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control()Vitor Sessak3-6/+6
2011-09-24g729dec: disable all cpu acceleration, the code does not provide any alignment.Michael Niedermayer1-1/+1
2011-09-24g729dec: set sample format.Michael Niedermayer1-0/+1
2011-09-24Disable MMXVladimir Voroshilov1-0/+1
2011-09-24Fix comments about implemented codecsVladimir Voroshilov3-3/+3
2011-09-24Adaptive gain controlVladimir Voroshilov3-0/+89
2011-09-24G.729 postfilterVladimir Voroshilov4-1/+683
2011-09-24Replace pitch_delay_int with arrayVladimir Voroshilov1-6/+6
2011-09-24g729dec: Make 2 functions static that are not used outside g729dec.cMichael Niedermayer1-2/+2
2011-09-24High-pass filterVladimir Voroshilov1-5/+13
2011-09-24Add G.729D decoderVladimir Voroshilov2-1/+137
2011-09-24Synthesis filterVladimir Voroshilov1-0/+41
2011-09-24Indentation fix after gain codes decoding2Vladimir Voroshilov1-4/+4
2011-09-24Gain pitch and gain code for G729DVladimir Voroshilov2-0/+60
2011-09-24Indentation fix 2Vladimir Voroshilov1-4/+4
2011-09-24Convert gain pitch and gain code to arraysVladimir Voroshilov1-12/+15
2011-09-24Interolate excitation signalVladimir Voroshilov1-2/+22
2011-09-24Fixed- and adaptive-codebook gainsVladimir Voroshilov2-0/+40
2011-09-24Frame erasure support for fixed-codebook vectorsVladimir Voroshilov1-0/+13
2011-09-24Fixed-codebook vector decodingVladimir Voroshilov1-0/+23
2011-09-24Add packet_typeVladimir Voroshilov1-0/+9
2011-09-24Frame erasure support for pitch delay decodingVladimir Voroshilov1-1/+6
2011-09-24Doxy for LSF erasure caseVladimir Voroshilov2-0/+16
2011-09-24doxy comments for LSF arrayVladimir Voroshilov2-0/+34
2011-09-24Indentation fix in LSFVladimir Voroshilov1-3/+3
2011-09-24Frame erasure support for LSF decodingVladimir Voroshilov2-4/+36
[next]