RSS feed
d9f898ab
– John Koleszar <jkoleszar@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/25 06:47
Merge "Add rc_max_intra_bitrate_pct control"
aa926fbd
– John Koleszar <jkoleszar@google.com>
authored
on 2011/04/25 07:44
Add rc_max_intra_bitrate_pct control
2089b2ce
– John Koleszar <jkoleszar@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/25 05:35
Merge "bug fix possible keyframe context divide by zero"
8d5ce819
– James Berry <jamesberry@google.com>
authored
on 2011/04/22 07:54
bug fix possible keyframe context divide by zero
aeca5990
– Johann <johannkoenig@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/25 02:52
Merge "keep values in registers during quantization"
c36b6d4d
– Scott LaVarnway <slavarnway@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/25 02:45
Merge "Removed unnecessary frame type checks"
5b673297
– Scott LaVarnway <slavarnway@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/25 02:45
Merge "Removed dc_diff from MB_MODE_INFO"
373dcec5
– Yaowu Xu <yaowu@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/22 10:08
Merge "make two compiler options explicit for Visual Studio projects"
496bcbb0
– Ronald S. Bultje <rbultje@google.com>
authored
on 2011/04/21 12:35
Fix overflow in temporal_filter_apply_sse2().
73c3d327
– John Koleszar <jkoleszar@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/21 12:54
Merge "Remove unused kf rate variables"
508ae1b3
– Johann <johannkoenig@google.com>
authored
on 2011/04/13 12:38
keep values in registers during quantization
d2a6eb4b
– Adrian Grange <agrange@google.com>
authored
on 2011/04/21 11:45
Corrected format specifiers in debug print statements
6f6cd3ab
– Scott LaVarnway <slavarnway@google.com>
authored
on 2011/04/21 10:59
Removed unnecessary frame type checks
3698c1f6
– Scott LaVarnway <slavarnway@google.com>
authored
on 2011/04/21 10:38
Removed dc_diff from MB_MODE_INFO
ddb6edd8
– Yaowu Xu <yaowu@google.com>
authored
on 2011/04/21 09:27
make two compiler options explicit for Visual Studio projects
7a49accd
– Scott LaVarnway <slavarnway@google.com>
authored
on 2011/04/20 11:45
Removed force_no_skip
09c933ea
– Scott LaVarnway <slavarnway@google.com>
authored
on 2011/04/19 07:42
Removed redundant checks of the mode_info_context flags
ad6a8ca5
– John Koleszar <jkoleszar@google.com>
authored
on 2011/04/19 12:08
Remove unused kf rate variables
4a2b684e
– Johann <johannkoenig@google.com>
authored
on 2011/04/15 06:05
modify SAVE_XMM for potential 64bit use
a9b465c5
– Johann <johannkoenig@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/19 02:32
Merge "Add save/restore xmm registers in x86 assembly code"
c7cfde42
– Johann <johannkoenig@google.com>
authored
on 2011/04/07 09:17
Add save/restore xmm registers in x86 assembly code
48438d60
– Yunqing Wang <yunqingwang@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/18 09:20
Merge "Use sub-pixel search's SSE in mode selection"
b8f0b599
– Yunqing Wang <yunqingwang@google.com>
authored
on 2011/04/18 11:48
Use sub-pixel search's SSE in mode selection
d5069b5a
– Yunqing Wang <yunqingwang@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/18 06:11
Merge "Handle long delay between video frames in multi-thread decoder(issue 312)"
cd103a57
– Johann <johannkoenig@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/18 06:03
Merge "store quant_shift as an unsigned char"
05d9421e
– Yaowu Xu <yaowu@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/18 05:53
Merge "Add spin-wait pause intrinsic for Windows x64 platform."
c619f6cb
– Yaowu Xu <yaowu@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/18 03:44
Merge "fixed an overflow in ssim calculation"
e1a8b6c8
– Scott LaVarnway <slavarnway@google.com>
authored
and John Koleszar <jkoleszar@google.com>
committed
on 2011/04/15 11:09
Removed unused timers
8fcb801d
– John Koleszar <jkoleszar@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/18 02:07
Merge "added -fomit-frame-pointer flag for gcc builds"
8ba58951
– Yunqing Wang <yunqingwang@google.com>
authored
on 2011/04/15 08:57
Handle long delay between video frames in multi-thread decoder(issue 312)
9409e380
– Scott LaVarnway <slavarnway@google.com>
authored
on 2011/04/15 11:59
added -fomit-frame-pointer flag for gcc builds
d889035f
– Johann <johannkoenig@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/15 09:32
Merge "remove dead code, add missing RESTORE_XMM"
f64f425a
– Johann <johannkoenig@google.com>
authored
on 2011/04/15 09:43
remove executable bit
487c0299
– Johann <johannkoenig@google.com>
authored
on 2011/04/15 06:11
remove dead code, add missing RESTORE_XMM
a3399291
– John Koleszar <jkoleszar@google.com>
authored
on 2011/04/15 04:44
Fix off-by-one in copy_and_extend_plane
0d2abe30
– Adrian Grange <agrange@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/15 04:37
Merge "Fix usage of value returned by vp8_pick_intra4x4mby_modes"
1312a7a2
– Yunqing Wang <yunqingwang@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/15 04:17
Merge "Reduce unnecessary distortion computation"
918fb548
– Yunqing Wang <yunqingwang@google.com>
authored
on 2011/04/14 11:53
Reduce unnecessary distortion computation
63f15987
– John Koleszar <jkoleszar@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/14 08:35
Merge "Refactor lookahead ring buffer"
e749ae51
– Fritz Koenig <frkoenig@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/14 07:56
Merge "Use consistent delimiters."
8608de1c
– Adrian Grange <agrange@google.com>
authored
on 2011/04/14 06:31
Fix usage of value returned by vp8_pick_intra4x4mby_modes
ab48305f
– Johann <johannkoenig@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/14 04:55
Merge "update configure for ios sdk 4.3"
5e7a3bb6
– Joshua Bleecher Snyder <josh@treelinelabs.com>
authored
and Johann <johannkoenig@google.com>
committed
on 2011/04/14 05:28
update configure for ios sdk 4.3
33cefd6f
– Fritz Koenig <frkoenig@google.com>
authored
on 2011/04/13 11:06
Use consistent delimiters.
88841f10
– John Koleszar <jkoleszar@google.com>
authored
on 2011/04/13 10:00
Refactor lookahead ring buffer
70f30aa9
– Johann <johannkoenig@google.com>
authored
on 2011/04/13 09:45
store quant_shift as an unsigned char
88611746
– Adrian Grange <agrange@google.com>
authored
on 2011/04/13 08:56
Fixed use of early breakout in vp8_pick_intra4x4mby_modes
538f1104
– John Koleszar <jkoleszar@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/12 02:59
Merge "Bugfix for error accumulator stats"
e689a27d
– John Koleszar <jkoleszar@google.com>
authored
on 2011/04/11 09:05
Bugfix for error accumulator stats
fd090092
– John Koleszar <jkoleszar@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/12 01:34
Merge "Fix encoder range check for frame width and height"
1aadcedc
– Attila Nagy <attilanagy@google.com>
authored
on 2011/04/12 11:01
Fix encoder range check for frame width and height
4fd81a99
– Yunqing Wang <yunqingwang@google.com>
authored
on 2011/04/11 11:55
Set cpu_used range to [-16, 16] in real-time mode
d1abe62d
– Yunqing Wang <yunqingwang@google.com>
authored
on 2011/04/07 12:57
Define RDCOST only once
a9ce3e38
– John Koleszar <jkoleszar@google.com>
authored
on 2011/04/11 06:34
Remove unused files
4b43167a
– Yunqing Wang <yunqingwang@google.com>
authored
on 2011/04/08 12:15
Fix input MV for full search
6e156a4c
– Johann Koenig <johannkoenig@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/08 06:05
Merge "use asm_offsets with vp8_fast_quantize_b_sse3"
921a32a3
– John Koleszar <jkoleszar@google.com>
authored
and Code Review <code-review@webmproject.org>
committed
on 2011/04/08 04:20
Merge "Error accumulator stats bug."
de4e9e3b
– Paul Wilkins <paulwilkins@google.com>
authored
on 2011/04/08 10:21
Error accumulator stats bug.