summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-11Fork VP9 and VP10 codebaseJingning Han
2015-08-11Merge "VPX: remove scaled calls from FUN_CONV_1D"Scott LaVarnway
2015-08-11Merge "Adjust speed setting for temporal layers in 1 pass non-rd mode."Marco Paniconi
2015-08-11Adjust speed setting for temporal layers in 1 pass non-rd mode.Marco
2015-08-11blockiness: cleanup includes and add staticsAlex Converse
2015-08-11Merge "VPX: Add rtcd support for scaling."Scott LaVarnway
2015-08-11Merge "Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h"Aℓex Converse
2015-08-10Merge "Adjustments for VP9 temporal layers, for 1 pass CBR"Marco Paniconi
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-08-10Merge changes from topic 'x86inc'James Zern
2015-08-10Merge "Update x86inc.asm from x264"Johann Koenig
2015-08-10Adjustments for VP9 temporal layers, for 1 pass CBRMarco
2015-08-10Merge "Add unittest for SVC 1pass CBR mode with 4 threads."Marco Paniconi
2015-08-10Only use .text sections for aoutJohann
2015-08-10Merge "fastssim: Add some missing consts"Aℓex Converse
2015-08-10Merge "clang/win: Make libvpx build with -Wunused-function."Tom Finegan
2015-08-10Merge "Add a codereview.setting file so that `git cl upload` works."Tom Finegan
2015-08-10Merge "Make build_inter_predictors static function"Jingning Han
2015-08-10Add unittest for SVC 1pass CBR mode with 4 threads.Marco
2015-08-10fastssim: Add some missing constsAlex Converse
2015-08-10Merge changes I2aa2a545,I63932eda,Ie3694ecdAℓex Converse
2015-08-10Make build_inter_predictors static functionJingning Han
2015-08-10Merge "Add static syntax to total_adj_strong_thresh"Jingning Han
2015-08-08vpx_ports/msvc.h: include math.h for ceil/floorJames Zern
2015-08-08vpx_ports/x86.h: fix visual studio build warningJames Zern
2015-08-07Move the msvc round() replacement to msvc.hAlex Converse
2015-08-07Make the round() replacement match C99 and POSIX.Alex Converse
2015-08-07Add static syntax to total_adj_strong_threshJingning Han
2015-08-07Use newer x86inc.asmJohann
2015-08-07Use .text instead of .rodata on machoJohann
2015-08-07Copy PIC handling code from x86_abi_supportJohann
2015-08-07Set 'private_extern' visibility for macho targetsJohann
2015-08-07Avoid 'amdnop' when building with nasmJohann
2015-08-07Catch all elf formatsJohann
2015-08-07Expand PIC default to macho64 and respect CONFIG_PIC from libvpxJohann
2015-08-07Use libvpx defines to set name mangling rulesJohann
2015-08-07Update x86inc.asm from x264Johann
2015-08-07Customize x86inc.asm for libvpxJohann
2015-08-07Add a codereview.setting file so that `git cl upload` works.Nico Weber
2015-08-07clang/win: Make libvpx build with -Wunused-function.Nico Weber
2015-08-07Merge "Add static syntax to copy_mem64x64"Jingning Han
2015-08-07Merge "fastssim: Add stdlib.h for malloc/free"Aℓex Converse
2015-08-07Merge "Replace VP8 SSIM with VP9 derived vpx_dsp SSIM."Aℓex Converse
2015-08-07ssim: Add missing statics and constsAlex Converse
2015-08-07psnrhvs: Add missing consts and static consts.Alex Converse
2015-08-07ssim: Replace unsigned long with uint32_t.Alex Converse
2015-08-07Merge "Fix a setting in cyclic refresh."Marco Paniconi
2015-08-07fastssim: Add stdlib.h for malloc/freeAlex Converse
2015-08-07Replace VP8 SSIM with VP9 derived vpx_dsp SSIM.Alex Converse
2015-08-07Merge "Fixed a comment on the compound ref frames."Zoe Liu