summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-303-9/+9
* arm: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-1914-1349/+1541
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-1/+0
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-6/+23
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-122-65/+65
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-267-7/+0
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-261-1/+2
* arm: vp8: Add missing #includes for header to compile standaloneDiego Biurrun2013-02-201-0/+4
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-062-2/+2
* dsputil: Separate h264chromaDiego Biurrun2013-02-063-20/+53
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-0515-18/+36
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-053-46/+46
* Use proper "" quotes for local header #includesDiego Biurrun2013-02-011-1/+1
* arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_whtMartin Storsjö2013-01-271-8/+8
* arm: Add mathops.h to ARCH_HEADERS listDiego Biurrun2013-01-241-0/+2
* arm: h264qpel: use neon h264 qpel functions only if supportedJanne Grunau2013-01-241-3/+3
* dsputil: Separate h264 qpelMans Rullgard2013-01-245-1069/+1128
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-221-4/+4
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-222-10/+3
* Drop DCTELEM typedefDiego Biurrun2013-01-2217-74/+74
* arm: Add some missing header #includesDiego Biurrun2013-01-225-0/+7
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-16/+0
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-14/+0
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-226-167/+0
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-30/+0
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-201-1/+2
* videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNALJanne Grunau2013-01-201-2/+0
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-195-69/+122
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-191-7/+15
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-162-50/+0
* lavc: add missing files for armLuca Barbato2012-12-202-0/+59
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-205-13/+68
* 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
OpenPOWER on IntegriCloud