shithub: libvpx

RSS feed

a0d9a9dd – Jim Bankoski <jimbankoski@google.com> authored on 2014/12/11 12:34
Adds a test to make sure encoder parms get to decoder.

be7a2858 – Jim Bankoski <jimbankoski@google.com> authored on 2014/12/07 06:28
Make the decoder Cfg available to encoder tests..

da464c48 – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 16:09
Merge "vp9 asserts: fix compile warning"

0e00dbae – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 15:36
Merge "fix building with --disable-spatial-resampling"

0e8cc9a8 – James Zern <jzern@google.com> authored on 2014/12/05 11:02
fix building with --disable-spatial-resampling

3db785fa – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 14:00
Merge "vp9: fix frame-parallel encoding"

0d367474 – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 12:49
Merge "Some internal-stats, vp9-highbitdepth bug fixes"

6db81fd6 – James Zern <jzern@google.com> authored on 2014/12/05 12:44
vp9: fix frame-parallel encoding

bd6bfb93 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 12:35
Merge "Remove redundant rdcost reset"

296afb94 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 12:35
Merge "Fix a motion search skip condition in vp9_pick_inter_mode"

3d8d1e37 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 11:59
Merge "Remove redundant MB_MODE_INFO reset from vp9_pick_mode_inter"

616b3a81 – James Zern <jzern@google.com> authored on 2014/12/05 11:20
vp9 asserts: fix compile warning

17bedc54 – Jingning Han <jingning@google.com> authored on 2014/12/05 11:04
Remove redundant rdcost reset

eadffb2d – Jingning Han <jingning@google.com> authored on 2014/12/05 10:56
Fix a motion search skip condition in vp9_pick_inter_mode

732d57c2 – Jingning Han <jingning@google.com> authored on 2014/12/05 10:50
Remove redundant MB_MODE_INFO reset from vp9_pick_mode_inter

eaa6deee – hkuang <hkuang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 10:12
Merge "Merge set_prev_mi function into encoder function."

37448d3e – Deb Mukherjee <debargha@google.com> authored on 2014/12/05 08:40
Some internal-stats, vp9-highbitdepth bug fixes

6ae82908 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 06:47
Merge "Remove redundant vp9_zero in choose_partitioning"

69a9dc5c – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 06:25
Merge "Enable conditional skip path in rd_pick_intra_sby_mode"

62c73560 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 06:25
Merge "Use hybrid RD and non-RD coding flow for key frame coding"

9d88b308 – Jingning Han <jingning@google.com> authored on 2014/12/05 05:38
Remove redundant vp9_zero in choose_partitioning

74ded486 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/04 09:53
Enable conditional skip path in rd_pick_intra_sby_mode

07711e9b – Jingning Han <jingning@google.com> authored on 2014/12/04 04:29
Use hybrid RD and non-RD coding flow for key frame coding

a3a4a34c – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/05 03:23
Merge "vp9_ethread: the tile-based multi-threaded encoder"

bb6e47c1 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/04 23:11
Merge "Increase strength of AQ1."

15cf55b3 – Debargha Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/04 14:22
Merge "Use the RTC optimizations when in high bitdepth mode."

b43c27ab – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/04 11:08
Merge "vp9_reader: reorder struct members"

4bfde107 – Debargha Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/04 10:52
Merge "Corrected the renaming of CONFIG_VP9_HIGH ro CONFIG_VP9_HIGHBITDEPTH."

a306bd82 – Peter de Rivaz <peter.derivaz@gmail.com> authored and Deb Mukherjee <debargha@google.com> committed on 2014/12/04 05:51
Use the RTC optimizations when in high bitdepth mode.

dd26b9a6 – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/04 10:14
Merge "Loop filter test fix"

62de07c8 – hkuang <hkuang@google.com> authored on 2014/12/04 09:44
Merge set_prev_mi function into encoder function.

eba9c762 – Yunqing Wang <yunqingwang@google.com> authored on 2014/12/02 10:47
vp9_ethread: the tile-based multi-threaded encoder

4f860dba – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/04 06:19
Merge "Fixes a missing highbitdepth convolve call bug"

