Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-08lavu: rename and move ff_parity to av_parityJames Almer
2016-01-08lavc/g729dec: use ff_parity()Clément Bœsch
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2015-04-17avcodec/g729dec: support decoding packets with multiple framesPaul B Mahol
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-03-21g729dec: switch to buffer refs styleMichael Niedermayer
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2012-12-14g729dec: check pitch_delay_int.Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-11-22use correct doxygen parameter direction syntaxPeter Ross
2012-11-22ensure comment blocks that contain doxygen commands start with double asterixPeter Ross
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
2012-06-14g729dec: align codec declarationsPaul B Mahol
2012-04-16g729dec: initialize pitch_delay_int_prev to the minimum valid value.Michael Niedermayer
2012-03-14g729dec: fix scalarproduct_int16 after API changeMichael Niedermayer
2012-03-13cosmetics: fix some typosLou Logan
2012-02-17g729dec: fix 'warning: assignment from incompatible pointer type'Michael Niedermayer
2012-02-17g729dec: fix use of deprecated functions.Michael Niedermayer
2011-12-30Use more designated initializers.Paul B Mahol
2011-12-03g729dec: update to the new APIMichael Niedermayer
2011-10-01g729dec: initialize bit reader with the correct buffer sizeVitor Sessak
2011-09-30g729: dont force all cpu optims to off but override just the one that doesnt ...Michael Niedermayer
2011-09-29Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer
2011-09-26g729dec: avoid unnecessary struct copyingVitor Sessak
2011-09-26g729dec: remove useless headersVitor Sessak
2011-09-25g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control()Vitor Sessak
2011-09-24g729dec: disable all cpu acceleration, the code does not provide any alignment.Michael Niedermayer
2011-09-24g729dec: set sample format.Michael Niedermayer
2011-09-24Disable MMXVladimir Voroshilov
2011-09-24Fix comments about implemented codecsVladimir Voroshilov
2011-09-24Adaptive gain controlVladimir Voroshilov
2011-09-24G.729 postfilterVladimir Voroshilov
2011-09-24Replace pitch_delay_int with arrayVladimir Voroshilov
2011-09-24g729dec: Make 2 functions static that are not used outside g729dec.cMichael Niedermayer
2011-09-24High-pass filterVladimir Voroshilov
2011-09-24Add G.729D decoderVladimir Voroshilov
2011-09-24Synthesis filterVladimir Voroshilov
2011-09-24Indentation fix after gain codes decoding2Vladimir Voroshilov
2011-09-24Gain pitch and gain code for G729DVladimir Voroshilov
2011-09-24Indentation fix 2Vladimir Voroshilov
2011-09-24Convert gain pitch and gain code to arraysVladimir Voroshilov
2011-09-24Interolate excitation signalVladimir Voroshilov
2011-09-24Fixed- and adaptive-codebook gainsVladimir Voroshilov
2011-09-24Frame erasure support for fixed-codebook vectorsVladimir Voroshilov
2011-09-24Fixed-codebook vector decodingVladimir Voroshilov
2011-09-24Add packet_typeVladimir Voroshilov