platform/upstream/libvpx.git
2015-01-07 Jingning HanSkip duplicate denoiser frame buffer allocation
2015-01-06 Jingning HanTurn denoiser sensitivity on starting from kf in unit...
2015-01-05 Jingning HanMerge "Fix denoised video output function"
2015-01-05 JackyChenAdopt weighted averaging in MFQE.
2015-01-04 Jingning HanFix denoised video output function
2015-01-02 Jingning HanMerge "Remove redundant local variable for segment_id"
2015-01-02 Yaowu XuAdd help info for --enable-vp9-highbitdepth
2015-01-02 Jingning HanRemove redundant local variable for segment_id
2015-01-02 Jingning HanMerge "Add bsize check condition in nonrd_use_partition"
2015-01-02 Jingning HanAdd bsize check condition in nonrd_use_partition
2015-01-02 Jingning HanMerge "Use less tmp motion vectors in vp9_pick_inter_mo...
2015-01-02 Jingning HanMerge "Enable sub8x8 inter block search for RTC coding...
2014-12-30 Jingning HanUse less tmp motion vectors in vp9_pick_inter_mode_sub8x8
2014-12-30 Yaowu XuProperly set size based on actual buffer layout
2014-12-29 Jingning HanMerge "Set ref frame scaling factor in RTC inter mode...
2014-12-29 Jim BankoskiMerge "WIP: Remove giant value cost table"
2014-12-25 Jingning HanEnable sub8x8 inter block search for RTC coding mode
2014-12-23 Jim BankoskiWIP: Remove giant value cost table
2014-12-23 Jingning HanSet ref frame scaling factor in RTC inter mode decision
2014-12-23 Jim Bankoskiassert that the write writes the whole packet
2014-12-22 Jim BankoskiMerge "make vp9_coef_encodings const"
2014-12-22 Jim BankoskiMerge "remove static initializers for partition tree"
2014-12-22 Jim BankoskiMerge "Revert "Revert "Removal of legacy zbin_extra...
2014-12-22 Jim BankoskiMerge "Tokenization without huge tables."
2014-12-22 Jim Bankoskimake vp9_coef_encodings const
2014-12-22 Jim BankoskiMerge "convert extra bit cat structure to const statics"
2014-12-22 Frank GalliganMerge "Add multithread encodes to the encode perf test"
2014-12-22 Jingning HanRevert "Revert "Removal of legacy zbin_extra / zbin_oq_...
2014-12-22 Jim BankoskiTokenization without huge tables.
2014-12-22 Jim Bankoskiconvert extra bit cat structure to const statics
2014-12-22 Jim BankoskiRevert "remove vp8 unused uvstride parm in simple loop...
2014-12-22 Jim BankoskiMerge "Resolve several style issues in decode_perf_test"
2014-12-22 Jim BankoskiMerge "remove vp8 unused uvstride parm in simple loop...
2014-12-19 Jim BankoskiResolve several style issues in decode_perf_test
2014-12-19 Frank GalliganAdd multithread encodes to the encode perf test
2014-12-19 Jim BankoskiMerge "resolve visual studio warnings around initializers"
2014-12-19 Jim Bankoskiresolve visual studio warnings around initializers
2014-12-19 Yunqing WangMerge "vp9_ethread: add the multi-threaded encoder...
2014-12-19 James ZernMerge "vpxdec: ignore GET_FRAME_CORRUPTED error w/...
2014-12-19 Jingning HanMerge "Add a guard on intra mode skip control for RTC...
2014-12-19 Jingning HanMerge "Remove ARF mode entries from THR_MODES array...
2014-12-19 Jingning HanMerge "Rework mode search threshold update for RTC...
2014-12-19 Jingning HanMerge "Properly store the tx_size of selected intra...
2014-12-19 Frank GalliganMerge "Fix including test file twice."
2014-12-19 Frank GalliganMerge "Fix encode perf test"
2014-12-19 Paul WilkinsRevert "Removal of legacy zbin_extra / zbin_oq_value."
2014-12-19 Paul WilkinsMerge "Removal of legacy zbin_extra / zbin_oq_value."
2014-12-19 James ZernMerge "make vp9 encoder static initializers thread...
2014-12-19 James ZernMerge "tests/examples.sh: skip env. check for filtered...
2014-12-19 Yunqing Wangvp9_ethread: add the multi-threaded encoder unit tests
2014-12-19 Frank GalliganFix including test file twice.
2014-12-18 Jim Bankoskimake vp9 encoder static initializers thread safe
2014-12-18 Frank GalliganFix encode perf test
2014-12-18 Jingning HanAdd a guard on intra mode skip control for RTC mode
2014-12-18 Paul WilkinsRemoval of legacy zbin_extra / zbin_oq_value.
2014-12-18 Paul WilkinsRemove mode dependent zbin boost.
2014-12-18 Paul WilkinsMerge "Improve motion detection for low complexity...
2014-12-18 James Zernvpxdec: ignore GET_FRAME_CORRUPTED error w/--keep-going
2014-12-18 James Zerntests/examples.sh: skip env. check for filtered tests
2014-12-18 hkuangLet YUV plane share the same dqcoeff buffer.
2014-12-18 Jingning HanRemove ARF mode entries from THR_MODES array in non...
2014-12-18 Yaowu XuMerge "Corrected value range of --cpu-used for vp9"
2014-12-17 Jingning HanRework mode search threshold update for RTC coding...
2014-12-17 Yaowu XuCorrected value range of --cpu-used for vp9
2014-12-17 JackyChenMerge "Add rectangle block support for MFQE."
2014-12-17 Deb MukherjeeMerge "Enhance the end to end psnr tests"
2014-12-17 Deb MukherjeeEnhance the end to end psnr tests
2014-12-17 Jim Bankoskiremove static initializers for partition tree
2014-12-17 Yunqing WangMerge "Improve the libvpx encoder test driver"
2014-12-17 JackyChenMerge "Use bit_depth in VP9Common as the flag of highbit."
2014-12-17 Jingning HanProperly store the tx_size of selected intra mode
2014-12-17 Jingning HanMerge "Remove reset mode_info array per frame"
2014-12-17 Jingning HanMerge "Set second ref frame to be NONE in key frame...
2014-12-17 Yunqing WangImprove the libvpx encoder test driver
2014-12-17 JackyChenUse bit_depth in VP9Common as the flag of highbit.
2014-12-17 James YuVP9 common for ARMv8 by using NEON intrinsics 15
2014-12-17 JohannMerge "Use defines for inline and __builtin_prefetch"
2014-12-17 Jingning HanMerge "Fix intra mode update process in vp9_pick_inter_...
2014-12-17 JackyChenAdd rectangle block support for MFQE.
2014-12-17 JohannMerge "VP9 common for ARMv8 by using NEON intrinsics 16"
2014-12-16 JohannMerge "Allow building multi-res encoder with --shared"
2014-12-16 JohannMerge "Silence -Werror=unused-parameter"
2014-12-16 Jingning HanRemove reset mode_info array per frame
2014-12-16 Jingning HanSet second ref frame to be NONE in key frame coding
2014-12-16 JohannUse defines for inline and __builtin_prefetch
2014-12-16 Frank GalliganMerge "Revert "Revert "Add support for setting byte...
2014-12-16 James YuVP9 common for ARMv8 by using NEON intrinsics 16
2014-12-16 JohannAllow building multi-res encoder with --shared
2014-12-16 JohannSilence -Werror=unused-parameter
2014-12-16 James ZernMerge "rtcd: handle armv7s architecture"
2014-12-16 James YuVP9 common for ARMv8 by using NEON intrinsics 19
2014-12-16 JackyChenMerge "Fixed MFQE crash issue for highbit depth."
2014-12-16 JackyChenFixed MFQE crash issue for highbit depth.
2014-12-16 Jingning HanMerge "Initialize best_tx_size with invalid value"
2014-12-16 Yaowu XuMerge "Prevent decoder from using uninitialized entropy...
2014-12-16 Jingning HanMerge "Use right shift to replace division in vp9_pick_...
2014-12-16 Paul WilkinsImprove motion detection for low complexity regions.
2014-12-16 Debargha MukherjeeMerge "Fix for crash in highbitdepth rt mode"
2014-12-16 Jim BankoskiMerge "Fix the comments."
2014-12-16 Peter de RivazFix for crash in highbitdepth rt mode
next