Merge "Fix to avoid abrupt relaxation of max qindex in recode path"
[platform/upstream/libvpx.git] / vp9 / encoder / vp9_encoder.c
2017-02-09 Paul WilkinsMerge "Fix to avoid abrupt relaxation of max qindex...
2017-02-09 Paul WilkinsMerge "Fix for max qindex calculation of a gf interval"
2017-02-08 Linfeng ZhangMerge "Add vpx_idct16x16_38_add_c()"
2017-02-07 Johann KoenigMerge "block_error_fp highbd sse2: use tran_low_t for...
2017-02-07 Marco PaniconiMerge "vp9: Denoiser speed-up: increase partition and...
2017-02-07 Yunqing WangMerge "Row based multi-threading of ARNR filtering...
2017-02-07 Linfeng ZhangMerge "Update 16x16 8-bit idct NEON intrinsics"
2017-02-07 Ranjit Kumar TulabanduRow based multi-threading of ARNR filtering stage
2017-02-07 Johann KoenigMerge "highbd x86: consolidate tran_low_t conversions"
2017-02-04 Yunqing WangMerge "Changes to facilitate multi-threading of encodin...
2017-02-02 Johann KoenigMerge "Update third_party/googletest to 1.8.0"
2017-02-02 Ranjit Kumar TulabanduChanges to facilitate multi-threading of encoding stage
2017-02-02 Johann KoenigMerge "Remove neon assembly for idct 16x16 and 8x8"
2017-01-31 Johann KoenigMerge "Use Buffer class for post proc tests"
2017-01-31 Kaustubh RasteMerge "Add mips msa vpx_vector_var function"
2017-01-28 Yunqing WangMerge "Disable multi-threading in first pass for SVC...
2017-01-27 Ranjit Kumar TulabanduDisable multi-threading in first pass for SVC encoding
2017-01-27 Kaustubh RasteMerge "Add mips msa vpx satd function"
2017-01-26 Jerome JiangMerge "vp9: Refactor copy partitioning to reduce duplic...
2017-01-26 Yunqing WangMerge "Remove marco MVC in mcomp.c"
2017-01-25 Hui SuMerge "Fix an overflow warning in optimize_b()"
2017-01-25 Jerome JiangMerge "vp9: Adjust threshold for y sad used in copying...
2017-01-25 Yunqing WangMerge "Initialize errorperbit and sabperbit in ARNR...
2017-01-25 Yunqing WangMerge "Multi-threading of first pass stats collection"
2017-01-24 Ranjit Kumar TulabanduMulti-threading of first pass stats collection
2017-01-24 Yunqing WangMerge "Add the multi-threaded first pass encoder unit...
2017-01-21 Kaustubh RasteMerge "Add mips msa vpx hadamard functions"
2017-01-20 Jerome JiangMerge "vp9: Add feature to use block source_sad for...
2017-01-20 Marcovp9: Add feature to use block source_sad for realtime...
2017-01-18 Jerome Jiangvp9: Stop copying partition every a fixed number of...
2017-01-18 Peter BoströmMerge "Add CSV per-frame stats to vpxdec."
2017-01-18 James ZernMerge "vp9_cx_iface,encoder_encode: check validate_img...
2017-01-17 Jerome JiangMerge "vp9: Set low variance flag when partition is...
2017-01-17 Jerome Jiangvp9: Set low variance flag when partition is copied.
2017-01-16 Ranjit Kumar TulabanduFix to avoid abrupt relaxation of max qindex in recode...
2017-01-13 Marcovp9: Add speed feature flag for computing average sourc...
2017-01-13 Jingning HanMerge "Rework 8x8 transpose SSSE3 for avg computation"
2017-01-13 Jingning HanMerge "Rework 8x8 transpose SSSE3 for inverse 2D-DCT"
2017-01-13 Marco PaniconiMerge "vp9: Update threshold for partition copy."
2017-01-12 JohannMerge remote-tracking branch 'origin/longtailedduck'
2017-01-12 Marco PaniconiMerge "vp9: Make the denoiser work with spatial SVC."
2017-01-12 Johann KoenigMerge "Create a class for buffers used in tests"
2017-01-11 Marcovp9: Make the denoiser work with spatial SVC.
2017-01-10 Marcovp9: 1 pass cbr: Adjustments to usage of gf_cbr_boost...
2017-01-09 Jerome JiangMerge "Fix compile warnings for target=armv7-android...
2017-01-09 Johann KoenigMerge "postproc: vpx_mbpost_proc_across_ip_neon"
2017-01-09 Marco PaniconiMerge "vp9: 1 pass cbr mode: increase threshold for...
2017-01-07 Hui SuMerge "Add support for VP9 level targeting"
2017-01-06 Jerome JiangMerge "vp9: Enable more aggresive short circuit for...
2017-01-06 Marco PaniconiMerge "vp9: Add some controls to sample encoder: vpx_te...
2017-01-06 Jerome JiangMerge "vp9: Compute source sad for every superblock...
2017-01-06 hui suAdd support for VP9 level targeting
2017-01-06 Jerome Jiangvp9: Compute source sad for every superblock when parti...
2016-12-29 Gabriel MarinMerge "Remove superfluous conditional on 'shortcut'"
2016-12-21 Marco PaniconiMerge "vp9; Fix to unitest for high noise."
2016-12-21 Marco PaniconiMerge "vp9: Add datarate test for denoiser, for high...
2016-12-20 Jerome JiangMerge "vp9: Add feature to copy partition from the...
2016-12-20 Jerome Jiangvp9: Add feature to copy partition from the last frame.
2016-11-22 Linfeng ZhangMerge "Add 32x32 d45 and 8x8, 16x16, 32x32 d135 NEON...
2016-11-22 James ZernMerge "build/make/Android.mk: use -fPIC w/ENABLE_SHARED=1"
2016-11-19 Jingning HanMerge "Enable asymptotic closed-loop encoding decision"
2016-11-19 James ZernMerge "Clean horizontal intra prediction NEON optimization"
2016-11-17 Jerome JiangMerge "Change C and msa to match results from sse2."
2016-11-14 Jingning HanEnable asymptotic closed-loop encoding decision
2016-11-12 Jerome JiangMerge "Add unit tests for post proc."
2016-11-08 Linfeng ZhangMerge "Add high bitdepth intra prediction NEON optimiza...
2016-11-04 Johann KoenigMerge "Extract high bit depth helper functions"
2016-11-03 Marco PaniconiMerge "vp9: Non-rd pickmode: fix logic in reference...
2016-11-03 Debargha MukherjeeMerge "Speed-up recode loop for extreme bitrate diffs"
2016-11-03 Jerome JiangMerge "pp_filter_test.cc,cosmetics:adjust name convention"
2016-11-02 Johann KoenigMerge "arm idct: move to-be-shared code to header"
2016-11-02 Paul WilkinsMerge "Fixed bug in formatting of debug stats."
2016-11-02 paulwilkinsFixed bug in formatting of debug stats.
2016-11-01 Paul WilkinsMerge "Change to KF boost calculation."
2016-10-31 Linfeng ZhangMerge "Refine 8-bit intra prediction NEON optimization...
2016-10-31 James BankoskiMerge "vpxdec.c : don't double count corrupted frames"
2016-10-29 Johann KoenigMerge "partial_idct_test: add _add_ test"
2016-10-28 Yaowu XuMerge "Add tools/tiny_ssim for generating SSIM/PSNR."
2016-10-28 Linfeng ZhangMerge "Refine 8-bit intra prediction NEON optimization...
2016-10-28 Debargha MukherjeeMerge "Force recode if framesize exceeds max allowed...
2016-10-27 Debargha MukherjeeSpeed-up recode loop for extreme bitrate diffs
2016-10-27 Debargha MukherjeeForce recode if framesize exceeds max allowed size
2016-10-26 Linfeng ZhangMerge "Refine 8-bit intra prediction NEON optimization...
2016-10-25 James ZernMerge "Update vp9_intrapred_test.cc to support 8-bit"
2016-10-25 James BankoskiMerge "vpxdec: return fail if frame fails to decode."
2016-10-25 Yunqing WangChange 2 motion search counts to be tile data
2016-10-22 James ZernMerge "remove idct32x32*_add_neon.asm"
2016-10-22 Vignesh Venkatasub... Merge "vp9_bitstream: Encode tiles in parallel"
2016-10-22 Vignesh Venkatasub... vp9_bitstream: Encode tiles in parallel
2016-10-19 James ZernMerge "third_party: roll libwebm snapshot"
2016-10-19 James ZernRevert "vp9_bitstream: Encode tiles in parallel"
2016-10-18 Kaustubh RasteMerge "Optimize sad_64width_x4d_msa function"
2016-10-18 Marco PaniconiMerge "vp9: Non-rd variance partition: add condition...
2016-10-17 Linfeng ZhangMerge "add vpx high bitdepth convolve8 NEON intrinsics...
2016-10-17 Vignesh Venkatasub... vp9_bitstream: Encode tiles in parallel
2016-10-13 Kaustubh RasteMerge "Optimize vpx_mbpost_proc_across_ip_msa function"
2016-10-13 Kaustubh RasteMerge "Optimize vpx_get4x4sse_cs_msa function"
2016-10-12 Vignesh Venkatasub... Merge "vp9_bitstream: Parameterize max_mv_magnitude"
2016-10-12 Kaustubh RasteMerge "Optimize vp8 loopfilter msa functions"
2016-10-12 James ZernMerge "[vpx highbd lpf NEON 3/6] horizontal 8"
next