summaryrefslogtreecommitdiff
path: root/vp8/encoder/bitstream.c
AgeCommit message (Expand)Author
2011-09-16enable selecting&transmitting to for intra mode entropyYaowu Xu
2011-09-16add quantizer adaptive intra mb mode encodingYaowu Xu
2011-09-16add 8x8 intra prediction modesYaowu Xu
2011-09-15Segment Feature SignalingPaul Wilkins
2011-09-13Reverse coding order for segment features:Paul Wilkins
2011-09-13Change to segment_feature_data[][] structure.Paul Wilkins
2011-09-13Segment Features:Paul Wilkins
2011-08-25Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-08-16Faster vp8_default_coef_probsScott LaVarnway
2011-07-21fix more merge issuesYaowu Xu
2011-07-20fixed a number of problems caused by auto mergesYaowu Xu
2011-07-20Add 8x8 transform to experimental branchDeb Mukherjee
2011-07-20Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-07-19Moved vp8_encode_bool into boolhuff.hScott LaVarnway
2011-06-30Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-06-28Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistentlyJohn Koleszar
2011-06-28New ways of passing encoded data between encoder and decoder.Stefan Holmer
2011-06-28Adding support for independent partitionsStefan Holmer
2011-06-17Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-06-07Wrapped asserts in critical code with CONFIG_DEBUGScott LaVarnway
2011-06-06Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-06-02Removed B_MODE_INFOScott LaVarnway
2011-05-26Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-05-26Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-05-26Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-05-26Merge "Use int_mv instead of MV in vp8_mv_cont"Scott LaVarnway
2011-05-25remove code not in useYaowu Xu
2011-05-24Use int_mv instead of MV in vp8_mv_contScott LaVarnway
2011-05-24MODE_INFO size reductionScott LaVarnway
2011-05-13Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-05-12Using int_mv instead of MVScott LaVarnway
2011-03-18Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-03-11Fix "used uninitialized" warning in vp8_pack_bitstream()Attila Nagy
2011-02-18Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-02-17Use endian-neutral bitstream packing/unpackingJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-10Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-02-09Put more code under #if CONFIG_MULTITHREAD.Gaute Strokkenes
2010-11-17FIXED bug in when CONFIG_SEGMENTATION NOT DEFINEDJim Bankoski
2010-11-16Merge branch 'experimental' of ssh://on2-git.corp.google.com:29418/libvpx int...Suman Sunkara
2010-11-11Use of temporal context for encoding delta updates.Suman Sunkara
2010-09-29Fix loopfilter delta zero transitionsJohn Koleszar
2010-09-14Changed code to remove extra read/write loops when not necessarySuman Sunkara
2010-09-13Delta updates to segmentation map using left and above contexts.Suman Sunkara
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar
2010-09-03Reduced the size of MB_MODE_INFOScott LaVarnway
2010-08-11avoid negative array subscript warningsJohn Koleszar
2010-06-18cosmetics: trim trailing whitespaceJohn Koleszar
2010-06-04LICENSE: update with latest textJohn Koleszar
2010-05-19remove unneeded variablesPavol Rusnak