vp8/encoder: normalize include guards
vp8/decoder: normalize include guards
vp8/common: normalize include guards
vp9: normalize include guards
Merge "Avoid mixed comparison"
Merge "Add const to match declaration"
Merge "Include files in the same directory directly"
Merge "Define POSITION to differentiate from MV"
Merge "Move two functions to encoder"
Merge "Fix rd_filter_cache update in sub8x8 RD loop"
Merge "Remove redefinition in handle_inter_mode"
Merge "Rate control changes on active_worst_quality"
Define POSITION to differentiate from MV
Move two functions to encoder
Merge "Added a test vector"
Rate control changes on active_worst_quality
Merge "Using MV struct instead of int_mv union in encoder (2)."
Include files in the same directory directly
Merge "Getting rid of b_{width, height}_log2 calls in non-420 loop filter."
Fix rd_filter_cache update in sub8x8 RD loop
Merge "Remove border extension in intra frame prediction."
Merge "Yet another vp9_pred_common.c cleanup."
Merge "Reusing nmv_frame_counts from FRAME_COUNTS in encoder."
Remove border extension in intra frame prediction.
Merge "Cleaning up encode_sb() and encode_b() functions."
Merge "Removing unnecessary assert(delta != 0) from encode_loopfilter()."
Change in data rate test to be less stringent
Add frame buffer lru cache.
Merge "Add support to pass in external frame buffers."
Add support to pass in external frame buffers.
Yet another vp9_pred_common.c cleanup.
webmdec/tests: fix leak when file isn't read to eof
Removing unnecessary assert(delta != 0) from encode_loopfilter().
Using MV struct instead of int_mv union in encoder (2).
Merge "Using MV struct instead of int_mv union in encoder."
Merge "vp9_convole.c cleanup."
Merge "Cleaning up vp9_append_sub8x8_mvs_for_idx()."
Using MV struct instead of int_mv union in encoder.
Merge "Increase disable_filter_search_var_thresh threshold"
Remove redefinition in handle_inter_mode
Getting rid of b_{width, height}_log2 calls in non-420 loop filter.
Merge "obj_int_extract: fix compile warning"
Merge "vp9 asserts: fix compile warning"
Merge "Rename so -> scan_order in vp9_encodemb.c"
Merge "Renaming treed_write() to vp9_write_tree()."
Merge "zz_motion_search() cleanup."
Merge "Moving mi configuration loop from vp9_read_mode_info to set_offsets."
Merge "Remove some dead code"
Rename so -> scan_order in vp9_encodemb.c
Increase disable_filter_search_var_thresh threshold
Merge "Set rc_2pass_vbr_maxsection_pct to correct value"
Merge "Enable adaptive pred filter type for sub8x8"
Set rc_2pass_vbr_maxsection_pct to correct value
Moving mi configuration loop from vp9_read_mode_info to set_offsets.
vp9 asserts: fix compile warning
obj_int_extract: fix compile warning
Enable adaptive pred filter type for sub8x8
Merge "test-data.sha1: add missing sha1sums"
zz_motion_search() cleanup.
Cleanup copyright headers.
Merge "Move test vector list into a separate header."
Merge "Add pre decode frame hook to decoder test class."
Move test vector list into a separate header.
test-data.sha1: add missing sha1sums
Merge "Little cleanup in vp9_encode_block_intra()."
Merge "Changes interfaces to vp9_get_compressed_data fn"
Little cleanup in vp9_encode_block_intra().
Reusing nmv_frame_counts from FRAME_COUNTS in encoder.
Merge "Rename clamp_mv_min_max to set_mv_search_range"
Cleaning up encode_sb() and encode_b() functions.
Merge "Renames for consistency in vp9_pred_common.{c, h} files."
Merge "Reduce the number of frames used in lossless test"
Changes interfaces to vp9_get_compressed_data fn
Rename clamp_mv_min_max to set_mv_search_range
Merge "Enforce motion search range clamp for sub8x8"
Reduce the number of frames used in lossless test
Merge "Fix valgrind error."
Merge "vp8: remove 2 unused tables"
Merge "Fix the printf format string"
Enforce motion search range clamp for sub8x8
Fix the printf format string
Add pre decode frame hook to decoder test class.
vp9 mt decode: reorder tile decode
Renames for consistency in vp9_pred_common.{c, h} files.
Renaming treed_write() to vp9_write_tree().
Cleaning up vp9_append_sub8x8_mvs_for_idx().
Merge "Fix a bug"
Merge "Cleaning up skip context calculation."
Merge "Cleaning up read_inter_block_mode_info() function."
Merge "avoid crash when using --best on cpus with SSE3 (but not SSE4) support"
avoid crash when using --best on cpus with SSE3 (but not SSE4) support
Cleaning up skip context calculation.
Merge "Removing unused vp9_get_pred_flag_mbskip() function."