summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
...
| * arm: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-02-091-17/+26
| * arm: vp9itxfm: Avoid .irp when it doesn't save any linesMartin Storsjö2017-02-051-12/+12
| * arm: vp9mc: Fix vertical alignment of operandsMartin Storsjö2017-01-031-3/+3
| * arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32Martin Storsjö2016-11-301-9/+66
| * arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combinationMartin Storsjö2016-11-301-1/+1
| * arm: vp9itxfm: Rename a macro parameter to fit betterMartin Storsjö2016-11-231-7/+7
| * arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2016-11-231-4/+4
| * arm: vp9itxfm: Simplify the stack alignment codeJanne Grunau2016-11-181-16/+12
| * arm: vp9itxfm: Simplify txfm string comparisonsMartin Storsjö2016-11-141-35/+10
| * arm: vp9: Add NEON loop filtersMartin Storsjö2016-11-113-0/+828
| * arm: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-113-2/+1226
| * arm: vp9mc: Use a different helper register for PIC loadsMartin Storsjö2016-11-101-2/+2
| * arm: vp9mc: Minor adjustments from review of the aarch64 versionMartin Storsjö2016-11-102-91/+44
| * arm: vp9mc: Insert a literal pool at the middle of the fileMartin Storsjö2016-11-041-0/+1
| * arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-033-0/+900
* | avcodec/rdft: remove sintableMuhammad Faiz2017-07-111-4/+9
* | lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-281-1/+1
* | lavc/arm: fix lack of precision in ff_ps_stereo_interpolate_neonClément Bœsch2017-06-281-4/+5
* | idct_arm: remove use of ff_put/add_pixels_clamped function pointer.Ronald S. Bultje2017-04-061-4/+4
* | vp9: split out generic decoding skeleton interface API from VP9 types.Ronald S. Bultje2017-03-282-0/+2
* | vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-282-2/+2
* | lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-272-2/+2
* | Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer2017-03-211-1/+1
|\ \ | |/
* | Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer2017-03-213-16/+22
|\ \ | |/
| * h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-293-16/+22
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-216-25/+31
|\ \ | |/
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-298-27/+33
* | Merge commit '92c5755a185086067fe49e7e64c23a8e7011be31'Clément Bœsch2017-03-211-8/+8
|\ \ | |/
| * hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...Diego Biurrun2016-09-291-8/+8
* | Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0'Clément Bœsch2017-03-211-4/+4
|\ \ | |/
| * lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-281-0/+20
* | Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5'Clément Bœsch2017-03-202-5/+3
|\ \ | |/
| * audiodsp: reorder arguments for vector_clipfAnton Khirnov2016-09-222-5/+3
| * blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-223-8/+6
* | lavc/arm: fix indent in blockdsp_init_neonClément Bœsch2017-03-201-2/+2
* | Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3'Clément Bœsch2017-03-201-2/+3
|\ \ | |/
| * pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-141-2/+3
* | arm: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö2017-03-191-60/+469
* | arm: vp9itxfm16: Make the larger core transforms standalone functionsMartin Storsjö2017-03-191-16/+27
* | arm: vp9itxfm16: Avoid reloading the idct32 coefficientsMartin Storsjö2017-03-191-59/+69
* | arm: vp9itxfm16: Fix vertical alignmentMartin Storsjö2017-03-191-10/+10
* | arm: vp9itxfm16: Use the right lane sizeMartin Storsjö2017-03-191-2/+2
* | arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-192-8/+8
* | arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-191-2/+2
* | arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö2017-03-191-37/+20
* | Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'James Almer2017-03-191-2/+2
|\ \ | |/
| * vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-261-2/+2
* | Merge commit '802727b538b484e3f9d1345bfcc4ab24cfea8898'James Almer2017-03-191-12/+12
|\ \ | |/
| * vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun2016-08-261-12/+12
* | Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a'James Almer2017-03-191-2/+2
|\ \ | |/
OpenPOWER on IntegriCloud