Refactor encode_sb_ for 4x8/8x4 partition
Merge "Use b_width_log2_ in partition type parse" into experimental
Merge "Remove vp9_extend_mb_row()" into experimental
Merge "WIP: 8x8 idct/recon merge" into experimental
Merge "Combining integer and fractional parts of mvs for entropy coding." into experimental
Use b_width_log2_ in partition type parse
WIP: 8x8 idct/recon merge
Removed Q threshold in the usage of ADST
Merge "Removing lossless flag from the bitstream." into experimental
Remove vp9_extend_mb_row()
Add building blocks for 4x8/8x4 rd search
Merge "Fix the transform type selection in 4x4 partition" into experimental
Merge "Further Implicit Segmentation Changes" into experimental
Add vp9_extend_frame_borders
Merge "Fix vp9_build_intra_predictors_sbuv_s for non-4:2:0" into experimental
Removing lossless flag from the bitstream.
Fix vp9_build_intra_predictors_sbuv_s for non-4:2:0
Merge "Fix first-pass encoding test" into experimental
Merge "Moving the same code to new function vp9_setup_scale_factors." into experimental
Merge "Adding alpha plane to YV12_BUFFER_CONFIG structure." into experimental
Moving the same code to new function vp9_setup_scale_factors.
Adding alpha plane to YV12_BUFFER_CONFIG structure.
Fix the transform type selection in 4x4 partition
Further Implicit Segmentation Changes
Merge "Preparing vp9_deblock and vp9_denoise to alpha support." into experimental
Merge "Moving several static functions from vp9_reconinter.h to vp9_reconinter.c." into experimental
Fix first-pass encoding test
WIP: 16x16 idct/recon merge
Combining integer and fractional parts of mvs for entropy coding.
Moving several static functions from vp9_reconinter.h to vp9_reconinter.c.
WIP: 32x32 idct/recon merge
Enable recursive partition down to 4x4
Preparing vp9_deblock and vp9_denoise to alpha support.
Merge "Do joint motion search iteratively" into experimental
Merge "changed to use adst for D63_PRED" into experimental
Merge "Revert "Preparing vp9_deblock and vp9_denoise to alpha support."" into experimental
Revert "Preparing vp9_deblock and vp9_denoise to alpha support."
changed to use adst for D63_PRED
Merge "Using loop through all planes inside scale_and_extend_frame function." into experimental
Merge "Preparing vp9_deblock and vp9_denoise to alpha support." into experimental
Merge "Moving vp9_decode_frame declaration to vp9_decodframe.h." into experimental
Merge "Adding encode_quantization function." into experimental
Merge "Code cleanup inside vp9_firstpass.c." into experimental
Merge "Removing simple loopfilter and code duplication from loopfilter code." into experimental
Removing simple loopfilter and code duplication from loopfilter code.
Adding encode_quantization function.
Change to band calculation.
Using loop through all planes inside scale_and_extend_frame function.
Moving vp9_decode_frame declaration to vp9_decodframe.h.
Preparing vp9_deblock and vp9_denoise to alpha support.
Do joint motion search iteratively
Merge "Use consistent partition context setup in enc/dec" into experimental
Merge "Force bsize for UV in I4X4 and SPLITMV" into experimental
Merge "Move get_sb_index to vp9_blockd.h" into experimental
Use consistent partition context setup in enc/dec
Force bsize for UV in I4X4 and SPLITMV
Move get_sb_index to vp9_blockd.h
Merge "Fix token allocation for non-4:2:0" into experimental
Merge "Fix non-4:2:0 chroma MV calculation for SPLITMV" into experimental
Merge "Fix 4:2:0 assumptions in debug plane output" into experimental
Merge "vpxenc: fix mismatch check for non-4:2:0" into experimental
Merge "Subsampling aware allocs and bitstream" into experimental
Merge "Enable recursive partition type search" into experimental
Merge "Removing unused simple loopfilter code." into experimental
Removing unused simple loopfilter code.
Avoid calls to get_coef_band().
Add joint motion search in comp_inter_inter mode(experiment)
Enable recursive partition type search
Fix token allocation for non-4:2:0
Fix non-4:2:0 chroma MV calculation for SPLITMV
Fix 4:2:0 assumptions in debug plane output
vpxenc: fix mismatch check for non-4:2:0
Subsampling aware allocs and bitstream
Merge "Change test image format to VPX_IMG_FMT_I420" into experimental
Merge "Use common get_uv_tx_size()" into experimental
Merge "Make firstpass encode Y-only" into experimental
Updating comments for prediction modes.
Make firstpass encode Y-only
Change test image format to VPX_IMG_FMT_I420
Use common get_uv_tx_size()
Code cleanup inside vp9_firstpass.c.
Removing LOOPFILTER_TYPE and corresponding bit in bitstream.
Merge "Using 4-iteration loop for extra_mb_col inside loopfilter function." into experimental
Merge "Removing unused YV12_BUFFER_CONFIG arguments from motion search functions." into experimental
Merge "Eliminating several YV12_BUFFER_CONFIG usages." into experimental
Merge "Renaming 'Speed' to 'speed' inside VP9_COMP struct." into experimental
Merge "Removing y_to_uv_block_size and y_bsizet_to_block_size functions." into experimental
Merge "Extend left/above partition context to per mi(8x8)" into experimental
Removing y_to_uv_block_size and y_bsizet_to_block_size functions.
Renaming 'Speed' to 'speed' inside VP9_COMP struct.
Removing unused YV12_BUFFER_CONFIG arguments from motion search functions.
Eliminating several YV12_BUFFER_CONFIG usages.
Using loop to iterate through YV12_BUFFER_CONFIG planes.
Merge "Replacing vp9_{write, write_literal, bit} macros with functions." into experimental
Merge "Removing unused code + little cleanup." into experimental
Extend left/above partition context to per mi(8x8)
Make switchable filter search subsampling-aware
Merge "Make setup_pred_block subsampling-aware." into experimental
Replacing vp9_{write, write_literal, bit} macros with functions.