summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* ARM: generate position independent code to access data symbolsMans Rullgard2012-07-01
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-08
* arm/neon: dsputil: use correct size specifiers on vld1/vst1Mans Rullgard2012-05-10
* arm: dsputil: prettify some conditional instructions in put_pixels macrosMans Rullgard2012-05-10
* arm: dsputil: fix overreads in put/avg_pixels functionsMans Rullgard2012-05-10
* aacps: NEON optimisationsMans Rullgard2012-05-05
* vp8: armv6: fix non-armv6t2 buildMans Rullgard2012-04-25
* vp8: armv6 optimisationsMans Rullgard2012-04-25
* vp8: arm: separate ARMv6 functions from NEONMans Rullgard2012-04-25
* ARM: add some compatibility macrosMans Rullgard2012-04-25
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-22
* Remove lowres video decodingMans Rullgard2012-04-21
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-12
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* remove iwmmxt optimizationsJanne Grunau2012-03-12
* dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-07
* vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje2012-03-02
* SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET2012-02-23
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-20
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* arm: Add missing #include to vp8.h to fix a make checkheaders warning.Diego Biurrun2012-02-09
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6Mans Rullgard2012-02-02
* aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-28
* ARM: fix build with FFT enabled and MDCT disabledFelipe Contreras2012-01-20
* rv34: add NEON rv34_idct_addJanne Grunau2012-01-16
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-16
* ARM: fix Thumb-mode simple_idct_armMans Rullgard2012-01-13
* ARM: 4-byte align start of all asm functionsMans Rullgard2012-01-13
* ARM: rv34: fix asm syntax in dc transform functionsMans Rullgard2012-01-12
* rv34: NEON optimised dc only inverse transformJanne Grunau2012-01-12
* rv34: joint coefficient decoding and dequantizationChristophe GISQUET2012-01-04
* rv40: NEON optimised weak loop filterMans Rullgard2011-12-16
* ARM: fix external symbol refs in rv40 asmMans Rullgard2011-12-15
* ARM: dca: disable optimised decode_blockcodes() for old gccMans Rullgard2011-12-15
* rv40: NEON optimised loop filter strength selectionMans Rullgard2011-12-14
* rv34: NEON optimised 4x4 dequantMans Rullgard2011-12-13
* rv40: NEON optimised rv40 qpel motion compensationMans Rullgard2011-12-07
* rv40: NEON optimised weighted predictionJanne Grunau2011-12-06
* rv40: NEON optimised chroma MCJanne Grunau2011-12-06
* ARM: move NEON H264 chroma mc to a separate fileMans Rullgard2011-12-06
* rv34: NEON optimised inverse transform functionsJanne Grunau2011-12-06
* ARM: h264dsp_neon cosmeticsMans Rullgard2011-12-02
* ARM: make some NEON macros reusableJanne Grunau2011-12-02
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-01
* ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard2011-12-01