]> git.sesse.net Git - ffmpeg/history - libavresample
g723_1: fix upper bound parameter from inverse maximum autocorrelation
[ffmpeg] / libavresample /
2012-07-27 Justin Ruggleslavr: x86: improve non-SSE4 version of S16_TO_S32_SX...
2012-07-27 Justin Ruggleslavr: add x86-optimized mixing functions
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-25 Justin Ruggleslavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp...
2012-07-08 Justin Ruggleslavr: resampling: add support for s32p, fltp, and dblp...
2012-07-08 Justin Ruggleslavr: resampling: add filter type and Kaiser window...
2012-07-08 Justin Ruggleslavr: Use AV_SAMPLE_FMT_NONE to auto-select the interna...
2012-07-08 Justin Ruggleslavr: mix: validate internal sample format in ff_audio_...
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-06-26 Justin Ruggleslavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes
2012-06-25 Justin Ruggleslavr: x86: merge some branches
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s32 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for flt to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s32 to s16 conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized functions for s16 to flt conversion
2012-06-18 Justin Ruggleslavr: Add x86-optimized function for s16 to s32 conversion
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-06-18 Justin Ruggleslavr: add x86-optimized functions for mixing 1-to-2...
2012-06-18 John StebbinsAdd Dolby/DPLII downmix support to libavresample
2012-05-29 Justin Ruggleslavr: add x86-optimized function for mixing 2 to 1...
2012-05-29 Justin Ruggleslavr: add x86-optimized functions for mixing 2 to 1...
2012-05-29 Justin Ruggleslavr: add C functions for mixing 2 to 1 channels with...
2012-05-09 Justin Ruggleslavr: replace the SSE version of ff_conv_fltp_to_flt_6c...
2012-05-09 Anton Khirnovlavr: do not try to copy to uninitialized output audio...
2012-05-09 Anton Khirnovlavr: make avresample_read() with NULL output discard...
2012-05-07 Diego Biurrunbuild: cosmetics: Add missing end-of-line backslashes...
2012-05-01 Justin Ruggleslavr: use 8.8 instead of 10.6 as the 16-bit fixed-point...
2012-05-01 Reimar DöffingerFix compilation with YASM/NASM without AVX support.
2012-04-25 Justin RugglesAdd libavresample