summaryrefslogtreecommitdiff
path: root/vp9/vp9_cx_iface.c
AgeCommit message (Expand)Author
2015-07-14Fixes part of merge regression from adding arf parameters.Debargha Mukherjee
2015-07-06Expose params min-gf-interval/max-gf-intervalDebargha Mukherjee
2015-06-03Remove ABI check for 1 pass CBR SVC.Marco
2015-06-02Vidyo patch: Rate control for SVC, 1 pass CBR mode.Marco
2015-03-24VP9E_GET_ACTIVE_MAP API function.Alex Converse
2015-03-20vp[89]_cx_iface.c: remove obsolete ABI checksJames Zern
2015-03-19put spatial svc behind an ABI checkJames Zern
2015-03-16Fix external resize memory issues.Alex Converse
2015-03-13Provide information on codec controlsYaowu Xu
2015-03-12Rename a vp9 only control with vp9e prefixYaowu Xu
2015-03-09Merge "Reduce default overshoot/undershoot params to 25"Deb Mukherjee
2015-03-05Reduce default overshoot/undershoot params to 25Deb Mukherjee
2015-03-03Use 8 threads by default for VP9 encodesFrank Galligan
2015-03-03VP9: turn on tile-columns and frame-parallel-mode by defaultFrank Galligan
2015-02-26Fix the encoder to support profile changeYaowu Xu
2015-02-23Account for rate error in GF group Q calculation.paulwilkins
2015-02-03Add mutex initialization in encoderYaowu Xu
2015-02-02Merge "Allow larger encoder configurations."Alex Converse
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-29Allow larger encoder configurations.Alex Converse
2015-01-23Revert "Merge branch 'frame-parallel' to enable frame parallel decode in mast...Johann
2015-01-22Merge branch 'frame-parallel' to enable frame parallel decode in master branch.hkuang
2015-01-21Allow external resize via vpx_codec_enc_config_setAlex Converse
2015-01-14Add encoder control for setting color spaceYaowu Xu
2015-01-09Added plumbing for setting color spaceYaowu Xu
2015-01-09Fix comments and color formatYaowu Xu
2014-12-18Merge "make vp9 encoder static initializers thread safe"James Zern
2014-12-18make vp9 encoder static initializers thread safeJim Bankoski
2014-12-17Corrected value range of --cpu-used for vp9Yaowu Xu
2014-12-04vp9_ethread: the tile-based multi-threaded encoderYunqing Wang
2014-11-13Prepare for dynamic frame resizing in the recode loopAdrian Grange
2014-11-10Vidyo: Support for one-pass rc-enabled SVC encoderDeb Mukherjee
2014-10-27Add a new control of golden frame boost in CBR modeYaowu Xu
2014-10-24Add a new control of max bitrate for inter frameYaowu Xu
2014-10-20Extend --auto-alt-ref so it can enable multi-alt ref.Paul Wilkins
2014-10-16[spatial svc]Another workaround to avoid using prev_miMinghai Shang
2014-10-16Revert "[spatial svc]Another workaround to avoid using prev_mi"Paul Wilkins
2014-10-14[spatial svc]Another workaround to avoid using prev_miMinghai Shang
2014-10-02Adds some missing I440 checksDeb Mukherjee
2014-09-30Misc. high-bit-depth fixesDeb Mukherjee
2014-09-22Merge "[spatial svc] Remove vpx_svc_parameters_t and the loop that sets it fo...Minghai Shang
2014-09-18[spatial svc] Remove vpx_svc_parameters_t and the loop that sets it for each ...Minghai Shang
2014-09-18[spatial svc] Use same golden frame for all temporal layersMinghai Shang
2014-09-12Change the control function of VP9 denoiser.JackyChen
2014-09-12Merge "[spatial svc] Output psnr for all layers in one packet."Minghai Shang
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-11[spatial svc] Output psnr for all layers in one packet.Minghai Shang
2014-09-05Merge "Adding temp cpi var."Dmitry Kovalev
2014-09-04Adding temp cpi var.Dmitry Kovalev
2014-09-04Removing sz member from vpx_codec_priv. Dmitry Kovalev