summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: update release version to 1.13.0ugly-ducklingJames Zern2023-02-131-1/+1
* Fix unsigned integer overflow in sse computationv1.13.0Cheng Chen2023-02-081-43/+24
* Update AUTHORS .mailmap and versionv1.13.0-rc1Jerome Jiang2023-02-013-2/+6
* Fix per frame qp for temporal layersJerome Jiang2023-01-312-11/+59
* Update CHANGELOGJerome Jiang2023-01-311-0/+36
* Skip calculating internal stats when frame droppedJerome Jiang2023-01-241-1/+1
* Specialize Neon averaging subpel variance by filter valueSalome Thirot2023-01-231-8/+128
* Refactor Neon averaging subpel variance functionsSalome Thirot2023-01-231-40/+148
* Specialize Neon subpel variance by filter value for large blocksSalome Thirot2023-01-231-8/+87
* Refactor Neon subpel variance functionsSalome Thirot2023-01-231-136/+135
* Merge "Add codec control to set per frame QP" into mainJerome Jiang2023-01-205-0/+133
|\
| * Add codec control to set per frame QPJerome Jiang2023-01-195-0/+133
* | Merge "Refactor Neon implementation of variance functions" into mainJames Zern2023-01-191-263/+275
|\ \
| * | Refactor Neon implementation of variance functionsSalome Thirot2023-01-181-263/+275
| |/
* | */Android.mk: add a check for NDK_ROOTJames Zern2023-01-182-0/+7
* | Merge "Fix to segfault for external resize test in vp9" into mainMarco Paniconi2023-01-182-5/+8
|\ \ | |/ |/|
| * Fix to segfault for external resize test in vp9Marco Paniconi2023-01-132-5/+8
* | variance_test.cc: Enable HBDMse speed test.Scott LaVarnway2023-01-131-2/+3
* | Merge "variance_test.cc: Enable VpxHBDMseTest for C and SSE2." into mainScott LaVarnway2023-01-131-33/+39
|\ \
| * | variance_test.cc: Enable VpxHBDMseTest for C and SSE2.Scott LaVarnway2023-01-121-33/+39
* | | Merge changes Ifbf46768,If19f5872 into mainJames Zern2023-01-122-106/+770
|\ \ \ | |_|/ |/| |
| * | Implement vertical convolutions using Neon USDOT instructionJonathan Wright2023-01-122-77/+505
| * | Implement horizontal convolutions using Neon USDOT instructionJonathan Wright2023-01-112-63/+299
| |/
* | build: replace egrep with grep -EJames Zern2023-01-103-5/+5
|/
* Use Neon load/store helper functions consistentlyJonathan Wright2023-01-055-194/+198
* Use lane-referencing intrinsics in Neon convolution kernelsJonathan Wright2023-01-053-136/+59
* Remove references to deprecated NumPy type aliasesJerome Jiang2022-12-214-6/+6
* [x86]: Add vpx_highbd_comp_avg_pred_sse2().Scott LaVarnway2022-12-203-2/+55
* Add vpx_highbd_comp_avg_pred_c() test.Scott LaVarnway2022-12-161-48/+115
* Merge "rc-svc: Add tests for dynamic svc in external RC" into mainMarco Paniconi2022-12-141-60/+186
|\
| * rc-svc: Add tests for dynamic svc in external RCMarco Paniconi2022-12-141-60/+186
* | Add additional ARM targets for Visual Studio.Anton Venema2022-12-132-0/+5
* | Merge "L2E: Add a new interface to control rdmult" into mainCheng Chen2022-12-136-2/+186
|\ \
| * | L2E: Add a new interface to control rdmultCheng Chen2022-12-076-2/+186
* | | [x86]: Add vpx_highbd_subtract_block_avx2().Scott LaVarnway2022-12-083-1/+117
* | | Add vpx highbd subtract test.Scott LaVarnway2022-12-071-0/+148
| |/ |/|
* | rc-rtc: Test for periodic key in SVC external RCMarco Paniconi2022-12-051-2/+23
|/
* rc-rtc: Remove frame_flags_ change in svc ratectril rtc testMarco Paniconi2022-12-051-5/+0
* Merge "vp9/rate_ctrl_rtc: Improve get cyclic refresh data" into mainMarco Paniconi2022-11-182-8/+18
|\
| * vp9/rate_ctrl_rtc: Improve get cyclic refresh dataHirokazu Honda2022-11-182-8/+18
* | Merge "vp9-svc: Fixes to make SVC work with VBR" into mainMarco Paniconi2022-11-159-41/+101
|\ \
| * | vp9-svc: Fixes to make SVC work with VBRMarco Paniconi2022-11-159-41/+101
* | | Merge "[NEON] Optimize FHT functions, add highbd FHT 4x4" into mainJames Zern2022-11-154-742/+565
|\ \ \
| * | | [NEON] Optimize FHT functions, add highbd FHT 4x4Konstantinos Margaritis2022-11-114-742/+565
* | | | quantize: remove vp9_regular_quantize_b_4x4Johann2022-11-143-39/+35
| |/ / |/| |
* | | vp9-rc: Fix key frame setting in external RCMarco Paniconi2022-11-101-0/+2
|/ /
* | Merge "Add Neon implementation of vpx_hadamard_32x32" into mainJames Zern2022-11-073-3/+46
|\ \
| * | Add Neon implementation of vpx_hadamard_32x32Andrew Salkeld2022-11-043-3/+46
* | | build: fix -Wimplicit-int (Clang 16)Sam James2022-11-061-1/+1
|/ /
* | [NEON] Optimize highbd 32x32 DCTKonstantinos Margaritis2022-11-034-5/+2013