summaryrefslogtreecommitdiff
path: root/vp10
AgeCommit message (Expand)Author
2015-09-18Merge "Refactor mbmi_ext structure"Jingning Han
2015-09-17Refactor mbmi_ext structureJingning Han
2015-09-16vp10: do sub8x8 block reconstruction in full subblocks.Ronald S. Bultje
2015-09-16vp10: fix 4:2:2 chroma MVs for 8x4/4x4 blocks.Ronald S. Bultje
2015-09-16vp10: remove double MV value check.Ronald S. Bultje
2015-09-16vp10: move coding of tx_mode element to the non-arithcoded header.Ronald S. Bultje
2015-09-16vp10: code sign bit before absolute value in non-arithcoded header.Ronald S. Bultje
2015-09-16vp10: don't reset contextual skip flag if block has no coefficients.Ronald S. Bultje
2015-09-16Add support for color-range.Ronald S. Bultje
2015-09-16Merge "vp10: fix entropy counts for the hp bit."Ronald S. Bultje
2015-09-16Merge "fix implicit declaration"Angie Chiang
2015-09-15Merge changes from topic 'fix-vp9-bitstream-test'James Zern
2015-09-14Remove leftover of "frame_parallel_decoding"Yaowu Xu
2015-09-14vp10: fix entropy counts for the hp bit.Ronald S. Bultje
2015-09-14Merge "vp10: merge frame_parallel_decoding_mode and refresh_frame_context."Ronald S. Bultje
2015-09-12add range_check for fdct in vp10Angie Chiang
2015-09-11vp10: merge frame_parallel_decoding_mode and refresh_frame_context.Ronald S. Bultje
2015-09-11vp10: remove duplicate frame_parallel_decode field.Ronald S. Bultje
2015-09-11fix implicit declarationAngie Chiang
2015-09-11Make reset_frame_context an enum.Ronald S. Bultje
2015-09-11Merge "Fix vp10 high bit-depth build"James Zern
2015-09-11Fix vp10 high bit-depth buildJingning Han
2015-09-11Merge "Don't reset sign_bias fields in vp10_setup_past_independence()."Ronald S. Bultje
2015-09-11Merge "Isolate vp10's fwd_txfm from vp9"Angie Chiang
2015-09-10Merge "Take out reference_masking speed feature"Jingning Han
2015-09-10Merge "Take out skip_encode speed feature in vp10"Jingning Han
2015-09-10Merge "Remove speed features in vp10"Jingning Han
2015-09-10Merge "Isolate vp10's inv_txfm from vp9"Angie Chiang
2015-09-10Isolate vp10's fwd_txfm from vp9Angie Chiang
2015-09-10Isolate vp10's inv_txfm from vp9Angie Chiang
2015-09-10Take out reference_masking speed featureJingning Han
2015-09-10Take out skip_encode speed feature in vp10Jingning Han
2015-09-10Remove speed features in vp10Jingning Han
2015-09-10yuvconfig2image(): add explicit cast to avoid conv warningJames Zern
2015-09-09vp9/10 decoder_init: add missing alloc castJames Zern
2015-09-09vp9/10: set color_space on preview frameJames Zern
2015-09-09vp10: add extern "C" to headersJames Zern
2015-09-08Don't reset sign_bias fields in vp10_setup_past_independence().Ronald S. Bultje
2015-09-03Make update_map/temporal_update fields implicit for keyframes.Ronald S. Bultje
2015-09-03Unify coding order of MC filters between blocks and frame header.Ronald S. Bultje
2015-09-03Merge "Revert "add range_check for fdct in vp10""James Zern
2015-09-03Revert "add range_check for fdct in vp10"James Zern
2015-09-02Merge "add range_check for fdct in vp10"Angie Chiang
2015-09-02add range_check for fdct in vp10Angie Chiang
2015-09-01Don't build calc_psnr for high bit depth.Johann
2015-09-01Remove unused VP10 functions.Johann
2015-09-01Mark VP10 functions as 'INLINE'Johann
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-31Fix an indentYunqing Wang
2015-08-29vp10: fix high bitdepth buildJames Zern