platform/upstream/libvpx.git
2012-08-21 Scott LaVarnwayMerge "Removed unused dr from VP8D_COMP"
2012-08-21 Scott LaVarnwayMerge "Removed last_kf_gf_q"
2012-08-21 James ZernMerge "sad_test: fix msvc build"
2012-08-21 James ZernMerge "sixtap_predict_test: fix msvc build"
2012-08-21 James Zernbuild: hide msvs project command in non-verbose mode
2012-08-21 James ZernMerge "fix msvc configure"
2012-08-21 John Koleszarvpx.pc: move -lm to Libs.private
2012-08-21 Yunqing WangMerge "Fix inter_zz_count calculation bug"
2012-08-21 James Zernsad_test: fix msvc build
2012-08-21 James Zernsixtap_predict_test: fix msvc build
2012-08-21 Jim BankoskiMerge "Added row based loopfilter"
2012-08-21 Yunqing WangFix inter_zz_count calculation bug
2012-08-20 Yaowu XuMerge "realtime turndown loopfilter for 00"
2012-08-20 Yaowu XuMerge "static threshold fix for realtime"
2012-08-20 Jim Bankoskirealtime turndown loopfilter for 00
2012-08-20 Jim Bankoskistatic threshold fix for realtime
2012-08-20 Yaowu Xusilent compiling warnings for VC9 build
2012-08-15 James Zernfix msvc configure
2012-08-15 Mike FrysingerParse out arm isa targets from dumpmachine
2012-08-14 Mike Frysingerdo not error out on generic-gnu + --enable-shared
2012-08-09 John KoleszarMerge "vpx.pc: add missing library for static links"
2012-08-09 Andoni Morales... configure: check for pthreads building on windows with gcc
2012-08-09 Andoni Morales... vpx.pc: add missing library for static links
2012-08-08 James Zernfix timestamp calculation rollover w/altref
2012-08-08 James ZernEncoderTest: check that timestamps are monotonic
2012-08-08 John KoleszarMerge "tests: fix Continue() signatures"
2012-08-08 John KoleszarMerge "keyframe_test: use a fixed speed step for realtime"
2012-08-08 JohannUpdate armv6 vp8_intra4x4_predict
2012-08-08 James Zerntests: fix Continue() signatures
2012-08-03 Attila NagyMerge "Fix encoder mem allocation when picture size...
2012-08-03 Attila NagyMerge "Fix potential encoder dead-lock after picture...
2012-08-02 JohannPass B_PREDICTION_MODE to intra4x4_predict
2012-08-02 JohannMatch declaration to definition
2012-08-02 Scott LaVarnwayRemoved last_kf_gf_q
2012-08-02 Scott LaVarnwayAdded row based loopfilter
2012-08-01 JohannRename vp8_intra4x4_predict_d
2012-08-01 JohannUse intra4x4_predict_d parameter names
2012-08-01 JohannChange vp8_intra4x4_predict call sites
2012-08-01 Johannuse RTCD pointer for intra4x4_predict
2012-08-01 Attila NagyFix potential encoder dead-lock after picture resize
2012-08-01 Attila NagyFix encoder mem allocation when picture size is changed
2012-07-31 JohannMerge "Be consistent with SAD values"
2012-07-31 Attila NagyMerge "Avoid warnings about redefining _FORTIFY_SOURCE"
2012-07-28 Jim BankoskiMerge "Remove the resetting of qp params for temporal...
2012-07-28 Marco PaniconiRemove the resetting of qp params for temporal layers.
2012-07-27 JohannBe consistent with SAD values
2012-07-27 JohannMerge "SAD cosmetic cleanup"
2012-07-27 Attila NagyAvoid warnings about redefining _FORTIFY_SOURCE
2012-07-27 Attila NagyOptimizes updates of encoder block ptrs
2012-07-27 JohannMerge "Add tests for SAD functions"
2012-07-26 JohannSAD cosmetic cleanup
2012-07-26 Yunqing WangMerge "multi-res: add drop_frame support"
2012-07-26 Yunqing Wangmulti-res: add drop_frame support
2012-07-26 JohannAdd tests for SAD functions
2012-07-24 Ronald S. BultjeAdd comment for use of shift/mul instead of div.
2012-07-24 Ronald S. BultjeReplace x*155/100 by x*101581>>16.
2012-07-24 JohannUse vpx_integer.h instead of stdint.h
2012-07-24 JohannMerge "Use ACMRandom for all tests"
2012-07-24 JohannMerge "Allow specifying the seed"
2012-07-24 JohannMerge "Make random streams consistant"
2012-07-24 Paul WilkinsAdded unit test of vp8_set_roimap()
2012-07-23 JohannUse ACMRandom for all tests
2012-07-23 JohannAllow specifying the seed
2012-07-23 JohannMake random streams consistant
2012-07-20 JohannMove ACMRandom to acm_random.h
2012-07-20 JohannRemove unused macros
2012-07-20 Johannbash uses curly braces
2012-07-20 Dragan MrdjanDisabling MIPS optimizations for big endian platforms
2012-07-16 John KoleszarMerge "examples: fix memory leak"
2012-07-14 Yunqing Wangmulti-res: add parameter validity checking
2012-07-14 John Koleszarexamples: fix memory leak
2012-07-13 Yunqing WangRemove unused parameter in encoder interface code
2012-07-13 John Koleszarunset executable bit on source code
2012-07-11 Dragan MrdjanFix to compile properly on MIPS
2012-07-10 JohannMerge "VP8 optimizations for MIPS dspr2"
2012-07-10 John Koleszarkeyframe_test: use a fixed speed step for realtime
2012-07-10 Yunqing WangMerge "Add unit test for vp8_sixtap_predict functions"
2012-07-10 John KoleszarMerge "I420VideoSource: add members to ctor initialization"
2012-07-10 Dragan MrdjanVP8 optimizations for MIPS dspr2
2012-07-10 Yunqing WangAdd unit test for vp8_sixtap_predict functions
2012-07-10 Yunqing WangMerge "Remove goldfreq in VP8_COMP"
2012-07-10 James ZernI420VideoSource: add members to ctor initialization
2012-07-03 Yunqing WangMerge "Add 0 offsets handling in SSSE3 sixtap_predict...
2012-07-03 Yunqing WangMerge "Fix subpixel_predict initialization"
2012-07-02 Yunqing WangAdd 0 offsets handling in SSSE3 sixtap_predict functions
2012-07-02 Yunqing WangFix subpixel_predict initialization
2012-06-29 John KoleszarBuild unit test driver from the default target
2012-06-29 John Koleszarfdct4x4_test: remove unnecessary includes
2012-06-29 Yunqing WangMerge "Fix decimation_count in drop_frame"
2012-06-28 James Zernfix permissions on regular files
2012-06-26 Yaowu Xufixed a build problem with target=x86_64-win64-vs9
2012-06-26 Yaowu XuAdded unit test for 4x4 forward dct
2012-06-25 Jim BankoskiMerge "Add unit test for intra prediction."
2012-06-25 John KoleszarMerge changes I94a061eb,If6910fe3
2012-06-25 John Koleszargen_asm_deps.sh: regex fix
2012-06-25 Ronald S. BultjeAdd unit test for intra prediction.
2012-06-23 Jim Bankoskiadd auto keyframe unit test
2012-06-23 Paul WilkinsAlter comment on range of delta_q and delta_lf
2012-06-22 John KoleszarMerge "Cosmetics: test/test_libvpx.cc"
2012-06-22 JohannMerge "Clean Android build defaults"
next