shithub: libvpx

RSS feed

dc89abcc – Johann <johann.koenig@duck.com> authored on 2018/10/30 07:56
clang-tidy: fix vp9/common parameters

9a978eb1 – Johann <johann.koenig@duck.com> authored on 2018/10/30 07:24
clang-tidy: fix vp8/encoder parameters

e018967d – Johann <johann.koenig@duck.com> authored on 2018/10/30 06:55
clang-tidy: fix vp8/decoder parameters

aa660e0e – Johann <johann.koenig@duck.com> authored on 2018/10/30 06:21
clang-tidy: fix vp8/common parameters

e20be1b2 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/30 00:44
Merge "Properly space qp in q mode for multi-layer ARF"

fa007628 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/29 18:26
Merge "vp8 bilinear: ensure non-16x16 arrays are aligned"

03ff6c83 – Johann Koenig <johannkoenig@google.com> authored on 2018/10/29 14:59
vp8 bilinear: ensure non-16x16 arrays are aligned

30ef91ff – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/29 14:55
Merge "vp8 bilinear: ensure temp array is aligned"

5f7d7554 – Sai Deng <sdeng@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/29 13:14
Merge "Enable 10 bit tpl support"

50a90744 – Jingning Han <jingning@google.com> authored on 2018/10/29 10:08
Properly space qp in q mode for multi-layer ARF

4cba6ce1 – Johann <johann.koenig@duck.com> authored on 2018/10/29 05:21
vp8 bilinear: ensure temp array is aligned

c0f71b4e – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/28 22:07
Merge "remove "register" keyword"

d9de17ae – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/26 23:56
Merge "Remove unused macros from vp9_firstpass.c"

c4978abc – sdeng <sdeng@google.com> authored and Sai Deng <sdeng@google.com> committed on 2018/10/24 12:23
Enable 10 bit tpl support

a4e70f18 – Harish Mahendrakar <harish.mahendrakar@ittiam.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/26 14:31
Merge "Add Memory to Enable Row Decode"

17004c71 – Johann <johann.koenig@duck.com> authored on 2018/10/26 10:55
remove "register" keyword

1f756980 – Jingning Han <jingning@google.com> authored on 2018/10/26 07:03
Remove unused macros from vp9_firstpass.c

f2c03911 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/25 13:13
Merge "vp8 bilinear: rewrite in intrinsics"

5caec339 – Johann <johann.koenig@duck.com> authored on 2018/10/25 08:23
vp8 bilinear: rewrite 4x4

13a946ec – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/25 15:59
Merge "vp8 bilinear: rewrite 16x16"

f80d1b33 – Chi Yo Tsai <chiyotsai@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/25 14:25
Merge "Add AVX2 support for 4-tap interpolation filter."

351ec07a – Ritu Baldwa <ritu.baldwa@ittiam.com> authored on 2018/10/10 12:25
Add Memory to Enable Row Decode

ad0ed535 – Johann <johann.koenig@duck.com> authored on 2018/10/24 11:48
vp8 bilinear: rewrite 16x16

d7e64ac7 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/24 20:01
Merge "Enable tpl model to support multi-layer ARF"

248f816a – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/24 20:01
Merge "Reset frame udpate flags after qp estimate in tpl"

d3085ae1 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/24 20:01
Merge "Bypass processing on use existing frame"

47f558dd – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/24 20:01
Merge "Fix frame offset computation for GOP extension"

8075dea1 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/24 20:01
Merge "Refactor gop_length use case in tpl model"

979f0c0e – Chi Yo Tsai <chiyotsai@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/24 12:36
Merge "Clean up vpx_dsp/x86/convolve_sse2.h"

6f35ac95 – Johann <johann.koenig@duck.com> authored on 2018/10/24 08:22
vp8 bilinear: rewrite in intrinsics

6657ab85 – chiyotsai <chiyotsai@google.com> authored and Chi Yo Tsai <chiyotsai@google.com> committed on 2018/10/23 08:42
Add AVX2 support for 4-tap interpolation filter.

e9ba4354 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/23 18:29
Merge "Use 8-tap interp filter in temporal filtering"

47922cc1 – Jingning Han <jingning@google.com> authored on 2018/10/23 16:30
Enable tpl model to support multi-layer ARF

