summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-29
* ARM: fix overreads in neon h264 chroma mcMans Rullgard2012-10-20
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf2012-10-10
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-09
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-02
* ARM: swap source operands in some add instructionsMans Rullgard2012-09-20
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard2012-08-04
* ARM: vp56: allow inline asm to build with clangMans Rullgard2012-08-04
* ARM: use =const syntax instead of explicit literal poolsMans Rullgard2012-08-01
* ARM: use standard syntax for all LDRD/STRD instructionsMans Rullgard2012-08-01
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-18
* 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