summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* arm: dsputil: Add a bunch of missing #includesDiego Biurrun2014-03-13
* dsputil: Remove prototypes for nonexisting optimization functionsDiego Biurrun2014-03-13
* armv6: vp8: use explicit labels in motion compensation asmJanne Grunau2014-03-12
* arm: get_cabac inline asmJanne Grunau2014-03-09
* arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declarationJanne Grunau2014-03-09
* arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6Janne Grunau2014-03-08
* arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau2014-03-05
* arm: dcadsp: implement decode_hf as external NEON asmJanne Grunau2014-02-28
* dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet2014-02-28
* dcadec: remove scaling in lfe_interpolation_firChristophe Gisquet2014-02-28
* arm: Remove a stray .fpu directiveMartin Storsjö2014-02-09
* dca: include dcadsp.h in {arm,x86}/dca.h for checkheadersJanne Grunau2014-02-08
* dcadsp: split lfe_dir casesChristophe Gisquet2014-02-07
* dcadsp: add int8x8_fmul_int32 to dsp contextChristophe Gisquet2014-02-07
* arm: Add X() around all references to extern symbolsMartin Storsjö2014-02-07
* vp8: Use 2 registers for dst_stride and src_stride in neon bilin filterMartin Storsjö2014-02-06
* arm: Use full filenames as multiple inclusion guardsDiego Biurrun2014-01-14
* arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-11
* arm: Add a missing # as prefix for an immediate constantMartin Storsjö2014-01-07
* arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-07
* arm: Remove a leftover define for the pld instructionMartin Storsjö2014-01-07
* arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö2014-01-07
* Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-06
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-06
* arm: Use the matching endfunc macro instead of the assembler directive directlyMartin Storsjö2014-01-04
* arm: Add a missing endfunc macro callMartin Storsjö2014-01-04
* arm: Don't clobber callee saved registers in scalarproductMartin Storsjö2013-12-20
* vc1: arm: Add NEON no_rnd chroma MCMason Carter2013-12-20
* vc1: arm: Add NEON assemblyMason Carter2013-12-20
* dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-08
* arm: fmtconvert: Split armv6 fmtconvert code off from vfp codeDiego Biurrun2013-08-29
* arm: dcadsp: Move synth filter initialization to dcadsp fileDiego Biurrun2013-08-29
* arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoderDiego Biurrun2013-08-23
* vp56: Mark VP6-only optimizations as such.Diego Biurrun2013-08-23
* arm: Add assembly version of h264_find_start_code_candidateBen Avison2013-08-08
* arm: Comment out unused labels in simple_idct_armMartin Storsjö2013-07-24
* arm: Mangle external symbols properly in new vfp assembly filesMartin Storsjö2013-07-22
* arm: Add VFP-accelerated version of qmf_32_subbandsBen Avison2013-07-22
* arm: Add VFP-accelerated version of fft16Martin Storsjö2013-07-22
* arm: Add VFP-accelerated version of dca_lfe_firMartin Storsjö2013-07-22
* arm: Add VFP-accelerated version of imdct_halfMartin Storsjö2013-07-22
* arm: Add VFP-accelerated version of int32_to_float_fmul_array8Ben Avison2013-07-22
* arm: Add VFP-accelerated version of int32_to_float_fmul_scalarBen Avison2013-07-22
* arm: Add VFP-accelerated version of synth_filter_floatBen Avison2013-07-22
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-17
* arm: Include hpeldsp_neon.o if h264qpel is enabledMartin Storsjö2013-05-30
* arm: Don't unconditionally build dsputil filesMartin Storsjö2013-05-30
* arm: Only build the FFT init files if FFT is enabledMartin Storsjö2013-05-30
* build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun2013-05-30