platform/upstream/libvpx.git
2015-03-12 Jingning HanMerge "Remove unnecessary speed feature checking"
2015-03-12 Jingning HanMerge "Apply fast motion search to golden reference...
2015-03-12 Jingning HanMerge "Refactor to remove GLOBAL_MOTION"
2015-03-12 Yaowu XuFix a typo introduced in #94401aff
2015-03-12 MarcoMerge "Fix visual studio build failure."
2015-03-11 hkuangMerge "Refactor the block decode code to make it simpler."
2015-03-11 MarcoFix visual studio build failure.
2015-03-11 Jingning HanRemove unnecessary speed feature checking
2015-03-11 Adrian GrangeMerge "Clamp rate correction factor after scaling it"
2015-03-11 Jingning HanApply fast motion search to golden reference frame
2015-03-11 Jingning HanRefactor to remove GLOBAL_MOTION
2015-03-11 Marcovpx_temporal_svc_encoder: Update some default settings.
2015-03-11 hkuangRefactor the block decode code to make it simpler.
2015-03-11 Yaowu XuMerge "Separate rd_thresh adaption by ref_frame"
2015-03-11 Adrian GrangeClamp rate correction factor after scaling it
2015-03-11 Yaowu XuSeparate rd_thresh adaption by ref_frame
2015-03-10 MarcoMerge "Modify update golden reference update under...
2015-03-10 MarcoModify update golden reference update under aq-mode...
2015-03-10 Yunqing WangMerge "Accumulate tx_totals counters in multi-threaded...
2015-03-10 Yaowu XuMerge "Enable using Golden reference in choose_partition()"
2015-03-10 paulwilkinsMerge "Allow q adjustment for VPX_CQ and VPX_CBR."
2015-03-10 Yunqing WangAccumulate tx_totals counters in multi-threaded encoder
2015-03-10 Adrian GrangeFix vp9_compute_qdelta_by_rate loop behavior
2015-03-10 Yaowu XuEnable using Golden reference in choose_partition()
2015-03-09 Frank GalliganRefactor read_intra_frame_mode_info
2015-03-09 Alex ConverseMerge "Don't waste time partitioning skip superblocks."
2015-03-09 Jingning HanMerge "Skip golden ref frame check when it is same...
2015-03-09 Jingning HanSkip golden ref frame check when it is same as last...
2015-03-09 Alex ConverseDon't waste time partitioning skip superblocks.
2015-03-09 paulwilkinsAllow q adjustment for VPX_CQ and VPX_CBR.
2015-03-09 MarcoAdd aq-mode=3 to ethread test.
2015-03-09 Yunqing WangMerge "vp9_ethread: fix me consts initialization to...
2015-03-09 Jingning HanMerge "Move pred_mv assign outside integral projection...
2015-03-09 Deb MukherjeeMerge "Reduce default overshoot/undershoot params to 25"
2015-03-09 Yunqing WangMerge "Modify the setting of transform skip flags in...
2015-03-07 Yunqing Wangvp9_ethread: fix me consts initialization to support...
2015-03-07 JohannMerge "Cherry pick libyuv VS fix"
2015-03-06 JohannCherry pick libyuv VS fix
2015-03-06 hkuangRemove some unnecessary code in thread context copy.
2015-03-06 Hangyu KuangMerge "Only wait for previous frame's motion vector...
2015-03-06 MarcoMerge "Set the threads/tile_columns in vpx_temporal_svc...
2015-03-06 MarcoSet the threads/tile_columns in vpx_temporal_svc_encoder.
2015-03-06 Yunqing WangModify the setting of transform skip flags in non-rd...
2015-03-06 Yaowu XuMerge changes I1b972c94,I9c897d32
2015-03-06 Hangyu KuangOnly wait for previous frame's motion vector if needed.
2015-03-05 Yaowu XuPrevent invalid memory access
2015-03-05 hkuangMerge "Fix a tsan error bug in frame parallel decode."
2015-03-05 Alex ConverseMerge changes I219c287b,I6adee670
2015-03-05 Alex ConverseMerge "Fix misleading indentation."
2015-03-05 Alex ConverseCall encoder control before running ethread test.
2015-03-05 Deb MukherjeeReduce default overshoot/undershoot params to 25
2015-03-05 Frank GalliganMerge "Use 8 threads by default for VP9 encodes"
2015-03-05 Frank GalliganMerge "VP9: turn on tile-columns and frame-parallel...
2015-03-05 Alex ConverseMerge "Don't inline cost_coeffs."
2015-03-05 Adrian GrangeMerge "Fix valgrind memcpy memory overlaps warning"
2015-03-05 Alex ConverseDon't inline cost_coeffs.
2015-03-05 Alex ConverseFix misleading indentation.
2015-03-05 Alex ConverseDon't copy thread data for the main thread.
2015-03-05 Jingning HanMove pred_mv assign outside integral projection motion...
2015-03-05 Jingning HanMerge "Move integral projection motion search to vp9_mc...
2015-03-05 Yaowu XuUse correct bsize for uv
2015-03-04 JohannDeclare function used by 'once' with 'void' parameters
2015-03-04 hkuangMerge "Fix variable shadowing."
2015-03-04 Adrian GrangeMerge "Small rationalization of code in vp9_first_pass"
2015-03-04 hkuangFix variable shadowing.
2015-03-04 hkuangMerge "Remove unnecessary loopfilter init."
2015-03-04 Adrian GrangeMerge "Make encoder buffer allocation dynamic"
2015-03-04 Adrian GrangeSmall rationalization of code in vp9_first_pass
2015-03-04 Jingning HanMerge "Use SAD value to set chroma cost flag"
2015-03-04 Jingning HanMove integral projection motion search to vp9_mcomp.c
2015-03-04 Jingning HanUse SAD value to set chroma cost flag
2015-03-04 Jingning HanMerge "Properly handle the boundary blocks for integral...
2015-03-04 Adrian GrangeMake encoder buffer allocation dynamic
2015-03-04 Deb MukherjeeMerge "dc quantizer fix for 32x32 transforms"
2015-03-04 Jingning HanMerge "Scale the normalization factor depending on...
2015-03-04 Frank GalliganUse 8 threads by default for VP9 encodes
2015-03-04 Jingning HanProperly handle the boundary blocks for integral projec...
2015-03-03 Deb Mukherjeedc quantizer fix for 32x32 transforms
2015-03-03 Yunqing WangMerge "fix a race condition caused by intra function...
2015-03-03 Yaowu XuMerge "Adapt color sensitiviy threshold to luma signal...
2015-03-03 Adrian GrangeFix valgrind memcpy memory overlaps warning
2015-03-03 hkuangFix a tsan error bug in frame parallel decode.
2015-03-03 Jingning HanScale the normalization factor depending on the block...
2015-03-03 Frank GalliganVP9: turn on tile-columns and frame-parallel-mode by...
2015-03-03 Yaowu XuAdapt color sensitiviy threshold to luma signal energy
2015-03-03 hkuangRemove unnecessary loopfilter init.
2015-03-03 Yunqing Wangfix a race condition caused by intra function pointer...
2015-03-03 JohannMerge "libyuv: update to r1305"
2015-03-03 James ZernResizeCspTest: request PSNR packets
2015-03-02 Johannlibyuv: update to r1305
2015-03-01 Jingning HanUse variance metric for integral projection vector...
2015-02-28 Jingning HanMerge "Fix source frame border extension"
2015-02-27 Jingning HanFix source frame border extension
2015-02-27 Adrian GrangeMerge "Fix calc_highbd_psnr"
2015-02-27 Alex ConverseMerge "Make SVC compatible with external resize."
2015-02-27 Adrian GrangeFix calc_highbd_psnr
2015-02-27 MarcoMerge "Fix arithmetic overflow warnings."
2015-02-27 James ZernMerge "use LC_ALL=C to sort libvpx_*srcs.txt"
2015-02-27 Jingning HanMerge "Refactor integral projection based motion estima...
2015-02-27 Jingning HanMerge "Fix high bit-depth loop-filter sse2 compiling...
next