summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET2012-02-231-1/+1
* rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje2012-02-202-8/+8
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-154-7/+7
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* arm: Add missing #include to vp8.h to fix a make checkheaders warning.Diego Biurrun2012-02-091-0/+2
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-064-4/+4
* ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6Mans Rullgard2012-02-021-8/+7
* aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-283-0/+485
* ARM: fix build with FFT enabled and MDCT disabledFelipe Contreras2012-01-201-0/+2
* rv34: add NEON rv34_idct_addJanne Grunau2012-01-162-3/+62
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-162-53/+14
* ARM: fix Thumb-mode simple_idct_armMans Rullgard2012-01-131-1/+1
* ARM: 4-byte align start of all asm functionsMans Rullgard2012-01-131-0/+1
* ARM: rv34: fix asm syntax in dc transform functionsMans Rullgard2012-01-121-11/+11
* rv34: NEON optimised dc only inverse transformJanne Grunau2012-01-122-2/+36
* rv34: joint coefficient decoding and dequantizationChristophe GISQUET2012-01-042-27/+0
* rv40: NEON optimised weak loop filterMans Rullgard2011-12-162-0/+119
* ARM: fix external symbol refs in rv40 asmMans Rullgard2011-12-151-2/+2
* ARM: dca: disable optimised decode_blockcodes() for old gccMans Rullgard2011-12-151-1/+1
* rv40: NEON optimised loop filter strength selectionMans Rullgard2011-12-143-0/+102
* rv34: NEON optimised 4x4 dequantMans Rullgard2011-12-132-0/+27
* rv40: NEON optimised rv40 qpel motion compensationMans Rullgard2011-12-072-0/+714
* rv40: NEON optimised weighted predictionJanne Grunau2011-12-063-0/+92
* rv40: NEON optimised chroma MCJanne Grunau2011-12-063-5/+115
* ARM: move NEON H264 chroma mc to a separate fileMans Rullgard2011-12-063-339/+361
* rv34: NEON optimised inverse transform functionsJanne Grunau2011-12-063-0/+148
* ARM: h264dsp_neon cosmeticsMans Rullgard2011-12-021-313/+313
* ARM: make some NEON macros reusableJanne Grunau2011-12-023-61/+65
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-011-41/+39
* ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard2011-12-011-57/+57
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-012-0/+75
* ARM: clean up NEON put/avg_pixels macrosMans Rullgard2011-12-011-69/+86
* dca: ARMv6 optimised decode_blockcode()Mans Rullgard2011-11-251-0/+55
* ARM: remove needless .text/.align directivesMans Rullgard2011-11-239-14/+0
* ARM: add explicit .arch and .fpu directives to asm.SMans Rullgard2011-11-221-0/+16
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-081-1/+0
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-231-6/+6
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-212-117/+46
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-212-7/+8
* ARM: check for inline asm 'y' operand modifier supportMans Rullgard2011-10-031-1/+1
* dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-301-0/+49
* ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-282-0/+51
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-311-6/+6
* arm: Avoid using the movw instruction needlesslyMåns Rullgård2011-08-031-2/+2
* Move an int64_t down in MpegEncContextMartin Storsjö2011-08-031-6/+6
* dsputil: remove some unused functionsMans Rullgard2011-07-272-118/+0
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-214-4/+4
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-1/+2
* simple_idct: add 10-bit versionMans Rullgard2011-07-204-6/+8
* arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()Diego Biurrun2011-07-161-20/+0
OpenPOWER on IntegriCloud