41 Commits (30da98adbda6de1f55188f9058a3a5c715049633)

Author SHA1 Message Date
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 7e52fd6bca g723.1: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Diego Biurrun 5bac2d0c30 avutil: Move memcpy_backptr() to mem.c 12 years ago
Anton Khirnov 5a9567631a g.723.1: add missing CODEC_CAP_DR1 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Kostya Shishkov 04fc5c6bde g723_1: add comfort noise generation 12 years ago
Mans Rullgard 0d230e9312 g723.1: simplify scale_vector() 12 years ago
Mans Rullgard a4b8fc3a8a g723.1: simplify normalize_bits() 12 years ago
Mans Rullgard 69665bd6f4 g723.1: do not pass large structs by value 12 years ago
Mans Rullgard 138914dcd8 g723.1: do not bounce intermediate values via memory 12 years ago
Mans Rullgard cbcf1b411f g723.1: declare a variable in the block it is used 12 years ago
Mans Rullgard 35b533e4de g723.1: avoid saving/restoring excitation 12 years ago
Mans Rullgard 4b728b4712 g723.1: avoid unnecessary memcpy() in residual_interp() 12 years ago
Mans Rullgard f645710cf3 g723.1: make postfilter write directly to output buffer 12 years ago
Mans Rullgard 1953264331 g723.1: drop unnecessary variable buf_ptr in formant_postfilter() 12 years ago
Mans Rullgard b2af2c4bee g723.1: make scale_vector() output to a separate buffer 12 years ago
Mans Rullgard 783da0d696 g723.1: make autocorr_max() work on an arbitrary buffer 12 years ago
Mans Rullgard 3716105103 g723.1: do not needlessly use int64_t 12 years ago
Mans Rullgard 47c73a73b0 g723.1: use saturating addition functions 12 years ago
Mans Rullgard 4aca716a53 g723.1: optimise scale_vector() 12 years ago
Mans Rullgard 1eb1f6f281 g723.1: remove useless uses of MUL64() 12 years ago
Mans Rullgard 5a43eba956 g723.1: remove unnecessary argument 'shift' from dot_product() 12 years ago
Mans Rullgard 8b0de73464 g723.1: deobfuscate "(x << 4) - x" to "15 * x" 12 years ago
Mans Rullgard 05c36e0e5f g723.1: fix addition overflow 12 years ago
Mans Rullgard 52aa3015a3 g723.1: simplify and fix multiplication overflow 12 years ago
Mans Rullgard e141cf2c57 g723.1: deobfuscate an expression 12 years ago
Mans Rullgard e2b7c5783d g723.1: remove unused #includes 12 years ago
Kostya Shishkov e78e6c37ef g723_1: clip argument for 15-bit version of normalize_bits() 12 years ago
Kostya Shishkov f86b2f3661 g723_1: use all LPC vectors in formant postfilter 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Kostya Shishkov d3e0766fc0 g723_1: scale output as supposed for the case with postfilter disabled 12 years ago
Kostya Shishkov 94bfdfd6f0 g723_1: increase excitation storage by 4 12 years ago
Kostya Shishkov 802bcdcb2f g723_1: fix upper bound parameter from inverse maximum autocorrelation 12 years ago
Kostya Shishkov 8ddadea171 g723_1: make scale_vector() behave like the reference 12 years ago
Kostya Shishkov 8772d2511a g723_1: fix off-by-one error in normalize_bits() 12 years ago
Kostya Shishkov 7f92db14f9 g723_1: save/restore excitation with offset to store LPC history 12 years ago
Mohamed Naufal Basheer 55c3a4f617 G.723.1 demuxer and decoder 12 years ago