summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.h
AgeCommit message (Expand)Author
2015-02-20Move dequant table from VP9_COMMON to VP9_COMP as decoderHangyu Kuang
2015-02-10Move computation up to frame levelYaowu Xu
2015-02-10Auto-adaptive encoder frame resizing logicAdrian Grange
2015-02-06Rename loopfilter_thread files to thread_common filesYunqing Wang
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
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-16vp9_ethread: add parallel loopfilterYunqing Wang
2015-01-14Add encoder control for setting color spaceYaowu Xu
2015-01-13Merge "Added plumbing for setting color space"Yaowu Xu
2015-01-09Added plumbing for setting color spaceYaowu Xu
2015-01-07Use 64 bit to accumulate frame sse.Paul Wilkins
2014-12-19resolve visual studio warnings around initializersJim Bankoski
2014-12-18Remove mode dependent zbin boost.Paul Wilkins
2014-12-12vp9: move encoder-only member from commonJames Zern
2014-12-09Substantial restructuring of AQ mode 2.Paul Wilkins
2014-12-04vp9_ethread: the tile-based multi-threaded encoderYunqing Wang
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-17change to call vp9_refining_search_sad() directlyYaowu Xu
2014-11-14vp9_ethread: combine encoder counts in separate structYunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang
2014-11-13Prepare for dynamic frame resizing in the recode loopAdrian Grange
2014-11-04[spatial svc] Make spatial svc working for one pass rate controlMinghai Shang
2014-10-28Merge "Add a new control of golden frame boost in CBR mode"Yaowu Xu
2014-10-27Refactor encoder tile data structureJingning Han
2014-10-27Add a new control of golden frame boost in CBR modeYaowu Xu
2014-10-27Merge "Add a new control of max bitrate for inter frame"Yaowu Xu
2014-10-24Merge "Tile based adaptive mode search in RD loop"Jingning Han
2014-10-24Add a new control of max bitrate for inter frameYaowu Xu
2014-10-24Tile based adaptive mode search in RD loopJingning Han
2014-10-23Move frame re-sizing into the recode loopAdrian Grange
2014-10-21Merge "Extend --auto-alt-ref so it can enable multi-alt ref."Paul Wilkins
2014-10-20Extend --auto-alt-ref so it can enable multi-alt ref.Paul Wilkins
2014-10-17Remove the dependency in token storing locationsYunqing Wang
2014-10-16Revert "Move input frame scaling into the recode loop"Paul Wilkins
2014-10-14Move input frame scaling into the recode loopAdrian Grange
2014-10-09Merge "Subpel search cleanups and enhancements"Deb Mukherjee
2014-10-08Subpel search cleanups and enhancementsDeb Mukherjee
2014-10-07Remove redundant header file from vp9_encoder.hJingning Han
2014-09-30Merge "Skip the partition search for still frames"Yunqing Wang
2014-09-26Skip the partition search for still framesYunqing Wang
2014-09-23Adds high bit-depth psnr/sse functionsDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-03Merge "[svc] Temporal svc with two pass rate control"Minghai Shang
2014-09-02Merge "Adds config opt for highbitdepth + misc. vpx"Deb Mukherjee
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-09-02[svc] Temporal svc with two pass rate controlMinghai Shang
2014-09-02Merge "Removing 'frames' field from VP9_COMP."Dmitry Kovalev