shithub: libvpx

RSS feed

fc110235 – James Zern <jzern@google.com> authored on 2016/02/02 12:56
vp9_encoder.c: remove unused macro

77d37759 – James Zern <jzern@google.com> authored on 2016/02/02 12:56
vpx_mem.c: remove unused macro

c9e057a9 – James Zern <jzern@google.com> authored on 2016/02/02 12:51
vp9_svc_layercontext.c: relocate a macro definition

d6c66d46 – James Zern <jzern@google.com> authored on 2016/02/02 12:50
vp9_encoder.c: protect SNPRINT* macros w/CONFIG check

d78ebb82 – James Zern <jzern@google.com> authored on 2016/02/02 12:46
vp9_aq_360.c: remove some unused macros

86477929 – James Zern <jzern@google.com> authored on 2016/02/02 12:44
vp9_diamond_search_sad_avx.c: rename (un)likely macros

8a515c16 – James Zern <jzern@google.com> authored on 2016/02/02 12:43
vp9_resize.c: add missing include

59b560ac – James Zern <jzern@google.com> authored on 2016/02/02 12:42
vp9_aq_complexity.c: remove unused macros

8ec01591 – James Zern <jzern@google.com> authored on 2016/02/02 12:41
vp9_detokenize.c: remove unused macros

dee831c4 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/02/02 19:51
Merge changes I4a365757,I14a3b328

614f0727 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/02/02 16:12
Merge "Fix a signed overflow in vp9 motion cost."

e062eb16 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/02/02 09:44
Merge "Loop filter search resets on overlay frame."

ebf25868 – James Zern <jzern@google.com> authored on 2016/02/01 18:47
vp10: remove unused (read|write)_uniform

724ba02f – James Zern <jzern@google.com> authored on 2016/02/01 18:47
vp9_denoiser: mark total_adj_strong_thresh inline

ad43a738 – Alex Converse <aconverse@google.com> authored on 2016/02/01 04:47
Fix a signed overflow in vp9 motion cost.

0a3593a5 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/02/01 10:18
Merge "vp9-noise estimate: Put check to avoid possible out of bounds."

0c602827 – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/02/01 07:52
Merge "VP9: Refactor read_inter_block_mode_info()"

734dc361 – Marco <marpan@google.com> authored on 2016/02/01 06:52
vp9: Add flag to control usage of skin detection.

f51dd8c2 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/02/01 13:48
Merge "vp9 non-rd partition: Update condition on force_split for skin area."

92486896 – Marco <marpan@google.com> authored on 2016/02/01 04:45
vp9 non-rd partition: Update condition on force_split for skin area.

dc2e97c9 – Marco <marpan@google.com> authored on 2016/02/01 04:02
vp9-denoiser bugfix: Disable postproc-denoiser under temporal denoising.

9b24251c – Marco <marpan@google.com> authored on 2016/01/31 17:24
vp9-noise estimate: Put check to avoid possible out of bounds.

6a94d6ad – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/30 23:38
Merge "Enable sse2 version of inverse wht for hbd build"

49bf2e2f – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/29 19:27
Merge changes I51d42a50,Id8aaf820,I6af91959

8faccb70 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/29 19:17
Merge changes If13946e4,I61a1814d,I2ca9aa3c,I44d91eaa

8050e021 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/29 18:58
Merge "Refactor prob_diff_update_savings_search_model"

d12f87cd – Scott LaVarnway <slavarnway@google.com> authored on 2016/01/29 10:30
VP9: Refactor read_inter_block_mode_info()

0aef1bc8 – Yaowu Xu <yaowu@google.com> authored on 2016/01/29 09:47
Enable sse2 version of inverse wht for hbd build

580e815f – hui su <huisu@google.com> authored on 2016/01/29 07:49
Refactor prob_diff_update_savings_search_model

432136ef – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/29 13:55
Merge "Fix failure with libvpx__unit_tests-multi-target"

b9723c4b – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/29 13:43
Merge "vp9-denoiser: Force increase_denoising = 0 for skin block."

bca1a350 – Zoe Liu <zoeliu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/29 11:31
Merge "Cleaned code in firstpass related to altref frame"

b2297108 – Yaowu Xu <yaowu@google.com> authored on 2016/01/28 11:29
SSSE3 idct8x8 functions for highbitdpeth build

72e3b5b2 – Marco <marpan@google.com> authored on 2016/01/29 05:00
Fix failure with libvpx__unit_tests-multi-target

c9e984a8 – Marco <marpan@google.com> authored on 2016/01/29 03:36
vp9-denoiser: Force increase_denoising = 0 for skin block.

aac1ef7f – Yaowu Xu <yaowu@google.com> authored on 2016/01/27 10:25
Enable hbd_build to use SSSE3optimized functions

8fdab8a4 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/28 20:28
Merge "Add a vp9 test vector"

35b878ca – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/28 20:19
Merge "vp9: encoder-breakout: Modify UV thresholds."

b6f1f369 – Zoe Liu <zoeliu@google.com> authored on 2016/01/28 11:36
Cleaned code in firstpass related to altref frame

a643964a – Yaowu Xu <yaowu@google.com> authored on 2016/01/28 03:50
Add a vp9 test vector

4f780e94 – James Zern <jzern@google.com> authored on 2016/01/28 07:53
vp9/10: fix encoder crash on flush

66129c72 – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/28 07:31
Merge "VP9: Refactor dec_build_inter_predictors_sb()"

1c2df9cd – Marco <marpan@google.com> authored on 2016/01/28 07:10
vp9: encoder-breakout: Modify UV thresholds.

d1e3d046 – JackyChen <jackychen@google.com> authored and Marco <marpan@google.com> committed on 2016/01/26 13:01
VPX skin map improvement.

aa3fb7e1 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/28 12:01
Merge "vp9 non-rd mode: Modification for detected skin areas."

cdb141dd – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/27 20:04
Merge "Fix some typos."

ced5cea4 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/27 16:38
Merge "vp9-aqmode=3: Limit on period for golden update."

acc248e8 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/01/27 15:54
Merge "Switch to 9-bit rate cost constants built on a 256 probability denominator."

d13385ce – Alex Converse <aconverse@google.com> authored on 2016/01/13 09:21
Switch to 9-bit rate cost constants built on a 256 probability denominator.

b39a599c – Marco <marpan@google.com> authored on 2016/01/22 06:45
vp9 non-rd mode: Modification for detected skin areas.

5afc4e4c – hui su <huisu@google.com> authored