OSDN Git Service

cmdutils: add support for programs in check_stream_specifier()
[coroid/libav_saccubus.git] / libavcodec / h264pred.c
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...