summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d'Clément Bœsch2017-01-312-17/+17
|\
* | arm: Add NEON optimizations for 10 and 12 bit vp9 loop filterMartin Storsjö2017-01-243-0/+1107
* | arm: Add NEON optimizations for 10 and 12 bit vp9 itxfmMartin Storsjö2017-01-243-1/+1564
* | arm: Add NEON optimizations for 10 and 12 bit vp9 MCMartin Storsjö2017-01-247-2/+849
* | arm: vp9dsp: Restructure the bpp checksMartin Storsjö2017-01-241-15/+9
* | arm: vp9mc: Fix vertical alignment of operandsMartin Storsjö2017-01-141-3/+3
* | arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32Martin Storsjö2017-01-141-9/+66
* | arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combinationMartin Storsjö2017-01-141-1/+1
* | arm: vp9itxfm: Rename a macro parameter to fit betterMartin Storsjö2017-01-141-7/+7
* | arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2017-01-141-4/+4
* | arm: vp9itxfm: Simplify the stack alignment codeJanne Grunau2017-01-141-16/+12
* | Merge commit '5f74bd31a9bd1ac7655103b11743c12d38e0419f'Hendrik Leppkes2016-11-171-7/+2
|\ \ | |/
| * vp8/armv6: mc: avoid boolean expression in calculationJanne Grunau2016-07-101-7/+2
* | arm: vp9: Add NEON loop filtersMartin Storsjö2016-11-153-0/+831
* | arm: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-153-2/+1204
* | arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-153-0/+854
* | Merge commit 'e8b96a77010dd62624c3c65c357d7ae3b397ceaa'Hendrik Leppkes2016-11-142-2/+2
|\ \ | |/
| * arm: Fix a typo in a commentMartin Storsjö2016-07-062-2/+2
| * libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-261-1/+1
* | 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-251-1/+1
* | 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 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-221-40/+0
|\ \ | |/
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-40/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-214-6/+6
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-044-6/+6
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-091-4/+4
|\ \ | |/
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-071-4/+4
| * fft: Split MDCT bits off from FFTDiego Biurrun2016-03-015-25/+89
* | arm/rdft_init: fix license headerJames Almer2016-04-121-4/+4
* | Merge commit '4c297249ac0f513a610a62691ce96d6b62f65b94'Derek Buitenhuis2016-04-123-13/+34
|\ \ | |/
| * rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun2016-02-263-13/+34
* | Merge commit '97aec6e75ef36ed0402653519daa8e1fc8ddb555'Derek Buitenhuis2016-04-122-1/+5
|\ \ | |/
| * fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-262-1/+5
* | Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c'Derek Buitenhuis2016-02-241-3/+3
|\ \ | |/
| * build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-191-3/+3
* | avcodec/dca: add new decoder based on libdcadecfoo862016-01-311-3/+3
* | avcodec/dca: remove old decoderfoo862016-01-315-600/+3
* | avcodec/synth_filter: split off remaining code from dcadec filesJames Almer2016-01-253-23/+51
* | Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'Hendrik Leppkes2016-01-022-36/+0
|\ \ | |/
| * dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-242-36/+0
* | Merge commit '90b1b9350c0a97c4065ae9054b83e57f48a0de1f'Hendrik Leppkes2016-01-022-0/+41
|\ \ | |/
| * arm: add ff_int32_to_float_fmul_array8_neonJanne Grunau2015-12-142-0/+41
* | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes2016-01-023-4/+4
|\ \ | |/
| * arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-143-4/+4
* | blockdsp: reindent after parameter removalChristophe Gisquet2015-10-031-2/+2
* | blockdsp: remove high bitdepth parameterChristophe Gisquet2015-10-023-6/+4
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-272-2/+2
|\ \ | |/
OpenPOWER on IntegriCloud