shithub: libvpx

RSS feed

89ddf6f3 – James Zern <jzern@google.com> authored on 2020/10/27 13:09
vp9_ext_ratectrl_test: add missing override

4c3d05f1 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/10/27 18:33
Merge "Add cmd line option to control loopfilter for vpxenc"

8b8b15e0 – Jerome Jiang <jianj@google.com> authored on 2020/10/27 07:02
Add cmd line option to control loopfilter for vpxenc

16154dae – Angie Chiang <angiebird@google.com> authored on 2020/10/26 07:09
Download bus_352x288_420_f20_b8.yuv properly

ee482c87 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/10/21 17:26
Merge changes I27932c41,I2ff9e54a,I4ebed472

13aad8bb – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/10/20 20:21
Merge "Add unit test for vp9_ext_ratectrl"

a207a0f6 – Angie Chiang <angiebird@google.com> authored on 2020/10/20 13:32
Small changes of vp9_ext_ratectrl_test.cc

9bfdf4a9 – Angie Chiang <angiebird@google.com> authored on 2020/10/16 14:36
Add ref frame info to vpx_rc_encodeframe_info_t

90271b22 – angiebird <angiebird@google.com> authored and Angie Chiang <angiebird@google.com> committed on 2020/10/12 11:12
Add vpx_rc_status_t

94384b5c – Marco Paniconi <marpan@google.com> authored and Jerome Jiang <jianj@google.com> committed on 2020/10/18 18:42
vp9-rtc: Fix to control for disabling loopfilter

e94000aa – Angie Chiang <angiebird@google.com> authored on 2020/10/15 08:05
Add unit test for vp9_ext_ratectrl

8bfc9206 – angiebird <angiebird@google.com> authored and Angie Chiang <angiebird@google.com> committed on 2020/10/12 13:58
Add vp9_extrc_update_encodeframe_result()

f71dd6e2 – angiebird <angiebird@google.com> authored and Angie Chiang <angiebird@google.com> committed on 2020/10/09 15:03
vp9_extrc_get_encodeframe_decision()

122a74ed – James Zern <jzern@google.com> authored on 2020/10/15 11:24
install vpx_ext_ratectrl.h

9857515c – angiebird <angiebird@google.com> authored on 2020/10/09 13:47
Call vp9_extrc_send_firstpass_stats() properly

705bf9de – angiebird <angiebird@google.com> authored on 2020/10/09 13:12
Add vpx_rc_frame_stats_t

e6208a95 – angiebird <angiebird@google.com> authored on 2020/10/08 14:40
Add vp9_extrc_send_firstpass_stats()

20bca135 – angiebird <angiebird@google.com> authored on 2020/10/07 11:29
Add vp9_extrc_init/create/delete

6dba0d0a – angiebird <angiebird@google.com> authored on 2020/10/07 11:29
Add callback functions for external_rate_control

a04f6814 – angiebird <angiebird@google.com> authored on 2020/09/24 07:33
Add codec control for external rate control lib

da7c503f – angiebird <angiebird@google.com> authored on 2020/10/01 15:18
Add SetEncodeConfig and DumpEncodeConfigs

7e8ea22e – Jerome Jiang <jianj@google.com> authored on 2020/10/02 06:47
Add codec control to disable loopfilter for vp9

d017a63f – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/09/30 22:40
Merge "ratectrl_rtc_test.cc: fix signed/unsigned comparison"

037190e5 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/09/30 18:17
Merge "Add file for rate control interface test."

73681bf6 – Jerome Jiang <jianj@google.com> authored on 2020/09/30 07:01
Add file for rate control interface test.

3c31fb80 – James Zern <jzern@google.com> authored on 2020/09/29 06:58
ratectrl_rtc_test.cc: fix signed/unsigned comparison

956d3cac – James Zern <jzern@google.com> authored on 2020/09/29 06:38
configure.sh: fix arm64-darwin-gcc match

979e27c9 – James Zern <jzern@google.com> authored on 2020/09/25 09:21
configure: add darwin20 support

aea63126 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/09/16 19:48
Merge "vp9_ratectrl,vp9_resize_one_pass_cbr: rm redundant casts"

c211b82d – James Zern <jzern@google.com> authored on 2020/09/16 09:43
vp9_ratectrl,vp9_resize_one_pass_cbr: rm redundant casts

58d02a85 – James Zern <jzern@google.com> authored on 2020/09/16 09:40
test/encode_test_driver: rm redundant get() w/unique_ptr

