summaryrefslogtreecommitdiff
path: root/vp8/encoder/bitstream.c
AgeCommit message (Expand)Author
2012-11-06Moving count_mb_ref_frame_usage to macroblock structScott LaVarnway
2012-11-05Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway
2012-11-05Moved skip_true_count to macroblock structScott LaVarnway
2012-11-05Moving coef_counts to macroblock structScott LaVarnway
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04Make global data constAttila Nagy
2012-05-02Fix compiler warningsAttila Nagy
2012-04-23Removes duplication of key frame mode probabilitiesAttila Nagy
2012-04-17Makes all global data in entropy.c constAttila Nagy
2012-02-29Packing bitstream on-the-fly with delayed context updatesAttila Nagy
2012-02-21Merge changes I0341554f,I64e110c8John Koleszar
2012-02-17Update encoder mb_skip_coeff and prob_skip_false calculationAttila Nagy
2012-02-16Consolidate C version of token packing functionsAttila Nagy
2012-01-26Correct clamping in use of vp8_find_near_mvs()John Koleszar
2011-12-22Merge "Remove unnecessary ternary constructs"John Koleszar
2011-12-22Remove unnecessary ternary constructsJohn Koleszar
2011-12-21squash some signed/unsigned comparison warningsJames Zern
2011-12-09vp8e - entropy stats per frame typeJim Bankoski
2011-11-23Fix encoder partitioned output on ARMAttila Nagy
2011-11-18Validate encoder buffer writes for single token partitionAttila Nagy
2011-11-04Compiler warning fix for const array.Fritz Koenig
2011-10-20Merge "Fix: check cx_data buffer prior to write"John Koleszar
2011-10-20Fix: check cx_data buffer prior to writeJames Berry
2011-10-10enc: save entropy probs only when needed for refreshAttila Nagy
2011-08-16Faster vp8_default_coef_probsScott LaVarnway
2011-07-19Moved vp8_encode_bool into boolhuff.hScott LaVarnway
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-07Wrapped asserts in critical code with CONFIG_DEBUGScott LaVarnway
2011-06-02Removed B_MODE_INFOScott LaVarnway
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-12Using int_mv instead of MVScott LaVarnway
2011-03-11Fix "used uninitialized" warning in vp8_pack_bitstream()Attila Nagy
2011-02-17Use endian-neutral bitstream packing/unpackingJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-09Put more code under #if CONFIG_MULTITHREAD.Gaute Strokkenes
2010-09-29Fix loopfilter delta zero transitionsJohn Koleszar
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
2010-05-18Initial WebM releaseJohn Koleszar