summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.c
AgeCommit message (Expand)Author
2016-10-21vp9_bitstream: Encode tiles in parallelVignesh Venkatasubramanian
2016-10-18Revert "vp9_bitstream: Encode tiles in parallel"James Zern
2016-10-17vp9_bitstream: Encode tiles in parallelVignesh Venkatasubramanian
2016-10-12vp9_bitstream: Parameterize interp_filter_selectedVignesh Venkatasubramanian
2016-10-12vp9_bitstream: Parameterize max_mv_magnitudeVignesh Venkatasubramanian
2016-10-07write_modes: add MACROBLOCKD as a parameterVignesh Venkatasubramanian
2016-10-01Fix warning when building with GCC 5.Geza Lore
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-06-15Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream levelhui su
2016-05-25Refactor probability savings search.Alex Converse
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-11-06Expand unconstrained nodes in pack_mb_tokens and loop on zeros.Alex Converse
2015-10-06vp9: simplify extrabits encodingAlex Converse
2015-09-25Rename display_{size,width,height} to render_*.Ronald S. Bultje
2015-09-16Add support for color-range.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-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-07-20vpx_dsp/bitwriter_buffer.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitwriter.h: vp9_->vpx_Yaowu Xu
2015-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-20Remove vp9_ prefix from bit writer filesYaowu Xu
2015-07-20Move bit writer files to vpx_dsp/Yaowu Xu
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-06-16Merge "Eliminated frame_type check in get_partition_probs()"Scott LaVarnway
2015-06-16Eliminated frame_type check in get_partition_probs()Scott LaVarnway
2015-06-11inline vp9_get_segdata()Scott LaVarnway
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-23Simplify skip check.Alex Converse
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
2015-02-02adjust rtc setting and thresholdYaowu Xu
2015-01-30Optimize coef updateYaowu Xu
2015-01-28Simplify update_coef_probs()Yaowu Xu
2015-01-14Add encoder control for setting color spaceYaowu Xu
2015-01-06Moves inter mode count updates to update_statsDeb Mukherjee
2014-12-22Merge "remove static initializers for partition tree"Jim Bankoski
2014-12-17remove static initializers for partition treeJim Bankoski
2014-12-12vp9: move encoder-only member from commonJames Zern
2014-12-05Improve the performance by caching the left_mi and right_mi in macroblockd.hkuang
2014-12-03Remove unused ONE_LOOP entry from speed featureJingning Han
2014-12-03Rework coeff probability model update for rtc codingJingning Han
2014-11-25vp9_ethread: calculate and save the tok starting address for tilesYunqing Wang
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang
2014-11-14vp9_ethread: combine encoder counts in separate structYunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang