Merge "configure: add --extra-cxxflags option"
[platform/upstream/libvpx.git] / vp9 / encoder / vp9_encoder.c
2015-09-18 James ZernMerge "configure: add --extra-cxxflags option"
2015-09-17 James ZernMerge changes from topic 'tile-thread-cleanup'
2015-09-16 Ronald S. BultjeMerge "Add support for color-range."
2015-09-16 Jacky ChenMerge "VP9 dynamic resizing unit test with bitrate...
2015-09-16 Ronald S. BultjeAdd support for color-range.
2015-09-16 Ronald S. BultjeMerge "vp10: fix entropy counts for the hp bit."
2015-09-16 Angie ChiangMerge "fix implicit declaration"
2015-09-15 James ZernMerge changes from topic 'fix-vp9-bitstream-test'
2015-09-15 Marco PaniconiMerge "SVC fix to set worst/best_quality per layer."
2015-09-15 MarcoAdd cyclic refresh parameters to svc-layer context.
2015-09-14 Alex ConverseMerge "CR: Don't attempt to read qindex_delta for segme...
2015-09-14 Marco PaniconiMerge "For 1 pass: always use the normative filter...
2015-09-14 MarcoFor 1 pass: always use the normative filter in vp9_scal...
2015-09-11 Ronald S. BultjeMerge "Make reset_frame_context an enum."
2015-09-11 Marco PaniconiMerge "Avoid scaling last_source, unless needed."
2015-09-11 MarcoAvoid scaling last_source, unless needed.
2015-09-10 James Zernvp9/10: set color_space on preview frame
2015-09-04 Ronald S. BultjeMerge "Make update_map/temporal_update fields implicit...
2015-09-04 James ZernMerge "VPX: subpixel_8t_ssse3 asm using x86inc"
2015-09-03 Adrian GrangeMerge "Fix to dynamic resize mode under change_config()."
2015-09-03 MarcoFix to dynamic resize mode under change_config().
2015-09-03 James ZernMerge "Revert "add range_check for fdct in vp10""
2015-09-02 Angie ChiangMerge "add range_check for fdct in vp10"
2015-09-02 Johann KoenigMerge changes If253fb95,I1c8a792c,I49f9b10f,I15472738...
2015-09-02 Johann KoenigMerge changes I2e0cc72a,I63a7da78,I4aee2600,I71113505...
2015-09-02 JohannDon't build calc_psnr for high bit depth.
2015-09-01 Yunqing WangMerge "Disable temporal/spatial svc test in VP10"
2015-08-31 JohannInclude vpx_dsp_common.h when using VPXMIN/MAX
2015-08-31 Johann KoenigMerge "Check CONFIG_VP<N> instead of encoder and decoder"
2015-08-31 Yaowu XuMerge "Expand the idct4_c() function in idct8_c()"
2015-08-29 James ZernMerge changes from topic 'vp9-enc-static-fns'
2015-08-29 James Zernvp9_encoder: make vp9_alloc_compressor_data private
2015-08-28 Yunqing WangMerge "vp10 cleanup: remove svc code"
2015-08-28 Marco PaniconiMerge "vp8: modifcatiion to skin map computation."
2015-08-28 James ZernMerge "encode_test_driver: test for failure prior to...
2015-08-28 MarcoFix to golden update in cyclic_refresh.
2015-08-28 James ZernMerge "configure: append --extra-cflags to final set"
2015-08-27 Johann KoenigMerge changes I53b5bdc5,Ib81168a7,Ie0113945
2015-08-27 Johann KoenigMerge "Clean up unused function warnings in vp8 common"
2015-08-27 Johann KoenigMerge "Add sse2 versions of halfpix variance"
2015-08-27 James Zernvpx_dsp_common: add VPX prefix to MIN/MAX
2015-08-21 Hui SuMerge "Refactor get_tx_type and get_scan"
2015-08-21 Jingning HanMerge "Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES"
2015-08-21 Marco PaniconiMerge "Update to dynamic resize for 1 pass CBR: source...
2015-08-21 Scott LaVarnwayMerge "VPX: scaled convolve : fix windows build errors"
2015-08-20 MarcoUpdate to dynamic resize for 1 pass CBR: source scaling.
2015-08-20 Jingning HanMerge "Refactor REFS_PER_FRAME definition"
2015-08-19 Scott LaVarnwayMerge "VPX ssse3 scaled convolve"
2015-08-19 Jingning HanMerge "Rename inv_txfm_sse2.asm to inv_wht_sse2.asm"
2015-08-19 Marco PaniconiMerge "Fix to non-rd variance partition selection."
2015-08-18 Marco PaniconiMerge "Allow for re-encoding frame if high overshoot."
2015-08-18 MarcoAllow for re-encoding frame if high overshoot.
2015-08-15 Jingning HanMerge "Change vp9_ prefix function names in vpx_scale...
2015-08-14 Jingning HanChange vp9_ prefix function names in vpx_scale to vpx_
2015-08-14 James ZernMerge changes I2fe52bfb,I5e5084eb
2015-08-14 James ZernMerge "VPX: removed step checks from neon convolve...
2015-08-13 Yaowu XuMerge "VP9Common -> VP10Common"
2015-08-13 Yaowu XuMerge "VP9Decoder -> VP10Decoder"
2015-08-13 Yaowu XuMerge "VP9_COMP -> VP10_COMP"
2015-08-13 Alex Converseopsnr.stt: Add a missing tab after PSNRHVS
2015-08-13 Yaowu XuMerge "Add vpxenc help info"
2015-08-12 Jingning HanMerge "vp10_encoder: add missing vpx_clear_system_state"
2015-08-12 James ZernMerge "vp9_encoder: add missing vpx_clear_system_state"
2015-08-12 Scott LaVarnwayMerge "VPX: remove step == 16 and filter[3] != 128...
2015-08-12 James Zernvp9_encoder: add missing vpx_clear_system_state
2015-08-12 James ZernMerge "fix build w/only mmx+sse enabled"
2015-08-12 James ZernMerge "tools_common: fix build w/encoders/decoders...
2015-08-11 Scott LaVarnwayMerge "VPX: remove scaled calls from FUN_CONV_1D"
2015-08-11 Marco PaniconiMerge "Adjust speed setting for temporal layers in...
2015-08-11 Alex Converseblockiness: cleanup includes and add statics
2015-08-11 Scott LaVarnwayMerge "VPX: Add rtcd support for scaling."
2015-08-11 Aℓex ConverseMerge "Move vp9_systemdependent.h to vpx_ports bitops...
2015-08-10 Alex ConverseMove vp9_systemdependent.h to vpx_ports bitops.h and...
2015-08-10 Jingning HanMerge "Add static syntax to total_adj_strong_thresh"
2015-08-07 Jingning HanMerge "Add static syntax to copy_mem64x64"
2015-08-07 Zoe LiuMerge "Fixed a comment on the compound ref frames."
2015-08-07 Aℓex ConverseMerge "Move VP9 SSIM metrics to vpx_dsp."
2015-08-07 Yunqing WangMerge "Improve the second-level sub-pixel motion search"
2015-08-07 Alex ConverseMove VP9 SSIM metrics to vpx_dsp.
2015-08-05 Scott LaVarnwayVPX: remove scaled calls from FUN_CONV_1D
2015-08-04 Yunqing WangMerge "Minor adjustment in diagonal sub-pixel point...
2015-08-04 Yunqing WangMerge "Small improvement in sub-pixel motion search"
2015-08-04 Parag SalasakarMerge "mips msa vp8 denoising filter optimization"
2015-08-04 Parag SalasakarMerge "mips msa vpx convolve optimzation"
2015-08-04 Parag SalasakarMerge "mips msa vpx subpel variance optimization"
2015-08-04 Parag SalasakarMerge "mips msa vpx subtract test added"
2015-08-04 James ZernMerge "update libyuv to r1456"
2015-08-04 James ZernMerge "add vp9_vector_var_neon"
2015-08-03 Jingning HanMerge "Add common_dspr2.c file to vpx_dsp/mips"
2015-08-03 Yaowu XuMerge "Correct the allocation size for ssim_vars"
2015-08-03 Yaowu XuCorrect the allocation size for ssim_vars
2015-08-01 Parag SalasakarMerge "mips msa vp8 temporal filter optimization"
2015-07-31 Aℓex ConverseMerge "Turn off simple_model_rd_from_var at speed 4."
2015-07-31 James ZernMerge changes Iecdbbc34,I8b4db93f
2015-07-31 Aℓex ConverseMerge "Compute skippable inside the block_rd_txfm loop."
2015-07-31 Aℓex ConverseMerge changes Ic1ce346a,Ic0b4e92c
2015-07-31 Zoe LiuMerge "Code refactor on InterpKernel"
2015-07-31 Zoe LiuCode refactor on InterpKernel
2015-07-29 Parag SalasakarMerge "mips msa vp8 filter by weight optimization"
2015-07-29 James ZernMerge "add vp9_block_error_fp_neon"
next