summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
...
* 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
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-01
* ARM: clean up NEON put/avg_pixels macrosMans Rullgard2011-12-01
* dca: ARMv6 optimised decode_blockcode()Mans Rullgard2011-11-25
* ARM: remove needless .text/.align directivesMans Rullgard2011-11-23
* ARM: add explicit .arch and .fpu directives to asm.SMans Rullgard2011-11-22
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-08
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-23
* 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: check for inline asm 'y' operand modifier supportMans Rullgard2011-10-03
* dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-30
* ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-28
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-31
* arm: Avoid using the movw instruction needlesslyMåns Rullgård2011-08-03