projects
/
platform
/
upstream
/
libvpx.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libvpx.git
2013-08-12
Dmitry Kovalev
Merge "Entropy context related cleanups."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Dmitry Kovalev
Merge "Making scaling code more clear."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Dmitry Kovalev
Removing unused convolve_avg_c function + cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Dmitry Kovalev
Making scaling code more clear.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Jingning Han
Fix a compile failure in vp9_get_compressed_data
commit
|
commitdiff
|
tree
|
snapshot
2013-08-12
Dmitry Kovalev
Entropy context related cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-11
Dmitry Kovalev
Merge "Removing redundant code and function arguments."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Dmitry Kovalev
Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Dmitry Kovalev
Removing redundant code and function arguments.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
Dmitry Kovalev
Merge "Inlining 16 as a stride for BLOCK_OFFSET macro."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-10
James Zern
Merge "vp9_rd_pick_inter_mode_sb: fix uninitialized...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Dmitry Kovalev
Inlining 16 as a stride for BLOCK_OFFSET macro.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
James Zern
vp9_rd_pick_inter_mode_sb: fix uninitialized value
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Dmitry Kovalev
Merge "Using MV struct instead of int[2] array."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Dmitry Kovalev
Merge "Removing plane_block_{width, height}_log2by4...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Dmitry Kovalev
Merge "Moving loopfilter struct to VP9_COMMON."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Dmitry Kovalev
Moving loopfilter struct to VP9_COMMON.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Dmitry Kovalev
Moving scale_factors and related code to separate files.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Scott LaVarnway
Merge "Bug fix: call set_offsets before rd_auto_partiti...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Dmitry Kovalev
Merge "Using buf_2d struct instead of separate buffer...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Scott LaVarnway
Bug fix: call set_offsets before rd_auto_partition_range
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Adrian Grange
Merge "Correct bug in loopfilter initialization"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Adrian Grange
Correct bug in loopfilter initialization
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Yaowu Xu
Added lpf level picking using partial frame
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Yaowu Xu
renamed vp8_yv12_copy_y to vpx_yv12_copy_y
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Yaowu Xu
added a speed feature on lpf level picking
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Yaowu Xu
Merge "fix unit test failure on win32 vs2008 build"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Dmitry Kovalev
Using buf_2d struct instead of separate buffer and...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Dmitry Kovalev
General code cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-09
Yaowu Xu
fix unit test failure on win32 vs2008 build
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Dmitry Kovalev
Merge "Cleanup inside vp9_reconinter.c."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Deb Mukherjee
Merge "Adds a new subpel motion function"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Dmitry Kovalev
Merge "Removing unneeded intermediate entropy_nodes_ada...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Dmitry Kovalev
Using MV struct instead of int[2] array.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Dmitry Kovalev
Removing unneeded intermediate entropy_nodes_adapt...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Deb Mukherjee
Adds a new subpel motion function
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Adrian Grange
Moved fast motion search level decision to function
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Adrian Grange
Simplify & fix potential bug in rd_pick_partition
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Jingning Han
Merge "Use low precision 32x32fdct for encodemb in...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Dmitry Kovalev
Removing plane_block_{width, height}_log2by4 functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-08
Dmitry Kovalev
Cleanup inside vp9_reconinter.c.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Dmitry Kovalev
Merge "Using only one scale function in scale_factors...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Dmitry Kovalev
Merge "Adding ss_size_lookup table."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Jingning Han
Use low precision 32x32fdct for encodemb in speed1
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Dmitry Kovalev
Adding ss_size_lookup table.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Dmitry Kovalev
Merge "Removing NMS_STATS defines."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Christian Duvivier
Neon version of vp9_short_idct4x4_add.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Deb Mukherjee
Merge "Clean ups of the subpel search functions"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-07
Deb Mukherjee
Clean ups of the subpel search functions
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Dmitry Kovalev
Merge "Motion vector code cleanup."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Dmitry Kovalev
Using only one scale function in scale_factors struct.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jingning Han
Merge "Place holder for high-precision 32x32 fdct"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jim Bankoski
variance x86inc guards
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jim Bankoski
sse3 intrapred x86inc protected
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Deb Mukherjee
Merge "Flexible support for various pattern searches"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jim Bankoski
sad + miscellaneous updates
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Dmitry Kovalev
Merge "Inlining vp9_get_pred_probs_switchable_interp...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Deb Mukherjee
Flexible support for various pattern searches
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jingning Han
Place holder for high-precision 32x32 fdct
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Dmitry Kovalev
Inlining vp9_get_pred_probs_switchable_interp function.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jingning Han
Merge "Move fdct32x32 SSE2 implementation in separate...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jim Bankoski
Merge "intrapred x86inc guards"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Dmitry Kovalev
Motion vector code cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Dmitry Kovalev
Merge "Finally removing all old block size constants."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Dmitry Kovalev
Merge "Changing the order switchable filter enum consta...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Dmitry Kovalev
Merge "Removing unused functions."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Deb Mukherjee
Merge "Add variance based mode/skipping"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Christian Duvivier
Move fdct32x32 SSE2 implementation in separate file.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jim Bankoski
intrapred x86inc guards
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jim Bankoski
block error / x86inc mods
commit
|
commitdiff
|
tree
|
snapshot
2013-08-06
Jim Bankoski
reworked config for use_x86_inc
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
James Zern
Merge changes I082959ab,Ib6932640
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Dmitry Kovalev
Finally removing all old block size constants.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Jim Bankoski
fixed script problem with config_force_x86_inc
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Jim Bankoski
Merge "Begin to restrict x86inc.asm usage"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Deb Mukherjee
Add variance based mode/skipping
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Jim Bankoski
Merge "cleanups after bw bh code"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
James Zern
vp9/decoder: threaded row-based loop filter
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
James Zern
vp9/decoder: add thread worker
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Dmitry Kovalev
Changing the order switchable filter enum constants.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Jim Bankoski
cleanups after bw bh code
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Paweł Hajdan
Update README
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Jim Bankoski
Begin to restrict x86inc.asm usage
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Dmitry Kovalev
Replacing long block size enum values with shorter...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Dmitry Kovalev
Merge "Cleaning up vp9_build_inter_predictor function."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Dmitry Kovalev
Merge "Replacing "txfm" with "tx" in identifiers."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-04
Jim Bankoski
reworked find_mv_ref
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Dmitry Kovalev
Replacing "txfm" with "tx" in identifiers.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-03
Dmitry Kovalev
Removing NMS_STATS defines.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Merge "Adding is_inter_block function."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Cleaning up vp9_build_inter_predictor function.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Removing unused functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Merge "Changing function arg type from int_mv* to MV*."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Merge "Cleanups around allow_high_precision_mv flag."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Adding is_inter_block function.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Merge "Cleaning up set_contexts_on_border function."
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Yunqing Wang
Merge "Add more checking to using_small_partition_info"
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Cleaning up set_contexts_on_border function.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Changing function arg type from int_mv* to MV*.
commit
|
commitdiff
|
tree
|
snapshot
2013-08-02
Dmitry Kovalev
Moving struct loop_filter_info from *.h to *.c file.
commit
|
commitdiff
|
tree
|
snapshot
next