summaryrefslogtreecommitdiff
path: root/vp10/decoder
AgeCommit message (Expand)Author
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
2015-09-09vp10: add extern "C" to headersJames Zern
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-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-24Fix a bug induced in f1d090e2f56e28b3218fb99f648bd5d59ae2f4b1hui su
2015-08-24Refactoring on transform typeshui su
2015-08-21Merge "Refactor get_tx_type and get_scan"Hui Su
2015-08-21Refactor get_tx_type and get_scanhui su
2015-08-20Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMESJingning Han
2015-08-15Merge "Change vp9_ prefix function names in vpx_scale to vpx_"Jingning Han
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han
2015-08-14change vp10 to use a different sync code than vp9Yaowu Xu
2015-08-13VP9Common -> VP10CommonYaowu Xu
2015-08-13VP9Decoder -> VP10DecoderYaowu Xu
2015-08-13VP9_COMMON -> VP10->COMMONYaowu Xu
2015-08-13Correct guard macros in header filesYaowu Xu
2015-08-12Sync vp10 with vpx_ports/system_state.hJingning Han
2015-08-11Remove vp9_ prefix from vp10 filesJingning Han
2015-08-11Fork VP9 and VP10 codebaseJingning Han