summaryrefslogtreecommitdiff
path: root/vp10/encoder/bitstream.c
AgeCommit message (Expand)Author
2015-10-05vp10: skip unreachable cat6 token extrabits.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-25Rename display_{size,width,height} to render_*.Ronald S. Bultje
2015-09-25vp10: code reference_mode in uncompressed header.Ronald S. Bultje
2015-09-18Merge "Refactor mbmi_ext structure"Jingning Han
2015-09-17Refactor mbmi_ext structureJingning Han
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-16Add support for color-range.Ronald S. Bultje
2015-09-11vp10: merge frame_parallel_decoding_mode and refresh_frame_context.Ronald S. Bultje
2015-09-11Make reset_frame_context an enum.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-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-31Fix an indentYunqing Wang
2015-08-28vp10 cleanup: remove svc codeYunqing Wang
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-20Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMESJingning Han
2015-08-14change vp10 to use a different sync code than vp9Yaowu Xu
2015-08-13VP9_COMP -> VP10_COMPYaowu Xu
2015-08-13VP9_COMMON -> VP10->COMMONYaowu Xu
2015-08-12Sync vp10 with vpx_ports/system_state.hJingning Han
2015-08-11Remove vp9_ prefix from vp10 filesJingning Han