0257168c – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/23 15:16
Merge "Remove empty else branch in mode_estimation"

73930f97 – chiyotsai <chiyotsai@google.com> authored on 2018/10/18 05:51
Clean up vpx_dsp/x86/convolve_sse2.h

fe471693 – Jingning Han <jingning@google.com> authored on 2018/10/23 12:24
Reset frame udpate flags after qp estimate in tpl

bb071af3 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/23 08:30
Use 8-tap interp filter in temporal filtering

b77291ab – Jingning Han <jingning@google.com> authored on 2018/10/22 06:37
Refactor gop_length use case in tpl model

93edc3db – Jingning Han <jingning@google.com> authored on 2018/10/22 12:25
Bypass processing on use existing frame

9f02ba36 – Jingning Han <jingning@google.com> authored on 2018/10/22 10:21
Fix frame offset computation for GOP extension

77e10934 – Jingning Han <jingning@google.com> authored on 2018/10/22 18:51
Remove empty else branch in mode_estimation

08655e8c – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/22 22:28
Merge "Use the proper gfu_boost factor to compute rd_mult"

79ef5324 – Jingning Han <jingning@google.com> authored on 2018/10/22 05:28
Use the proper gfu_boost factor to compute rd_mult

137d99c9 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/19 12:48
Merge "ML_VAR_PARTITION: enable at speed 5"

af4cd926 – chiyotsai <chiyotsai@google.com> authored and Chi Yo Tsai <chiyotsai@google.com> committed on 2018/10/18 05:34
Changes 4-tap SSSE3 filter to 8-tap AVX2 filter.

40a05909 – Chi Yo Tsai <chiyotsai@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/18 14:19
Merge "Add SSSE3 support for 4-tap interpolation filter"

9e294179 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/18 12:46
Merge "Enable rect partition search for HBD at speed 1"

01df00ec – chiyotsai <chiyotsai@google.com> authored and Chi Yo Tsai <chiyotsai@google.com> committed on 2018/10/17 10:52
Add SSSE3 support for 4-tap interpolation filter

b1f789cf – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/18 12:25
Merge "Replace MAX_LAG_BUFFERS with MAX_ARF_GOP_SIZE for gop size"

0bedb351 – Hui Su <huisu@google.com> authored on 2018/10/15 16:45
ML_VAR_PARTITION: enable at speed 5

2b838d90 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 19:11
Merge "Optimize vp9_highbd_temporal_filter_apply_c"

22d67c34 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 19:10
Merge changes I6d5c77af,I6bf504b4,Ie5dc5ea7,Ie6024b1a,If45fba8a, ...

88030f7d – Chi Yo Tsai <chiyotsai@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 17:35
Merge "Adds SSE2 support for interpolation filter for width 4 and 8"

e4eb48f1 – Urvang Joshi <urvang@chromium.org> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 16:25
Merge "For keyframe-only coding do not boost in q mode"

7dfb8e18 – Jingning Han <jingning@google.com> authored on 2018/10/17 12:04
Replace MAX_LAG_BUFFERS with MAX_ARF_GOP_SIZE for gop size

6127de7a – Angie Chiang <angiebird@google.com> authored on 2018/10/17 10:45
Add do_motion_search

043d9cfe – Angie Chiang <angiebird@google.com> authored on 2018/10/17 09:56
Preserve code of doing mv search in raster order

8d5461eb – Hui Su <huisu@google.com> authored on 2018/10/17 04:40
Enable rect partition search for HBD at speed 1

71b4e0bd – chiyotsai <chiyotsai@google.com> authored on 2018/10/16 11:45
Adds SSE2 support for interpolation filter for width 4 and 8

8bb92e38 – Urvang Joshi <urvang@google.com> authored on 2018/10/17 07:48
For keyframe-only coding do not boost in q mode

62830c53 – chiyotsai <chiyotsai@google.com> authored on 2018/10/16 08:26
Refactor SSE2 Code for 4-tap interpolation filter on width 16.

4f3398a2 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/12 13:21
Optimize vp9_highbd_temporal_filter_apply_c

272f4621 – chiyotsai <chiyotsai@google.com> authored on 2018/10/16 13:50
Add SSE2 support for 4-tap interpolation filter for width 16.

