shithub: libvpx

RSS feed

f6d13e7b – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/28 12:26
Merge "bitreader: remove an unsigned overflow."

a68b24fd – Alex Converse <aconverse@google.com> authored on 2015/11/19 10:57
Tweak casts on vpx_sub_pixel_variance to avoid implicit overflow.

36a0c7ff – Alex Converse <aconverse@google.com> authored on 2015/11/19 11:09
bitreader: remove an unsigned overflow.

b2ccb9c1 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/27 16:33
Merge "Declare the operator== overload for M128A in the global namespace."

bb1e5b79 – Alex Converse <aconverse@google.com> authored on 2016/04/26 17:38
Declare the operator== overload for M128A in the global namespace.

d952b13b – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/27 16:01
Merge changes If45b8931,Ieab273a7

6c4007be – Alex Converse <aconverse@google.com> authored on 2015/11/19 10:43
Be explicit about overflow in vpx_variance16x16_sse2.

ccb894ce – Alex Converse <aconverse@google.com> authored on 2015/11/19 10:39
Remove casts on < 16x16 variance.

021105e3 – Vignesh Venkatasubramanian <vigneshv@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/27 02:17
Merge "TODO cleanup: Remove unused buffer_size"

9dfec135 – Vignesh Venkatasubramanian <vigneshv@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/27 01:38
Merge "webmdec.h: remove stale TODO"

69498d66 – Vignesh Venkatasubramanian <vigneshv@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/27 01:37
Merge "TODO cleanup: s/EbmlGlobal/WebmOutputContext/"

fa99c376 – Vignesh Venkatasubramanian <vigneshv@google.com> authored on 2016/04/25 09:46
TODO cleanup: Remove unused buffer_size

c4d56257 – James Zern <jzern@google.com> authored on 2016/04/26 16:15
vp9_ethread_test: avoid crash when decoder is unavailable

0616fa6e – James Zern <jzern@google.com> authored on 2016/04/26 15:56
resize_test: skip VP9 decode checks if it's disabled

a136c176 – Marco <marpan@google.com> authored on 2016/04/26 12:02
vp8: Adjust consec_zeromv thresholds for skin detection.

03b6f5f8 – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/26 15:12
Merge "VP9: adjust trellis quant optimization RD parameters"

f16cf9fb – Hui Su <huisu@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/26 15:11
Merge "VP9: enable trellis quantization optimization for intra blocks"

fbefe470 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/26 14:15
Merge "vp9: Fix condition to update consec_zero_mv."

29ade0d3 – Jacky Chen <jackychen@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/26 13:43
Merge "vp9: Simplify the logic in denoiser SSE2 code."

0bd84571 – Yi Luo <luoyi@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/26 13:24
Merge "Add the 64-bit CPU cycle count utility function"

779840c9 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/26 08:57
Merge "Resolve a couple of TODOs in firstpass.c"

7a4c2c76 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/26 08:56
Merge "Experiment to adapt for net AQ offset."

c3a9247e – hui su <huisu@google.com> authored on 2016/04/25 10:23
VP9: adjust trellis quant optimization RD parameters

c8f56d23 – hui su <huisu@google.com> authored on 2016/04/25 08:40
VP9: enable trellis quantization optimization for intra blocks

1a53c0c9 – JackyChen <jackychen@google.com> authored on 2016/04/25 19:52
vp9: Simplify the logic in denoiser SSE2 code.

ef4a132c – Jacky Chen <jackychen@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/25 16:00
Merge "vp9: Fix a bug where best_sse_mv is not set properly."

520055bd – Johann Koenig <johannkoenig@chromium.org> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/25 14:58
Merge "vpx_minmax_8x8_neon and test"

bd3c874c – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/25 13:16
Merge "vp9-denoiser: Bugfix and some adjustments for high noise case."

b7e8b3cb – Marco <marpan@google.com> authored on 2016/04/25 11:37
vp9: Fix consec_zero_mv in skin detection.

97d8adef – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/25 17:13
Merge "vp9: 1 pass vbr: Adjust gf boost/interval on motion level."

