summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
2013-12-05Merge "Further rate control cleanups"Deb Mukherjee
2013-12-05Further rate control cleanupsDeb Mukherjee
2013-12-03Moving eob array to the encoder.Dmitry Kovalev
2013-11-27Merge "Continued rate control clean-ups"Deb Mukherjee
2013-11-27Continued rate control clean-upsDeb Mukherjee
2013-11-26Removing qcoeff buffers from the decoder.Dmitry Kovalev
2013-11-26Fix unit test failuresYaowu Xu
2013-11-22Refactoring of rate control - part 1Deb Mukherjee
2013-11-20Merge "vpxenc: add --aq-mode flag to control adaptive quantization"Guillaume Martres
2013-11-18Merge "Move vp9_extend.{h,c} from common to encoder"Yaowu Xu
2013-11-18Move vp9_extend.{h,c} from common to encoderYaowu Xu
2013-11-18Constrain encoder motion search rangeJingning Han
2013-11-15Removing vp9_encodeintra.{h, c} files.Dmitry Kovalev
2013-11-15vpxenc: add --aq-mode flag to control adaptive quantizationGuillaume Martres
2013-11-13Dual buffer encoding for intra modesJingning Han
2013-11-11Allocate dual buffer sets for encodingJingning Han
2013-11-06Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup.Dmitry Kovalev
2013-10-31Remove one shot q experimentDeb Mukherjee
2013-10-28vp9: add TileInfoJames Zern
2013-10-24Adding get_frame_new_buffer() function to replace duplicated code.Dmitry Kovalev
2013-10-17Add missing calls to emms in the adaptive quantization codeGuillaume Martres
2013-10-16Use a separate MODE_INFO stream for each tile columnGuillaume Martres
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Implement variance-based adaptive quantizationGuillaume Martres
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-07Merge "cpplint problems resolved with vp9_firstpass.c"Jim Bankoski
2013-10-05cpplint problems resolved with vp9_firstpass.cJim Bankoski
2013-10-04Fix first pass for non-square blocksGuillaume Martres
2013-09-24Limit mv search range for first pass and mbgraphYaowu Xu
2013-09-22Improves constant qual, constrained qual turned onDeb Mukherjee
2013-09-19fix integer overflow errorsYaowu Xu
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-10Modify encode breakout for static framesYunqing Wang
2013-09-09Merge "Revert "New mode_info_context storage""James Zern
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-08Merge "New mode_info_context storage"Jim Bankoski
2013-09-06Support a constant quality mode in VP9Deb Mukherjee
2013-09-06New mode_info_context storageScott LaVarnway
2013-08-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-16Removing unused or redundant arguments from *_args structures.Dmitry Kovalev
2013-08-15Using { 0 } for initialization instead of memset.Dmitry Kovalev
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-07-25General cleanups.Dmitry Kovalev
2013-07-18Merge scale_factors and scale_factors_uv.Ronald S. Bultje
2013-07-16use consistent framerate namingJames Zern
2013-07-12Some minor cleanups for efficiencyDeb Mukherjee
2013-07-03Refactoring setup_pre_planes function.Dmitry Kovalev
2013-07-01Removing vp9_mbpitch.c, moving vp9_setup_block_dptrs to vp9_block.h.Dmitry Kovalev
2013-06-26Remove empty function vp9_build_block_offsetsJingning Han