]> git.sesse.net Git - ffmpeg/history - libavcodec/iirfilter.c
Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264
[ffmpeg] / libavcodec / iirfilter.c
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-07-16 Alex ConverseIIR filter test program.
2009-07-10 Alex ConverseMark iir filter init and free functions av_cold.
2009-07-10 Alex ConverseFix "iirfilter.c:55: warning: unused variable ‘size’"
2009-07-10 Alex ConverseEliminate use of complex.h from iirfilter.c
2009-07-09 Måns RullgårdFix declarations of complex numbers
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-28 Kostya ShishkovAdd generic IIR filter interface with Butterworth lowpa...