summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2016-01-21vp9 pickmode: Fix the shift on negative value.Marco
2016-01-21Merge "Remove the vestigal skip_eob feature from tokenization."Alex Converse
2016-01-21vp9_aq_cyclicrefresh: fix double->float warningJames Zern
2016-01-21Merge "Tie the bit cost scale to a define."Alex Converse
2016-01-20vp9-aqmode=3: Reduce condition below which we turn off delta-qp.Marco
2016-01-20Fix build with --enable-internal-statshui su
2016-01-20Remove the vestigal skip_eob feature from tokenization.Alex Converse
2016-01-20Vidyo patch: Changes to the scalability code.Marco
2016-01-20Merge "VP9: Eliminate MB_MODE_INFO"Scott LaVarnway
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-19Merge "Deduplicate sign cost for ONE/TWO/THREE/FOUR tokens"Alex Converse
2016-01-19Loop filter search resets on overlay frame.paulwilkins
2016-01-15Tie the bit cost scale to a define.Alex Converse
2016-01-15vp9-denoiser: Set motion threshold for skin_map to 0.Marco
2016-01-15Deduplicate sign cost for ONE/TWO/THREE/FOUR tokensAlex Converse
2016-01-14Merge "Adding an aq mode for 360 videos"Debargha Mukherjee
2016-01-14Merge "VP9: inline vp9_use_mv_hp()"Scott LaVarnway
2016-01-13Properly set segmentation for error-resilient modeYaowu Xu
2016-01-13Adding an aq mode for 360 videosDebargha Mukherjee
2016-01-13VP9: Remove decoder args from find_mv_refs_idx()Scott LaVarnway
2016-01-13VP9: inline vp9_use_mv_hp()Scott LaVarnway
2016-01-07Merge "Enable encoder to avoid 8x4 or 4x8 partitions"Yaowu Xu
2016-01-07Merge "Fix a typo"Yaowu Xu
2016-01-07Enable encoder to avoid 8x4 or 4x8 partitionsYaowu Xu
2016-01-07Fix a typoYaowu Xu
2016-01-06vp9-svc: Fix to avoid msan unitialized value.Marco
2016-01-04vp9-skin detection: Refactoring.Marco
2016-01-04vp9-svc: Set initial values for ext_buffer/flag indices.Marco
2015-12-23Merge "Fix sub8x8 motion search on scaled reference frame"Jingning Han
2015-12-22aq-mode=3: Don't reset segment if block is determined to be skin.Marco
2015-12-17Non-rd speed >=5: Include H/V intra for bsize=16x16.Marco
2015-12-16vp9-svc: Fix to allow for 4x4 variance for low resolutions.Marco
2015-12-16Merge "Non-rd variance partition: Lower the 64->32 force split threshold."Marco Paniconi
2015-12-15Non-rd variance partition: Lower the 64->32 force split threshold.Marco
2015-12-15Merge changes Icf9b57c3,I9e12da84,Idf5ee179Yaowu Xu
2015-12-15Merge "Revert "Add "unknown" status for noise estimation.""Marco Paniconi
2015-12-15Revert "Add "unknown" status for noise estimation."Marco Paniconi
2015-12-15Merge "SVC 1 pass mode: Constrain inter mode search within superframe."Marco Paniconi
2015-12-15Merge "1 pass VBR mode bug fix."Paul Wilkins
2015-12-15Fixed interval, fixed Q 1 pass test patch.paulwilkins
2015-12-151 pass VBR mode bug fix.paulwilkins
2015-12-15Merge "move vp9_avg to vpx_dsp"James Zern
2015-12-15Merge "Add "unknown" status for noise estimation."Jacky Chen
2015-12-14Add "unknown" status for noise estimation.jackychen
2015-12-14SVC 1 pass mode: Constrain inter mode search within superframe.Marco
2015-12-14move vp9_avg to vpx_dspJames Zern
2015-12-14Non-rd variance partition: Adjust logic for 32->16 force split.Marco
2015-12-12Merge "Non-rd variance partition: Adjustments to reduce dragging artifact."Marco Paniconi
2015-12-11Non-rd variance partition: Adjustments to reduce dragging artifact.Marco
2015-12-11Fix sub8x8 motion search on scaled reference frameJingning Han