summaryrefslogtreecommitdiff
path: root/vp8/encoder/bitstream.c
AgeCommit message (Expand)Author
2016-08-31Remove CONFIG_DEBUG guards from assert()Johann
2016-07-20vp8/bitstream.c: rework #if to avoid dangling elseJames Zern
2016-07-19vp8/{bitstream,rdopt},y4minput: correct break placementJames Zern
2016-07-19vp8: simplify a few #if'sJames Zern
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy
2016-07-18prepend ++ instead of post in for loops.Jim Bankoski
2016-07-15vp8: apply clang-formatclang-format
2016-06-01Fix VP8 encoder UBSAN/IOC errorsYaowu Xu
2015-09-01Only build multithreaded functions on mt builds.Johann
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-28vpx_mem: remove vpx_memmoveJames Zern
2014-11-06Remove asm offset dependenciesJohann
2014-05-23Removing vp8/common/pragmas.h.Dmitry Kovalev
2013-10-17fix a VP8 build issueYaowu Xu
2013-09-23fix integer overflow in vp8Yaowu Xu
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-04-19Merge "Removed shadow warnings : bitstream.c encodeframe.c onyx_if.c"Scott LaVarnway
2013-03-27Merge branch 'master' into experimentalJohn Koleszar
2013-03-18ENTROPY_STATS -> VP8_ENTROPY_STATS in vp8/.Ronald S. Bultje
2013-03-14Removed shadow warnings : bitstream.c encodeframe.c onyx_if.cScott LaVarnway
2013-03-05vp8: clamp probability valuesJames Zern
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