97356acb – Joel Fernandes <joelaf@google.com> authored on 2020/09/13 18:05
vp8: Remove sched_yield on POSIX systems

478c70f6 – Sarah Parker <sarahparker@google.com> authored on 2020/09/10 16:33
googletest: enable failure on uninstantiated tests

ea0bc1b3 – Sarah Parker <sarahparker@google.com> authored on 2020/09/09 12:10
Upstream GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST

d1a78971 – Marco Paniconi <marpan@google.com> authored on 2020/05/11 08:22
vp9-rtc: Add control to disable maxq on overshoot

c413c8f1 – Daniel Sommermann <dcsommer@gmail.com> authored and James Zern <jzern@google.com> committed on 2020/08/17 05:42
Escape number sign in Makefiles

ebbe5b82 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/08/18 22:49
Merge "Refine MMI & MSA detection for mips"

ea6562f2 – jinbo <jinbo-hf@loongson.cn> authored on 2020/08/15 13:20
Refine MMI & MSA detection for mips

53747dfe – Marco Paniconi <marpan@google.com> authored on 2020/08/18 13:56
vp9-svc: Fix to resetting RC for temporal layers

529c29bb – Marco Paniconi <marpan@google.com> authored on 2020/08/17 17:49
rtc-vp9: Fix to rcstats in vp9_spatial_svc_encoder

2d20a42a – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/08/13 12:31
Merge "Merge remote-tracking branch 'origin/quacking' into master"

b0aa5f18 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/08/12 18:35
Merge "test/*: use canonical downloads.webmproject url"

6ac8a0c9 – angiebird <angiebird@google.com> authored on 2020/08/10 15:53
Avoid re-allocating fp_motion_vector_info

343c4dca – angiebird <angiebird@google.com> authored on 2020/08/10 15:37
Cosmetic changes in simple_encode.h

04db8321 – angiebird <angiebird@google.com> authored on 2020/08/10 11:59
Correct the first pass motion vector scale

7122eea6 – angiebird <angiebird@google.com> authored on 2020/08/10 11:46
Cosmetic change for simple_encode_test.cc

246a65c6 – angiebird <angiebird@google.com> authored on 2020/08/07 14:39
Make target_frame_bits error margin configurable.

d6f2ae2c – angiebird <angiebird@google.com> authored on 2020/08/07 14:12
Avoid division by zero for rate q_step model

3ec043a7 – angiebird <angiebird@google.com> authored on 2020/08/03 15:49
Add rq_history to encode_frame_result

bb7a2ccc – angiebird <angiebird@google.com> authored on 2020/08/07 11:44
Fix ObserveFirstPassMotionVectors()

68e11983 – James Zern <jzern@google.com> authored on 2020/08/07 09:32
test/*: use canonical downloads.webmproject url

e3ae48b8 – angiebird <angiebird@google.com> authored on 2020/08/05 09:44
Make initial q_index guess at 128

927fad48 – angiebird <angiebird@google.com> authored on 2020/08/05 08:16
Correct rq_model_update when recode_count == 1

ca9a262b – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/08/06 18:21
Merge "Cosmetic changes for rate_ctrl experiment"

3e0967af – angiebird <angiebird@google.com> authored on 2020/08/03 15:52
Cosmetic changes for rate_ctrl experiment

f9ab8641 – Cheng Chen <chengchen@google.com> authored on 2020/07/29 08:49
L2E: Add ObserveFirstPassMotionVector

8a8e780b – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2020/08/03 22:50
Merge "Add recode loop logics for rate_ctrl experiment"

566905e9 – angiebird <angiebird@google.com> authored on 2020/08/01 09:03
Add recode loop logics for rate_ctrl experiment

bdbf8725 – Hui Su <huisu@google.com> authored on 2020/07/30 18:48
Assign correct values for zcoeff_blk in sub8x8 RDO

a3fc027c – Jerome Jiang <jianj@google.com> authored on 2020/07/31 06:46
Merge remote-tracking branch 'origin/quacking' into master

6516e974 – Jerome Jiang <jianj@google.com> authored on 2020/07/29 11:00
Update CHANGELOG

129e0756 – Sreerenj Balachandran <bsreerenj@gmail.com> authored and Jerome Jiang <jianj@google.com> committed on 2020/06/30 15:46
vp9-svc: Fix the bitrate control for spatial svc

cd0aca91 – Marco Paniconi <marpan@google.com> authored and Jerome Jiang <jianj@google.com> committed on 2020/06/26 11:34
vp9-svc: Fix to setting frame size for dynamic resize