summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
...
* | Merge commit '358adef0305618219522858e471edf7e0cb4043e'James Almer2017-10-30
|\|
| * hevc: Add NEON IDCT DC functions for bitdepth 8Seppo Tomperi2017-04-25
* | Merge commit '89d9869d2491d4209d707a8e7f29c58227ae5a4e'James Almer2017-10-27
|\|
| * hevc: Add NEON 16x16 IDCTAlexandra Hájková2017-04-12
| * arm: Always build the hevcdsp_init_arm.c fileMartin Storsjö2017-03-28
* | Merge commit '0b9a237b2386ff84a6f99716bd58fa27a1b767e7'James Almer2017-10-24
|\|
| * hevc: Add NEON 4x4 and 8x8 IDCTAlexandra Hájková2017-03-27
| * arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-16
| * arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-11
| * arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö2017-03-11
| * arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-24
| * arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-24
| * arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-24
| * arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö2017-02-24
| * arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-02-24
| * arm: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-02-11
| * arm: vp9lpf: Use orrs instead of orr+cmpMartin Storsjö2017-02-11
| * arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö2017-02-11
| * arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-02-11
| * arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-02-11
| * arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 functionMartin Storsjö2017-02-09
| * arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö2017-02-09
| * arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 functionMartin Storsjö2017-02-09
| * arm: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-02-09
| * arm: vp9itxfm: Avoid .irp when it doesn't save any linesMartin Storsjö2017-02-05
| * arm: vp9mc: Fix vertical alignment of operandsMartin Storsjö2017-01-03
| * arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32Martin Storsjö2016-11-30
| * arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combinationMartin Storsjö2016-11-30
| * arm: vp9itxfm: Rename a macro parameter to fit betterMartin Storsjö2016-11-23
| * arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2016-11-23
| * arm: vp9itxfm: Simplify the stack alignment codeJanne Grunau2016-11-18
| * arm: vp9itxfm: Simplify txfm string comparisonsMartin Storsjö2016-11-14
| * arm: vp9: Add NEON loop filtersMartin Storsjö2016-11-11
| * arm: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-11
| * arm: vp9mc: Use a different helper register for PIC loadsMartin Storsjö2016-11-10
| * arm: vp9mc: Minor adjustments from review of the aarch64 versionMartin Storsjö2016-11-10
| * arm: vp9mc: Insert a literal pool at the middle of the fileMartin Storsjö2016-11-04
| * arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-03
* | avcodec/rdft: remove sintableMuhammad Faiz2017-07-11
* | lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-28
* | lavc/arm: fix lack of precision in ff_ps_stereo_interpolate_neonClément Bœsch2017-06-28
* | idct_arm: remove use of ff_put/add_pixels_clamped function pointer.Ronald S. Bultje2017-04-06
* | vp9: split out generic decoding skeleton interface API from VP9 types.Ronald S. Bultje2017-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 '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer2017-03-21
|\|
* | 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
|\|
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29