]> granicus.if.org Git - libvpx/history - vpx_dsp/quantize.c
Merge "block error avx2: sum in 32 bits when possible"
[libvpx] / vpx_dsp / quantize.c
2017-02-09 Paul WilkinsMerge "Fix to avoid abrupt relaxation of max qindex...
2016-07-28 Jacky ChenMerge "vp9 svc: Enable different speed setting for...
2016-07-26 James ZernMerge "vpx_ports: apply clang-format"
2016-07-26 James ZernMerge "vpx_mem: apply clang-format"
2016-07-26 Alex ConverseMerge "Only consider visible 4x4s in pixel domain error."
2016-07-26 James ZernMerge "register_state_check: simplify Check() methods"
2016-07-25 clang-formatvpx_dsp: apply clang-format
2016-06-24 James ZernMerge "cosmetics: Beautify whitespaces and line wrapping"
2016-06-24 James ZernMerge "cosmetics: Change few types to their posix version"
2016-06-24 James ZernMerge "cosmetics: Make few conditions clearer"
2016-06-23 Linfeng ZhangMerge "Update vpx subpixel 1d filter ssse3 asm"
2016-06-22 Nico WeberMerge "win: Include <intrin.h> instead of manually...
2016-06-19 Johann KoenigMerge "Configuration: Use 'is_in' instead of echo ...
2016-06-17 DO NOT USEMerge "Parse codec options in order of occurrence."
2016-06-17 Johann KoenigMerge "vp8: correct function return types"
2016-06-17 Johann KoenigMerge "VP8_COMP: make frames_since_golden signed"
2016-06-17 James ZernMerge "vp9_pickmode: quiet int64->int conversion warning"
2016-06-16 Johann KoenigMerge "vp8_[cd]x_iface.c: Initialize structures to 0"
2016-06-16 Johann KoenigMerge "vp8 stats file: initialize to 0"
2016-06-16 Johann KoenigMerge "vp8_change_config: fix unsigned/signed comparison"
2016-06-16 Yaowu Xuvpx_dsp/quantize.c: fix ubsan warnings
2016-05-19 Daniele CastagnaMerge "Extend the external fb interface to allocate...
2016-05-11 Yaowu XuMerge "Added a measure of rc drift."
2016-05-11 Paul WilkinsMerge "Fixed 8K two pass encoder crash."
2016-05-10 James ZernMerge "Revert "Skip inttypes.h on Darwin""
2016-05-09 James BankoskiMerge "libvpx: vpx_add_plane_noise make c match assembly"
2016-05-09 Tom FineganMerge "Skip inttypes.h on Darwin"
2016-05-06 Johann KoenigMerge "Break exports for spatial_svc out to fix shared...
2016-05-06 Johann KoenigMerge "Fix for version.sh when libvpx is checked out...
2016-05-06 James ZernMerge "md5_utils,MD5Transform: don't check for unsigned...
2016-05-06 James ZernMerge changes from topic 'missing-proto'
2016-05-04 James Zernvpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h include
2015-10-01 James ZernMerge "sixtap_predict_test: enable NEON tests"
2015-08-12 Scott LaVarnwayMerge "VPX: remove step == 16 and filter[3] != 128...
2015-08-11 Scott LaVarnwayMerge "VPX: remove scaled calls from FUN_CONV_1D"
2015-08-11 Scott LaVarnwayMerge "VPX: Add rtcd support for scaling."
2015-08-07 Yunqing WangMerge "Improve the second-level sub-pixel motion search"
2015-08-05 James ZernMerge "third_party/libwebm: pull from upstream"
2015-08-05 James ZernMerge "examples.mk: quiet vcproj script exec by default"
2015-08-04 Jingning HanChange vp9_quantize to vpx_quantize
2015-07-24 Hui SuMerge "Code cleanup in vp9_encode_block_intra"
2015-07-23 Parag SalasakarMerge "mips msa vp8 sixtap filter optimization"
2015-07-21 Parag SalasakarMerge "mips msa vp9 avg subpel variance optimization...
2015-07-21 Yaowu XuMerge "Fix bug in setting sf->use_square_partition_only."
2015-07-20 Yaowu XuMerge "Correctly report "Unsupported bitstream profile""
2015-07-20 Yaowu XuMerge "Removed vp9_ prefix from vpx_dsp/bitreader file...
2015-07-20 Yunqing WangMerge "Migrate quantization functions from vp9/ to...
2015-07-17 Yunqing WangMigrate quantization functions from vp9/ to vpx_dsp/