shithub: libvpx

RSS feed

47a6c557 – Hien Ho <hienho@google.com> authored on 2019/10/24 07:00
remove clang flag for integer sanitizer testing

d18c0bbe – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/24 12:39
Merge "vpx_dsp/x86/avg_intrin_sse2: fix int sanitizer warnings"

cfe6fa98 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/24 02:36
Merge "vpx_int_pro_col_sse2: use unaligned loads"

aa86438a – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/23 16:22
Merge "simplify darwin autodetection"

fda86393 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/23 15:23
Merge "add darwin18 target"

10b475ec – Hien Ho <hienho@google.com> authored on 2019/10/01 11:38
vpx_dsp/x86/avg_intrin_sse2: fix int sanitizer warnings

533702b3 – Johann <johannkoenig@google.com> authored on 2019/10/23 10:17
simplify darwin autodetection

5ed1801f – Johann <johannkoenig@google.com> authored on 2019/10/23 09:50
add darwin18 target

d7822442 – Johann <johannkoenig@google.com> authored on 2019/10/23 06:52
use a compile time constant for kDataAlignment

2a9698c1 – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/22 20:22
Merge "vpx_dsp/inv_txfm: fix int sanitizer warnings"

849b63ff – James Zern <jzern@google.com> authored on 2019/10/22 15:56
vpx_int_pro_col_sse2: use unaligned loads

96d584e1 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/22 14:17
Merge changes I00697e9a,I9dfc2ba3,I73619051,Ib4d37667

062a43ac – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/21 14:24
Merge "Fix AVX-512 capability detection"

b2e49800 – angiebird <angiebird@google.com> authored on 2019/10/21 12:07
Refactor kf_group_err in find_next_key_frame

f2d91e2c – angiebird <angiebird@google.com> authored on 2019/10/21 11:23
Simplify the logics in find_next_key_frame

31193de1 – angiebird <angiebird@google.com> authored on 2019/10/21 07:44
Add get_gop_coding_frame_num()

454877d8 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/18 15:19
Merge changes I2acc7d6b,I560dccfc,I3fb23f5c,Ifa24a501

602d25ec – Birk Magnussen <birk.magnussen@googlemail.com> authored on 2019/10/16 20:11
Fix AVX-512 capability detection

2be0ee5f – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/16 14:32
Merge changes I1d71908a,Id1b41c3b,I07722c81,I31cf7889

d1124ade – angiebird <angiebird@google.com> authored on 2019/10/16 09:50
Localize zero_motion_accumulator

ab7974d3 – angiebird <angiebird@google.com> authored on 2019/10/15 11:00
Rename num_show_frames by num_coding_frames

10eefccd – angiebird <angiebird@google.com> authored on 2019/10/15 10:41
Use compute_arf_boost() in define_gf_group()

3c055612 – angiebird <angiebird@google.com> authored on 2019/10/14 11:05
Localize av_err mean_mod_score in define_gf_group

8f730ced – angiebird <angiebird@google.com> authored on 2019/10/14 08:34
Move code of deciding gop size into brackets

9d377ff9 – angiebird <angiebird@google.com> authored on 2019/10/14 07:54
Localize last_loop_decay_rate

1ef50d64 – angiebird <angiebird@google.com> authored on 2019/10/14 07:51
Make get_zero_mtion_factor avoid using cpi

98390f2d – angiebird <angiebird@google.com> authored on 2019/10/14 07:32
Add check_transition_to_still()

9f291d85 – angiebird <angiebird@google.com> authored on 2019/10/14 06:43
Add compute_arf_boost()

b2850357 – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/14 13:18
Merge "vp8/decoder/decodeframe: fix int sanitizer warnings"

9dadf318 – angiebird <angiebird@google.com> authored on 2019/10/11 14:49
Correct the num_frams of fps_init_first_pass_info

b255d477 – angiebird <angiebird@google.com> authored on 2019/10/11 13:05
Simplify the logics of computing gf_group_err etc

821db08a – angiebird <angiebird@google.com> authored on 2019/10/11 12:43
Add calc_norm_frame_score()

a2f62fec – angiebird <angiebird@google.com> authored on 2019/10/11 12:25
Remove mod_frame_err in define_gf_group

4398e015 – angiebird <angiebird@google.com> authored on 2019/10/11 12:11
Simplify the if clause in define_gf_group

412547ad – angiebird <angiebird@google.com> authored on 2019/10/09 13:59
Refactor calc_frame_boost()

