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-23avcodec/g723_1: Fix runtime error: signed integer overflow: -1013481472 + -11...Michael Niedermayer
2017-05-06avcodec/g723_1: Fix multiple runtime error: left shift of negative valueMichael Niedermayer
2015-12-07Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244'Hendrik Leppkes
2015-12-07Merge commit '165cc6fb9defcd79fd71c08167f3e8df26b058ff'Hendrik Leppkes
2015-11-30lavc: G.723.1 encoderMohamed Naufal
2015-11-30g723_1: Move sharable functions to a separate fileVittorio Giovara
2015-11-30g723_1: Rename files to better reflect their purposeVittorio Giovara
2015-11-30g723_1: Handle values at the ends of the table in lsp2lpc()Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12g723.1: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-24g.723.1: add missing CODEC_CAP_DR1Anton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-30g723_1: add comfort noise generationKostya Shishkov
2012-08-14g723.1: simplify scale_vector()Mans Rullgard
2012-08-14g723.1: simplify normalize_bits()Mans Rullgard
2012-08-13g723.1: do not pass large structs by valueMans Rullgard
2012-08-13g723.1: do not bounce intermediate values via memoryMans Rullgard
2012-08-13g723.1: declare a variable in the block it is usedMans Rullgard
2012-08-13g723.1: avoid saving/restoring excitationMans Rullgard
2012-08-13g723.1: avoid unnecessary memcpy() in residual_interp()Mans Rullgard
2012-08-13g723.1: make postfilter write directly to output bufferMans Rullgard
2012-08-13g723.1: drop unnecessary variable buf_ptr in formant_postfilter()Mans Rullgard
2012-08-13g723.1: make scale_vector() output to a separate bufferMans Rullgard
2012-08-13g723.1: make autocorr_max() work on an arbitrary bufferMans Rullgard
2012-08-13g723.1: do not needlessly use int64_tMans Rullgard
2012-08-13g723.1: use saturating addition functionsMans Rullgard
2012-08-13g723.1: optimise scale_vector()Mans Rullgard
2012-08-13g723.1: remove useless uses of MUL64()Mans Rullgard
2012-08-13g723.1: remove unnecessary argument 'shift' from dot_product()Mans Rullgard
2012-08-13g723.1: deobfuscate "(x << 4) - x" to "15 * x"Mans Rullgard
2012-08-10g723.1: fix addition overflowMans Rullgard
2012-08-10g723.1: simplify and fix multiplication overflowMans Rullgard
2012-08-10g723.1: deobfuscate an expressionMans Rullgard
2012-08-10g723.1: remove unused #includesMans Rullgard
2012-08-08g723_1: clip argument for 15-bit version of normalize_bits()Kostya Shishkov
2012-08-08g723_1: use all LPC vectors in formant postfilterKostya Shishkov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-03g723_1: scale output as supposed for the case with postfilter disabledKostya Shishkov
2012-08-03g723_1: increase excitation storage by 4Kostya Shishkov
2012-08-03g723_1: fix upper bound parameter from inverse maximum autocorrelationKostya Shishkov
2012-08-03g723_1: make scale_vector() behave like the referenceKostya Shishkov
2012-08-03g723_1: fix off-by-one error in normalize_bits()Kostya Shishkov
2012-08-03g723_1: save/restore excitation with offset to store LPC historyKostya Shishkov
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer