summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
...
* truehd: add hand-scheduled ARM asm version of mlp_filter_channel.Ben Avison2014-03-263-0/+475
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-221-1/+1
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-5/+6
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-201-17/+20
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-205-24/+28
* arm: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-204-21/+29
* arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototypeDiego Biurrun2014-03-141-2/+1
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-133-3/+3
* arm: dsputil: Add a bunch of missing #includesDiego Biurrun2014-03-134-0/+13
* dsputil: Remove prototypes for nonexisting optimization functionsDiego Biurrun2014-03-131-1/+0
* armv6: vp8: use explicit labels in motion compensation asmJanne Grunau2014-03-121-1/+7
* arm: get_cabac inline asmJanne Grunau2014-03-091-0/+102
* arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declarationJanne Grunau2014-03-091-1/+1
* arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6Janne Grunau2014-03-081-6/+4
* arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau2014-03-051-8/+12
* arm: dcadsp: implement decode_hf as external NEON asmJanne Grunau2014-02-282-0/+36
* dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet2014-02-281-23/+0
* dcadec: remove scaling in lfe_interpolation_firChristophe Gisquet2014-02-283-21/+5
* arm: Remove a stray .fpu directiveMartin Storsjö2014-02-091-2/+0
* dca: include dcadsp.h in {arm,x86}/dca.h for checkheadersJanne Grunau2014-02-081-0/+1
* dcadsp: split lfe_dir casesChristophe Gisquet2014-02-073-33/+40
* dcadsp: add int8x8_fmul_int32 to dsp contextChristophe Gisquet2014-02-071-1/+2
* arm: Add X() around all references to extern symbolsMartin Storsjö2014-02-077-22/+22
* vp8: Use 2 registers for dst_stride and src_stride in neon bilin filterMartin Storsjö2014-02-061-60/+60
* arm: Use full filenames as multiple inclusion guardsDiego Biurrun2014-01-143-9/+9
* arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-112-0/+80
* arm: Add a missing # as prefix for an immediate constantMartin Storsjö2014-01-071-1/+1
* arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-072-18/+9
* arm: Remove a leftover define for the pld instructionMartin Storsjö2014-01-071-4/+0
* arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö2014-01-071-19/+19
* Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-061-1/+1
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-061-1/+1
* arm: Use the matching endfunc macro instead of the assembler directive directlyMartin Storsjö2014-01-041-1/+1
* arm: Add a missing endfunc macro callMartin Storsjö2014-01-041-0/+1
* arm: Don't clobber callee saved registers in scalarproductMartin Storsjö2013-12-201-6/+6
* vc1: arm: Add NEON no_rnd chroma MCMason Carter2013-12-202-0/+27
* vc1: arm: Add NEON assemblyMason Carter2013-12-205-0/+1331
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-084-28/+26
* arm: fmtconvert: Split armv6 fmtconvert code off from vfp codeDiego Biurrun2013-08-294-63/+85
* arm: dcadsp: Move synth filter initialization to dcadsp fileDiego Biurrun2013-08-292-24/+22
* arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoderDiego Biurrun2013-08-231-2/+0
* vp56: Mark VP6-only optimizations as such.Diego Biurrun2013-08-233-6/+4
* arm: Add assembly version of h264_find_start_code_candidateBen Avison2013-08-083-0/+258
* arm: Comment out unused labels in simple_idct_armMartin Storsjö2013-07-241-8/+8
* arm: Mangle external symbols properly in new vfp assembly filesMartin Storsjö2013-07-223-4/+4
* arm: Add VFP-accelerated version of qmf_32_subbandsBen Avison2013-07-222-1/+282
* arm: Add VFP-accelerated version of fft16Martin Storsjö2013-07-223-3/+301
* arm: Add VFP-accelerated version of dca_lfe_firMartin Storsjö2013-07-223-1/+226
* arm: Add VFP-accelerated version of imdct_halfMartin Storsjö2013-07-224-1/+217
* arm: Add VFP-accelerated version of int32_to_float_fmul_array8Ben Avison2013-07-222-1/+167
OpenPOWER on IntegriCloud