summaryrefslogtreecommitdiff
path: root/libavcodec/arm/h264dsp_init_arm.c
Commit message (Expand)AuthorAge
* h264: Move start code search functions into separate source files.Ben Avison2014-08-04
* arm: Macroize the test for 'setend' CPU instruction supportBen Avison2014-07-21
* arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö2014-07-08
* arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö2014-01-07
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-06
* arm: Add assembly version of h264_find_start_code_candidateBen Avison2013-08-08
* arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-22
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard2011-06-15
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ARM: NEON H264 8x8 IDCTMåns Rullgård2010-08-05
* ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård2010-06-02
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16