f610f88b – Peter de Rivaz <peter.derivaz@gmail.com> authored on 2014/12/04 06:01
Corrected the renaming of CONFIG_VP9_HIGH ro CONFIG_VP9_HIGHBITDEPTH.

9065da98 – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/04 02:08
Merge "Free motion vector array before re-allocating"

072ed17d – Deb Mukherjee <debargha@google.com> authored on 2014/12/03 11:26
Loop filter test fix

7cb7588b – Marco <marpan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 13:12
Merge "Various updates to vp8."

33e61df7 – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 13:05
Merge "acm_random: provide full range for Rand16()"

7339681e – Tom Finegan <tomfinegan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 13:05
Merge "sse2 visual studio build fix"

70d9dbd8 – Deb Mukherjee <debargha@google.com> authored on 2014/12/03 12:48
Fixes a missing highbitdepth convolve call bug

615230b8 – James Zern <jzern@google.com> authored on 2014/12/01 10:10
acm_random: provide full range for Rand16()

276ab215 – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 11:58
Merge "acm_random: provide full range for Rand8()"

b56451f4 – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 11:50
Merge "Use memset for initialization to 0"

6615706a – Deb Mukherjee <debargha@google.com> authored on 2014/12/03 10:18
sse2 visual studio build fix

979ee6e4 – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/01 11:05
Free motion vector array before re-allocating

fb20a07c – Marco <marpan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 11:03
Merge "Increase delta-qp for aq=3 mode, after key frame."

af898b56 – Marco <marpan@google.com> authored on 2014/11/10 08:07
Various updates to vp8.

3665f194 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 10:43
Merge "Fix indent in source_var_based_partition_search_method"

73caef05 – Adrian Grange <agrange@google.com> authored on 2014/12/01 08:58
Use memset for initialization to 0

d5937cd2 – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 09:30
Merge "vp9: sync threads after a longjmp"

a047e7cd – Marco <marpan@google.com> authored on 2014/12/03 05:19
Increase delta-qp for aq=3 mode, after key frame.

30631938 – James Zern <jzern@google.com> authored on 2014/11/26 10:17
acm_random: provide full range for Rand8()

17176cd4 – Jingning Han <jingning@google.com> authored on 2014/12/03 07:37
Fix indent in source_var_based_partition_search_method

8f3db5f2 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 06:34
Merge "Remove unused ONE_LOOP entry from speed feature"

228ec17f – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/03 06:34
Merge "Rework coeff probability model update for rtc coding"

8fd3f9a2 – Marco <marpan@google.com> authored on 2014/11/12 09:51
Enable non-rd mode coding on key frame, for speed 6.

a8d8c0f6 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/02 13:26
Remove unused ONE_LOOP entry from speed feature

8fe50191 – Jingning Han <jingning@google.com> authored on 2014/12/02 13:16
Rework coeff probability model update for rtc coding

6f7ab014 – James Zern <jzern@google.com> authored on 2014/12/02 11:51
vp9: sync threads after a longjmp

99874f55 – Debargha Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/02 10:32
Merge "Reinsert macro to fix issue 884."

1fbe0c76 – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/02 09:03
Merge "Fix a warning related to VPX_EFLAG_FORCE_KF check"

2c886953 – Peter de Rivaz <peter.derivaz@gmail.com> authored and Deb Mukherjee <debargha@google.com> committed on 2014/12/02 07:14
Reinsert macro to fix issue 884.

dcb29c14 – Debargha Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/02 07:29
Merge "Added high bitdepth sse2 transform functions"

02941b0d – Deb Mukherjee <debargha@google.com> authored on 2014/12/02 06:35
Fix a warning related to VPX_EFLAG_FORCE_KF check

7e40a55e – Peter de Rivaz <peter.derivaz@gmail.com> authored and Deb Mukherjee <debargha@google.com> committed on 2014/10/24 04:48
Added high bitdepth sse2 transform functions

bf758b6a – Jingning Han <jingning@google.com> authored on 2014/12/02 05:50
Enforce error resilient mode on in temporal svc real-time mode

