aboutsummaryrefslogtreecommitdiff
path: root/vp8/encoder/bitstream.c
AgeCommit message (Expand)Author
2023-06-07Fix a few typosJerome Jiang
2022-08-18use VPX_NO_UNSIGNED_SHIFT_CHECK with entropy functionsJames Zern
2022-04-14Fix int overflow in intermediate calculationJerome Jiang
2021-07-26Fix some instances of -Wunused-but-set-variable.Peter Kasting
2020-07-09Cap target bitrate to raw rate internallyJerome Jiang
2019-08-13vp8/encoder/bitstream: fix int sanitizer warningsHien Ho
2019-05-01vp8: quiet conversion warnings when packing bitsJohann
2019-04-29vp8: quiet conversion warning when packing sizesJohann
2018-11-01vp8: remove VP8_ENTROPY_STATS codeJohann
2017-10-27vp8: correct if/else '{' placementJames Zern
2017-08-31Add atomics to vp8 synchronization primitives.Peter Boström
2016-09-29Remove vp8_clear_system_stateJohann
2016-09-19vp8: convert some uses of unsigned long to size_tJames Zern
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