summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_common.h
AgeCommit message (Expand)Author
2016-08-23Correct CHECK_MEM_ERROR macro (release builds)Yury Gitman
2016-08-22Correct CHECK_MEM_ERROR macroYury Gitman
2016-08-02vp9/common: apply clang-formatclang-format
2016-06-15Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream levelhui su
2016-05-10Add VP9 encoder API for level specification.hui su
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-07-27Move intra prediction functions from vp9/common/ to vpx_dsp/hui su
2015-07-17Migrate quantization functions from vp9/ to vpx_dsp/Yunqing Wang
2015-07-15Add vpx_dsp_common.h fileJingning Han
2015-05-13Relocate memory operations for common codeJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2014-10-03Incorporate WRAPLOW macro into non-highbitdepth txDeb Mukherjee
2014-09-30Moves transform type defines to vp9_commonDeb Mukherjee
2014-09-16Adding high-bitdepth intra prediction functionsDeb Mukherjee
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-08-01removed sign mismatch warningJim Bankoski
2014-05-14vp9_decodeframe.c: cleanup -wextra warningsYaowu Xu
2014-02-03INLINE and reimplement get_unsigned_bits().Alex Converse
2014-01-23vp9/common: add extern "C" to headersJames Zern
2013-10-23Adding VP9_FRAME_MARKER constant.Dmitry Kovalev
2013-10-15Make vp9_zero use cases of consistent formatJingning Han
2013-07-08Using mi_cols instead of mb_cols.Dmitry Kovalev
2013-06-28Removing CONFIG_DEBUG checks on assertions.Dmitry Kovalev
2013-06-25Moving subexp encoding functions in separate vp9_dsubexp.c file.Dmitry Kovalev
2013-06-07Align frame size to 8 instead of 16.Ronald S. Bultje
2013-06-07Revert "Align frame size to 8 instead of 16."Ronald S. Bultje
2013-06-06Align frame size to 8 instead of 16.Ronald S. Bultje
2013-05-28Compressed/uncompressed frame header changes.Dmitry Kovalev
2013-05-28Revert "Adding API to read/write uncompressed frame header bits." because of ...Dmitry Kovalev
2013-05-21Adding API to read/write uncompressed frame header bits.Dmitry Kovalev
2013-05-08Code cleanup inside vp9_firstpass.c.Dmitry Kovalev
2013-04-15Removing TRUE and FALSE macro definitions.Dmitry Kovalev
2013-04-01Code cleanup.Dmitry Kovalev
2013-03-11Code cleanup.Dmitry Kovalev
2013-03-07Consistent usage of ROUND_POWER_OF_TWO macro.Dmitry Kovalev
2013-03-05Code cleanup.Dmitry Kovalev
2013-02-06Use configure checks for various inline keywords.Ronald S. Bultje
2013-01-0564x64 blocksize support.Ronald S. Bultje
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-12Consistently use get_prob(), clip_prob() and newly added clip_pixel().Ronald S. Bultje
2012-11-30google style guide include guardsJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar