summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-26Add bistream_debug toolAngie Chiang1-0/+7
2019-04-18Fix issues with bits allocated and consumedDeepa K G1-1/+6
2019-03-29update .clang-format for version clang-7.0.1 update.Hien Ho1-2/+4
2018-09-18Sync ref frame writing with decoderJingning Han1-1/+2
2018-09-17Remove multi_arf_allowed variable.Paul Wilkins1-4/+0
2018-08-31Build arf index stackJingning Han1-0/+15
2018-08-17Skip frame bit-stream writing for show-existing frameJingning Han1-0/+4
2018-08-17Support code show_existing_frame in bit-stream headerJingning Han1-1/+7
2018-08-11vp9-svc: Fix to updated SET_SVC_REF_FRAME_CONFIG controlMarco Paniconi1-1/+1
2018-08-09vp9-svc: Update to SET/GET_SVC_REF_FRAME_CONFIG apiJerome Jiang1-0/+3
2018-05-01Clean switch cases in vp9 encoderLinfeng Zhang1-6/+8
2018-04-23Remove get_tx_probs2()Hui Su1-1/+1
2018-04-17Merge "Clean up svc comment in vp9_bitstream.c"Jerome Jiang1-8/+0
2018-04-13Clean up is_two_pass_svc.Jerome Jiang1-5/+1
2018-04-13Clean up svc comment in vp9_bitstream.cJerome Jiang1-8/+0
2017-11-20[CFI] Remove function pointer castsVlad Tsyrklevich1-2/+4
2017-02-15Merge "Row based multi-threading of encoding stage"Yunqing Wang1-2/+3
2017-02-15Row based multi-threading of encoding stageRanjit Kumar Tulabandu1-2/+3
2017-02-14apply clang-formatclang-format1-25/+21
2017-02-02Changes to facilitate multi-threading of encoding stageRanjit Kumar Tulabandu1-17/+17
2016-10-21vp9_bitstream: Encode tiles in parallelVignesh Venkatasubramanian1-1/+127
2016-10-18Revert "vp9_bitstream: Encode tiles in parallel"James Zern1-122/+1
2016-10-17vp9_bitstream: Encode tiles in parallelVignesh Venkatasubramanian1-1/+122
2016-10-12vp9_bitstream: Parameterize interp_filter_selectedVignesh Venkatasubramanian1-18/+28
2016-10-12vp9_bitstream: Parameterize max_mv_magnitudeVignesh Venkatasubramanian1-19/+30
2016-10-07write_modes: add MACROBLOCKD as a parameterVignesh Venkatasubramanian1-43/+39
2016-10-01Fix warning when building with GCC 5.Geza Lore1-1/+1
2016-08-02vp9/encoder: apply clang-formatclang-format1-124/+97
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway1-1/+1
2016-06-15Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream levelhui su1-3/+3
2016-05-25Refactor probability savings search.Alex Converse1-4/+4
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway1-34/+32
2015-11-06Expand unconstrained nodes in pack_mb_tokens and loop on zeros.Alex Converse1-55/+49
2015-10-06vp9: simplify extrabits encodingAlex Converse1-3/+1
2015-09-25Rename display_{size,width,height} to render_*.Ronald S. Bultje1-8/+8
2015-09-16Add support for color-range.Ronald S. Bultje1-1/+2
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann1-0/+1
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern1-1/+1
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse1-2/+2
2015-07-20vpx_dsp/bitwriter_buffer.h: vp9_ -> vpx_Yaowu Xu1-89/+89
2015-07-20vpx_dsp/bitwriter.h: vp9_->vpx_Yaowu Xu1-52/+52
2015-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu1-1/+1
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu1-15/+15
2015-07-20Remove vp9_ prefix from bit writer filesYaowu Xu1-1/+1
2015-07-20Move bit writer files to vpx_dsp/Yaowu Xu1-1/+1
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway1-3/+7
2015-06-16Merge "Eliminated frame_type check in get_partition_probs()"Scott LaVarnway1-1/+4
2015-06-16Eliminated frame_type check in get_partition_probs()Scott LaVarnway1-1/+4
2015-06-11inline vp9_get_segdata()Scott LaVarnway1-2/+2
2015-06-11inline vp9_segfeature_active()Scott LaVarnway1-5/+5