| Commit message (Expand) | Author | Age | Files | Lines |
* | aarch64: vp9: Implement NEON loop filters | Martin Storsjö | 2016-11-15 | 3 | -0/+1404 |
* | aarch64: vp9: Add NEON itxfm routines | Martin Storsjö | 2016-11-15 | 3 | -2/+1171 |
* | aarch64: vp9: Add NEON optimizations of VP9 MC functions | Martin Storsjö | 2016-11-15 | 3 | -0/+834 |
* | avcodec: fix arguments on xmm/neon clobber test wrappers | James Almer | 2016-10-02 | 1 | -2/+2 |
* | avcodec: add missing xmm/neon clobber test wrappers for the new encode API | James Almer | 2016-10-01 | 1 | -0/+10 |
* | avcodec: fix vc1dsp dependencies | Xiaolei Yu | 2016-09-25 | 2 | -2/+2 |
* | avcodec: add missing xmm/neon clobber test wrappers for the new decode API | James Almer | 2016-07-03 | 1 | -0/+10 |
* | lavc/neontest: fix constness in arm/aarch64 avcodec_open2() wrappers | Clément Bœsch | 2016-06-25 | 1 | -1/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | aarch64/synth_filter: fix compilation | James Almer | 2016-05-10 | 1 | -1/+1 |
* | | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec' | Derek Buitenhuis | 2016-05-09 | 1 | -3/+12 |
|\| |
|
| * | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -4/+13 |
* | | Merge commit 'cdb1665f70def544ddab3e3ed3763ef99c8b3873' | Derek Buitenhuis | 2016-04-24 | 2 | -18/+18 |
|\| |
|
| * | aarch64: Make transpose_4x4H do a regular transpose | Martin Storsjö | 2016-03-26 | 2 | -18/+18 |
| * | fft: Split MDCT bits off from FFT | Diego Biurrun | 2016-03-01 | 3 | -12/+40 |
* | | Merge commit '97aec6e75ef36ed0402653519daa8e1fc8ddb555' | Derek Buitenhuis | 2016-04-12 | 1 | -0/+3 |
|\| |
|
| * | fft: arm: Drop unnecessary #include, add missing ones | Diego Biurrun | 2016-02-26 | 1 | -0/+3 |
* | | avcodec/dca: add new decoder based on libdcadec | foo86 | 2016-01-31 | 1 | -2/+2 |
* | | avcodec/dca: remove old decoder | foo86 | 2016-01-31 | 3 | -152/+2 |
* | | avcodec/synth_filter: split off remaining code from dcadec files | James Almer | 2016-01-25 | 3 | -22/+49 |
* | | Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be' | Hendrik Leppkes | 2016-01-02 | 2 | -67/+0 |
|\| |
|
| * | dca: remove unused decode_hf function and quant_d tables | Alexandra Hájková | 2015-12-24 | 2 | -67/+0 |
| * | arm64: fix inverted register order in transpose_4x4H | Janne Grunau | 2015-12-21 | 2 | -4/+4 |
* | | Merge commit 'a0fc780a2093784e8664f88205ee1b215e109cee' | Hendrik Leppkes | 2016-01-02 | 3 | -0/+121 |
|\| |
|
| * | arm64: int32_to_float_fmul neon asm | Janne Grunau | 2015-12-14 | 3 | -0/+121 |
* | | Merge commit '705f5e5e155f6f280a360af220fc5b30cfcee702' | Hendrik Leppkes | 2016-01-02 | 4 | -1/+140 |
|\| |
|
| * | arm64: port synth_filter_float_neon from arm | Janne Grunau | 2015-12-14 | 4 | -1/+140 |
* | | Merge commit 'c33c1fa8af2b2e82418a06901b6ad17b3d61b73e' | Hendrik Leppkes | 2016-01-02 | 3 | -0/+222 |
|\| |
|
| * | arm64: convert dcadsp neon asm from arm | Janne Grunau | 2015-12-14 | 3 | -0/+222 |
* | | avcodec/arm64: fix inverted register order in transpose_4x4H | Janne Grunau | 2015-12-19 | 2 | -4/+4 |
* | | Revert "avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H" | Michael Niedermayer | 2015-12-17 | 1 | -2/+2 |
* | | avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H | zjh8890 | 2015-12-12 | 1 | -2/+2 |
* | | Merge commit 'f56d8d8dd72b1ab52aa814c5a0fccabf8040ef68' | Michael Niedermayer | 2015-07-21 | 3 | -0/+456 |
|\| |
|
| * | h264: aarch64: intra prediction optimisations | Janne Grunau | 2015-07-20 | 3 | -0/+456 |
| * | arm64: constify src in h264qpel dsp function definitions | Janne Grunau | 2015-06-24 | 1 | -64/+64 |
* | | Merge commit '3d5d46233cd81f78138a6d7418d480af04d3f6c8' | Michael Niedermayer | 2015-02-02 | 3 | -11/+12 |
|\| |
|
| * | opus: Factor out imdct15 into a standalone component | Diego Biurrun | 2015-02-02 | 3 | -11/+12 |
* | | lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2. | Carl Eugen Hoyos | 2015-01-31 | 1 | -0/+1 |
* | | Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793' | Michael Niedermayer | 2014-12-09 | 2 | -28/+27 |
|\| |
|
| * | aarch64: Use .data.rel.ro for const data with relocations | Martin Storsjö | 2014-12-09 | 2 | -28/+27 |
* | | Merge commit 'c00365b46d464ce47716315c1801818d811bdb9a' | Michael Niedermayer | 2014-11-16 | 2 | -25/+26 |
|\| |
|
| * | aarch64: Make the function pointer tables position independent | Martin Storsjö | 2014-11-16 | 2 | -25/+26 |
* | | avcodec/aarch64/h264qpel_init_aarch64: mark src as const | Michael Niedermayer | 2014-08-30 | 1 | -64/+64 |
* | | Merge commit 'ac6b95dbc0b53b3ea461bd5e5e7f7f31d2983733' | Michael Niedermayer | 2014-08-04 | 3 | -6/+6 |
|\| |
|
| * | aarch64: add ',' between assembler macro arguments where missing | Janne Grunau | 2014-08-04 | 3 | -6/+6 |
* | | Merge commit 'f23d26a6864128001b03876b0b92fffe131f2060' | Michael Niedermayer | 2014-06-23 | 1 | -4/+55 |
|\| |
|
| * | h264: avoid using uninitialized memory in NEON chroma mc | Janne Grunau | 2014-06-23 | 1 | -4/+55 |
* | | Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba' | Michael Niedermayer | 2014-05-15 | 4 | -0/+724 |
|\| |
|
| * | aarch64: opus NEON iMDCT and FFT | Janne Grunau | 2014-05-15 | 4 | -0/+724 |