summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* 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
* build: arm: cosmetics: Place all OBJS declarations in alphabetical orderDiego Biurrun2013-05-30
* arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* arm: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-26
* arm: vp8: Add missing #includes for header to compile standaloneDiego Biurrun2013-02-20
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* Use proper "" quotes for local header #includesDiego Biurrun2013-02-01
* arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_whtMartin Storsjö2013-01-27
* arm: Add mathops.h to ARCH_HEADERS listDiego Biurrun2013-01-24
* arm: h264qpel: use neon h264 qpel functions only if supportedJanne Grunau2013-01-24