| Commit message (Expand) | Author | Age | Files | Lines |
* | aarch64: vp9: Fix assembling with Xcode 6.2 and older | Memphiz | 2017-06-20 | 2 | -4/+4 |
* | arm/aarch64: vp9: Fix vertical alignment | Martin Storsjö | 2017-03-16 | 1 | -18/+18 |
* | arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used | Martin Storsjö | 2017-03-11 | 1 | -1/+2 |
* | aarch64: vp9itxfm: Reorder iadst16 coeffs | Martin Storsjö | 2017-02-24 | 1 | -6/+6 |
* | aarch64: vp9itxfm: Reorder the idct coefficients for better pairing | Martin Storsjö | 2017-02-24 | 1 | -62/+62 |
* | aarch64: vp9itxfm: Avoid reloading the idct32 coefficients | Martin Storsjö | 2017-02-24 | 1 | -67/+43 |
* | aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 | Martin Storsjö | 2017-02-24 | 1 | -12/+9 |
* | arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit | Martin Storsjö | 2017-02-24 | 1 | -31/+9 |
* | aarch64: vp9lpf: Fix broken indentation/vertical alignment | Martin Storsjö | 2017-02-12 | 1 | -2/+2 |
* | aarch64: vp9lpf: Interleave the start of flat8in into the calculation above | Martin Storsjö | 2017-02-11 | 1 | -3/+11 |
* | arm/aarch64: vp9lpf: Calculate !hev directly | Martin Storsjö | 2017-02-11 | 1 | -3/+2 |
* | aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling | Martin Storsjö | 2017-02-11 | 1 | -18/+36 |
* | aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter | Martin Storsjö | 2017-02-11 | 1 | -2/+13 |
* | aarch64: vp9mc: Simplify the extmla macro parameters | Martin Storsjö | 2017-02-11 | 1 | -25/+25 |
* | aarch64: vp9itxfm: Fix incorrect vertical alignment | Martin Storsjö | 2017-02-09 | 1 | -3/+3 |
* | aarch64: vp9itxfm: Update a comment to refer to a register with a different name | Martin Storsjö | 2017-02-09 | 1 | -2/+2 |
* | aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability | Martin Storsjö | 2017-02-09 | 1 | -8/+8 |
* | aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possible | Martin Storsjö | 2017-02-09 | 1 | -8/+8 |
* | aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 func... | Martin Storsjö | 2017-02-09 | 1 | -2/+1 |
* | aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32 | Martin Storsjö | 2017-02-09 | 1 | -59/+466 |
* | aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 f... | Martin Storsjö | 2017-02-09 | 1 | -45/+45 |
* | aarch64: vp9itxfm: Make the larger core transforms standalone functions | Martin Storsjö | 2017-02-09 | 1 | -17/+25 |
* | aarch64: vp9itxfm: Restructure the idct32 store macros | Martin Storsjö | 2017-02-05 | 1 | -40/+40 |
* | aarch64: vp9mc: Fix a comment to refer to a register with the right name | Martin Storsjö | 2017-01-03 | 1 | -1/+1 |
* | aarch64: vp9dsp: Fix vertical alignment in the init file | Martin Storsjö | 2017-01-03 | 1 | -3/+3 |
* | aarch64: vp9itxfm: Use the offset parameter to movrel | Martin Storsjö | 2016-12-19 | 1 | -1/+1 |
* | arm64: replace 'bic' with immediate with 'and' with inverted immediate | Janne Grunau | 2016-12-14 | 1 | -1/+1 |
* | aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and... | Martin Storsjö | 2016-11-30 | 1 | -5/+56 |
* | aarch64: vp9itxfm: Don't repeatedly set x9 when nothing overwrites it | Martin Storsjö | 2016-11-24 | 1 | -11/+15 |
* | arm/aarch64: vp9itxfm: Fix indentation of macro arguments | Martin Storsjö | 2016-11-23 | 1 | -8/+8 |
* | aarch64: vp9itxfm: Use w3 instead of x3 for the int eob parameter | Martin Storsjö | 2016-11-18 | 1 | -4/+4 |
* | aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne}; | Janne Grunau | 2016-11-16 | 1 | -11/+20 |
* | aarch64: vp9: use alternative returns in the core loop filter function | Janne Grunau | 2016-11-16 | 1 | -30/+18 |
* | aarch64: vp9: loop_filter: fix typo in skip flatout8 check | Janne Grunau | 2016-11-14 | 1 | -1/+1 |
* | aarch64: vp9: Implement NEON loop filters | Martin Storsjö | 2016-11-14 | 3 | -0/+1401 |
* | aarch64: vp9: Add NEON itxfm routines | Martin Storsjö | 2016-11-14 | 3 | -2/+1168 |
* | aarch64: h264idct: Use the offset parameter to movrel | Martin Storsjö | 2016-11-10 | 1 | -1/+1 |
* | aarch64: vp9: Add NEON optimizations of VP9 MC functions | Martin Storsjö | 2016-11-10 | 3 | -0/+834 |
* | mpegaudiodsp: aarch64: Adjust function prototype after 2caa93b813adc5dbb7771d... | Diego Biurrun | 2016-11-10 | 1 | -2/+3 |
* | aarch64: Add missing sign extension in ff_h264_idct8_add_neon | Martin Storsjö | 2016-10-10 | 1 | -0/+1 |
* | mpegaudiodsp: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -1/+0 |
* | h264chroma: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 4 | -27/+24 |
* | lavc: add clobber tests for the new encoding/decoding API | Anton Khirnov | 2016-09-28 | 1 | -0/+20 |
* | libavcodec: fix constness in clobber test avcodec_open2() wrappers | Clément Bœsch | 2016-06-26 | 1 | -1/+1 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -4/+13 |
* | 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 |
* | fft: arm: Drop unnecessary #include, add missing ones | Diego Biurrun | 2016-02-26 | 1 | -0/+3 |
* | dca: remove unused decode_hf function and quant_d tables | Alexandra Hájková | 2015-12-24 | 2 | -67/+0 |