summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Add NEON optimizations for 10 and 12 bit vp9 loop filterMartin Storsjö2017-01-243-0/+936
* aarch64: Add NEON optimizations for 10 and 12 bit vp9 itxfmMartin Storsjö2017-01-243-1/+1566
* aarch64: Add NEON optimizations for 10 and 12 bit vp9 MCMartin Storsjö2017-01-247-2/+881
* aarch64: vp9dsp: Restructure the bpp checksMartin Storsjö2017-01-241-15/+9
* aarch64: vp9mc: Fix a comment to refer to a register with the right nameMartin Storsjö2017-01-141-1/+1
* aarch64: vp9dsp: Fix vertical alignment in the init fileMartin Storsjö2017-01-141-3/+3
* aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and...Martin Storsjö2017-01-141-5/+56
* aarch64: vp9itxfm: Don't repeatedly set x9 when nothing overwrites itMartin Storsjö2017-01-141-11/+15
* arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2017-01-141-8/+8
* aarch64: vp9itxfm: Use w3 instead of x3 for the int eob parameterMartin Storsjö2017-01-141-4/+4
* aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne};Janne Grunau2017-01-141-11/+20
* aarch64: vp9: use alternative returns in the core loop filter functionJanne Grunau2017-01-141-30/+18
* imdct15: remove the AArch64 assemblyRostislav Pehlivanov2017-01-053-695/+0
* aarch64: h264idct: Use the offset parameter to movrelMartin Storsjö2016-12-081-1/+1
* aarch64: vp9: Implement NEON loop filtersMartin Storsjö2016-11-153-0/+1404
* aarch64: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-153-2/+1171
* aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-153-0/+834
* avcodec: fix arguments on xmm/neon clobber test wrappersJames Almer2016-10-021-2/+2
* avcodec: add missing xmm/neon clobber test wrappers for the new encode APIJames Almer2016-10-011-0/+10
* avcodec: fix vc1dsp dependenciesXiaolei Yu2016-09-252-2/+2
* avcodec: add missing xmm/neon clobber test wrappers for the new decode APIJames Almer2016-07-031-0/+10
* lavc/neontest: fix constness in arm/aarch64 avcodec_open2() wrappersClément Bœsch2016-06-251-1/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | aarch64/synth_filter: fix compilationJames Almer2016-05-101-1/+1
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-091-3/+12
|\ \ | |/
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-071-4/+13
* | Merge commit 'cdb1665f70def544ddab3e3ed3763ef99c8b3873'Derek Buitenhuis2016-04-242-18/+18
|\ \ | |/
| * 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
* | Merge commit '97aec6e75ef36ed0402653519daa8e1fc8ddb555'Derek Buitenhuis2016-04-121-0/+3
|\ \ | |/
| * fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-261-0/+3
* | avcodec/dca: add new decoder based on libdcadecfoo862016-01-311-2/+2
* | avcodec/dca: remove old decoderfoo862016-01-313-152/+2
* | avcodec/synth_filter: split off remaining code from dcadec filesJames Almer2016-01-253-22/+49
* | Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'Hendrik Leppkes2016-01-022-67/+0
|\ \ | |/
| * 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
* | Merge commit 'a0fc780a2093784e8664f88205ee1b215e109cee'Hendrik Leppkes2016-01-023-0/+121
|\ \ | |/
| * arm64: int32_to_float_fmul neon asmJanne Grunau2015-12-143-0/+121
* | Merge commit '705f5e5e155f6f280a360af220fc5b30cfcee702'Hendrik Leppkes2016-01-024-1/+140
|\ \ | |/
| * arm64: port synth_filter_float_neon from armJanne Grunau2015-12-144-1/+140
* | Merge commit 'c33c1fa8af2b2e82418a06901b6ad17b3d61b73e'Hendrik Leppkes2016-01-023-0/+222
|\ \ | |/
| * arm64: convert dcadsp neon asm from armJanne Grunau2015-12-143-0/+222
* | avcodec/arm64: fix inverted register order in transpose_4x4HJanne Grunau2015-12-192-4/+4
* | Revert "avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H"Michael Niedermayer2015-12-171-2/+2
* | avcodec/aarch64/neon.S: Update neon.s for transpose_4x4Hzjh88902015-12-121-2/+2
* | Merge commit 'f56d8d8dd72b1ab52aa814c5a0fccabf8040ef68'Michael Niedermayer2015-07-213-0/+456
|\ \ | |/
| * h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-203-0/+456
| * arm64: constify src in h264qpel dsp function definitionsJanne Grunau2015-06-241-64/+64