shithub: libvpx

RSS feed

688c99a7 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/13 05:56
Merge "Reset src buffer only once in vp9_int_pro_motion_estimation"

1b3499ae – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/13 05:55
Merge "Reduce the number of full block SAD calls"

b6749aa3 – paulwilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/13 04:45
Merge "Shorten GF/arf interval in hard scenes."

5784b907 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/12 17:27
Merge changes Ic54c88ec,I6f120b65

ba29125f – Jingning Han <jingning@google.com> authored on 2015/03/12 14:46
Reset src buffer only once in vp9_int_pro_motion_estimation

1aa75c65 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/12 14:43
Merge "vp9_pick_inter_mode(): Use single loop to evaluate inter modes"

5dd146cb – Yaowu Xu <yaowu@google.com> authored on 2015/03/12 14:14
Added comment for vp9 only codec controls

41652906 – Yaowu Xu <yaowu@google.com> authored on 2015/03/12 13:59
Rename a vp9 only control with vp9e prefix

427cdf0a – Jingning Han <jingning@google.com> authored on 2015/03/12 12:18
Reduce the number of full block SAD calls

769e6567 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/12 13:16
Merge "Minorly modify model_rd_for_sb_y function"

7a9d8f1e – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/12 12:43
Merge "Fix fdct8x8_quant ssse3 overflow issue"

2b368097 – Yaowu Xu <yaowu@google.com> authored on 2015/03/11 06:16
vp9_pick_inter_mode(): Use single loop to evaluate inter modes

5d677c97 – Yunqing Wang <yunqingwang@google.com> authored on 2015/03/11 07:31
Minorly modify model_rd_for_sb_y function

fcb96b3a – Jingning Han <jingning@google.com> authored on 2015/03/12 08:16
Fix fdct8x8_quant ssse3 overflow issue

791bf565 – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/12 07:10
Merge "Some rate control adjustments to control overshoot"

1ff15fbf – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/12 05:24
Merge "Prevent integer overflow in choose_partitioning"

90ea10ec – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/12 05:23
Merge "Remove unnecessary speed feature checking"

594890a5 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/12 05:23
Merge "Apply fast motion search to golden reference frame"

8fdddd5c – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/12 05:23
Merge "Refactor to remove GLOBAL_MOTION"

73508be3 – Yaowu Xu <yaowu@google.com> authored on 2015/03/12 04:01
Fix a typo introduced in #94401aff

0adc5803 – Marco <marpan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/11 13:19
Merge "Fix visual studio build failure."

238b6be2 – Jingning Han <jingning@google.com> authored on 2015/03/11 12:29
Prevent integer overflow in choose_partitioning

4a691aa2 – hkuang <hkuang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/11 12:19
Merge "Refactor the block decode code to make it simpler."

a291b0b4 – Marco <marpan@google.com> authored on 2015/03/11 12:11
Fix visual studio build failure.

313c28f8 – Jingning Han <jingning@google.com> authored on 2015/03/11 12:08
Remove unnecessary speed feature checking

39d20c6a – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/11 12:09
Merge "Clamp rate correction factor after scaling it"

54eda13f – Jingning Han <jingning@google.com> authored on 2015/03/09 14:55
Apply fast motion search to golden reference frame

1ca4d51b – Jingning Han <jingning@google.com> authored on 2015/03/11 11:44
Refactor to remove GLOBAL_MOTION

b29c48b0 – paulwilkins <paulwilkins@google.com> authored on 2015/03/06 11:32
Shorten GF/arf interval in hard scenes.

a250ebf8 – Marco <marpan@google.com> authored on 2015/03/11 10:07
vpx_temporal_svc_encoder: Update some default settings.

94401aff – hkuang <hkuang@google.com> authored on 2015/03/10 11:37
Refactor the block decode code to make it simpler.

dc902fed – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/11 06:41
Merge "Separate rd_thresh adaption by ref_frame"

42a89eb8 – Adrian Grange <agrange@google.com> authored on 2015/03/10 08:04
Clamp rate correction factor after scaling it

d549aa3b – Yaowu Xu <yaowu@google.com> authored on 2015/03/10 15:06
Separate rd_thresh adaption by ref_frame

