]> git.sesse.net Git - ffmpeg/history - libavcodec/h264dsp.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / h264dsp.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2014-08-04 Ben Avisonh264: Move start code search functions into separate...
2014-01-15 Janne Grunauaarch64: h264 idct NEON assembler optimizations
2014-01-06 Anton Khirnovh264: do not use 422 functions for monochrome
2013-08-08 Ben Avisonh264dsp: Factorize code into a new function, h264_find_...
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-04-30 Diego Biurrunppc: More consistent arch initialization
2013-04-10 Ronald S. Bultjeh264: Integrate clear_blocks calls with IDCT
2013-02-19 Ronald S. Bultjeh264: Add add_pixels4/8() to h264dsp, and remove add_pi...
2013-02-07 Diego Biurrundsputil: Move ff_h264_idct function declarations to...
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-10-21 Ronald S. BultjeH264: change weight/biweight functions to take a height...
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-10 Oskar ArvidssonPreparatory patch for high bit depth h264 decoding...
2011-05-10 Oskar ArvidssonChoose h264 chroma dc dequant function dynamically.
2011-05-10 Ronald S. Bultjeh264: DSP'ize MBAFF loopfilter.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-20 Ronald S. BultjeRevert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-17 Carl Eugen HoyosFix compilation on PPC 470.
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2007-07-28 Panagiotis IssarisRename h264dsp.c to h264dspenc.c
2006-12-11 Panagiotis IssarisAdding H.264 DCT.