aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/h264pred_init_arm.c
Commit message (Expand)AuthorAgeFilesLines
* On2 VP7 decoderPeter Ross2014-04-041-3/+5
* arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-4/+4
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-2/+6
* arm: Add some missing header #includesDiego Biurrun2013-01-221-0/+1
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-18/+18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-221-1/+5
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-3/+3
* arm/h264pred: add missing argument type.Ronald S. Bultje2011-05-101-1/+1
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-3/+8
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Reindent after r23716.Ronald S. Bultje2010-06-221-1/+1
* Add intra prediction functions for VP8.David Conrad2010-06-221-2/+3
* ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård2010-06-021-2/+0
* ARM: 1l c&p fix: do not set pred16x16_plane for rv40Måns Rullgård2009-12-021-1/+0
* ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård2009-12-021-0/+77