]> git.sesse.net Git - ffmpeg/history - libavcodec/dcadsp.c
configure: Document --enable-libfontconfig
[ffmpeg] / libavcodec / dcadsp.c
2015-12-31 Alexandra Hájkovádca: use defines for subband related constants
2015-12-24 Alexandra Hájkovádca: remove unused decode_hf function and quant_d tables
2015-12-23 Alexandra Hájkovádca: change the core to work with integer coefficients.
2015-12-14 Janne Grunauarm64: convert dcadsp neon asm from arm
2014-09-16 Gabriel Dumedca: K&R formatting cosmetics
2014-02-28 Christophe Gisquetdcadec: simplify decoding of VQ high frequencies
2014-02-28 Christophe Gisquetdcadsp: scan coefficients linearly in dca_lfe_fir
2014-02-28 Christophe Gisquetdcadec: remove scaling in lfe_interpolation_fir
2014-02-07 Christophe Gisquetdcadsp: split lfe_dir cases
2014-02-07 Christophe Gisquetx86: dcadsp: implement int8x8_fmul_int32
2014-02-07 Christophe Gisquetdcadsp: add int8x8_fmul_int32 to dsp context
2013-07-22 Ben Avisondcadsp: Add a new method, qmf_32_subbands
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2010-04-12 Måns RullgårdDCA: ARM/NEON optimised lfe_fir
2010-04-12 Måns RullgårdDCA: break out lfe_interpolation_fir() inner loops...