]> git.sesse.net Git - ffmpeg/history - libavcodec/h264pred.c
vp9: split superframes in the filtering stage before actual decoding
[ffmpeg] / libavcodec / h264pred.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-07-20 Janne Grunauh264: aarch64: intra prediction optimisations
2014-04-04 Diego BiurrunRemove a number of unnecessary dsputil.h #includes
2014-04-04 Peter RossOn2 VP7 decoder
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2014-01-06 Anton Khirnovh264: do not use 422 functions for monochrome
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-04-08 Martin Storsjöh264pred: Add a few missing const declarations for...
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2012-10-30 Ronald S. BultjeUse ptrdiff_t instead of int for intra pred "stride...
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-10-21 Ronald S. BultjeSupport for lossless and inter H264 4:2:2.
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-09 Mans Rullgardh264pred: use unsigned types for pixel values, fix...
2011-10-09 Mans Rullgardh264pred: remove unused variables
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-10 Oskar ArvidssonMove the functions in h264pred.c into a new file h264pr...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-12-29 Ronald S. BultjeWhitespace cosmetics.
2010-12-28 Ronald S. BultjeSupport CODEC_FLAG_EMU_EDGE in VP8 decoder.
2010-06-30 Måns RullgårdAdd more int packing macros, name them consistently
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-27 Stefano SabatiniFix linking if MMX is disabled.
2010-06-25 Jason Garrett-Glaser16x16 and 8x8c x86 SIMD intra pred functions for VP8...
2010-06-22 Ronald S. BultjeReindent after r23721.
2010-06-22 Ronald S. BultjeRename PACK4x8() to PACK4UINT8().
2010-06-22 Ronald S. BultjeReindent after r23716.
2010-06-22 David ConradAdd intra prediction functions for VP8.
2010-06-22 David ConradMake "topright" argument to pred4x4() const.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-12-02 Måns RullgårdARM: NEON optimised H264 16x16, 8x8 pred
2009-04-17 Michael NiedermayerRemove useless assignments, at least one found by CSA.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-18 Loren Merritt1.6x faster pred*_vertical_add_c
2008-12-16 Michael NiedermayerHorizontal and vertical prediction functions needed...
2008-12-02 Kostya ShishkovRemove unused RV40 spatial intra prediction function
2008-08-11 Michael NiedermayerSupport MBAFF + constrained intra prediction.
2007-12-17 Kostya ShishkovCorrect spatial prediction mode in RV30/40 for vertical...
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...