shithub: libvpx

RSS feed

6f8861e2 – Angie Chiang <angiebird@google.com> authored on 2018/09/28 11:40
Add mv_dist/mv_cost to TplDepStats

ebe10bcc – Angie Chiang <angiebird@google.com> authored on 2018/09/28 10:35
Change interface of motion_compensated_prediction

33cc4670 – Angie Chiang <angiebird@google.com> authored on 2018/09/28 10:23
Separate lambda from nb_mvs_inconsistency()

12d6c66f – Angie Chiang <angiebird@google.com> authored on 2018/09/26 14:06
Add vpx_clear_system_state to new mv search func

b9ce3304 – Angie Chiang <angiebird@google.com> authored on 2018/09/26 14:04
Change mv color to red

2be8b384 – Angie Chiang <angiebird@google.com> authored on 2018/09/25 12:58
Call vp9_full_pixel_diamond_new in tpl mv search

a7aca1b5 – Angie Chiang <angiebird@google.com> authored on 2018/09/25 11:26
Add vp9_full_pixel_diamond_new

0b06f95d – Angie Chiang <angiebird@google.com> authored on 2018/09/24 14:00
Add vp9_refining_search_sad_new

f3a2b935 – Angie Chiang <angiebird@google.com> authored on 2018/09/24 13:37
Add vp9_diamond_search_sad_new

cdaca1f3 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/25 12:53
Merge "Remove redundant code"

5fecb594 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/25 10:25
Merge "clang-format v6.0.1"

4858c524 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/24 23:40
Merge "vp9,encoder: check pointers before member access"

78f1ae5f – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/24 19:11
Merge "sanitizer: sse2 - fix unaligned double stores"

4fa0727f – Matthias Räncker <theonetruecamper@gmx.de> authored on 2018/09/21 11:33
sanitizer: sse2 - fix unaligned double stores

af2ba81b – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/24 18:30
Merge "segfault: fix missing alignment declaration"

4060456c – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/24 18:30
Merge "fix integer overflow caused by uninitialized memory"

08e6fd2f – Johann <johann.koenig@duck.com> authored on 2018/09/24 14:31
clang-format v6.0.1

4b8cb2e6 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/24 14:15
Merge "Improve subpel MV search for speed 1"

626ca102 – Hui Su <huisu@google.com> authored on 2018/09/24 07:27
Remove redundant code

8b9edfc5 – Matthias Räncker <theonetruecamper@gmx.de> authored on 2018/09/23 09:07
fix integer overflow caused by uninitialized memory

a1d8aec6 – Matthias Räncker <theonetruecamper@gmx.de> authored on 2018/09/23 06:34
segfault: fix missing alignment declaration

3448987a – James Zern <jzern@google.com> authored on 2018/09/22 08:19
Revert "Revert "Revert "Loopfilter MultiThread Optimization"""

d99b6af6 – Jerome Jiang <jianj@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/22 03:15
Merge "vp8: exit with bad fragment size in decoder."

6a08df3d – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/22 00:00
Merge "Rework is_compound_allowed logic at encoder"

51dac6d7 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/21 18:36
Merge "internal stats: fix mem leak and initialize memory"

0a6278b9 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/21 18:30
Merge "better-hw-compatibility: fix out of bounds access"

a439b3c9 – Matthias Räncker <theonetruecamper@gmx.de> authored on 2018/09/20 15:57
better-hw-compatibility: fix out of bounds access

d78b7655 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/21 18:20
Merge "Revert "third_party/googletest: update to v1.8.1""

88cd62f8 – Johann Koenig <johannkoenig@google.com> authored on 2018/09/21 18:19
Revert "third_party/googletest: update to v1.8.1"

c2bbe715 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/21 14:34
Merge "sanitizer: fix unaligned loads"

71b5897f – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/21 13:32
Merge "Use different corner detection score"

e376f1d5 – Matthias Räncker <theonetruecamper@gmx.de> authored on 2018/09/21 10:23
internal stats: fix mem leak and initialize memory

e3522e0f – Jerome Jiang <jianj@google.com> authored on 2018/09/21 07:16
vp8: exit with bad fragment size in decoder.

1b14cb4e – Hui Su <huisu@google.com> authored on 2018/09/18 06:33
Improve subpel MV search for speed 1