0308e2ee – Deb Mukherjee <debargha@google.com> authored on 2015/03/10 13:25
Some rate control adjustments to control overshoot

34026058 – Marco <marpan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/10 07:48
Merge "Modify update golden reference update under aq-mode=3 mode."

fb31aa09 – Marco <marpan@google.com> authored on 2015/03/05 12:26
Modify update golden reference update under aq-mode=3 mode.

3e637a70 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/10 06:52
Merge "Accumulate tx_totals counters in multi-threaded encoder"

12943e72 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/10 06:48
Merge "Enable using Golden reference in choose_partition()"

4b01a2d3 – paulwilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/10 06:45
Merge "Allow q adjustment for VPX_CQ and VPX_CBR."

f0cf9719 – Yunqing Wang <yunqingwang@google.com> authored on 2015/03/10 05:53
Accumulate tx_totals counters in multi-threaded encoder

78df7122 – Adrian Grange <agrange@google.com> authored on 2015/03/10 05:14
Fix vp9_compute_qdelta_by_rate loop behavior

059a473b – Yaowu Xu <yaowu@google.com> authored on 2015/03/06 08:45
Enable using Golden reference in choose_partition()

2cff9c4e – paulwilkins <paulwilkins@google.com> authored on 2015/03/09 13:12
Allow q adjustment for VPX_CQ and VPX_CBR.

6eaca27d – Frank Galligan <fgalligan@google.com> authored on 2015/03/09 12:25
Refactor read_intra_frame_mode_info

066ed601 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/09 09:02
Merge "Don't waste time partitioning skip superblocks."

9708f9d6 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/09 08:27
Merge "Skip golden ref frame check when it is same as last ref frame"

6245a91e – Jingning Han <jingning@google.com> authored on 2015/03/09 06:59
Skip golden ref frame check when it is same as last ref frame

06b59299 – Alex Converse <aconverse@google.com> authored on 2015/03/09 06:45
Don't waste time partitioning skip superblocks.

5d676d56 – Marco <marpan@google.com> authored on 2015/03/06 05:47
Add aq-mode=3 to ethread test.

969dd8f1 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/09 05:42
Merge "vp9_ethread: fix me consts initialization to support aq_mode=3 encoding"

d2b6a4cc – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/09 05:34
Merge "Move pred_mv assign outside integral projection motion search"

a437f7b9 – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/09 05:21
Merge "Reduce default overshoot/undershoot params to 25"

c4fb2d7c – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/09 04:35
Merge "Modify the setting of transform skip flags in non-rd mode"

6e0ec0b2 – Yunqing Wang <yunqingwang@google.com> authored on 2015/03/06 10:17
vp9_ethread: fix me consts initialization to support aq_mode=3 encoding

b12f531c – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/06 11:04
Merge "Cherry pick libyuv VS fix"

bdb46b29 – Johann <johannkoenig@google.com> authored on 2015/03/06 07:25
Cherry pick libyuv VS fix

9d44fd6b – hkuang <hkuang@google.com> authored on 2015/03/02 12:15
Remove some unnecessary code in thread context copy.

a1ef75bb – Hangyu Kuang <hkuang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/06 05:27
Merge "Only wait for previous frame's motion vector if needed."

274af39e – Marco <marpan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/06 05:00
Merge "Set the threads/tile_columns in vpx_temporal_svc_encoder."

c76ebffd – Marco <marpan@google.com> authored on 2015/03/06 04:51
Set the threads/tile_columns in vpx_temporal_svc_encoder.

268f260d – Yunqing Wang <yunqingwang@google.com> authored on 2015/03/05 04:44
Modify the setting of transform skip flags in non-rd mode

0f37601f – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/06 02:27
Merge changes I1b972c94,I9c897d32

d5fa786b – Hangyu Kuang <hkuang@google.com> authored and hkuang <hkuang@google.com> committed on 2015/03/02 08:59
Only wait for previous frame's motion vector if needed.

8cbeb7cf – Yaowu Xu <yaowu@google.com> authored on 2015/03/05 09:57
Prevent invalid memory access