03e26715 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/02 04:14
Merge "Cyclic refresh: factor segment delta-q into rate control."

aabedc88 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/01 12:35
Merge "Turn off temporal svc unit test in RTC setting"

83fd1897 – Marco Paniconi <marpan@google.com> authored and Marco <marpan@google.com> committed on 2014/04/02 14:37
Cyclic refresh: factor segment delta-q into rate control.

65d6320c – Jingning Han <jingning@google.com> authored on 2014/11/30 12:40
Turn off temporal svc unit test in RTC setting

f59cb45e – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/01 09:02
Merge "Remove repeated search_type_check_frequency assign"

7af927e3 – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/12/01 07:49
Merge "vp9_ethread: calculate and save the tok starting address for tiles"

661802b6 – Johann <johannkoenig@google.com> authored on 2014/12/01 06:06
Remove default cortex-a8 tuning.

0d3d6e0e – Paul Wilkins <paulwilkins@google.com> authored on 2014/11/21 07:26
Increase strength of AQ1.

e0b3e213 – Marco <marpan@google.com> authored on 2014/11/26 06:11
temporal_svc encoder: Change default setting for layering_mode = 0.

10f62d07 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/26 02:56
Merge "Separate rate_correction_factor for boosted GFs"

a6df0cbc – Jingning Han <jingning@google.com> authored on 2014/11/25 13:34
Remove repeated search_type_check_frequency assign

0993bef7 – Yunqing Wang <yunqingwang@google.com> authored on 2014/11/25 11:53
vp9_ethread: calculate and save the tok starting address for tiles

31bb7a25 – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/25 10:12
Merge "tests: enable resize_test for vp8"

e4234b3f – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/21 06:55
Separate rate_correction_factor for boosted GFs

ee30dd00 – Johann <johannkoenig@google.com> authored on 2014/11/25 07:06
Remove unfreed memory in quantize_test.cc

a04ed984 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/24 10:54
Cosmetic change in vp9_pick_inter_mode

92a7cfc8 – Jingning Han <jingning@google.com> authored on 2014/11/24 09:40
Adaptively adjust mode test kick-off thresholds in RTC coding

30104207 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/25 04:33
Merge "Rework forward txfm/quantization skip system in RTC coding mode"

6912c441 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/24 17:13
Merge "Remove redundant intra mode penalty from vp9_pick_inter_mode"

e1f55e04 – James Zern <jzern@google.com> authored on 2014/11/24 14:27
vp9_reader: reorder struct members

edbd61e1 – Yunqing Wang <yunqingwang@google.com> authored on 2014/11/21 06:11
vp9_ethread: modify VP9_COMP structure

60ef6c07 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/24 11:36
Merge "Fix a tautological assert."

0496d114 – Alex Converse <aconverse@google.com> authored on 2014/11/24 10:00
Fix a tautological assert.

25be81e2 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/24 04:31
Remove redundant intra mode penalty from vp9_pick_inter_mode

e6fb9c0b – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/24 08:21
Merge "Key frame non-RD mode decision process"

e9d9f1ad – Debargha Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/24 07:47
Merge "Refactored idct routines and headers"

3726d45d – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/24 07:26
Merge "sad_test: initialize bit_depth_ in all cases"

3a8c43a4 – Peter de Rivaz <peter.derivaz@gmail.com> authored and Deb Mukherjee <debargha@google.com> committed on 2014/10/24 04:37
Refactored idct routines and headers

2fbdfd2c – Jingning Han <jingning@google.com> authored on 2014/11/20 06:28
Key frame non-RD mode decision process

681d5e90 – Marco <marpan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/24 02:46
Merge "Only allow for cyclic refresh (aq=3 mode) for base layer."

dfdfb2d0 – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/22 08:14
Merge "Indent build/make/configure.sh"

65d7fa71 – James Zern <jzern@google.com> authored on 2014/11/22 07:12
sad_test: initialize bit_depth_ in all cases

2232c3e3 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/11/21 12:39
Merge "Fix some minor nits."

7efb302a – Johann <johannkoenig@google.com> authored on 2014/11/20 13:20
Indent build/make/configure.sh

Next