459905b9 – Jingning Han <jingning@google.com> authored on 2018/09/21 04:24
Rework is_compound_allowed logic at encoder

e65f9e8b – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 23:32
Merge "Generalize encoder comp_var_ref setting"

93edd79f – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 23:32
Merge "Skip checking compound modes with same sign bias for sub8x8"

796478a8 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 23:32
Merge "Update the comp_refs counts"

a1e87a57 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 23:31
Merge "Skip RD check for compound modes that have same sign bias"

711f0a6f – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 23:31
Merge "Sync ref frame writing with decoder"

b1fad41a – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 23:31
Merge "Add frame_start/end to gf_group"

9d3c5d33 – Matthias Räncker <theonetruecamper@gmx.de> authored on 2018/09/20 22:16
sanitizer: fix unaligned loads

6bf5b9bf – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 18:08
Merge "third_party/googletest: update to v1.8.1"

282087a1 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 17:56
Merge "sanitizer: fix unaligned load/stores"

a93705f7 – Matthias Räncker <theonetruecamper@gmx.de> authored on 2018/09/20 16:20
sanitizer: fix unaligned load/stores

ff0b9bb0 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 15:52
Merge "fix UB when initializing parameterized tests"

8f26f74a – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/20 14:15
Merge changes Ibbe7a1c1,I4333a207

4c6e284d – Angie Chiang <angiebird@google.com> authored on 2018/09/20 12:42
Use different corner detection score

7d777ce6 – Johann <johann.koenig@duck.com> authored on 2018/09/17 09:57
third_party/googletest: update to v1.8.1

ad228021 – Matthias Räncker <theonetruecamper@gmx.de> authored on 2018/09/19 05:47
fix UB when initializing parameterized tests

bc40b13f – Jingning Han <jingning@google.com> authored on 2018/09/20 06:03
Generalize encoder comp_var_ref setting

7cc12cbe – Jingning Han <jingning@google.com> authored on 2018/09/18 11:56
Skip checking compound modes with same sign bias for sub8x8

4770f851 – Jingning Han <jingning@google.com> authored on 2018/09/18 11:26
Update the comp_refs counts

4c1434e8 – Angie Chiang <angiebird@google.com> authored on 2018/09/19 12:44
Add feature score for each block

bb0e7546 – Angie Chiang <angiebird@google.com> authored on 2018/09/19 11:37
Correct mv rows/cols bug in read_frame_dpl_stats

0aa83d61 – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/18 14:59
Merge "Fix buffer overrun of postproc_state.limits"

2600f70c – Johann Koenig <johannkoenig@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/18 14:59
Merge "Fix stack corruption with x86 and --enable-pic"

13055d91 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/18 14:45
Merge "Rename set_arf_sign_bias() to set_ref_sign_bias"

2f3c1b52 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/18 14:45
Merge "Re-work set_arf_sign_bias()"

8d97ba4a – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/18 14:44
Merge "Update frame index per buffer at encoder"

734c3d2b – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/18 14:36
Merge "Remove unnecessary code"

1988a2c4 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/18 14:36
Merge "Remove the SECOND_LEVEL_CHECKS_BEST macro"

347d0181 – Matthias Räncker <theonetruecamper@gmx.de> authored and Johann Koenig <johannkoenig@google.com> committed on 2018/09/17 09:57
Fix stack corruption with x86 and --enable-pic

1e1f78e3 – Jingning Han <jingning@google.com> authored on 2018/09/18 08:13
Sync ref frame writing with decoder

d7ed861c – Jingning Han <jingning@google.com> authored on 2018/09/18 11:08
Skip RD check for compound modes that have same sign bias

4b058f81 – Jingning Han <jingning@google.com> authored on 2018/09/18 04:41
Add frame_start/end to gf_group

627e217b – Hui Su <huisu@google.com> authored on 2018/09/18 05:53
Remove unnecessary code

618b7c16 – Hui Su <huisu@google.com> authored on 2018/09/18 05:41
Remove the SECOND_LEVEL_CHECKS_BEST macro

d1607bc6 – Jingning Han <jingning@google.com> authored on 2018/09/13 08:24
Rename set_arf_sign_bias() to set_ref_sign_bias

7323218a – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/17 23:53
Merge "Add a frame_index entry to RefCntBuffer"

