aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-22Disable intra mode search speed features conditionallyJingning Han
2023-11-22Adding "const" to vpx_codec_iface_t is redundantWan-Teh Chang
2023-11-22Remove invalid reference framesJingning Han
2023-11-22Conditionally skip using inter frames in speed featuresJingning Han
2023-11-21Check null ptr before useJerome Jiang
2023-11-21ratectrl_rtc: Remove duplicated DropFrameReason enum classHirokazu Honda
2023-11-21Merge "vp8_dx_iface.c: add include for MAX_PARTITIONS" into mainJames Zern
2023-11-21[automerger skipped] Merge tag 'v1.13.1' into aosp/main am: 51653b1d73 -s oursJames Zern
2023-11-21[automerger skipped] update METADATA am: 0b55d67e02 -s oursJames Zern
2023-11-20Add vpx_sse and vpx_highbd_sseWan-Teh Chang
2023-11-20vp8_dx_iface.c: add include for MAX_PARTITIONSJames Zern
2023-11-20vp8_ratectrl_rtc.h: fix a few typosJames Zern
2023-11-17Merge tag 'v1.13.1' into aosp/mainJames Zern
2023-11-17update METADATAJames Zern
2023-11-15ratectrl_rtc.h: fix a few typosJames Zern
2023-11-14rtc: Add frame dropper to VP8 external RCMarco Paniconi
2023-11-11Merge "Delete -Wdeclaration-after-statement" into mainWan-Teh Chang
2023-11-10Document how VP9 treats a negative speed valueWan-Teh Chang
2023-11-09Delete -Wdeclaration-after-statementWan-Teh Chang
2023-11-09Fix ClangTidy warningsWan-Teh Chang
2023-11-10Merge "Declare oxcf arg of vp8_create_compressor as const" into mainWan-Teh Chang
2023-11-09Merge "Fix float-cast-overflow in vp8_change_config()" into mainWan-Teh Chang
2023-11-09Declare oxcf arg of vp8_create_compressor as constWan-Teh Chang
2023-11-09Document the units of VP8 target_bandwidth/bitrateWan-Teh Chang
2023-11-09Fix float-cast-overflow in vp8_change_config()Wan-Teh Chang
2023-11-08Merge "Use symbolic constant VPX_CBR instead of 1" into mainWan-Teh Chang
2023-11-07Use symbolic constant VPX_CBR instead of 1Wan-Teh Chang
2023-11-07Merge "Check fragments count before use" into mainJerome Jiang
2023-11-06configure: detect PIE and enable PICJames Zern
2023-11-03Check fragments count before useJerome Jiang
2023-11-03Merge "Modify C vs SIMD test script" into mainYunqing Wang
2023-11-03Modify C vs SIMD test scriptAnupam Pandey
2023-11-02Merge "Add an emms instruction to vpx_subtract_block" into mainYunqing Wang
2023-10-31vp9-RC: Add drop_frame support to external RCMarco Paniconi
2023-10-30Merge "calc_pframe_target_size: fix integer overflow" into mainJames Zern
2023-10-30Merge "Fix 'unused variable' warning when neon_i8mm is disabled" into mainJames Zern
2023-10-30Fix 'unused variable' warning when neon_i8mm is disabledJonathan Wright
2023-10-30calc_pframe_target_size: fix integer overflowXiahong Bao
2023-10-27Clear some clang-tidy complaints on header includesMarco Paniconi
2023-10-24Add Arm SVE build flags and run-time CPU feature detectionJonathan Wright
2023-10-20Merge "Reduce memory usage of test with large frame size" into mainJerome Jiang
2023-10-20Reduce memory usage of test with large frame sizeJerome Jiang
2023-10-19Also test VPX_ARCH_AARCH64 for 64-bit platformsWan-Teh Chang
2023-10-19Run bitrate overflow test only on 64bit systemsJerome Jiang
2023-10-17Cap avg_frame_bandwidth at INT_MAXJerome Jiang
2023-10-16Fix ubsan failure caused by left shift of negativeJerome Jiang
2023-10-13Force mode search on 64x64 if no mode is selectedJerome Jiang
2023-10-10Handle Arm/AArch64 runtime feature detectionWan-Teh Chang
2023-10-07Declare some "VP8_CONFIG *oxcf" params as constWan-Teh Chang
2023-10-06VP8: allow thread count changesWan-Teh Chang