shithub: libvpx

RSS feed

6d2a0da7 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/10/18 13:44
Removing NUM_ prefix from constant names.

4e6c799e – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/18 09:56
Merge "vp9 dec/com: only update frame counts when necessary"

7563dd4a – James Zern <jzern@google.com> authored on 2013/10/16 12:20
vp9 dec/com: only update frame counts when necessary

68573c9d – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/18 09:22
Merge "vp9 com/dec: avoid reading unavailable above/left"

67e41fe2 – James Zern <jzern@google.com> authored on 2013/10/16 14:33
vp9 com/dec: avoid reading unavailable above/left

db1045f2 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/18 08:55
Merge "Use lookup table to simplify logic"

5cb8cca9 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/18 08:53
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct16x16."

ea77b034 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/18 08:39
Merge "Converted assert to error checking"

c093b622 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/18 07:51
Merge "Passing block index explicitly instead of using get_sb_index()."

1aa7fd5a – Dmitry Kovalev <dkovalev@google.com> authored on 2013/10/18 07:49
Using stride (# of elements) instead of pitch (bytes) in fdct16x16.

535a1085 – Yaowu Xu <yaowu@google.com> authored on 2013/10/18 07:24
Converted assert to error checking

ce34b6f5 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/18 07:45
Merge "Added checking for invalid size"

a8ffa96e – Dmitry Kovalev <dkovalev@google.com> authored on 2013/10/16 08:35
Passing block index explicitly instead of using get_sb_index().

062fb505 – Yaowu Xu <yaowu@google.com> authored on 2013/10/18 06:32
Added checking for invalid size

eaf2d4cb – Paul Wilkins <paulwilkins@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/17 21:59
Merge "Add missing calls to emms in the adaptive quantization code"

dd54f0ba – Yaowu Xu <yaowu@google.com> authored on 2013/10/17 12:02
fix a VP8 build issue

30d1ec38 – Yaowu Xu <yaowu@google.com> authored on 2013/10/17 07:09
Use lookup table to simplify logic

08fc2c92 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/17 10:47
Merge "Adding allow_hp as an argument to mv search functions."

ab1e65b3 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/17 10:46
Merge "Using TREE_SIZE macro for vp9_segment_tree."

631d2162 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/17 10:46
Merge "Removing last_kf_gf_q member from VP9Common structure."

ff3aada6 – Guillaume Martres <gmartres@google.com> authored on 2013/10/17 07:04
Add missing calls to emms in the adaptive quantization code

2726f383 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/10/17 10:02
Adding allow_hp as an argument to mv search functions.

e05412fc – Dmitry Kovalev <dkovalev@google.com> authored on 2013/10/17 09:02
Using stride (# of elements) instead of pitch (bytes) in fdct32x32.

518fc282 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/17 05:01
Merge "Prevent first pass from outputing invalid info"

01993f7d – Dmitry Kovalev <dkovalev@google.com> authored on 2013/10/16 14:01
Removing last_kf_gf_q member from VP9Common structure.

1350f885 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/10/16 13:35
Using TREE_SIZE macro for vp9_segment_tree.

7fd2561d – Guillaume Martres <gmartres@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/16 13:05
Merge changes I6226456d,I97925178,I766c4b74

47e784ea – Yaowu Xu <yaowu@google.com> authored on 2013/10/16 12:29
Prevent first pass from outputing invalid info

5b984b36 – Guillaume Martres <gmartres@google.com> authored on 2013/10/11 12:14
Use a separate MODE_INFO stream for each tile column

acf0d56f – Guillaume Martres <gmartres@google.com> authored on 2013/10/10 08:11
Get rid of "this_mi", use "mi_8x8[0]" everywhere instead

9a03154f – Guillaume Martres <gmartres@google.com> authored on 2013/10/10 07:03
Make the static_segmentation feature work again

6c891d43 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/16 12:15
Merge "Adding get_band_translate() function."

42bcb4a7 – Guillaume Martres <gmartres@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/16 12:07
Merge "Prevent accidental changes to the previous frame mode_infos"

f5377cd7 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/16 11:53
Merge "change to use vp9_idct_32x32_add"

9deb614a – Dmitry Kovalev <dkovalev@google.com> authored on 2013/10/16 11:11
Adding get_band_translate() function.

ab829274 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/10/16 11:00
Inlining and removing fwd_txm16x16 and fwd_txm8x8 pointers.

ba71191c – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/16 10:47
Merge "Cleanup of decode_coefs() function."

aa60db19 – Yaowu Xu <yaowu@google.com> authored on 2013/10/16 10:39
change to use vp9_idct_32x32_add

501a8c6b – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/16 09:13
Merge "Removing print_prob_tree function and vp9_coeff_probs typedef."

65583b14 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/16 09:13
Merge "Moving FILTER_BITS constant from vp9_convolve.h to vp9_filter.h."

9e665158 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/16 09:13
Merge "Using constants instead of plain numbers."

e078c3d8 – Marco Paniconi <marpan@google.com> authored on 2013/10/02 13:13
Initial 1-pass.

e55f6024 – Guillaume Martres <gmartres@google.com> authored and Paul Wilkins <paulwilkins@google.com> committed on 2013/10/07 15:20
Implement variance-based adaptive quantization

660fc5f5 – James Zern <jzern@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 21:44
Merge "lint-hunks: remove runtime/int filter"

12b2c712 – Adrian Grange <agrange@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 13:19
Merge "Updated encoder to handle intra-only frames"

e404db44 – Johann <johannkoenig@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 13:05
Merge "Remove Windows-style newlines using dos2unix"

9b05f23e – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 12:49
Merge "Make vp9_zero use cases of consistent format"

d6a59fb1 – Alexander Voronov <avoronov@graphics.cs.msu.ru> authored and Adrian Grange <agrange@google.com> committed on 2013/10/03 16:07
Updated encoder to handle intra-only frames

355db167 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 12:24
Merge "Remove unused variable vp9_64x64_zeros"

bf187d1b – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 12:23
Merge "Fix a few indent format issues in buffer defs"

fd1cd89d – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 12:23
Merge "Remove unused comment"

3f52cfa1 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 12:23
Merge "Re-design all-zero-coeff block index buffer use"

c8e48f4b – Jingning Han <jingning@google.com> authored on 2013/10/15 12:09
Make vp9_zero use cases of consistent format

67cf81b1 – Guillaume Martres <gmartres@google.com> authored on 2013/10/15 11:49
Remove Windows-style newlines using dos2unix

650caeca – Guillaume Martres <gmartres@google.com> authored on 2013/10/15 11:43
lint-hunks: remove runtime/int filter

e4d12a13 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 11:27
Merge "Converted assertion to returning error"

f999d791 – Yaowu Xu <yaowu@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/10/15 10:28
Merge "Added trap for invalid key frame"