df0ec9f0 – angiebird <angiebird@google.com> authored on 2019/10/09 13:47
Add first_pass_info in TWO_PASS

aa49cd4a – angiebird <angiebird@google.com> authored on 2019/10/09 11:24
Refactor get_prediction_decay_rate()

47481291 – angiebird <angiebird@google.com> authored on 2019/10/09 11:20
Replace cpi by frame_info in get_sr_decay_rate()

16cf728c – angiebird <angiebird@google.com> authored on 2019/10/09 11:08
Change the interface of calc_frame_boost

4a014dfd – angiebird <angiebird@google.com> authored on 2019/10/09 10:50
Use frame_info in calculate_active_area

6b7d221c – angiebird <angiebird@google.com> authored on 2019/10/09 10:42
Add FRAME_INFO into VP9_COMP

3a210cae – angiebird <angiebird@google.com> authored on 2019/10/08 14:02
Add detect_flash_from_frame_stats()

fdbd18a4 – Hien Ho <hienho@google.com> authored on 2019/10/04 09:01
vpx_dsp/inv_txfm: fix int sanitizer warnings

08da66d5 – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/04 11:53
Merge "vp9/common/vp9_reconinter: fix int sanitizer warnings"

65c43952 – Jerome Jiang <jianj@google.com> authored on 2019/10/04 07:46
vp9: fix non bitexact when reuse_inter_pred is 0.

ca42eebf – Hien Ho <hienho@google.com> authored on 2019/10/03 08:15
vp8/decoder/decodeframe: fix int sanitizer warnings

891c4b3c – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/10/03 19:34
Merge "vpx_dsp/quantize: fix int sanitizer warnings"

37102e55 – Hien Ho <hienho@google.com> authored on 2019/10/01 11:50
vpx_dsp/quantize: fix int sanitizer warnings

f70f5dba – Hien Ho <hienho@google.com> authored on 2019/10/01 12:36
vp9/decoder/vp9_detokenize: fix int sanitizer warnings

e14acc94 – Hien Ho <hienho@google.com> authored on 2019/10/03 07:56
vp9/common/vp9_reconinter: fix int sanitizer warnings

4e2cfb63 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/09/30 17:53
Merge "namespace ARCH_* defines"

fad865c5 – James Zern <jzern@google.com> authored on 2019/09/28 09:12
namespace ARCH_* defines

97cd0bd5 – Jerome Jiang <jianj@google.com> authored on 2019/09/27 13:11
Fix python3 format issue

4f69df99 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/09/24 11:18
Merge "vp9-rtc: Fix to speed 4 for real-time mode"

a7515c08 – Marco Paniconi <marpan@google.com> authored on 2019/09/20 11:36
vp9-rtc: Fix to speed 4 for real-time mode

8fa9281b – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/09/20 18:52
Merge "Remove USE_PQSORT and CHANGE_MV_SEARCH_ORDER"

93c95bf3 – Angie Chiang <angiebird@google.com> authored and angiebird <angiebird@google.com> committed on 2019/09/19 10:22
Remove USE_PQSORT and CHANGE_MV_SEARCH_ORDER

b8d86733 – Marco Paniconi <marpan@google.com> authored on 2019/09/20 04:45
vp9-svc: Fix to forced key frame for spatial layers

616f02c1 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/09/19 13:47
Merge "Remove redundant comment"

4c79c104 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/09/18 17:52
Merge "Move vp9_alloc_motion_field_info"

55564969 – Angie Chiang <angiebird@google.com> authored on 2019/09/18 11:02
Remove redundant comment

b3a42feb – Angie Chiang <angiebird@google.com> authored on 2019/09/17 14:11
Move vp9_alloc_motion_field_info

f9ffc19e – Jerome Jiang <jianj@google.com> authored on 2019/09/13 11:20
Fix msan on svc tests.

80256964 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/09/11 14:19
Merge "vp9_quantize_sse2: quiet clang-7 integer sanitizer warning"

c094391e – Jerome Jiang <jianj@google.com> authored and Marco Paniconi <marpan@google.com> committed on 2019/09/10 12:42
vpx_clear_system_state after drop due to overshoot

c098cfdc – James Zern <jzern@google.com> authored on 2019/09/10 11:48
vp9_quantize_sse2: quiet clang-7 integer sanitizer warning

5a0242ba – Marco Paniconi <marpan@google.com> authored on 2019/08/30 06:58
vp9-svc: Add new frame drop mode for SVC

