platform/upstream/libvpx.git
2015-08-12 Jingning HanFork VP9 and VP10 codebase
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 MarcoAdjust speed setting for temporal layers in 1 pass...
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 Marco PaniconiMerge "Adjustments for VP9 temporal layers, for 1 pass...
2015-08-10 Alex ConverseMove vp9_systemdependent.h to vpx_ports bitops.h and...
2015-08-10 James ZernMerge changes from topic 'x86inc'
2015-08-10 Johann KoenigMerge "Update x86inc.asm from x264"
2015-08-10 MarcoAdjustments for VP9 temporal layers, for 1 pass CBR
2015-08-10 Marco PaniconiMerge "Add unittest for SVC 1pass CBR mode with 4 threads."
2015-08-10 JohannOnly use .text sections for aout
2015-08-10 Aℓex ConverseMerge "fastssim: Add some missing consts"
2015-08-10 Tom FineganMerge "clang/win: Make libvpx build with -Wunused-funct...
2015-08-10 Tom FineganMerge "Add a codereview.setting file so that `git cl...
2015-08-10 Jingning HanMerge "Make build_inter_predictors static function"
2015-08-10 MarcoAdd unittest for SVC 1pass CBR mode with 4 threads.
2015-08-10 Alex Conversefastssim: Add some missing consts
2015-08-10 Aℓex ConverseMerge changes I2aa2a545,I63932eda,Ie3694ecd
2015-08-10 Jingning HanMake build_inter_predictors static function
2015-08-10 Jingning HanMerge "Add static syntax to total_adj_strong_thresh"
2015-08-08 James Zernvpx_ports/msvc.h: include math.h for ceil/floor
2015-08-08 James Zernvpx_ports/x86.h: fix visual studio build warning
2015-08-08 Alex ConverseMove the msvc round() replacement to msvc.h
2015-08-08 Alex ConverseMake the round() replacement match C99 and POSIX.
2015-08-08 Jingning HanAdd static syntax to total_adj_strong_thresh
2015-08-07 JohannUse newer x86inc.asm
2015-08-07 JohannUse .text instead of .rodata on macho
2015-08-07 JohannCopy PIC handling code from x86_abi_support
2015-08-07 JohannSet 'private_extern' visibility for macho targets
2015-08-07 JohannAvoid 'amdnop' when building with nasm
2015-08-07 JohannCatch all elf formats
2015-08-07 JohannExpand PIC default to macho64 and respect CONFIG_PIC...
2015-08-07 JohannUse libvpx defines to set name mangling rules
2015-08-07 JohannUpdate x86inc.asm from x264
2015-08-07 JohannCustomize x86inc.asm for libvpx
2015-08-07 Nico WeberAdd a codereview.setting file so that `git cl upload...
2015-08-07 Nico Weberclang/win: Make libvpx build with -Wunused-function.
2015-08-07 Jingning HanMerge "Add static syntax to copy_mem64x64"
2015-08-07 Aℓex ConverseMerge "fastssim: Add stdlib.h for malloc/free"
2015-08-07 Aℓex ConverseMerge "Replace VP8 SSIM with VP9 derived vpx_dsp SSIM."
2015-08-07 Alex Conversessim: Add missing statics and consts
2015-08-07 Alex Conversepsnrhvs: Add missing consts and static consts.
2015-08-07 Alex Conversessim: Replace unsigned long with uint32_t.
2015-08-07 Marco PaniconiMerge "Fix a setting in cyclic refresh."
2015-08-07 Alex Conversefastssim: Add stdlib.h for malloc/free
2015-08-07 Alex ConverseReplace VP8 SSIM with VP9 derived vpx_dsp SSIM.
2015-08-07 Zoe LiuMerge "Fixed a comment on the compound ref frames."
2015-08-07 MarcoFix a setting in cyclic refresh.
2015-08-07 Jingning HanAdd static syntax to copy_mem64x64
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-07 Zoe LiuFixed a comment on the compound ref frames.
2015-08-07 Jingning HanMerge "Cosmetic - align format in vp9"
2015-08-06 Yunqing WangImprove the second-level sub-pixel motion search
2015-08-06 Jingning HanCosmetic - align format in vp9
2015-08-06 Alex ConverseFix a new[]/delete mismatch
2015-08-06 James ZernMerge "endian_inl.h: fix mips32 android build"
2015-08-06 Aℓex ConverseMerge "Narrow a load in iwht4x4_16_add."
2015-08-06 Jingning HanMerge "Fix compiler error in vp8/9 decoder test"
2015-08-06 James ZernMerge "Revert "VP9_COPY_CONVOLVE_SSE2 optimization""
2015-08-06 James Zernendian_inl.h: fix mips32 android build
2015-08-06 Jingning HanFix compiler error in vp8/9 decoder test
2015-08-06 MarcoRate control adjustment for temporal-svc 1pass.
2015-08-06 James ZernMerge "Support build with Visual Studio 14."
2015-08-05 Marco PaniconiMerge "Bugfix for svc."
2015-08-05 Ghislain MARYSupport build with Visual Studio 14.
2015-08-05 MarcoBugfix for svc.
2015-08-05 James Zernthird_party/libwebm: pull from upstream
2015-08-05 Alex ConverseNarrow a load in iwht4x4_16_add.
2015-08-05 Scott LaVarnwayVPX: remove scaled calls from FUN_CONV_1D
2015-08-05 James ZernRevert "VP9_COPY_CONVOLVE_SSE2 optimization"
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-08-04 Jingning HanMerge "Replace vp9_ prefix with vpx_ prefix in vpx_dsp...
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 Jingning HanReplace vp9_ prefix with vpx_ prefix in vpx_dsp functio...
2015-08-04 Yunqing WangMinor adjustment in diagonal sub-pixel point checking
2015-08-04 Yunqing WangSmall improvement in sub-pixel motion search
2015-08-04 Jingning HanExclude inv_txfm dspr2 files from make file when highbd...
2015-08-04 Johann KoenigMerge "Rename vp8 loopfilter_mmx.asm"
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 Jingning HanMerge "Move inverse transfrom dspr2 functions from...
2015-08-04 James Zernthird_party/libwebm: pull from upstream
2015-08-04 James ZernMerge "update libyuv to r1456"
2015-08-04 James Zernexamples.mk: quiet vcproj script exec by default
2015-08-04 James ZernMerge "add vp9_vector_var_neon"
2015-08-03 James Zerngen_msvs_proj.sh: avoid asm object name collisions
2015-08-03 JohannRename vp8 loopfilter_mmx.asm
2015-08-03 Jingning HanMove inverse transfrom dspr2 functions from vp9 to...
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"
next