summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Msvc builds convert to windows path w/msys envv1.10.0ruddyAdam B. Goode2021-03-181-1/+2
* Prepare for v1.10.0 release.v1.10.0-rc2Jerome Jiang2021-03-115-9/+59
* Check for _WIN32 instead of WIN32.v1.10.0-rc1James Touton2021-03-041-1/+1
* Merge "Add fields into RC for Vizier ML experiments."Paul Wilkins2021-03-047-41/+257
|\
| * Add fields into RC for Vizier ML experiments.Paul Wilkins2021-03-037-41/+257
* | Merge "override assembler with --as option on msvs"Jerome Jiang2021-03-045-8/+14
|\ \
| * | override assembler with --as option on msvsJerome Jiang2021-03-035-8/+14
| |/
* | Use -std=gnu++11 instead of -std=c++11Jerome Jiang2021-03-043-8/+8
|/
* Remove comments for removed 'active_map' parameterWan-Teh Chang2021-02-261-4/+0
* Remove two pass related code from svc sample encoder.Jerome Jiang2021-02-181-63/+6
* vp8_denoiser_sse2_test: disable BitexactCheck w/gcc-8+James Zern2021-02-051-0/+5
* svc: Fix an existing unittest for flexible modeMarco Paniconi2021-02-032-6/+8
* Merge "L2E: let external rate control pass in a max frame size"Cheng Chen2021-02-035-6/+49
|\
| * L2E: let external rate control pass in a max frame sizeCheng Chen2021-02-035-6/+49
* | Merge "svc: Unittest for ksvc flexible mode with no updates on TL > 0"Marco Paniconi2021-02-031-7/+65
|\ \
| * | svc: Unittest for ksvc flexible mode with no updates on TL > 0Marco Paniconi2021-02-031-7/+65
* | | Merge "vp8_denoiser_sse2_test: use ASSERT instead of EXPECT"James Zern2021-02-031-2/+2
|\ \ \ | |/ / |/| |
| * | vp8_denoiser_sse2_test: use ASSERT instead of EXPECTJames Zern2021-02-031-2/+2
* | | Fix to vpx_temporal_svc_encoderMarco Paniconi2021-02-031-0/+1
| |/ |/|
* | Relax constraints on Y4M header parsingElliott Karpilovsky2021-01-291-24/+54
|/
* Relax constraints on Y4M header parsingElliott Karpilovsky2021-01-282-31/+71
* Merge changes I43d9d477,I8d4661ecJames Zern2021-01-272-4/+5
|\
| * vp9_end_to_end_test: fix compile with gcc 4.8.5James Zern2021-01-261-1/+1
| * sad_test: fix compilation w/gcc 4.8.5James Zern2021-01-261-3/+4
* | Merge "svc: turn off use_base_mv on non base layer."Jerome Jiang2021-01-271-1/+1
|\ \
| * | svc: turn off use_base_mv on non base layer.Jerome Jiang2021-01-271-1/+1
* | | Merge "Do not reuse mv in base spatial layer if curr buf same as prev."Jerome Jiang2021-01-231-2/+5
|\ \ \ | |/ /
| * | Do not reuse mv in base spatial layer if curr buf same as prev.Jerome Jiang2021-01-211-2/+5
* | | Use VPX_CODEC_INVALID_PARAM when ext_ratectrl=NULLAngie Chiang2021-01-201-6/+6
* | | Handle vp9_extrc functions' return status properlyAngie Chiang2021-01-202-6/+29
| |/ |/|
* | Merge changes Ib016ab5a,Ie6d63a68,I96b18436,I0b98741dAngie Chiang2021-01-212-36/+84
|\ \
| * | Add return to vp9_extrc_update_encodeframe_resultAngie Chiang2021-01-192-14/+20
| * | Add status in vp9_extrc_get_encodeframe_decisionAngie Chiang2021-01-192-3/+11
| * | Return status in vp9_extrc_send_firstpass_statsAngie Chiang2021-01-192-6/+14
| * | Return status in vp9_extrc_create/init/deleteAngie Chiang2021-01-192-13/+39
* | | {highbd_,}loopfilter_neon.c: quiet -Wmaybe-uninitializedJames Zern2021-01-192-0/+30
|/ /
* | Relax constraints on Y4M header parsingElliott Karpilovsky2021-01-143-190/+241
* | vpxenc: initalize the image objectHui Su2021-01-131-7/+4
* | Fix show_index in vp9_extrc_encodeframe_decision()Angie Chiang2020-12-172-1/+6
* | Correct pixel_count in encode_frame_resultAngie Chiang2020-12-171-2/+2
* | First pass: skip motion search for intra-onlyHui Su2020-12-151-2/+2
* | Merge "configure: add darwin20 cross-compile support"James Zern2020-12-111-2/+2
|\ \
| * | configure: add darwin20 cross-compile supportGregor Jasny2020-12-111-2/+2
* | | Fix nullptr with offset.Jeremy Leconte2020-12-101-1/+4
|/ /
* | Fix typos in simple_encode.hAngie Chiang2020-11-251-1/+1
* | Merge "Revert "Close out file in EndEncode()""Angie Chiang2020-11-241-4/+0
|\ \
| * | Revert "Close out file in EndEncode()"Angie Chiang2020-11-241-4/+0
* | | Merge "Close out file in EndEncode()"Angie Chiang2020-11-241-0/+4
|\ \ \ | |/ /
| * | Close out file in EndEncode()angiebird2020-08-101-0/+4
* | | Merge "Refine documentation of vpx_ext_ratectrl.h"Angie Chiang2020-11-241-13/+15
|\ \ \