bacb32ae – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/09/06 04:00
Merge "Don't generate mv refs that won't be used"

2601db8f – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/09/03 14:23
Merge "Upload Motion Field Estimation Unit Test Files"

101f370a – Angie Chiang <angiebird@google.com> authored on 2019/08/30 12:20
Report failure of vp9_alloc_motion_field_info

a3ec6c7f – Dan Zhu <zxdan@google.com> authored on 2019/08/30 09:20
Upload Motion Field Estimation Unit Test Files

dbe5a1a1 – Angie Chiang <angiebird@google.com> authored on 2019/08/29 14:30
Free set_mv properly

aa4a3f57 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/28 20:35
Merge "Move motion field from TplDepFrame to MotionField"

4baffb97 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/28 19:41
Merge "Add resize test for smaller width bigger size."

5cfedb74 – Alex Converse <alexconv@twitch.tv> authored and James Zern <jzern@google.com> committed on 2019/06/28 08:26
Don't generate mv refs that won't be used

bbb7f55d – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/28 16:41
Merge "vpx_dsp/x86/highbd_idct4x4_add_sse2: fix int sanitizer warnings"

f40c00b2 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/28 16:38
Merge changes I0fad9437,I79fcb1fd,I93660044

c5f298b7 – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/28 12:28
Merge "vp8/encoder/vp8_quantize: fix int sanitizer warnings"

f6251cc7 – Angie Chiang <angiebird@google.com> authored on 2019/08/22 13:55
Move motion field from TplDepFrame to MotionField

1b6f2e3f – Jerome Jiang <jianj@google.com> authored on 2019/08/28 06:22
Add resize test for smaller width bigger size.

4973c57f – Hien Ho <hienho@google.com> authored on 2019/08/28 07:18
vpx_dsp/x86/highbd_idct4x4_add_sse2: fix int sanitizer warnings

fa2509d7 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/27 17:44
Merge "Cosmetic changes to vp9_alloc_motion_field_info"

ccc5a6c2 – Hien Ho <hienho@google.com> authored on 2019/08/13 12:32
vp8/encoder/vp8_quantize: fix int sanitizer warnings

70041462 – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/27 15:05
Merge "test/acm_random.h: int sanitizer warning"

efd02817 – Angie Chiang <angiebird@google.com> authored on 2019/08/21 12:04
Add MACRO MAX_INTER_REF_FRAMES

2981cfac – Angie Chiang <angiebird@google.com> authored on 2019/08/21 11:49
Add motion_filed_info in VP9_COMP

d0e5b820 – Angie Chiang <angiebird@google.com> authored on 2019/08/20 14:43
Add free_tpl_buffer

305a5283 – Angie Chiang <angiebird@google.com> authored on 2019/08/20 12:51
Cosmetic changes to vp9_alloc_motion_field_info

ebadd528 – Hien Ho <hienho@google.com> authored on 2019/08/09 08:21
test/acm_random.h: int sanitizer warning

1d66ec91 – Dan Zhu <zxdan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/23 15:01
Merge "Add Search Smooth Models[Adapt/Fix]"

99317303 – Dan Zhu <zxdan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/23 15:00
Merge "Add Anandan model"

2c62f400 – Dan Zhu <zxdan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/23 15:00
Merge "Fix some bugs of python code"

7fd6a8f1 – Dan Zhu <zxdan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/23 15:00
Merge changes I13f59f52,I7441e041,I7441e041

9e2229ec – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/23 14:30
Merge "Let do_motion_search process one ref at at time"

d180c3b4 – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/23 14:20
Merge "vpx_dsp/loopfilter.c: fix int sanitizer warnings"

2f52ae23 – Hien Ho <hienho@google.com> authored on 2019/08/16 11:48
test/vp9_quantize_test: fix int sanitizer warning

e6aa0517 – Hien Ho <hienho@google.com> authored on 2019/08/12 10:20
vpx_dsp/loopfilter.c: fix int sanitizer warnings

232ff936 – Hien Ho <hienho@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2019/08/22 19:11
Merge "vpx_dsp/x86/fwd_txfm_sse2: fix int sanitizer warnings"

e436930c – Dan Zhu <zxdan@google.com> authored on 2019/08/22 14:21
Add Search Smooth Models[Adapt/Fix]

7f73dee0 – Dan Zhu <zxdan@google.com> authored on 2019/08/22 14:20
Add Anandan model

Next