platform/upstream/libvpx.git
2012-09-06 Deb MukherjeeNew motion vector entropy coding
2012-08-30 Jingning Hanhybrid transform of 16x16 dimension
2012-08-30 Ronald S. BultjeMerge "Add proper skip support to intra frames." into...
2012-08-29 Ronald S. BultjeAdd proper skip support to intra frames.
2012-08-28 Ronald S. BultjeRemove some disabled code from pick_inter_mode_sb().
2012-08-28 Ronald S. BultjeDisable 16x16 temp buffer for superblocks.
2012-08-24 John KoleszarMerge "Fix file permissions" into experimental
2012-08-24 Ronald S. BultjeMerge "change to properly account for coef scaling...
2012-08-24 Yaowu Xuchange to properly account for coef scaling in unit...
2012-08-24 Paul WilkinsNew Motion Reference Search
2012-08-22 Ronald S. BultjeRemove duplicate code in C intra prediction.
2012-08-22 John KoleszarFix file permissions
2012-08-22 John KoleszarMerge "all_builds.py: move to tools/" into experimental
2012-08-22 John KoleszarMerge "all_builds.py: support for sharding builds"...
2012-08-22 John KoleszarMerge "remove rotation experiment" into experimental
2012-08-22 Christian DuvivierMerge "SSE2 version of vectorized 8-tap filtering....
2012-08-22 Ronald S. BultjeMerge "Fix mismatch caused by a rebase failure." into...
2012-08-21 Ronald S. BultjeFix mismatch caused by a rebase failure.
2012-08-21 Christian DuvivierSSE2 version of vectorized 8-tap filtering.
2012-08-21 Daniel KangFix compiler warnings
2012-08-21 Christian DuvivierFix warning.
2012-08-21 John Koleszarall_builds.py: move to tools/
2012-08-21 John Koleszarall_builds.py: support for sharding builds
2012-08-21 John KoleszarMerge changes I96cd08c9,If8eeb8ff into experimental
2012-08-21 John Koleszarremove rotation experiment
2012-08-21 John Koleszarhybridtransform8x8: fix compilation
2012-08-21 Ronald S. BultjeFix some compiler warnings.
2012-08-21 John Koleszarcomp_intra_pred: fix compilation
2012-08-21 John KoleszarMerge "Fix typo." into experimental
2012-08-21 Ronald S. BultjeFix typo.
2012-08-21 Ronald S. BultjeMerge "Superblock coding." into experimental
2012-08-20 Ronald S. BultjeSuperblock coding.
2012-08-17 Christian DuvivierFix warnings.
2012-08-17 Christian DuvivierMerge "A few more optimizations, about 1% overall speed...
2012-08-16 Christian DuvivierA few more optimizations, about 1% overall speedup.
2012-08-16 Jingning HanFixed decoder mismatch issue
2012-08-16 Ronald S. BultjeMerge "Set a default mv entropy if no tokens are coded...
2012-08-16 Ronald S. BultjeSet a default mv entropy if no tokens are coded.
2012-08-16 Daniel KangFix valgrind error which causes non-deterministic results.
2012-08-16 Ronald S. BultjeFix stack overrun in calculating segmentation map codin...
2012-08-16 Christian DuvivierMerge "First partial snapshot of vectorized 8-tap filte...
2012-08-16 Christian DuvivierFirst partial snapshot of vectorized 8-tap filtering.
2012-08-15 Daniel KangFix build with TX_16X16
2012-08-15 Paul WilkinsCode clean up.
2012-08-14 Christian DuvivierFix warnings.
2012-08-14 Christian DuvivierFix build.
2012-08-14 Daniel KangShut up warnings added by -Wundef
2012-08-14 John KoleszarMerge changes I0b51674f,I1ea6ebf9,I89076d93 into experi...
2012-08-14 Deb MukherjeeMerge "Some build fixes" into experimental
2012-08-14 Yaowu XuMerge "Changed to use reference mv as nearest mv" into...
2012-08-14 Yaowu XuChanged to use reference mv as nearest mv
2012-08-14 Deb MukherjeeSome build fixes
2012-08-14 Paul WilkinsCode clean up.
2012-08-13 Daniel KangFix typo, which adds skip testing for 16x16
2012-08-13 Daniel KangShut up some compiler warnings on gcc
2012-08-13 Christian DuvivierFix warning/bug introduced in 4d5b81a80faa8333ca3a7aed5...
2012-08-13 Daniel KangCosmetics to rdopt.c
2012-08-13 Daniel KangCombine optimize_b and optimize_b_8x8
2012-08-11 Yaowu Xuextend the range of encoding time
2012-08-11 Yaowu Xufix build problem for newbestrefmv experiment
2012-08-10 Daniel KangFix some tabbing in rdopt.c
2012-08-10 John Koleszarlint_hunks: show style violations in the index
2012-08-10 Daniel KangRefactor to remove some arguments from vp8_rd_pick_inte...
2012-08-10 Daniel KangRefactor RD to take same codepath for single and comp...
2012-08-10 Paul WilkinsCode cleanup.
2012-08-09 John Koleszarintersect_diffs: split out diff classes
2012-08-09 John Koleszarftfy: update to match current astyle rule
2012-08-09 Daniel KangRefactor vp8_build_inter16x16_predictor functions
2012-08-09 Daniel KangMore refactoring of diamond search.
2012-08-09 Daniel KangRefactor SPLITMV in RD to a special case.
2012-08-09 Daniel KangBegin refactoring to help merge parts of rd inter.
2012-08-09 Deb MukherjeeMerge "Merging in the sixteenth subpel uv experiment...
2012-08-09 John KoleszarMerge "Import tools/ from master branch" into experimental
2012-08-09 Christian DuvivierNewline got lost in submission of "Partial import of...
2012-08-08 Deb MukherjeeMerging in the sixteenth subpel uv experiment
2012-08-08 Christian DuvivierMerge "Partial import of "New RTCD implementation"...
2012-08-08 Christian DuvivierPartial import of "New RTCD implementation" from master...
2012-08-08 Debargha MukherjeeMerge "a tiny fix for MSVC build" into experimental
2012-08-08 Daniel KangMerge "Refactor setting up MVs and buffers in rdopt...
2012-08-08 Yaowu Xua tiny fix for MSVC build
2012-08-08 Christian DuvivierMerge "Cleanup and commenting of the sub-pixel interpol...
2012-08-08 Christian DuvivierCleanup and commenting of the sub-pixel interpolation...
2012-08-08 John KoleszarImport tools/ from master branch
2012-08-08 Daniel KangRefactor setting up MVs and buffers in rdopt.c
2012-08-08 Daniel KangSome refactoring of mcomp functions.
2012-08-07 Daniel KangChange the RD cost functions to take into account the...
2012-08-07 Daniel Kangclamp_mv_min_max -> vp8_clamp_mv_min_max
2012-08-07 Daniel KangMore refactoring and cosmetics to rdopt.c
2012-08-07 Daniel KangReorganiziation of the RD loop to make more sense.
2012-08-07 Daniel KangMinor cosmetic changes to rdopt.c.
2012-08-07 Daniel KangCombine vp8_block_error_c and vp8_submb_error_c.
2012-08-07 Yaowu XuA bit of temporary relief on encoder slowness
2012-08-07 Yaowu Xua new way of determining reference motion vector
2012-08-07 Jingning HanRefactoring hybrid transform coding
2012-08-06 Daniel KangRemove code to set transform size.
2012-08-06 Daniel KangCombine cost_coeffs functions.
2012-08-06 Daniel KangMerge token_costs into a single table.
2012-08-06 Daniel KangMore refactoring of RD cost to make later changes easier.
2012-08-06 Daniel KangMinor refactoring of RD cost functions.
2012-08-06 Christian DuvivierAdd x86_64-darwin11-gcc target.
next