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
2013-05-01Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer
2013-04-30arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-01-23Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer
2013-01-23arm: Add some missing header #includesDiego Biurrun
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-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07arm: fix compile with disable-optimizations on androidMichael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-08-24h264: Try to fix 422 intra NEONMichael Niedermayer
2011-08-15h264pred_init_arm: compile hotfixMichael Niedermayer
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10arm/h264pred: add missing argument type.Ronald S. Bultje
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-18Allow h264pred_init_arm.c to compile.Bill Pringlemeir
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-22Reindent after r23716.Ronald S. Bultje
2010-06-22Add intra prediction functions for VP8.David Conrad
2010-06-03ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård
2009-12-02ARM: 1l c&p fix: do not set pred16x16_plane for rv40Måns Rullgård
2009-12-02ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård