]> git.sesse.net Git - ffmpeg/history - libavcodec/vc1dsp.h
mpeg12dec: move setting first_field to mpeg_field_start()
[ffmpeg] / libavcodec / vc1dsp.h
2016-09-29 Diego Biurrunidct: Change type of array stride parameters to ptrdiff_t
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2014-08-04 Ben Avisonvc-1: Add platform-specific start code search routine...
2014-04-04 Diego BiurrunRemove a number of unnecessary dsputil.h #includes
2014-01-15 Janne Grunauaarch64: h264 chroma motion compensation NEON optimizations
2013-12-20 Mason Cartervc1: arm: Add NEON assembly
2013-04-30 Diego Biurrunppc: More consistent arch initialization
2013-04-19 Ronald S. Bultjedsputil: Remove hpel functions (moved to hpeldsp)
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-08 Janne Grunaux86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-05-04 Ronald S. Bultjevc1: make overlap filter for I-frames bit-exact.
2011-05-04 Ronald S. BultjeRevert "VC1: merge idct8x8, coeff adjustments and put_p...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-21 Ronald S. BultjeVC1: merge idct8x8, coeff adjustments and put_pixels.
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.