summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64
Commit message (Expand)AuthorAgeFilesLines
* libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-261-1/+1
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-4/+13
* aarch64: Make transpose_4x4H do a regular transposeMartin Storsjö2016-03-262-18/+18
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-013-12/+40
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-261-0/+3
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-242-67/+0
* arm64: fix inverted register order in transpose_4x4HJanne Grunau2015-12-212-4/+4
* arm64: int32_to_float_fmul neon asmJanne Grunau2015-12-143-0/+121
* arm64: port synth_filter_float_neon from armJanne Grunau2015-12-144-1/+140
* arm64: convert dcadsp neon asm from armJanne Grunau2015-12-143-0/+222
* h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-203-0/+456
* arm64: constify src in h264qpel dsp function definitionsJanne Grunau2015-06-241-64/+64
* opus: Factor out imdct15 into a standalone componentDiego Biurrun2015-02-023-11/+12
* aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-092-28/+27
* aarch64: Make the function pointer tables position independentMartin Storsjö2014-11-162-25/+26
* aarch64: add ',' between assembler macro arguments where missingJanne Grunau2014-08-043-6/+6
* h264: avoid using uninitialized memory in NEON chroma mcJanne Grunau2014-06-231-4/+55
* aarch64: opus NEON iMDCT and FFTJanne Grunau2014-05-154-0/+724
* aarch64: assembler in clang-3.4 ignores the division by twoJanne Grunau2014-05-131-1/+1
* aarch64: NEON vorbis_inverse_couplingJanne Grunau2014-04-223-0/+119
* aarch64: NEON fixed/floating point MPADSP apply_windowJanne Grunau2014-04-223-0/+267
* aarch64: NEON float (i)MDCTJanne Grunau2014-04-223-0/+334
* aarch64: NEON float FFTJanne Grunau2014-04-223-0/+481
* aarch64: implement videodsp.prefetchJanne Grunau2014-04-063-0/+63
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-201-0/+1
* aarch64: get_cabac inline asmJanne Grunau2014-03-091-0/+104
* aarch64: use EXTERN_ASM consistently for exported symbolsJanne Grunau2014-02-201-8/+8
* aarch64: port neon clobber test from armJanne Grunau2014-01-152-0/+80
* aarch64: h264 (bi)weight NEON optimizationsJanne Grunau2014-01-152-0/+264
* aarch64: h264 loop filter NEON optimizationsJanne Grunau2014-01-154-1/+299
* aarch64: hpeldsp NEON optimizationsJanne Grunau2014-01-154-5/+528
* aarch64: h264 qpel NEON optimizationsJanne Grunau2014-01-154-0/+1172
* aarch64: h264 idct NEON assembler optimizationsJanne Grunau2014-01-154-0/+533
* aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau2014-01-155-0/+561