summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64
Commit message (Expand)AuthorAge
* arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö2017-02-11
* aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-02-11
* aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-02-11
* aarch64: vp9mc: Simplify the extmla macro parametersMartin Storsjö2017-02-11
* aarch64: vp9itxfm: Fix incorrect vertical alignmentMartin Storsjö2017-02-09
* aarch64: vp9itxfm: Update a comment to refer to a register with a different nameMartin Storsjö2017-02-09
* aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readabilityMartin Storsjö2017-02-09
* aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possibleMartin Storsjö2017-02-09
* aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 func...Martin Storsjö2017-02-09
* aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32Martin Storsjö2017-02-09
* aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 f...Martin Storsjö2017-02-09
* aarch64: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-02-09
* aarch64: vp9itxfm: Restructure the idct32 store macrosMartin Storsjö2017-02-05
* aarch64: vp9mc: Fix a comment to refer to a register with the right nameMartin Storsjö2017-01-03
* aarch64: vp9dsp: Fix vertical alignment in the init fileMartin Storsjö2017-01-03
* aarch64: vp9itxfm: Use the offset parameter to movrelMartin Storsjö2016-12-19
* arm64: replace 'bic' with immediate with 'and' with inverted immediateJanne Grunau2016-12-14
* aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and...Martin Storsjö2016-11-30
* aarch64: vp9itxfm: Don't repeatedly set x9 when nothing overwrites itMartin Storsjö2016-11-24
* arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2016-11-23
* aarch64: vp9itxfm: Use w3 instead of x3 for the int eob parameterMartin Storsjö2016-11-18
* aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne};Janne Grunau2016-11-16
* aarch64: vp9: use alternative returns in the core loop filter functionJanne Grunau2016-11-16
* aarch64: vp9: loop_filter: fix typo in skip flatout8 checkJanne Grunau2016-11-14
* aarch64: vp9: Implement NEON loop filtersMartin Storsjö2016-11-14
* aarch64: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-14
* aarch64: h264idct: Use the offset parameter to movrelMartin Storsjö2016-11-10
* aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-10
* mpegaudiodsp: aarch64: Adjust function prototype after 2caa93b813adc5dbb7771d...Diego Biurrun2016-11-10
* aarch64: Add missing sign extension in ff_h264_idct8_add_neonMartin Storsjö2016-10-10
* mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-28
* libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-26
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* aarch64: Make transpose_4x4H do a regular transposeMartin Storsjö2016-03-26
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-26
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-24
* arm64: fix inverted register order in transpose_4x4HJanne Grunau2015-12-21
* arm64: int32_to_float_fmul neon asmJanne Grunau2015-12-14
* arm64: port synth_filter_float_neon from armJanne Grunau2015-12-14
* arm64: convert dcadsp neon asm from armJanne Grunau2015-12-14
* h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-20
* arm64: constify src in h264qpel dsp function definitionsJanne Grunau2015-06-24
* opus: Factor out imdct15 into a standalone componentDiego Biurrun2015-02-02
* aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-09
* aarch64: Make the function pointer tables position independentMartin Storsjö2014-11-16
* aarch64: add ',' between assembler macro arguments where missingJanne Grunau2014-08-04