]> git.sesse.net Git - ffmpeg/history - libavcodec/x86/vp3dsp_init.c
vp9lpf/x86: make filter_16_h work on 32-bit.
[ffmpeg] / libavcodec / x86 / vp3dsp_init.c
2016-08-26 Diego Biurrunvp3: Change type of stride parameters to ptrdiff_t
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2014-04-04 Diego BiurrunRemove a number of unnecessary dsputil.h #includes
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-04-15 Ronald S. Bultjevp3: Use full transpose for all IDCTs
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-20 Ronald S. Bultjevp3: integrate clear_blocks with idct of previous block.
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-07-28 Ronald S. Bultjevp3: don't compile mmx IDCT functions on x86-64.
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...