shithub: libvpx

RSS feed

ff52bf36 – Paul Wilkins <paulwilkins@google.com> authored on 2011/05/12 13:01
Restructure of activity masking code.

ba6f60db – Yaowu Xu <yaowu@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/10 16:20
Merge "remove a variable no longer in use"

1bcf4e66 – Yaowu Xu <yaowu@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/10 15:59
Merge "fix a bug related to gf_active_flags in multi-threaded encoder"

f7cf439b – Yaowu Xu <yaowu@google.com> authored on 2011/05/10 15:57
remove a variable no longer in use

814532a3 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/10 14:53
Merge "Use stdint.h for VS2010"

df2023a6 – Johann <johannkoenig@google.com> authored on 2011/05/10 11:58
set up Global Offset Table in recon

c7a56f67 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/10 02:59
Merge "Use diamond search to replace full search in full-pixel refining search"

cb7b1fb1 – Yunqing Wang <yunqingwang@google.com> authored on 2011/05/06 08:51
Use diamond search to replace full search in full-pixel refining search

a7d4d3c5 – Johann <johannkoenig@google.com> authored on 2011/05/09 07:16
clean up unused variable warnings

89c6017c – Yaowu Xu <yaowu@google.com> authored on 2011/05/06 05:00
fix a bug related to gf_active_flags in multi-threaded encoder

5c756005 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/06 04:59
Merge "Don't override active_worst_quality in 2 pass"

abc9958c – John Koleszar <jkoleszar@google.com> authored on 2011/05/06 07:48
Don't override active_worst_quality in 2 pass

52490354 – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/06 04:54
Merge "neon fast quantizer updated"

33fa7c4e – Tero Rintaluoma <teror@google.com> authored on 2011/04/11 08:04
neon fast quantizer updated

4ead98fa – John Koleszar <jkoleszar@google.com> authored on 2011/05/05 06:53
Use stdint.h for VS2010

eeb81173 – Aron Rosenberg <arosenberg@logitech.com> authored and John Koleszar <jkoleszar@google.com> committed on 2011/05/05 20:10
Fix semaphore emulation on Windows

eb16f00c – Yunqing Wang <yunqingwang@google.com> authored on 2011/05/05 06:42
Fix rare hang in multi-thread encoder on Windows

ca5c1b17 – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/05 02:16
Merge "Loopfilter NEON: Use VMOV for constant vectors instead of VLD."

aeb86d61 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/05 00:59
Merge "Runtime detection of available processor cores."

a6aa389d – Attila Nagy <attilanagy@google.com> authored on 2011/05/04 06:51
Loopfilter NEON: Use VMOV for constant vectors instead of VLD.

3fbade23 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/03 07:59
Merge "Modify HEX search"

04ec930a – Yunqing Wang <yunqingwang@google.com> authored on 2011/05/02 09:21
Modify HEX search

e9465dae – Yaowu Xu <yaowu@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/03 07:20
Merge "change to use fast ssim code for internal ssim calculations"

6c565fad – Yaowu Xu <yaowu@google.com> authored on 2011/05/02 11:27
change to use fast ssim code for internal ssim calculations

bbf890fe – Ronald S. Bultje <rbultje@google.com> authored on 2011/05/02 09:56
build: change LDFLAGS/CFLAGS ordering.

c09d8c14 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/05/02 02:50
Merge "Fix documentation typos"

a66d8d33 – John Koleszar <jkoleszar@google.com> authored on 2011/05/02 05:28
Fix compile error with --enable-postproc-visualizer

8942f70c – Thijs Vermeir <thijsvermeir@gmail.com> authored on 2011/04/29 19:29
Fix documentation typos

dfa9e2c5 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/29 04:27
Merge "Use insertion sort instead of quick sort"

1b2abc5f – Scott LaVarnway <slavarnway@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/29 03:13
Merge "Consolidated build inter predictors"

