]> granicus.if.org Git - libvpx/shortlog
libvpx
2014-10-18 Yaowu XuMerge "Remove unused VAR_BASED_FIXED_PARTITION flag"
2014-10-18 Yaowu XuMerge "Use rate/distortion thresholds to control non...
2014-10-17 MarcoUpdates to aggressive denoising mode.
2014-10-17 hkuangMerge "Correct the logic of ready_for_new_data."
2014-10-17 JackyChenMerge "vp9_denoiser_sse2.c: solve windows build error."
2014-10-17 Jingning HanMerge "Add init and reset functions for RD_COST struct"
2014-10-17 Jingning HanMerge "Reset rate cost value in rd mode search"
2014-10-17 hkuangCorrect the logic of ready_for_new_data.
2014-10-17 Jingning HanReset rate cost value in rd mode search
2014-10-17 JackyChenvp9_denoiser_sse2.c: solve windows build error.
2014-10-17 Jingning HanRemove unused VAR_BASED_FIXED_PARTITION flag
2014-10-17 James ZernMerge "vp9_denoiser_sse2.c: eliminate gcc warnings"
2014-10-17 JackyChenvp9_denoiser_sse2.c: eliminate gcc warnings
2014-10-16 Deb MukherjeeMerge "Adds a set of end-to-end encode tests"
2014-10-16 Jingning HanMerge "Fix an ioc issue in super_block_uvrd"
2014-10-16 Deb MukherjeeAdds a set of end-to-end encode tests
2014-10-16 Jingning HanFix an ioc issue in super_block_uvrd
2014-10-16 Paul WilkinsMerge "Change initialization of static_scene_max_gf_int...
2014-10-16 Paul WilkinsMerge "[spatial svc]Another workaround to avoid using...
2014-10-16 Paul WilkinsMerge "Revert "Move input frame scaling into the recode...
2014-10-16 Paul WilkinsMerge "Revert "[spatial svc]Another workaround to avoid...
2014-10-16 Deb MukherjeeMerge "Fix in bit-shift operation for highbitdepth...
2014-10-16 Paul WilkinsChange initialization of static_scene_max_gf_interval.
2014-10-16 Minghai Shang[spatial svc]Another workaround to avoid using prev_mi
2014-10-16 Paul WilkinsRevert "Move input frame scaling into the recode loop"
2014-10-16 Paul WilkinsRevert "[spatial svc]Another workaround to avoid using...
2014-10-16 James ZernMerge "fix CONFIG_SPATIAL_SVC warning"
2014-10-15 MarcoMerge "Some updates for Speed 6/VAR_BASED_PARTITION."
2014-10-15 Jingning HanAdd init and reset functions for RD_COST struct
2014-10-15 Jingning HanMerge "Replace copy_partitioning use case with choose_p...
2014-10-15 Jingning HanUse rate/distortion thresholds to control non-RD partit...
2014-10-15 MarcoSome updates for Speed 6/VAR_BASED_PARTITION.
2014-10-15 Jingning HanReplace copy_partitioning use case with choose_partitioning
2014-10-15 Deb MukherjeeFix in bit-shift operation for highbitdepth decode
2014-10-15 James Zernfix CONFIG_SPATIAL_SVC warning
2014-10-14 Minghai Shang[spatial svc]Another workaround to avoid using prev_mi
2014-10-14 Adrian GrangeMerge "Move input frame scaling into the recode loop"
2014-10-14 Alex ConverseMerge "Add a 32-bit friendly sse2 quantizer."
2014-10-14 Yunqing WangMerge "Remove an unneeded function call"
2014-10-14 hkuangMerge "Correct the format."
2014-10-14 Yunqing WangRemove an unneeded function call
2014-10-14 Alex ConverseAdd a 32-bit friendly sse2 quantizer.
2014-10-14 hkuangCorrect the format.
2014-10-14 Jingning HanMerge "Refactor super_block_uvrd function to remove...
2014-10-14 hkuangMerge "Remove unnecessary local variable."
2014-10-14 hkuangMerge "Remove extra line."
2014-10-14 Jingning HanRefactor super_block_uvrd function to remove goto statement
2014-10-14 Adrian GrangeMove input frame scaling into the recode loop
2014-10-14 Jingning HanMerge "Use speed feature variable in vp9_rd_pick_inter...
2014-10-14 Jingning HanMerge "Fix vp9_rd_pick_inter/intra function types"
2014-10-14 Jingning HanMerge "Refactor rate distortion cost structure"
2014-10-14 JackyChenMerge "Code style change in unit test for VP8/VP9 denoi...
2014-10-14 Adrian GrangeMerge "Remove mi_grid_base_array from VP9_COMMON (unused)"
2014-10-14 Paul WilkinsMerge "Clamp rate error estimate."
2014-10-14 Deb MukherjeeMerge "Resolves some lint errors"
2014-10-14 Alex ConverseMerge "Add a seg map preservation test vector."
2014-10-13 Jingning HanUse speed feature variable in vp9_rd_pick_inter/intra_mode
2014-10-13 Deb MukherjeeResolves some lint errors
2014-10-13 Jingning HanFix vp9_rd_pick_inter/intra function types
2014-10-13 hkuangMerge "Use pre increment."
2014-10-13 Jingning HanRefactor rate distortion cost structure
2014-10-13 hkuangUse pre increment.
2014-10-13 hkuangRemove unnecessary local variable.
2014-10-13 Adrian GrangeRemove mi_grid_base_array from VP9_COMMON (unused)
2014-10-13 Alex ConverseAdd a seg map preservation test vector.
2014-10-13 Paul WilkinsClamp rate error estimate.
2014-10-13 Paul WilkinsMerge "Add adaptation option for VBR."
2014-10-13 JackyChenCode style change in unit test for VP8/VP9 denoiser.
2014-10-13 James ZernMerge "args.h: add arg_parse_enum prototype"
2014-10-13 James ZernMerge "vp9_spatial_svc_encoder: fix -bit-depth arg...
2014-10-13 James ZernMerge "yv12config: fix highbitdepth build"
2014-10-13 Paul WilkinsAdd adaptation option for VBR.
2014-10-12 Jingning HanFix ActiveMapTest valgrind warning
2014-10-11 James Zernargs.h: add arg_parse_enum prototype
2014-10-11 James Zernvp9_spatial_svc_encoder: fix -bit-depth arg parsing
2014-10-11 James Zernyv12config: fix highbitdepth build
2014-10-10 hkuangRemove extra line.
2014-10-10 Alex ConverseRevert "Add adaptation option for VBR."
2014-10-10 hkuangMerge "Optimize the code to set the refernce frame...
2014-10-10 hkuangMerge "Correct the code format."
2014-10-10 Paul WilkinsMerge "Add adaptation option for VBR."
2014-10-10 Yaowu XuMerge "vp9/choose_partitioning: add missing clear_syste...
2014-10-10 James Zernvp9/choose_partitioning: add missing clear_system_state
2014-10-10 James ZernMerge changes Ib5030373,Id614cfe6
2014-10-10 Paul WilkinsAdd adaptation option for VBR.
2014-10-10 James Zernvp9_avg_intrin_sse2: correct intrinsics include
2014-10-10 hkuangCorrect the code format.
2014-10-09 hkuangOptimize the code to set the refernce frame right after...
2014-10-09 hkuangMerge "Remove unnecessary code."
2014-10-09 hkuangMerge "Remove unnecessary scale check in set_ref."
2014-10-09 Deb MukherjeeMerge "Rename highbitdepth functions to use highbd...
2014-10-09 hkuangRemove unnecessary code.
2014-10-09 Deb MukherjeeRename highbitdepth functions to use highbd prefix
2014-10-09 hkuangRemove unnecessary scale check in set_ref.
2014-10-09 Jingning HanMerge "Remove sub8x8 block index from rd_pick_partition...
2014-10-09 Deb MukherjeeMerge "Subpel search cleanups and enhancements"
2014-10-09 Alex ConverseMerge "Move the high freq coeff check outside store_cod...
2014-10-09 Jingning HanRemove sub8x8 block index from rd_pick_partition argument
2014-10-09 MarcoMerge "vp8: Suppress denoising with respect to old...
2014-10-09 Yaowu XuMerge "Fix src frame buffer copy and extend"
next