summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.c
AgeCommit message (Expand)Author
2013-12-16Converting vp9_treecoder.h to vp9_prob.{h, c}Dmitry Kovalev
2013-12-13Removing unnecessary assert(delta != 0) from encode_loopfilter().Dmitry Kovalev
2013-12-13Merge "Renaming treed_write() to vp9_write_tree()."Dmitry Kovalev
2013-12-11Merge "Changes interfaces to vp9_get_compressed_data fn"Deb Mukherjee
2013-12-11Changes interfaces to vp9_get_compressed_data fnDeb Mukherjee
2013-12-10Renaming treed_write() to vp9_write_tree().Dmitry Kovalev
2013-12-10Cleaning up skip context calculation.Dmitry Kovalev
2013-12-09Renaming comp_pred_mode to reference_mode.Dmitry Kovalev
2013-12-07Merge "Removing BLOCK_TYPES and adding PLANE_TYPES constant instead."Dmitry Kovalev
2013-12-06Renaming reference mode context calculation function.Dmitry Kovalev
2013-12-06Removing BLOCK_TYPES and adding PLANE_TYPES constant instead.Dmitry Kovalev
2013-12-06Merge "Renaming constants."Dmitry Kovalev
2013-12-06Merge "vp9_get_pred_context_intra_inter() clean up."Dmitry Kovalev
2013-12-05Renaming PREV_COEF_CONTEXTS to COEFF_CONTEXTS.Dmitry Kovalev
2013-12-05vp9_get_pred_context_intra_inter() clean up.Dmitry Kovalev
2013-12-05Renaming constants.Dmitry Kovalev
2013-12-04Merge "Cleaning up vp9_entropy.h file."Dmitry Kovalev
2013-12-03Removing old code.Dmitry Kovalev
2013-12-03Cleaning up vp9_entropy.h file.Dmitry Kovalev
2013-11-27Moving token-encoding related stuff from common to encoder.Dmitry Kovalev
2013-11-26Moving mode encodings from common to encoder + cleanup.Dmitry Kovalev
2013-11-25Merge "Cleaning up vp9_write_nmv_probs() function."Dmitry Kovalev
2013-11-25Merge "Renaming COMPPREDMODE_TYPE enum and its members."Dmitry Kovalev
2013-11-24Cleaning up vp9_write_nmv_probs() function.Dmitry Kovalev
2013-11-22Renaming COMPPREDMODE_TYPE enum and its members.Dmitry Kovalev
2013-11-22Using partition counts from FRAME_COUNTS struct in the encoder.Dmitry Kovalev
2013-11-22Merge "Cleaning up entropy probability update in encoder."Dmitry Kovalev
2013-11-21Syncing update_coef_probs() implementation with decoder.Dmitry Kovalev
2013-11-20Removing old code.Dmitry Kovalev
2013-11-20remove the model and copy in pack_mb_tokensJim Bankoski
2013-11-19Cleaning up entropy probability update in encoder.Dmitry Kovalev
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