f1073255 – James Berry <jamesberry@google.com> authored on 2011/04/28 11:12
bug fix removed inline from recon_wrapper_sse2.c

5db296dd – James Berry <jamesberry@google.com> authored on 2011/04/28 10:11
bug fix 32 bit matches 64 bit

ccd6f7ed – Scott LaVarnway <slavarnway@google.com> authored on 2011/04/28 06:53
Consolidated build inter predictors

219ba87a – Scott LaVarnway <slavarnway@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/28 03:58
Merge "Use psadbw to get the sum of bytes in a line."

2e102855 – Scott LaVarnway <slavarnway@google.com> authored on 2011/04/27 11:25
Removed unused code in reconinter

5abafcc3 – Yunqing Wang <yunqingwang@google.com> authored on 2011/04/27 09:40
Use insertion sort instead of quick sort

1e7ded69 – Ronald S. Bultje <rbultje@google.com> authored on 2011/04/27 09:49
Use psadbw to get the sum of bytes in a line.

4226f0ce – John Koleszar <jkoleszar@google.com> authored on 2011/04/27 08:04
vpxdec: test for frame corruption

085fb4b7 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/27 08:02
Merge "SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}()."

1083fe49 – Ronald S. Bultje <rbultje@google.com> authored on 2011/04/27 06:05
SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().

00fdb135 – Fritz Koenig <frkoenig@google.com> authored on 2011/04/27 07:27
vpxenc: remove duplicate --fps from vpxenc usage message

64355eca – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/27 05:03
Merge "Speed up VP8DX_BOOL_DECODER_FILL"

5e1fd413 – John Koleszar <jkoleszar@google.com> authored on 2011/04/26 08:52
Speed up VP8DX_BOOL_DECODER_FILL

9594370e – John Koleszar <jkoleszar@google.com> authored on 2011/04/26 08:36
Update VP8DX_BOOL_DECODER_FILL to better detect EOS

f8ffecb1 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/27 05:03
Merge "Update VP8DX_BOOL_DECODER_FILL to better detect EOS"

db5057c7 – John Koleszar <jkoleszar@google.com> authored on 2011/04/26 12:45
Refactor calc_iframe_target_size

81d2206f – John Koleszar <jkoleszar@google.com> authored on 2011/04/25 11:02
Move pick_frame_size() to ratectrl.c

0da77a84 – Scott LaVarnway <slavarnway@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/26 06:12
Merge "Test vector mismatch fix"

7a2b9c50 – Scott LaVarnway <slavarnway@google.com> authored on 2011/04/26 05:37
Test vector mismatch fix

d5c46bdf – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/25 10:51
Merge "remove simpler_lpf"

01527e74 – Johann <johannkoenig@google.com> authored on 2011/04/25 13:37
remove simpler_lpf

fd6da3b2 – John Koleszar <jkoleszar@google.com> authored on 2011/04/25 10:30
Fix duplicate vp8_compute_frame_size_bounds

1f32b148 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/25 07:05
Merge "Remove unused functions"

47bc1c70 – John Koleszar <jkoleszar@google.com> authored on 2011/04/25 09:54
Remove unused functions

454cbc96 – John Koleszar <jkoleszar@google.com> authored on 2011/04/19 10:05
Limit size of initial keyframe in one-pass.

aa926fbd – John Koleszar <jkoleszar@google.com> authored on 2011/04/25 07:44
Add rc_max_intra_bitrate_pct control

cfbfd39d – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/25 06:49
Merge "Change rc undershoot/overshoot semantics"

ef86bad0 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/25 06:48
Merge "Stereo 3D format support for vpxenc"

76557e34 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/04/25 06:48
Merge "Limit size of initial keyframe in one-pass."

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"

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

72c76ca2 – Alok Ahuja <waveletcoeff@gmail.com> authored on 2011/04/20 20:50
Stereo 3D format support for vpxenc

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

Next