summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-04Merge "vp8_dx_iface.c: make vp8_ctf_maps[] static"James Zern
2020-05-04vp8_dx_iface.c: make vp8_ctf_maps[] staticJames Zern
2020-05-04Remove unneeded null check for entry in for loopWan-Teh Chang
2020-04-28test/*.sh: add explicit error checks/returnsJames Zern
2020-04-27Update a comment on nonexistent vpx_codec_initWan-Teh Chang
2020-04-27Merge "Update comments on nonexistent vpx_codec_init"James Zern
2020-04-25Merge "vp9-rtc: Some speedups to speed 5 real-time mode"Marco Paniconi
2020-04-24Update comments on nonexistent vpx_codec_initJames Zern
2020-04-24Merge "Revert "Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9."""Jerome Jiang
2020-04-24vp9-rtc: Some speedups to speed 5 real-time modeMarco Paniconi
2020-04-24Revert "Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9.""Jerome Jiang
2020-04-24vp9-rtc: Allow simulcast mode for flexible/bypass modeMarco Paniconi
2020-04-23Merge "Move index check before array access"Jerome Jiang
2020-04-23Merge "Revert "vp9-rtc: Some speedups to speed 5 real-time mode""Jerome Jiang
2020-04-23Revert "vp9-rtc: Some speedups to speed 5 real-time mode"Marco Paniconi
2020-04-21Merge "realtime_test: add IntegerOverflow test"James Zern
2020-04-21realtime_test: add IntegerOverflow testJames Zern
2020-04-20Revert "Remove RD code for CONFIG_REALTIME_ONLY in vp9."Jerome Jiang
2020-04-19vp9-rtc: Some speedups to speed 5 real-time modeMarco Paniconi
2020-04-16Move index check before array accessVitaly Buka
2020-04-13simplify x86_abi_support.asm symbol declarationJohann
2020-04-10Merge "transpose_sse2.h,cosmetics: fix some comments"James Zern
2020-04-09vp9-rtc: Fix to disable_16x16part speed featureMarco Paniconi
2020-04-09Merge "vp9-rtc: Disable nonrd_keyframe for SVC, speed >=8"Marco Paniconi
2020-04-08vp9-rtc: Disable nonrd_keyframe for SVC, speed >=8Marco Paniconi
2020-04-08vp9-rtc: Set disable_16x16part for low-resoln high QMarco Paniconi
2020-04-07Merge "vp9: add rate control interface for RTC"Jerome Jiang
2020-04-06vp9: add rate control interface for RTCJerome Jiang
2020-04-06x86_abi_support: do not decorate coff functionsJohann
2020-04-06Merge changes I24997420,Ie4ca7435,I36011727,Ibb01b09c,Ifb17acbe, ...Johann Koenig
2020-04-03transpose_sse2.h,cosmetics: fix some commentsJames Zern
2020-04-02Return VPX_CODEC_INCAPABLE on capability failureWan-Teh Chang
2020-04-02x86inc.asm: update to 3e5aed95cJohann
2020-04-02x86inc.asm: namespace ARCH_* definesJohann
2020-04-02x86inc.asm: only set visibility for chromium buildsJohann
2020-04-02x86inc.asm: do not align .text for aoutJohann
2020-04-02x86inc.asm: use .text on march32Johann
2020-04-02x86inc.asm: copy PIC macros from x86_abi_support.asmJohann
2020-04-02x86inc.asm: set PREFIX from libvpx definesJohann
2020-04-02x86inc.asm: pull settings from libvpxJohann
2020-04-02x86inc.asm: update to 3e5aed95Johann
2020-04-01x86_abi_support: use correct hidden syntaxJohann
2020-03-31Merge "nasm: require 2.14 with -DCHROMIUM"Johann Koenig
2020-03-31Merge "auto-detect darwin19"Johann Koenig
2020-03-31vp9-rtc: Refactor postencode for 1 passMarco Paniconi
2020-03-31auto-detect darwin19Johann
2020-03-31nasm: require 2.14 with -DCHROMIUMJohann
2020-03-30rtc: Increase resize limit resoln for rtcMarco Paniconi
2020-03-27vp9-rtc: Increase resize down limit to 320x180Marco Paniconi
2020-03-25Init frames_to_key in vp9_rc_init()angiebird