Sign in
aomedia
/
aom
/
e656f44c241293134445496c3c005a0e543eb022
e656f44
update vp9_thread.[hc]
by James Zern
· 11 years ago
8c6263e
vp9_thread_test: remove unnecessary c_str()'s
by James Zern
· 11 years ago
0b27ed4
vp9_thread_test: factorize decode loop
by James Zern
· 11 years ago
415b84b
vp9_thread_test: add 'Thread' to test names
by James Zern
· 11 years ago
14e3cac
Merge "libs.mk: don't include x86inc.asm in codec src list"
by James Zern
· 11 years ago
968291f
Merge "Revert "Fix a bug in VP9Worker which leads to unit test hang.""
by James Zern
· 11 years ago
6c54dbc
Merge "BITSTREAM: Handle transform size and motion vectors more logically for non-420."
by Alex Converse
· 11 years ago
1480ba6
Revert "Fix a bug in VP9Worker which leads to unit test hang."
by hkuang
· 11 years ago
4bb4c22
Merge "Encode_breakout code refactoring"
by Yunqing Wang
· 11 years ago
370618f
Merge "change to not force interp_type as SWITCHABLE"
by Yaowu Xu
· 11 years ago
186bd4e
change to not force interp_type as SWITCHABLE
by Yaowu Xu
· 11 years ago
6643b88
Merge "Remove unused set_mode_info function"
by Jingning Han
· 11 years ago
f847642
Merge "Fix a bug in VP9Worker which leads to unit test hang."
by hkuang
· 11 years ago
3779cca
Encode_breakout code refactoring
by Yunqing Wang
· 11 years ago
30ab370
Remove unused set_mode_info function
by Jingning Han
· 11 years ago
34b2ce1
Fix a bug in VP9Worker which leads to unit test hang.
by hkuang
· 11 years ago
dee5782
Enable encode breakout in real time
by Yunqing Wang
· 11 years ago
9d41313
Decide the partitioning threshold from the variance histogram
by Yunqing Wang
· 11 years ago
a93c506
Merge "initialize bit buffer structure to avoid warning error"
by Jim Bankoski
· 11 years ago
ba869a9
Merge "vp8 denoiser fix: free memory of denoiser->denoiser_state."
by Marco Paniconi
· 11 years ago
04d9720
Merge "Implemented motion compensation for VP9 denoiser"
by Tim Kopp
· 11 years ago
783107f
Merge "silence unused parm warning for worker thread in loop filter"
by Jim Bankoski
· 11 years ago
acc0fec
Merge "remove unused parms from rd_pick_inter_mode_sb_seg_skip"
by Jim Bankoski
· 11 years ago
7a8829f
initialize bit buffer structure to avoid warning error
by Jim Bankoski
· 11 years ago
970c125
vp8 denoiser fix: free memory of denoiser->denoiser_state.
by Marco Paniconi
· 11 years ago
9aa4fad
silence unused parm warning for worker thread in loop filter
by Jim Bankoski
· 11 years ago
a13bf65
remove unused parms from rd_pick_inter_mode_sb_seg_skip
by Jim Bankoski
· 11 years ago
2af4656
Merge "vp9: disable postproc buffer alloc when unnecessary"
by James Zern
· 11 years ago
b590629
Merge "Add a test using VP9E_SET_LOSSLESS"
by James Zern
· 11 years ago
e707e95
libs.mk: don't include x86inc.asm in codec src list
by James Zern
· 11 years ago
4bf2448
Add a test using VP9E_SET_LOSSLESS
by Alex Converse
· 11 years ago
8bf4c43
configure: defer x32 check until post toolchain setup
by James Zern
· 11 years ago
44472cd
vp9: disable postproc buffer alloc when unnecessary
by James Zern
· 11 years ago
715b8d3
Merge "Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:"""
by James Zern
· 11 years ago
749e0c7
Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:""
by James Zern
· 11 years ago
0e79906
Merge "Allow encoder to set lpf level to 0"
by Yaowu Xu
· 11 years ago
303aa7e
Merge "Added a new speed 7 in rt mode"
by Yaowu Xu
· 11 years ago
ae77d0f
Merge "Add a CPU speed test with screen content."
by Alex Converse
· 11 years ago
9cd90d4
Merge "iosbuild.sh Add arm64 support to VPX.framework."
by James Zern
· 11 years ago
1fba21a
Merge "configure.sh: Tweak default of use_x86inc for 64-bit, non-pic, and Darwin."
by Tom Finegan
· 11 years ago
a5f4918
Merge "fix: Only do spatial SVC when there are > 1 layers"
by Tim Kopp
· 11 years ago
b0959b8
Merge "VP9 denoiser: implemented update_frame_stats()"
by Tim Kopp
· 11 years ago
d0cb273
Allow encoder to set lpf level to 0
by Yaowu Xu
· 11 years ago
3f92b7b
Added a new speed 7 in rt mode
by Yaowu Xu
· 11 years ago
83269ff
Merge "[spatial svc] Remove encoding modes since we only need one mode at this time."
by Minghai Shang
· 11 years ago
5ca7c65
Merge "[spatial svc]Remove key frame quantizer settings since key frame is decided by rate control"
by Minghai Shang
· 11 years ago
63de0f1
Merge "Verify that the ouput of q0 is lossless in cpu speed test."
by Alex Converse
· 11 years ago
52b63c2
Merge "Better validation of invalid files"
by Jim Bankoski
· 11 years ago
5d08812
Add a CPU speed test with screen content.
by Alex Converse
· 11 years ago
a869e62
Verify that the ouput of q0 is lossless in cpu speed test.
by Alex Converse
· 11 years ago
2f74218
Merge "vp8: bugfix in postproc vp8_de_noise."
by Marco Paniconi
· 11 years ago
a9a13ce
Merge "Add realtime coverage to cpu speed test"
by Alex Converse
· 11 years ago
3cac9f0
Merge "Use UV prediction when deciding to skip in for lossless."
by Alex Converse
· 11 years ago
9f37d14
Better validation of invalid files
by Jim Bankoski
· 11 years ago
21f8d6a
vp8: bugfix in postproc vp8_de_noise.
by Marco Paniconi
· 11 years ago
2826c1d
Implemented motion compensation for VP9 denoiser
by Tim Kopp
· 11 years ago
0299a60
fix: Only do spatial SVC when there are > 1 layers
by Tim Kopp
· 11 years ago
52462bf
VP9 denoiser: implemented update_frame_stats()
by Tim Kopp
· 11 years ago
cb51192
Merge "Multi-arf: Change ref buffer for primary arf."
by Yaowu Xu
· 11 years ago
1a30f70
denoising_sse2.c visual studio warnings/errors fix
by Scott LaVarnway
· 11 years ago
1d5223c
Multi-arf: Change ref buffer for primary arf.
by Paul Wilkins
· 11 years ago
340e743
Add realtime coverage to cpu speed test
by Alex Converse
· 11 years ago
5a3e3c6
Adaptive txfm size selection depending on residual sse/variance
by Jingning Han
· 11 years ago
73eeb3b
Merge "Skip the partition search for the frame with no motion"
by Pengchong Jin
· 11 years ago
aed5271
Use UV prediction when deciding to skip in for lossless.
by Alex Converse
· 11 years ago
91ccad2
Merge "vp8: Add temporal denoising for UV-channel."
by Marco Paniconi
· 11 years ago
6a2e376
Merge "Add arm64-darwin-gcc target."
by Tom Finegan
· 11 years ago
1286126
Skip the partition search for the frame with no motion
by Pengchong Jin
· 11 years ago
94ae043
vp8: Add temporal denoising for UV-channel.
by Scott LaVarnway
· 11 years ago
e87d681
Add arm64-darwin-gcc target.
by Tom Finegan
· 11 years ago
e15f6bc
Merge "Add const mark to const values in non-RD coding mode"
by Jingning Han
· 11 years ago
56afb9c
Merge "Enable real-time version reference motion vector search"
by Jingning Han
· 11 years ago
46ea9ec
Enable real-time version reference motion vector search
by Jingning Han
· 11 years ago
99e25ec
Add const mark to const values in non-RD coding mode
by Jingning Han
· 11 years ago
46218c9
Merge "Fix quality regression for multi arf off case."
by Paul Wilkins
· 11 years ago
e84e868
Merge "Make non-RD intra mode search txfm size dependent"
by Jingning Han
· 11 years ago
1c27e1f
Fix quality regression for multi arf off case.
by Paul Wilkins
· 11 years ago
601be5a
Merge "Dual arf: Name changes."
by Paul Wilkins
· 11 years ago
08d75a8
configure.sh: Tweak default of use_x86inc for 64-bit, non-pic, and Darwin.
by Tom Finegan
· 11 years ago
9a5e9e7
iosbuild.sh Add arm64 support to VPX.framework.
by Tom Finegan
· 11 years ago
2aa50ea
Make non-RD intra mode search txfm size dependent
by Jingning Han
· 11 years ago
ce71990
Merge changes I915beaef,I229dd6ca
by James Zern
· 11 years ago
75cb82d
vp9cx.mk: move avx c files outside of x86inc block
by James Zern
· 11 years ago
36eeb17
Merge "Revert "Revert 3 patches from Hangyu to get Chrome to build:""
by hkuang
· 11 years ago
b336356
Revert "Revert 3 patches from Hangyu to get Chrome to build:"
by hkuang
· 11 years ago
3abfee9
test.mk: remove renamed file
by James Zern
· 11 years ago
bd1fc34
Merge "Allow lossless breakout in non-rd mode decision."
by Alex Converse
· 11 years ago
d9c37b0
Merge "decode_test_driver: check HasFailure() in RunLoop"
by James Zern
· 11 years ago
f8b0f52
Merge "decode_test_driver: fix type size warning"
by James Zern
· 11 years ago
df38196
[spatial svc] Remove encoding modes since we only need one mode at this time.
by Minghai Shang
· 11 years ago
41b451e
[spatial svc]Remove key frame quantizer settings since key frame is decided by rate control
by Minghai Shang
· 11 years ago
e319e4b
Merge "[spatial svc]Don't skip motion search in first pass encoding"
by Minghai Shang
· 11 years ago
0a103ae
Merge "[spatial svc]Implement lag in frames for spatial svc"
by Minghai Shang
· 11 years ago
35bd31c
Merge "Replace cpi->common with preset variable cm"
by Jingning Han
· 11 years ago
9f3f5c8
Merge "Add vp9_ prefix to mv_pred and setup_pred_block functions"
by Jingning Han
· 11 years ago
bccc785
Merge "Reuse inter prediction result in real-time speed 6"
by Yunqing Wang
· 11 years ago
9f76c1e
Dual arf: Name changes.
by Paul Wilkins
· 11 years ago
b8c382f
Merge "Dual ARF changes: Buffer index selection."
by Paul Wilkins
· 11 years ago
0f44616
Merge "Adjust arf Q limits with multi-arf."
by Paul Wilkins
· 11 years ago
aff720f
decode_test_driver: fix type size warning
by James Zern
· 11 years ago
Next »