9f90473e – Marco <marpan@google.com> authored on 2016/04/25 10:34
vp9: Fix condition to update consec_zero_mv.

9680d4fa – Vignesh Venkatasubramanian <vigneshv@google.com> authored on 2016/04/25 10:05
webmdec.h: remove stale TODO

9441f10b – Vignesh Venkatasubramanian <vigneshv@google.com> authored on 2016/04/25 09:28
TODO cleanup: s/EbmlGlobal/WebmOutputContext/

015c43f0 – paulwilkins <paulwilkins@google.com> authored on 2016/04/25 08:38
Resolve a couple of TODOs in firstpass.c

4b590058 – paulwilkins <paulwilkins@google.com> authored on 2016/03/11 05:44
Experiment to adapt for net AQ offset.

e172e8aa – Marco <marpan@google.com> authored on 2016/04/20 11:53
vp9: 1 pass vbr: Adjust gf boost/interval on motion level.

57c7c116 – JackyChen <jackychen@google.com> authored on 2016/04/25 07:44
vp9: Fix a bug where best_sse_mv is not set properly.

229c686c – Marco <marpan@google.com> authored on 2016/04/25 04:49
vp9-denoiser: Bugfix and some adjustments for high noise case.

cc5023d5 – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/25 09:39
Merge "VP9: Do not call vp9_adjust_mask() in vp9_setup_mask()"

8b25dd59 – Marco <marpan@google.com> authored on 2016/04/22 11:27
vp9: Add rc quantity to track amount of low motion in scene.

52889c10 – James Zern <jzern@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/22 16:03
Merge "hadamard_test: align src/dst buffers"

cf822223 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/22 14:55
Merge "vp9: Some adjustments to denoiser under high-noise condition."

9e0efb60 – Scott LaVarnway <slavarnway@google.com> authored on 2016/04/22 09:53
VP9: Do not call vp9_adjust_mask() in vp9_setup_mask()

80ed9e4f – Marco <marpan@google.com> authored on 2016/04/22 06:35
vp9-noise estimation: Add check on whether skin detection is enabled.

2c8338f9 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/22 13:06
Merge "vp9: Move consec_zero_mv from cyclic refresh to cpi struct."

80bbba14 – Marco <marpan@google.com> authored on 2016/04/22 06:30
vp9: Some adjustments to denoiser under high-noise condition.

b547a2f3 – Yi Luo <luoyi@google.com> authored on 2016/04/21 11:59
Add the 64-bit CPU cycle count utility function

adf8533c – Marco <marpan@google.com> authored on 2016/04/21 10:00
vp9: Move consec_zero_mv from cyclic refresh to cpi struct.

1710419e – Johann Koenig <johannkoenig@chromium.org> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/22 00:36
Merge "hadamard 8x8 test"

9222d467 – James Zern <jzern@google.com> authored on 2016/04/21 20:06
hadamard_test: align src/dst buffers

8c02a369 – Johann <johannkoenig@google.com> authored and Johann Koenig <johannkoenig@chromium.org> committed on 2016/04/15 07:35
hadamard 8x8 test

2f5840de – Johann <johannkoenig@google.com> authored on 2016/04/14 10:26
vpx_minmax_8x8_neon and test

b816eea5 – James Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/21 16:40
Merge "vp9_loopfilter.c : fix / clarify todo"

2bcec13e – James Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/21 16:40
Merge "vp9_loopfilter.c: Todo clean up encoder should work like decoder."

166fc7cb – James Bankoski <jimbankoski@google.com> authored and Gerrit Code Review <noreply-gerritcodereview@google.com> committed on 2016/04/21 16:40
Merge "vp9_loopfilter.c : todo cleanup"

996ccc33 – Jim Bankoski <jimbankoski@google.com> authored and James Bankoski <jimbankoski@google.com> committed on 2016/04/20 13:28
vp9_loopfilter.c : fix / clarify todo

6bd28a2d – Jim Bankoski <jimbankoski@google.com> authored and James Bankoski <jimbankoski@google.com> committed on 2016/04/20 13:24
vp9_loopfilter.c: Todo clean up encoder should work like decoder.