summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.c
AgeCommit message (Expand)Author
2013-11-13Merge "Syncing write_modes_{b, sb} implementation with decode_modes_{b, sb}."Dmitry Kovalev
2013-11-12Merge "Using max_tx_size instead of bsize when possible."Dmitry Kovalev
2013-11-12Adding const to tree pointer inside vp9_extra_bit struct.Dmitry Kovalev
2013-11-11Syncing write_modes_{b, sb} implementation with decode_modes_{b, sb}.Dmitry Kovalev
2013-11-11Merge "Localizing NEARESTMV special cases in the code."Dmitry Kovalev
2013-11-08Correct a couple of typosYaowu Xu
2013-11-05Using max_tx_size instead of bsize when possible.Dmitry Kovalev
2013-11-05Localizing NEARESTMV special cases in the code.Dmitry Kovalev
2013-11-04Splitting partition_probs array into two arrays.Dmitry Kovalev
2013-11-01Removing 'new' probability calculation from convert_distribution().Dmitry Kovalev
2013-10-30Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS.Dmitry Kovalev
2013-10-28Adding {read, write}_partition() instead of check_bsize_coverage().Dmitry Kovalev
2013-10-28vp9: add TileInfoJames Zern
2013-10-28Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3,I96940657,I025595d8,Ie0...James Zern
2013-10-25vp9: add above/left_seg_context to encoderJames Zern
2013-10-25vp9: pass context directly to partition functionsJames Zern
2013-10-25Adding COLOR_SPACE enum.Dmitry Kovalev
2013-10-23Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE.Dmitry Kovalev
2013-10-23Adding VP9_FRAME_MARKER constant.Dmitry Kovalev
2013-10-22Merge "Removing NUM_ prefix from constant names."Dmitry Kovalev
2013-10-22Merge "Prevent left_block_mode stepping into left tile"Jingning Han
2013-10-22Prevent left_block_mode stepping into left tileJingning Han
2013-10-21Inlining set_partition_seg_context function.Dmitry Kovalev
2013-10-21Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-10-18Removing NUM_ prefix from constant names.Dmitry Kovalev
2013-10-18Passing block index explicitly instead of using get_sb_index().Dmitry Kovalev
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Merge "Removing print_prob_tree function and vp9_coeff_probs typedef."Dmitry Kovalev
2013-10-15Updated encoder to handle intra-only framesAlexander Voronov
2013-10-14Removing print_prob_tree function and vp9_coeff_probs typedef.Dmitry Kovalev
2013-10-11Replacing {VP9_COEF, MODE}_UPDATE_PROB with DIFF_UPDATE_PROB.Dmitry Kovalev
2013-10-10Fix typo in comment messageJingning Han
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-07cpplint issue missed in first pass for vp9_bitstream.cJim Bankoski
2013-10-07Using inter_mode_offset_function instead of duplicated code.Dmitry Kovalev
2013-10-02BITSTREAM - RESTORING BILINEAR INTERPOLATION FILTER SUPPORTDmitry Kovalev
2013-09-20Adding best_mv[2] array instead of two variables.Dmitry Kovalev
2013-09-19change to avoid invalid memory read.Yaowu Xu
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09API extensions and sample app for spacial scalable encoderIvan Maltz
2013-08-29Merge "Adds a speed feature for fast 1-loop forw updates"Deb Mukherjee
2013-08-29consistently name VP9_COMMON variables #3James Zern
2013-08-29consistently name VP9_COMMON variables #1James Zern
2013-08-29Merge "Renaming txfm_size to tx_size."Dmitry Kovalev
2013-08-28General code cleanup.Dmitry Kovalev
2013-08-28Adds a speed feature for fast 1-loop forw updatesDeb Mukherjee
2013-08-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-22check_bsize_coverage cleanup.Dmitry Kovalev