platform/upstream/libvpx.git
2013-01-10 JohannMerge "configure: support hardfloat armv7 CHOSTS"
2013-01-10 JohannMerge "configure: support mingw-w64"
2013-01-10 Luca Barbatoconfigure: support hardfloat armv7 CHOSTS
2013-01-10 Luca Barbatoconfigure: support mingw-w64
2013-01-10 Marco PaniconiChange some settings in multi-res_encoder test.
2013-01-08 Scott LaVarnwayMerge "Remove cpi parameter from update_mvcount()"
2013-01-04 Marco PaniconiUse seg/ref/mode offsets in loop_filter_partial.
2012-12-27 John KoleszarMerge branch 'vp9-preview' of review:webm/libvpx
2012-12-26 John KoleszarBuild fixes to merge vp9-preview into master
2012-12-21 Yunqing WangFix a warning
2012-12-21 John KoleszarUpdate CHANGELOG for v1.2.0 release v1.2.0
2012-12-21 John KoleszarMerge "add emmintrin_compat.h for builds with gcc ...
2012-12-21 John KoleszarMerge "configure: test for -msse4" into vp9-preview
2012-12-21 Jim Bankoskifixed sizes of global arrays
2012-12-20 James Zernadd emmintrin_compat.h for builds with gcc < 4
2012-12-20 James Zernconfigure: test for -msse4
2012-12-20 Jim Bankoskiadd private to assembly files to insure proper chromebuild
2012-12-19 Scott LaVarnwayDisabled x86inc style assembly functions.... part 2
2012-12-19 Scott LaVarnwayDisabled x86inc style assembly functions
2012-12-19 JohannAdd 'jni' to documention for ndk-build
2012-12-18 Yaowu XuMerge "Problem of over smoothing with intra modes....
2012-12-17 Yaowu Xufixed a warning
2012-12-17 Paul WilkinsProblem of over smoothing with intra modes.
2012-12-14 Yaowu Xureset segement map on key frame
2012-12-14 Yaowu Xuprevents redefine of INT64_MAX
2012-12-14 Yaowu Xuremove floating point inverse transforms
2012-12-13 JohannUnit tests do not build for iOS
2012-12-12 Scott LaVarnwayImproved vp9_ihtllm_c
2012-12-11 JohannRevert "Upstream build bug for chromium"
2012-12-11 Scott LaVarnwayMerge "Bug fix: use correct count_mb_ref_frame_usage"
2012-12-11 Scott LaVarnwayBug fix: use correct count_mb_ref_frame_usage
2012-12-11 Scott LaVarnwayMoved error_bins to macroblock struct
2012-12-11 Frank GalliganFix ads2gas script to look for ALIGN as a word.
2012-12-11 Scott LaVarnwayMerge "Moved zbin_mode_boost to macroblock struct"
2012-12-10 Scott LaVarnwayUpdate correct macroblock quantize_b function ptrs
2012-12-10 Scott LaVarnwayMoved zbin_mode_boost to macroblock struct
2012-12-10 John Koleszarconfigure: add --enable-external-build support
2012-12-10 Scott LaVarnwayMoved zbin_over_quant to macroblock struct
2012-12-08 Jim BankoskiMerge "Fix implicit cast." into vp9-preview
2012-12-08 Jim BankoskiMerge "Fix meaninglesss if." into vp9-preview
2012-12-07 Frank GalliganFix meaninglesss if.
2012-12-07 Frank GalliganRemove unused symbols from vp9 asm offsets C files.
2012-12-07 Frank GalliganFix implicit cast.
2012-12-07 Scott LaVarnwayMoved denoiser frame copy/updates out of loopfilter...
2012-12-06 Scott LaVarnwayMerge "added work buffer for denoiser"
2012-12-06 John Koleszarlibvpx_test: ensure rtcd init functions are called
2012-12-06 Scott LaVarnwayadded work buffer for denoiser
2012-12-05 Adrian GrangeDisable background update on non-base layer frames
2012-12-05 JohannBegin to refactor vpx_scale usage in VP9
2012-12-05 JohannRemove ARM optimizations from VP9
2012-12-05 JohannUpdate ARM for vpx_scale changes
2012-12-05 Scott LaVarnwayRemoved check_gf_quality()
2012-12-05 John Koleszarvp9_bilinear_filters_mmx: add missing extern specifiers
2012-12-05 Scott LaVarnwayMoving mbs_tested_so_far, mode_test_hit_counts to macro...
2012-12-04 Scott LaVarnwayRemove cpi parameter from update_mvcount()
2012-12-04 Yaowu XuEnable unit tests to build with MSVC
2012-12-04 Yaowu XuFix the build with MSVC
2012-12-04 Frank GalliganMerge "vp9: Fix assert check." into vp9-preview
2012-12-03 Jim BankoskiMerge "fixes --disable-vp9-encoder" into vp9-preview
2012-12-03 Jim Bankoskifixes --disable-vp9-encoder
2012-12-03 Frank Galliganvp9: Fix assert check.
2012-12-03 Scott LaVarnwayMerge "Moving rd_thresh_mult, rd_threshes to macroblock...
2012-12-03 Scott LaVarnwayMerge "Moving count_mb_ref_frame_usage to macroblock...
2012-12-03 Frank Galliganvp9: Remove superfluous command.
2012-12-03 John KoleszarMerge "Rename vpx_scale/rtcd.c to vpx_scale/vpx_scale_r...
2012-12-01 Deb MukherjeeSupports inter-intra prediction with superblocks
2012-11-30 Frank GalliganRename vpx_scale/rtcd.c to vpx_scale/vpx_scale_rtcd.c
2012-11-30 Deb MukherjeeAdds switchable filters with superblocks
2012-11-30 Jim Bankoskiwarnings in various experiments
2012-11-30 Jim Bankoskigoogle style guide include guards
2012-11-30 Yunqing WangMerge "Further improve macroblock loop filters" into...
2012-11-29 Deb MukherjeeMerge "Minor refactoring of superblock decoding" into...
2012-11-29 Deb MukherjeeMinor refactoring of superblock decoding
2012-11-29 Jim Bankoskia vp8 warning to boot.
2012-11-29 Jim Bankoskiintrinsic warnings begone
2012-11-29 Jim Bankoskilast remaining warning
2012-11-29 Jim Bankoskifix implicit warnings idct etc
2012-11-29 Jim BankoskiAdditional warning message cleanup.
2012-11-29 Yaowu XuMerge changes Iaa67bcf1,Ibea3bc80 into experimental
2012-11-29 Yaowu XuMerge "more unused variables." into experimental
2012-11-29 Yaowu XuMerge "unused variable" into experimental
2012-11-29 Yaowu XuMerge "unused var removed" into experimental
2012-11-29 Yaowu XuMerge "minor fix to eob check for setting CONTEXT"...
2012-11-29 Yaowu Xuminor fix to eob check for setting CONTEXT
2012-11-29 Jim Bankoskimore warning cleanup
2012-11-29 Jim Bankoskiunused variables & warnings
2012-11-29 Jim Bankoskimore unused variables.
2012-11-29 Jim Bankoskiunused variable
2012-11-29 Jim Bankoskiunused var removed
2012-11-29 Jim Bankoskisigned mismatch mvrefcount
2012-11-29 Jim Bankoskiwarning error missing void
2012-11-29 Jim Bankoskiihtllm moves to rtcd
2012-11-29 Jim Bankoskifix vp9_vp8 files renamed
2012-11-29 Jim Bankoskimore rtcd cleanup
2012-11-29 Deb MukherjeeMerge "Fixing 8x8/4x4 ADST for intra modes with tx...
2012-11-29 Deb MukherjeeFixing 8x8/4x4 ADST for intra modes with tx select
2012-11-28 Yaowu XuMerge "remove the vp9_default_mode_contexts_a" into...
2012-11-28 Martin StorsjoDisable fast unaligned on armv5te
2012-11-28 Yaowu Xuremove the vp9_default_mode_contexts_a
2012-11-28 Jim Bankoskifixed includes to be fully specified
next