aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2023-09-29Fix a potential resource leak and add alloc checksWan-Teh Chang
2023-06-28Fix Clang -Wunreachable-code-aggressive warningsJames Zern
2023-04-19vp9_spatial_svc_encoder: quiet -Wunused-but-set-variableJames Zern
2023-04-12svc_encodeframe: clear -Wshadow warningsJames Zern
2023-03-20svc_encodeframe.c: fix -Wstringop-truncationJames Zern
2022-08-23.clang-format: update to clang-format-11clang-format
2022-08-14examples/svc_encodeframe.c: rm empty {}s in switchJames Zern
2022-05-06add some missing realloc checksJames Zern
2022-05-03vp9 svc sample: set fps from y4m fileJerome Jiang
2022-04-28examples: add missing argv_dup alloc checksJames Zern
2022-02-08rtc-vp9: Fix intra-only for bypass modeMarco Paniconi
2022-01-31Merge "Use background segmentation mask with ROI" into mainJerome Jiang
2022-01-27Use background segmentation mask with ROIJerome Jiang
2021-12-02clear -Wextra-semi/-Wextra-semi-stmt warningsJames Zern
2021-11-02tools_common.h: add VPX_TOOLS_FORMAT_PRINTFJames Zern
2021-03-12vp9-rtc: Add postencode_drop control to sample encoderMarco Paniconi
2021-03-04Use -std=gnu++11 instead of -std=c++11Jerome Jiang
2021-02-18Remove two pass related code from svc sample encoder.Jerome Jiang
2021-02-03Fix to vpx_temporal_svc_encoderMarco Paniconi
2020-10-02Add codec control to disable loopfilter for vp9Jerome Jiang
2020-08-25vp9-rtc: Add control to disable maxq on overshootMarco Paniconi
2020-08-17rtc-vp9: Fix to rcstats in vp9_spatial_svc_encoderMarco Paniconi
2020-05-11Merge changes Ib55d46e9,I4a4feeabJames Zern
2020-05-07examples: use die() on dec/enc_init() failureJames Zern
2020-05-06vpx_dec_fuzzer: add coverage for VP9D_SET_LOOP_FILTER_OPTJames Zern
2019-11-06example: Enable row-mt on low res and speed 7 8.Jerome Jiang
2019-06-14vpx_dec_fuzzer: Remove fmemopen dependencyHarish Mahendrakar
2019-06-12vpx_dec_fuzzer: Add -fsanitize=fuzzer-no-linkHarish Mahendrakar
2019-04-10Revert "Disable mismatch check on vp9 svc examples."Jerome Jiang
2019-04-05svc_encodeframe: check strdup returnJames Zern
2019-03-27Disable mismatch check on vp9 svc examples.Jerome Jiang
2019-03-21fix redundant cast in examples.Jerome Jiang
2019-03-14Merge "Enclose macro arguments in parentheses"Jerome Jiang
2019-03-14Enclose macro arguments in parenthesesJerome Jiang
2019-03-11Merge "vp9: map speed > 9 to speed 9."Jerome Jiang
2019-03-08Merge "vp9 svc: add simulcast mode when inter-layer pred is off."Jerome Jiang
2019-03-07vp9 svc: add simulcast mode when inter-layer pred is off.Jerome Jiang
2019-03-07vp9-svc: Fix to sample encoder for 1 layerMarco Paniconi
2019-03-05vp9: map speed > 9 to speed 9.Jerome Jiang
2019-03-05vp9 svc example: use CONFIG_VP9_DECODER guarding decoding.Jerome Jiang
2019-02-11Test decode and find mismatch in vp9 svc example encoder.Jerome Jiang
2019-02-11refactor vp9 svc example encoder.Jerome Jiang
2019-02-08vp9 svc example encoder accept -o (--output) for output.Jerome Jiang
2019-02-07Merge "vp9: Write height and width to ivf header in SVC example encoder."Jerome Jiang
2019-02-07vp9: Write height and width to ivf header in SVC example encoder.Jerome Jiang
2019-02-06Merge "No vpx_img_alloc for y4m input in example encoders."Jerome Jiang
2019-02-05No vpx_img_alloc for y4m input in example encoders.Jerome Jiang
2019-02-01vpx_dec_fuzzer: Remove dependency on tools_common.cHarish Mahendrakar
2019-01-30add y4m support to vp9 example encoders.Jerome Jiang
2018-12-21svc examples: resolve missing declarationsJohann