| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/aarch64/simple_idct: fix iOS build without gas-preprocessor | Matthieu Bouron | 2017-05-11 | 1 | -37/+37 |
* | Merge commit '2425d7329fdccfa9954faba748f3865151354f0c' | Clément Bœsch | 2017-04-26 | 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 |
* | | Merge commit '72a19f4013ec2c7f8581416f8ad4bf81df163fb6' | James Almer | 2017-03-31 | 1 | -0/+1 |
|\| |
|
| * | mpegaudiodsp: aarch64: Adjust function prototype after 2caa93b813adc5dbb7771d... | Diego Biurrun | 2016-11-10 | 1 | -2/+3 |
* | | aarch64/vp9dsp: add missing header includes | James Almer | 2017-03-28 | 2 | -0/+2 |
* | | vp9: re-split the decoder/format/dsp interface header files. | Ronald S. Bultje | 2017-03-28 | 2 | -2/+2 |
* | | lavc/vp9: split into vp9{block,data,mvs} | Clément Bœsch | 2017-03-27 | 2 | -2/+2 |
* | | Merge commit '9b2ccafb480c94fd09cfb24306d5296dc013cf5b' | Clément Bœsch | 2017-03-23 | 1 | -0/+1 |
|\| |
|
| * | aarch64: Add missing sign extension in ff_h264_idct8_add_neon | Martin Storsjö | 2016-10-10 | 1 | -0/+1 |
* | | Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18' | James Almer | 2017-03-21 | 2 | -3/+2 |
|\| |
|
| * | mpegaudiodsp: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -1/+0 |
* | | Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c' | James Almer | 2017-03-21 | 4 | -27/+24 |
|\| |
|
| * | h264chroma: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 4 | -27/+24 |
* | | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' | James Almer | 2017-03-21 | 1 | -2/+2 |
|\| |
|
* | | Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0' | Clément Bœsch | 2017-03-21 | 1 | -4/+4 |
|\| |
|
| * | 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 |
* | | aarch64: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possible | Martin Storsjö | 2017-03-19 | 1 | -58/+547 |
* | | aarch64: vp9itxfm16: Move the load_add_store macro out from the itxfm16 pass2... | Martin Storsjö | 2017-03-19 | 1 | -49/+49 |
* | | aarch64: vp9itxfm16: Make the larger core transforms standalone functions | Martin Storsjö | 2017-03-19 | 1 | -17/+28 |
* | | aarch64: vp9itxfm16: Restructure the idct32 store macros | Martin Storsjö | 2017-03-19 | 1 | -45/+45 |
* | | aarch64: vp9itxfm16: Avoid .irp when it doesn't save any lines | Martin Storsjö | 2017-03-19 | 1 | -12/+12 |
* | | aarch64: vp9itxfm16: Fix a typo in a comment | Martin Storsjö | 2017-03-19 | 1 | -1/+1 |
* | | arm/aarch64: vp9: Fix vertical alignment | Martin Storsjö | 2017-03-19 | 1 | -18/+18 |
* | | arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used | Martin Storsjö | 2017-03-19 | 1 | -1/+2 |
* | | lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functions | Matthieu Bouron | 2017-03-16 | 4 | -0/+433 |
* | | aarch64: vp9itxfm: Reorder iadst16 coeffs | Martin Storsjö | 2017-03-11 | 1 | -6/+6 |
* | | aarch64: vp9itxfm: Reorder the idct coefficients for better pairing | Martin Storsjö | 2017-03-11 | 1 | -62/+62 |
* | | aarch64: vp9itxfm: Avoid reloading the idct32 coefficients | Martin Storsjö | 2017-03-11 | 1 | -67/+43 |
* | | aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 | Martin Storsjö | 2017-03-11 | 1 | -12/+9 |
* | | arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit | Martin Storsjö | 2017-03-11 | 1 | -31/+9 |
* | | aarch64: vp9lpf: Fix broken indentation/vertical alignment | Martin Storsjö | 2017-03-11 | 1 | -2/+2 |
* | | aarch64: vp9lpf: Interleave the start of flat8in into the calculation above | Martin Storsjö | 2017-03-11 | 1 | -3/+11 |
* | | arm/aarch64: vp9lpf: Calculate !hev directly | Martin Storsjö | 2017-03-11 | 1 | -3/+2 |
* | | aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling | Martin Storsjö | 2017-03-11 | 1 | -18/+36 |
* | | aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter | Martin Storsjö | 2017-03-11 | 1 | -2/+13 |
* | | aarch64: vp9mc: Simplify the extmla macro parameters | Martin Storsjö | 2017-03-11 | 1 | -25/+25 |
* | | aarch64: vp9itxfm: Fix incorrect vertical alignment | Martin Storsjö | 2017-03-11 | 1 | -3/+3 |