summaryrefslogtreecommitdiff
path: root/vp10/decoder
AgeCommit message (Expand)Author
2016-02-17vp10/decoder,resize_mv_buffer: add missing alloc checkJames Zern
2016-02-01vp10: remove unused (read|write)_uniformJames Zern
2016-01-08Remove experimental flag for ext_txDebargha Mukherjee
2016-01-08Modifies inter/intra coding to allow all tx typesDebargha Mukherjee
2016-01-04vp10: only assume ONLY_4X4 if segmentation is disabled.Ronald S. Bultje
2016-01-04vp10: skip coding of txsz for lossless-segment blocks.Ronald S. Bultje
2015-12-16Move bit_depth init out of setup_quantizationYaowu Xu
2015-12-14Fix a enc/dec mismatch under CONFIG_MISC_FIXESYaowu Xu
2015-12-10Fix enc/dec mismatches for aq-mode 1 and 2Yaowu Xu
2015-12-03Remove palette from VP10hui su
2015-10-27misc fixes: Remove a wasted value.Alex Converse
2015-10-27Shrink probability remap tables.Alex Converse
2015-10-21vp10: don't allow comp_inter_inter on keyframes.Ronald S. Bultje
2015-10-20vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe.Ronald S. Bultje
2015-10-19vp10: write colorspace info for profile 0 intraonly frames.Ronald S. Bultje
2015-10-16vp10: per-segment lossless coding.Ronald S. Bultje
2015-10-16vp10: add extended-intra prediction edges experiment.Ronald S. Bultje
2015-10-16vp10: allow forward updates for keyframe y intra mode probabilities.Ronald S. Bultje
2015-10-16vp10: merge keyframe/interframe uvintramode/partition probabilities.Ronald S. Bultje
2015-10-16vp10: make segmentation probs use generic probability model.Ronald S. Bultje
2015-10-15Fix palette mode in multi-thread encoding settinghui su
2015-10-13Merge "VP10: Add palette mode part 1"Hui Su
2015-10-12vp10: allow forward updates for uv_mode probabilities.Ronald S. Bultje
2015-10-12vp10: allow bw adaptivity for skip/tx probabilities in keyframes.Ronald S. Bultje
2015-10-12vp10: remove clamp_mv2() call from vp10_find_best_ref_mvs().Ronald S. Bultje
2015-10-12VP10: Add palette mode part 1hui su
2015-10-05vp10: use subexp probability updates for MV probs.Ronald S. Bultje
2015-10-05vp10: skip unreachable cat6 token extrabits.Ronald S. Bultje
2015-10-05vp10: remove superframe size field for last frame in superframe.Ronald S. Bultje
2015-10-05vp10: use superframe marker index/size mechanism for tile size.Ronald S. Bultje
2015-10-05vp10: extend range for delta Q values.Ronald S. Bultje
2015-10-02vp10: make render_width/height referenceable through ref frames.Ronald S. Bultje
2015-09-25vp9/10: improve support for render_width/height.Ronald S. Bultje
2015-09-25Rename display_{size,width,height} to render_*.Ronald S. Bultje
2015-09-25vp10: code reference_mode in uncompressed header.Ronald S. Bultje
2015-09-25vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer.Ronald S. Bultje
2015-09-24vp9/10 decoder_remove: check pbi pointerJames Zern
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: 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-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-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-11Make reset_frame_context an enum.Ronald S. Bultje