summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64
Commit message (Expand)AuthorAge
* aarch64: Add NEON optimizations for 10 and 12 bit vp9 loop filterMartin Storsjö2017-01-24
* aarch64: Add NEON optimizations for 10 and 12 bit vp9 itxfmMartin Storsjö2017-01-24
* aarch64: Add NEON optimizations for 10 and 12 bit vp9 MCMartin Storsjö2017-01-24
* aarch64: vp9dsp: Restructure the bpp checksMartin Storsjö2017-01-24
* aarch64: vp9mc: Fix a comment to refer to a register with the right nameMartin Storsjö2017-01-14
* aarch64: vp9dsp: Fix vertical alignment in the init fileMartin Storsjö2017-01-14
* aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and...Martin Storsjö2017-01-14
* aarch64: vp9itxfm: Don't repeatedly set x9 when nothing overwrites itMartin Storsjö2017-01-14
* arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2017-01-14
* aarch64: vp9itxfm: Use w3 instead of x3 for the int eob parameterMartin Storsjö2017-01-14
* aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne};Janne Grunau2017-01-14
* aarch64: vp9: use alternative returns in the core loop filter functionJanne Grunau2017-01-14
* imdct15: remove the AArch64 assemblyRostislav Pehlivanov2017-01-05
* aarch64: h264idct: Use the offset parameter to movrelMartin Storsjö2016-12-08
* aarch64: vp9: Implement NEON loop filtersMartin Storsjö2016-11-15
* aarch64: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-15
* aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-15
* avcodec: fix arguments on xmm/neon clobber test wrappersJames Almer2016-10-02
* avcodec: add missing xmm/neon clobber test wrappers for the new encode APIJames Almer2016-10-01
* avcodec: fix vc1dsp dependenciesXiaolei Yu2016-09-25
* avcodec: add missing xmm/neon clobber test wrappers for the new decode APIJames Almer2016-07-03
* lavc/neontest: fix constness in arm/aarch64 avcodec_open2() wrappersClément Bœsch2016-06-25
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | aarch64/synth_filter: fix compilationJames Almer2016-05-10
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-09
|\|
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* | Merge commit 'cdb1665f70def544ddab3e3ed3763ef99c8b3873'Derek Buitenhuis2016-04-24
|\|
| * aarch64: Make transpose_4x4H do a regular transposeMartin Storsjö2016-03-26
| * fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* | Merge commit '97aec6e75ef36ed0402653519daa8e1fc8ddb555'Derek Buitenhuis2016-04-12
|\|
| * fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-26
* | avcodec/dca: add new decoder based on libdcadecfoo862016-01-31
* | avcodec/dca: remove old decoderfoo862016-01-31
* | avcodec/synth_filter: split off remaining code from dcadec filesJames Almer2016-01-25
* | Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'Hendrik Leppkes2016-01-02
|\|
| * 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
* | Merge commit 'a0fc780a2093784e8664f88205ee1b215e109cee'Hendrik Leppkes2016-01-02
|\|
| * arm64: int32_to_float_fmul neon asmJanne Grunau2015-12-14
* | Merge commit '705f5e5e155f6f280a360af220fc5b30cfcee702'Hendrik Leppkes2016-01-02
|\|
| * arm64: port synth_filter_float_neon from armJanne Grunau2015-12-14
* | Merge commit 'c33c1fa8af2b2e82418a06901b6ad17b3d61b73e'Hendrik Leppkes2016-01-02
|\|
| * arm64: convert dcadsp neon asm from armJanne Grunau2015-12-14
* | avcodec/arm64: fix inverted register order in transpose_4x4HJanne Grunau2015-12-19
* | Revert "avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H"Michael Niedermayer2015-12-17
* | avcodec/aarch64/neon.S: Update neon.s for transpose_4x4Hzjh88902015-12-12
* | Merge commit 'f56d8d8dd72b1ab52aa814c5a0fccabf8040ef68'Michael Niedermayer2015-07-21
|\|
| * h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-20
| * arm64: constify src in h264qpel dsp function definitionsJanne Grunau2015-06-24