86db847a – Wan-Teh Chang <wtc@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/17 10:43
Merge "Reduce the cpi->scaled_ref_idx array size by 1."

d3c78fd7 – Angie Chiang <angiebird@google.com> authored on 2018/10/16 08:31
Variant implementation of changing mv search order

534e61d5 – Angie Chiang <angiebird@google.com> authored on 2018/10/15 08:25
Add feature_score_loc_sort

45542ce5 – Angie Chiang <angiebird@google.com> authored on 2018/10/12 11:37
Init mv_[dist/cost]_sum in init_tpl_stats

2d4eeae1 – Angie Chiang <angiebird@google.com> authored on 2018/10/10 13:43
Change mv search order according to feature_score

0c5fd59e – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 17:24
Merge "Refactor tpl dependency model to support multi-layer ARF updates"

4f544494 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 17:23
Merge "Refactor GOP reference frame ordering for tpl model"

da6682aa – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 17:07
Merge "Record gop size"

21bb9e3a – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 16:58
Merge "Fix a bug in ml_prune_rect_partition()"

e56b1db6 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 13:55
Merge "Fix the filter tap calculation in mips optimizations"

ff99ab36 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 13:14
Merge "Enable ML based partition search breakout for HBD"

2bc3d47d – Hui Su <huisu@google.com> authored on 2018/10/16 05:50
Fix a bug in ml_prune_rect_partition()

d8825f16 – Jingning Han <jingning@google.com> authored on 2018/10/16 06:09
Refactor tpl dependency model to support multi-layer ARF updates

bcd17e32 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/16 05:24
Fix the filter tap calculation in mips optimizations

97e7da48 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/16 02:09
Merge "fix output file check in vpxenc tests script."

69a4ed0d – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/15 23:49
Merge "Add frame_gop_index to GF_GROUP"

ca97594a – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/15 23:49
Merge "Add encoder side frame buffer for tpl model"

c875803d – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/15 23:04
Merge "CHANGELOG: fix v1.7.0 release date"

8caabd07 – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/15 20:43
Merge "Add indep loop for motion_compensated_prediction"

540d373d – Hui Su <huisu@google.com> authored on 2018/10/15 06:41
Enable ML based partition search breakout for HBD

cee0391b – Jerome Jiang <jianj@google.com> authored on 2018/10/15 13:10
fix output file check in vpxenc tests script.

be51a773 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/15 11:27
A temporary fix to mips sub-pel filters

4dae3187 – Jingning Han <jingning@google.com> authored on 2018/10/15 11:27
Refactor GOP reference frame ordering for tpl model

f1e3f340 – Jingning Han <jingning@google.com> authored on 2018/10/15 11:21
Record gop size

4d3275f8 – Jingning Han <jingning@google.com> authored on 2018/10/15 07:48
Add frame_gop_index to GF_GROUP

227deb50 – Jingning Han <jingning@google.com> authored on 2018/10/15 06:11
Add encoder side frame buffer for tpl model

5ce1a997 – James Zern <jzern@google.com> authored on 2018/10/15 10:12
CHANGELOG: fix v1.7.0 release date

f6a52bee – Jingning Han <jingning@google.com> authored on 2018/10/11 08:16
Refactor tpl model setup to support multi-layer ARF setup

b7e9a463 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/13 11:04
Merge "Turn on ml_var_partition_pruning for HBD"

7bc91452 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/12 23:12
Merge "Optimize apply_temporal_filter function"

dfa8cc92 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/12 22:10
Merge "Remove unused variable from VP9_COMP"

f4300285 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/12 15:59
Merge "Enable ML based rect partition pruning for HBD"

fc167986 – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/12 08:25
Optimize apply_temporal_filter function

1db646f0 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/10/12 12:14
Merge "Make 4-tap interp filter coefficients even numbers"

d4666ac7 – Hui Su <huisu@google.com> authored on 2018/10/12 06:59
Turn on ml_var_partition_pruning for HBD

bb82c499 – Hui Su <huisu@google.com> authored on 2018/10/11 10:33
Enable ML based rect partition pruning for HBD

e4f030be – Yunqing Wang <yunqingwang@google.com> authored on 2018/10/11 11:13
Make 4-tap interp filter coefficients even numbers

Next