Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-29h264: avoid a grayscale related if() in hl_decode_mb()Michael Niedermayer
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-10h264pred: 12 and 14 bit supportMichael Niedermayer
2012-07-03h264pred: assert that depth is supportedMichael Niedermayer
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21Support for lossless and inter H264 4:2:2.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-09h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard
2011-10-09h264pred: remove unused variablesMans Rullgard
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Move the functions in h264pred.c into a new file h264pred_internal.h.Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-12-30Whitespace cosmetics.Ronald S. Bultje
2010-12-28Support CODEC_FLAG_EMU_EDGE in VP8 decoder.Ronald S. Bultje
2010-07-01Add more int packing macros, name them consistentlyMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-28Fix linking if MMX is disabled.Stefano Sabatini
2010-06-2516x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser
2010-06-23Reindent after r23721.Ronald S. Bultje
2010-06-23Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje
2010-06-22Reindent after r23716.Ronald S. Bultje
2010-06-22Add intra prediction functions for VP8.David Conrad
2010-06-22Make "topright" argument to pred4x4() const.David Conrad
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-12-02ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård
2009-04-17Remove useless assignments, at least one found by CSA.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-181.6x faster pred*_vertical_add_cLoren Merritt
2008-12-16Horizontal and vertical prediction functions needed for new lossless modeMichael Niedermayer
2008-12-02Remove unused RV40 spatial intra prediction functionKostya Shishkov
2008-08-11Support MBAFF + constrained intra prediction.Michael Niedermayer
2007-12-17Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov
2007-09-05Move H.264 intra prediction functions into their own contextKostya Shishkov