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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-05avcodec/g722: Fix multiple runtime error: left shift of negative value -1Michael Niedermayer
2015-02-16Merge commit '73ae0a9d12857852222363f9a7c14d07058ebfd3'Michael Niedermayer
2015-02-16Merge commit '67690683130faf37dd9d969ced15eba2a1940ade'Michael Niedermayer
2015-02-15g722: Split out computation of band->s_zero and unroll codePeter Meerwald
2015-02-15g722: Split out g722_qmf_apply() function into g722dsp.cPeter Meerwald
2012-01-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-14cosmetics: Move static and inline attributes to more standard places.Diego Biurrun
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-23g722: split decoder and encoder into separate filesJustin Ruggles
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14doxygen: misc consistency cosmeticsDiego Biurrun
2011-04-12Add forgotten const to enum AVSampleFormatMichael Niedermayer
2011-04-12libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-21g722: Move the low_inv_quant6 table up to the common tablesMartin Storsjö
2010-12-04g722: Add a trellis encoderMartin Storsjö
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-09-24Add a G.722 encoderMartin Storsjö
2010-09-09Add G.722 ADPCM audio decoderMartin Storsjö