98ea9241 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/17 23:53
Merge "Assign GOP frame offset to all the coding frames"

73dbf6aa – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/17 23:38
Merge "cosmetics: normalize include guards"

f67b4665 – Jingning Han <jingning@google.com> authored on 2018/09/17 10:49
Re-work set_arf_sign_bias()

dfbd724e – Jingning Han <jingning@google.com> authored on 2018/09/17 10:17
Update frame index per buffer at encoder

42e48983 – James Zern <jzern@google.com> authored on 2018/09/17 08:32
vpx_mem: allow VPX_MAX_ALLOCABLE_MEMORY to be overridden

2945e9eb – Paul Wilkins <paulwilkins@google.com> authored on 2018/09/17 11:45
Remove multi_arf_last_grp_enabled flag.

f0f2ba17 – Paul Wilkins <paulwilkins@google.com> authored on 2018/09/17 11:41
Remove multi_arf_enabled.

32f86223 – Paul Wilkins <paulwilkins@google.com> authored on 2018/09/17 11:28
Remove multi_arf_allowed variable.

6dcba16d – Jingning Han <jingning@google.com> authored on 2018/09/17 07:46
Add a frame_index entry to RefCntBuffer

940a3c38 – Jingning Han <jingning@google.com> authored on 2018/09/17 05:30
Assign GOP frame offset to all the coding frames

2a5805e2 – James Zern <jzern@google.com> authored on 2018/08/22 10:03
cosmetics: normalize include guards

cb671194 – Liu Peng <pengliu.mail@gmail.com> authored and peng liu <pengliu.mail@gmail.com> committed on 2018/09/14 12:25
fix a bug of tiny_ssim to handle odd frame sizes

54827e57 – James Zern <jzern@google.com> authored on 2018/09/14 17:36
vp9,encoder: check pointers before member access

e196a6ae – Liu Peng <pengliu.mail@gmail.com> authored and Johann Koenig <johannkoenig@google.com> committed on 2018/09/14 11:04
fix a bug of tiny_ssim when the bit depth is 8

b3a837cb – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/13 20:10
Merge changes Ic6b9330f,Ibe14a023

99f7cf4c – Angie Chiang <angiebird@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/13 12:58
Merge "Dump ref frame when DUMP_TPL_STATS is on"

f9b28eab – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/13 12:57
Merge "Initial step in deprecating previous dual arf code."

a9659f63 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/13 12:19
Merge "Remove deprecated first_inter_index"

b6e4d9c0 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/13 12:19
Merge "Remove unused variables from VP9_COMP"

f0841f0a – Paul Wilkins <paulwilkins@google.com> authored on 2018/09/13 10:21
Initial step in deprecating previous dual arf code.

8d95d268 – Angie Chiang <angiebird@google.com> authored on 2018/09/13 08:14
Fix mv_arr assignment

7fccd0be – Angie Chiang <angiebird@google.com> authored on 2018/09/12 13:44
Dump tpl mvs for mv search block

edc203c4 – Harish Mahendrakar <harish.mahendrakar@ittiam.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/12 19:15
Merge "Revert "Revert "Loopfilter MultiThread Optimization"""

da4d6a5e – Jingning Han <jingning@google.com> authored on 2018/09/12 18:51
Remove deprecated first_inter_index

f05ba396 – Jingning Han <jingning@google.com> authored on 2018/09/12 18:49
Remove unused variables from VP9_COMP

74b4dd48 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2018/09/12 17:06
Merge changes I7173f2fe,I460b6c4b,I5070657f,I2b3e1e16

a0770712 – Matthias Räncker <theonetruecamper@gmx.de> authored and Johann Koenig <johannkoenig@google.com> committed on 2018/09/06 14:29
Fix buffer overrun of postproc_state.limits

39c02a7e – Angie Chiang <angiebird@google.com> authored on 2018/09/11 11:51
Dump ref frame when DUMP_TPL_STATS is on

8eea617d – Paul Wilkins <paulwilkins@google.com> authored on 2018/09/12 08:53
Remove some deprecated FRAME_UPDATE_TYPE elements.

5f8ce092 – Paul Wilkins <paulwilkins@google.com> authored on 2018/09/12 08:37
Remove some deprecated constants.

Next