summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* misc typo, style and wording fixesDiego Biurrun2012-12-181-1/+1
* arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-071-2/+2
* arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard2012-12-077-13/+13
* arm: fix use of uninitialised value in ff_fft_fixed_init_arm()Mans Rullgard2012-12-071-1/+1
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-262-41/+0
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-18/+18
* ARM: fix overreads in neon h264 chroma mcMans Rullgard2012-10-201-58/+28
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-111-0/+24
* arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf2012-10-103-12/+26
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-091-4/+5
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-0210-19/+0
* ARM: swap source operands in some add instructionsMans Rullgard2012-09-203-6/+6
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-153-0/+181
* 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
OpenPOWER on IntegriCloud