summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64
Commit message (Expand)AuthorAge
* Merge commit '72a19f4013ec2c7f8581416f8ad4bf81df163fb6'James Almer2017-03-31
|\
| * mpegaudiodsp: aarch64: Adjust function prototype after 2caa93b813adc5dbb7771d...Diego Biurrun2016-11-10
* | aarch64/vp9dsp: add missing header includesJames Almer2017-03-28
* | vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-28
* | lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-27
* | Merge commit '9b2ccafb480c94fd09cfb24306d5296dc013cf5b'Clément Bœsch2017-03-23
|\|
| * aarch64: Add missing sign extension in ff_h264_idct8_add_neonMartin Storsjö2016-10-10
* | Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer2017-03-21
|\|
| * mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* | Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer2017-03-21
|\|
| * h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-21
|\|
* | Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0'Clément Bœsch2017-03-21
|\|
| * lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-28
| * libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-26
* | aarch64: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö2017-03-19
* | aarch64: vp9itxfm16: Move the load_add_store macro out from the itxfm16 pass2...Martin Storsjö2017-03-19
* | aarch64: vp9itxfm16: Make the larger core transforms standalone functionsMartin Storsjö2017-03-19
* | aarch64: vp9itxfm16: Restructure the idct32 store macrosMartin Storsjö2017-03-19
* | aarch64: vp9itxfm16: Avoid .irp when it doesn't save any linesMartin Storsjö2017-03-19
* | aarch64: vp9itxfm16: Fix a typo in a commentMartin Storsjö2017-03-19
* | arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-19
* | arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-19
* | lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functionsMatthieu Bouron2017-03-16
* | aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-03-11
* | aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö2017-03-11
* | arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-03-11
* | aarch64: vp9lpf: Fix broken indentation/vertical alignmentMartin Storsjö2017-03-11
* | aarch64: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-03-11
* | arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-03-11
* | aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-03-11
* | aarch64: vp9mc: Simplify the extmla macro parametersMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Fix incorrect vertical alignmentMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Update a comment to refer to a register with a different nameMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readabilityMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possibleMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 func...Martin Storsjö2017-03-11
* | aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32Martin Storsjö2017-03-11
* | aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 f...Martin Storsjö2017-03-11
* | aarch64: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Restructure the idct32 store macrosMartin Storsjö2017-03-11
* | 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