shithub: libvpx

RSS feed

b02c72b5 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/13 05:57
Adding mv_has_subpel() function.

b5af9d29 – hkuang <hkuang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/10 05:59
Merge "Fix Issue #679: vp9 C loop filter produces valgrind warning."

ed364b21 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/10 05:30
Merge "Adding {get, set}_rate_correction_factor() functions."

66c6f7bf – hkuang <hkuang@google.com> authored on 2014/01/09 05:36
Fix Issue #679: vp9 C loop filter produces valgrind warning.

a260369a – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/10 04:33
Merge "Keep buffer clipped to maximum in change_config."

b6452571 – Paul Wilkins <paulwilkins@google.com> authored on 2014/01/10 07:28
Revert "SSSE3 convolution optimization"

a4c94a94 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 13:17
Merge "Optimze inv 16x16 DCT with 10 non-zero coeffs - P2"

faa2ba86 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 13:17
Merge "Optimze inv 16x16 DCT with 10 non-zero coeffs - P1"

36c8daed – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 12:38
Merge "Cleanups on refresh flags"

412e4954 – Deb Mukherjee <debargha@google.com> authored on 2014/01/08 12:55
Cleanups on refresh flags

e8192cf6 – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 10:21
Merge "Use the correct member for initialization"

b1d81e19 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 10:02
Merge "Simplify set_rt_speed_feature()"

193fa5c8 – Marco Paniconi <marpan@google.com> authored on 2014/01/09 09:17
Keep buffer clipped to maximum in change_config.

c8e8d3a4 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 08:42
Merge "Renaming 'Sharpness' to 'sharpness'."

2d381d76 – Yaowu Xu <yaowu@google.com> authored on 2014/01/09 06:50
Simplify set_rt_speed_feature()

af31b27a – Jingning Han <jingning@google.com> authored on 2014/01/09 07:43
Optimze inv 16x16 DCT with 10 non-zero coeffs - P2

f3b9b97c – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 07:39
Merge "SSSE3 convolution optimization"

511d218c – levytamar82 <levytamar82@gmail.com> authored on 2013/11/21 10:49
SSSE3 convolution optimization

6d812d6f – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 06:15
Merge "Removing examples code generation and making them static."

42647fc9 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 06:15
Merge "Using VP9_COMMON instead of VP9_COMP."

c8a2aaa7 – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/09 05:39
Merge "VP8 for ARMv8 by using NEON intrinsics 01"

79395e16 – James Yu <james.yu@linaro.org> authored and Johann <johann.koenig@duck.com> committed on 2013/12/17 13:23
VP8 for ARMv8 by using NEON intrinsics 01

11569060 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 22:00
Merge "Fix rate allocation bug."

719dadf3 – Johann <johannkoenig@google.com> authored on 2014/01/08 12:42
Use the correct member for initialization

b16fac42 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/08 13:36
Using VP9_COMMON instead of VP9_COMP.

d606bf93 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 13:12
Merge "Removing direct references to {lst_fb, gld_fb, alt_fb}_idx fields."

67ad03ac – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 12:59
Merge "Install test sources for MSVS"

feaad4f1 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 12:48
Merge "Cleanups around cpi->common."

c01fe86c – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/08 12:40
Adding {get, set}_rate_correction_factor() functions.

4fbe54d2 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 11:29
Merge "Renaming 'Mode' to 'mode'."

0239f114 – Johann <johannkoenig@google.com> authored on 2014/01/08 10:45
Install test sources for MSVS

ba6ab46c – Jingning Han <jingning@google.com> authored on 2014/01/07 09:35
Optimze inv 16x16 DCT with 10 non-zero coeffs - P1

d7b49b28 – Paul Wilkins <paulwilkins@google.com> authored on 2014/01/06 12:05
Fix rate allocation bug.

510a8282 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/08 10:21
Removing direct references to {lst_fb, gld_fb, alt_fb}_idx fields.

0ecd583d – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/08 09:51
Cleanups around cpi->common.

8fcb74e6 – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 09:43
Merge "Add a C fallback for get_msb() and change inline to INLINE."

5be0ed30 – hkuang <hkuang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 09:41
Merge "Add initial intra frame neon optimization. 1~2% gain."

962c8b24 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/08 09:33
Renaming 'Mode' to 'mode'.

57be8136 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/08 09:19
Renaming 'Sharpness' to 'sharpness'.

feab7e11 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 09:14
Merge "Using struct twopass_rc* instead of VP9_COMP*."

ce7ff3b6 – Alex Converse <aconverse@google.com> authored on 2014/01/08 07:25
Add a C fallback for get_msb() and change inline to INLINE.

691111aa – hkuang <hkuang@google.com> authored on 2014/01/06 09:34
Add initial intra frame neon optimization. 1~2% gain.

a84029ad – Yunqing Wang <yunqingwang@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 06:33
Merge "AVX2 Variance Optimization"

357b6536 – levytamar82 <levytamar82@gmail.com> authored on 2013/12/28 20:23
AVX2 Variance Optimization

af720818 – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 06:10
Merge "Include gen_msvs_vcxproj.sh"

22d83a0a – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 06:06
Merge "Replace RD modeling with a fixed point approximation."

f2ca665f – Alex Converse <aconverse@google.com> authored on 2014/01/03 08:24
Replace RD modeling with a fixed point approximation.

aa9552b0 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 05:06
Merge "Fix an issue in motion vector prediction stage"

87784e3a – Johann <johannkoenig@google.com> authored on 2014/01/08 04:51
Include gen_msvs_vcxproj.sh

