summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-072-5/+5
* ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard2012-08-041-1/+7
* ARM: vp56: allow inline asm to build with clangMans Rullgard2012-08-041-4/+12
* ARM: use =const syntax instead of explicit literal poolsMans Rullgard2012-08-013-74/+35
* ARM: use standard syntax for all LDRD/STRD instructionsMans Rullgard2012-08-015-22/+22
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-184-47/+46
* build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-181-3/+1
* ARM: generate position independent code to access data symbolsMans Rullgard2012-07-016-11/+10
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-182-51/+0
* Add a float DSP framework to libavutilJustin Ruggles2012-06-084-95/+0
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-0839-269/+38
* arm/neon: dsputil: use correct size specifiers on vld1/vst1Mans Rullgard2012-05-101-147/+147
* arm: dsputil: prettify some conditional instructions in put_pixels macrosMans Rullgard2012-05-101-42/+20
* arm: dsputil: fix overreads in put/avg_pixels functionsMans Rullgard2012-05-101-0/+92
* aacps: NEON optimisationsMans Rullgard2012-05-053-2/+333
* vp8: armv6: fix non-armv6t2 buildMans Rullgard2012-04-251-0/+2
* vp8: armv6 optimisationsMans Rullgard2012-04-252-1/+1658
* vp8: arm: separate ARMv6 functions from NEONMans Rullgard2012-04-257-170/+289
* ARM: add some compatibility macrosMans Rullgard2012-04-251-0/+19
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-2214-24/+76
* Remove lowres video decodingMans Rullgard2012-04-214-4/+4
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-121-8/+5
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-101-2/+2
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-043-3/+3
* remove iwmmxt optimizationsJanne Grunau2012-03-128-1438/+0
* dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-072-28/+3
* vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje2012-03-021-16/+16
* 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
OpenPOWER on IntegriCloud