915d5c12 – hkuang <hkuang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/05 09:55
Merge "Fix a tsan error bug in frame parallel decode."

feda5d24 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/05 09:43
Merge changes I219c287b,I6adee670

b21e361f – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/05 09:43
Merge "Fix misleading indentation."

587a0b3e – Alex Converse <aconverse@google.com> authored on 2015/03/05 06:47
Call encoder control before running ethread test.

7a386d83 – Deb Mukherjee <debargha@google.com> authored on 2015/03/05 08:58
Reduce default overshoot/undershoot params to 25

627f8fb6 – Frank Galligan <fgalligan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/05 08:58
Merge "Use 8 threads by default for VP9 encodes"

26f4e7dc – Frank Galligan <fgalligan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/05 08:58
Merge "VP9: turn on tile-columns and frame-parallel-mode by default"

ad01d275 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/05 08:54
Merge "Don't inline cost_coeffs."

6e3be5c3 – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/05 07:52
Merge "Fix valgrind memcpy memory overlaps warning"

2eb113d0 – Alex Converse <aconverse@google.com> authored on 2015/03/05 07:39
Don't inline cost_coeffs.

56cc37c6 – Alex Converse <aconverse@google.com> authored on 2015/03/05 07:09
Fix misleading indentation.

71d5a59c – Alex Converse <aconverse@google.com> authored on 2015/03/05 07:09
Don't copy thread data for the main thread.

fda04108 – Jingning Han <jingning@google.com> authored on 2015/03/05 06:43
Move pred_mv assign outside integral projection motion search

87bf5203 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/05 04:25
Merge "Move integral projection motion search to vp9_mcomp.c"

b573fef7 – Yaowu Xu <yaowu@google.com> authored on 2015/03/05 03:20
Use correct bsize for uv

42eb97eb – Johann <johannkoenig@google.com> authored on 2015/03/04 10:34
Declare function used by 'once' with 'void' parameters

c45b9564 – hkuang <hkuang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/04 09:23
Merge "Fix variable shadowing."

4b546583 – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/04 07:49
Merge "Small rationalization of code in vp9_first_pass"

31fae6ac – hkuang <hkuang@google.com> authored on 2015/03/04 06:40
Fix variable shadowing.

2f06f508 – hkuang <hkuang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/04 06:27
Merge "Remove unnecessary loopfilter init."

a34a0426 – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/04 05:54
Merge "Make encoder buffer allocation dynamic"

fed9e1fe – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/02/27 10:52
Small rationalization of code in vp9_first_pass

50c06052 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/04 05:47
Merge "Use SAD value to set chroma cost flag"

2deecdd5 – Jingning Han <jingning@google.com> authored on 2015/03/04 05:28
Move integral projection motion search to vp9_mcomp.c

7d8061a4 – Jingning Han <jingning@google.com> authored on 2015/03/04 04:40
Use SAD value to set chroma cost flag

0fe8304d – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/04 04:01
Merge "Properly handle the boundary blocks for integral projection search"

3807dd82 – Adrian Grange <agrange@google.com> authored on 2015/02/18 04:40
Make encoder buffer allocation dynamic

87d1a488 – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/03 18:23
Merge "dc quantizer fix for 32x32 transforms"

540318d3 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/03 14:04
Merge "Scale the normalization factor depending on the block size"

93a01899 – Frank Galligan <fgalligan@google.com> authored on 2015/03/03 12:05
Use 8 threads by default for VP9 encodes

e5fe1658 – Jingning Han <jingning@google.com> authored on 2015/03/02 08:51
Properly handle the boundary blocks for integral projection search

6910e92d – Deb Mukherjee <debargha@google.com> authored on 2015/03/03 07:26
dc quantizer fix for 32x32 transforms

6e5115e1 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/03 10:47
Merge "fix a race condition caused by intra function pointer initialization"

767d63d0 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2015/03/03 10:33
Merge "Adapt color sensitiviy threshold to luma signal energy"

852f62fd – Adrian Grange <agrange@google.com> authored on 2015/03/03 04:19
Fix valgrind memcpy memory overlaps warning

Next