0d21d79b – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 04:20
Merge "Further rate control cleanups"

7d4083a8 – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/08 03:42
Merge "Remove yasm.rules dependency"

50fa5859 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/07 10:15
Removing examples code generation and making them static.

730ade41 – Deb Mukherjee <debargha@google.com> authored on 2014/01/06 10:19
Further rate control cleanups

06e4f825 – Jingning Han <jingning@google.com> authored on 2014/01/07 04:53
Fix an issue in motion vector prediction stage

fdad4fd2 – Jingning Han <jingning@google.com> authored on 2014/01/07 05:15
Remove deprecated variable from rt_speed_feature

16f5607d – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/07 04:56
Merge "Adding new_mv local variable."

7b496783 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/07 04:56
Merge "Adding get_ref_frame_buffer() function."

b3af2f87 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/07 04:54
Merge "Removing unused mvp_fill manipulation code."

656166ea – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/07 04:31
Merge "Remove avoid_frame_with_high_error from RD loop"

9e18cf70 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 21:40
Merge "Reusing ROUND_POWER_OF_TWO macro."

e4e58ac4 – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 21:27
Merge "Clean up: unused function and variables"

6a7a7341 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/06 13:07
Removing unused mvp_fill manipulation code.

8e6583b1 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 12:58
Merge "Replacing &cpi->common with cm."

c015ba5f – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/06 12:58
Adding new_mv local variable.

ff655420 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/06 12:38
Reusing ROUND_POWER_OF_TWO macro.

abe4940d – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/06 12:29
Replacing &cpi->common with cm.

7900c80e – Alex Converse <aconverse@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 12:22
Merge "Fix encoding Raw yv12 and i420 from a pipe."

166d8142 – Marco Paniconi <marpan@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 11:35
Merge "Code cleanup: remove unneeded lines."

64b89f1b – Alex Converse <aconverse@google.com> authored on 2014/01/06 11:29
Fix encoding Raw yv12 and i420 from a pipe.

9aa16eec – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 11:26
Merge "Added placeholder for real time mode"

3817c7c7 – Marco Paniconi <marpan@google.com> authored on 2014/01/06 11:03
Code cleanup: remove unneeded lines.

11660c6b – Charles 'Buck' Krasic <ckrasic@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 10:18
Merge "Write correct resolution to the IVF file header (b/11270652)"

195a0852 – Johann <johannkoenig@google.com> authored on 2014/01/06 10:12
Remove yasm.rules dependency

a224b0dd – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 10:02
Merge "Combining ref_frame and second_ref_frame into ref_frames[2]."

29199efd – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 10:01
Merge "Moving reset_segment_features() to encoder/vp9_segmentation.h."

7919bf6a – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/06 09:50
Adding get_ref_frame_buffer() function.

bbb25e6a – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 09:19
Merge "Adding RefBuffer struct."

8aa33ed6 – Charles 'Buck' Krasic <ckrasic@google.com> authored on 2014/01/03 11:06
Write correct resolution to the IVF file header (b/11270652)

393a8cce – Jingning Han <jingning@google.com> authored on 2014/01/06 08:29
Remove avoid_frame_with_high_error from RD loop

b57b82b5 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/06 07:46
Using struct twopass_rc* instead of VP9_COMP*.

6b150c28 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/06 07:23
Combining ref_frame and second_ref_frame into ref_frames[2].

f73b2143 – Deb Mukherjee <debargha@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 07:01
Merge "Corerctly sets frame type in the 2 pass case"

a2c01ed5 – Yaowu Xu <yaowu@google.com> authored on 2014/01/06 06:51
Added placeholder for real time mode

4603f31d – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/06 06:31
Moving reset_segment_features() to encoder/vp9_segmentation.h.

d7663ede – Paul Wilkins <paulwilkins@google.com> authored on 2014/01/06 06:26
Clean up: unused function and variables

a9deec43 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 05:50
Merge "Moving get_scan() call out of decode_coeffs() function."

cf3d2c8d – Deb Mukherjee <debargha@google.com> authored on 2014/01/03 10:41
Corerctly sets frame type in the 2 pass case

b49e9fb4 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/06 04:38
Merge "Tune IDCT8_1D macro function interface"

bc27812c – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/05 21:04
Merge "Modified Handling of min and max vbr rates."

5771276f – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/03 13:18
Moving get_scan() call out of decode_coeffs() function.

2344e3a2 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/03 13:02
Merge "Converting CHECK_POINT macro to inline function."

6e8c1036 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/03 12:38
Merge "Replacing int_mv with MV."

513666e7 – Dmitry Kovalev <dkovalev@google.com> authored on 2014/01/03 11:16
Converting CHECK_POINT macro to inline function.

ed2fba2a – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/03 10:57
Merge "Replacing CHECK_BOUNDS macro with inline check_bounds function."

0c5575fe – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/03 10:56
Merge "Moving hev mask calculation into filter4() function."

3e0c62b5 – Jingning Han <jingning@google.com> authored on 2014/01/03 10:05
Tune IDCT8_1D macro function interface

ba41e9d4 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/12/27 13:44
Adding RefBuffer struct.

efb150bb – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/03 10:13
Merge "Cleaning up get_prediction_decay_rate() function."

2336853b – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2014/01/03 10:04
Merge "Pre planes configuration cleanup."

65ede3da – Paul Wilkins <paulwilkins@google.com> authored on 2014/01/02 10:45
Modified Handling of min and max vbr rates.

Next