]> git.sesse.net Git - ffmpeg/history - libavcodec/fmtconvert.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / fmtconvert.c
2015-12-23 Alexandra Hájkovádca: change the core to work with integer coefficients.
2015-12-14 Janne Grunauarm64: int32_to_float_fmul neon asm
2015-02-28 Anton Khirnovfmtconvert: drop unused functions
2013-07-22 Ben Avisonfmtconvert: Add a new method, int32_to_float_fmul_array8
2013-07-17 Christophe Gisquetfmtconvert: Explicitly use int32_t instead of int
2013-04-30 Diego Biurrunppc: More consistent arch initialization
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2011-05-18 Justin RugglesAdd float_interleave() to FmtConvertContext with x86...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-07 Justin Rugglescosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_c...
2011-03-07 Carl Eugen HoyosFix compilation on powerpc with --disable-altivec.
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.