Sign in
aomedia
/
aom
/
a869e62a8fb4ab847e8826c0508d3bbe1fd13047
/
vp9
3cac9f0
Merge "Use UV prediction when deciding to skip in for lossless."
by Alex Converse
· 11 years ago
1d5223c
Multi-arf: Change ref buffer for primary arf.
by Paul Wilkins
· 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
1286126
Skip the partition search for the frame with no motion
by Pengchong Jin
· 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
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
bd1fc34
Merge "Allow lossless breakout in non-rd mode decision."
by Alex Converse
· 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
b2b0775
vp9: check tile column count
by James Zern
· 11 years ago
1409d1e
Allow lossless breakout in non-rd mode decision.
by Alex Converse
· 11 years ago
9e55834
Replace cpi->common with preset variable cm
by Jingning Han
· 11 years ago
85cfae8
Add vp9_ prefix to mv_pred and setup_pred_block functions
by Jingning Han
· 11 years ago
6bebe65
[spatial svc]Don't skip motion search in first pass encoding
by Minghai Shang
· 11 years ago
277338f
[spatial svc]Implement lag in frames for spatial svc
by Minghai Shang
· 11 years ago
0aae100
Reuse inter prediction result in real-time speed 6
by Yunqing Wang
· 11 years ago
8357292
Fix test on maximum downscaling limits
by Adrian Grange
· 11 years ago
4efcf83
Merge "Fixed VP9 denoiser COPY_BLOCK case"
by Tim Kopp
· 11 years ago
60244ec
Dual ARF changes: Buffer index selection.
by Paul Wilkins
· 11 years ago
11b34f1
Adjust arf Q limits with multi-arf.
by Paul Wilkins
· 11 years ago
9aca602
Further dual arf changes: multi_arf_allowed.
by Paul Wilkins
· 11 years ago
8160a26
Fix some bugs in multi-arf
by Paul Wilkins
· 11 years ago
2611022
Clean out old CONFIG_MULTIPLE_ARF code.
by Paul Wilkins
· 11 years ago
2e430cb
Experiment for mid group second arf.
by Paul Wilkins
· 11 years ago
2518e33
Merge "Switch active map implementation to segment based."
by Alex Converse
· 11 years ago
20adfc5
Merge "Fork vp9_rd_pick_inter_mode_sb_seg_skip"
by Alex Converse
· 11 years ago
8c1f071
Allocate buffers based on correct chroma format
by Adrian Grange
· 11 years ago
6118dcf
Merge "Actually skip blocks in skip segments in non-rd encoder."
by Alex Converse
· 11 years ago
961bafc
Merge "Remove unused vp9_init_quant_tables function"
by Jingning Han
· 11 years ago
5aae059
Merge "error check vp9 superframe parsing"
by Jim Bankoski
· 11 years ago
c3db2d8
error check vp9 superframe parsing
by Jim Bankoski
· 11 years ago
9be46e4
Revert 3 patches from Hangyu to get Chrome to build:
by Jim Bankoski
· 11 years ago
3431f57
Merge "Fix bug in error handling that causes segfault"
by Jim Bankoski
· 11 years ago
e8dcadc
Merge "fix peek_si to enable 1 byte show existing frames."
by Jim Bankoski
· 11 years ago
d213b0b
Merge "Introduce FrameWorker for decoding."
by hkuang
· 11 years ago
9bc0408
Introduce FrameWorker for decoding.
by hkuang
· 11 years ago
88ba088
Fix bug in error handling that causes segfault
by Jim Bankoski
· 11 years ago
aeacaac
Switch active map implementation to segment based.
by Alex Converse
· 11 years ago
e8a4edf
Fork vp9_rd_pick_inter_mode_sb_seg_skip
by Alex Converse
· 11 years ago
173a86b
Actually skip blocks in skip segments in non-rd encoder.
by Alex Converse
· 11 years ago
1fc2b0f
Merge "Include type defines"
by Johann
· 11 years ago
d658216
Don't return value for void functions
by Johann
· 11 years ago
baef0b8
Include type defines
by Johann
· 11 years ago
6d2ebfa
Merge "VP9 denoiser bugfixes"
by Tim Kopp
· 11 years ago
48b8ce2
Merge "Allow key frame more flexibility in mode search"
by Jingning Han
· 11 years ago
b79d5b6
Fixed VP9 denoiser COPY_BLOCK case
by Tim Kopp
· 11 years ago
31c03b3
VP9 denoiser bugfixes
by Tim Kopp
· 11 years ago
7820abe
Merge "Added CFLAG for outputting vp9 denoised signal"
by Tim Kopp
· 11 years ago
815485a
fix peek_si to enable 1 byte show existing frames.
by Jim Bankoski
· 11 years ago
c99a8fd
Allow key frame more flexibility in mode search
by Jingning Han
· 11 years ago
ab9755f
Merge "Fixes in VP9 alloc, free, and COPY_FRAME case"
by Tim Kopp
· 11 years ago
625fbb3
Merge "Add superframe support for frame parallel decoding."
by hkuang
· 11 years ago
b202e47
Merge "Separate rate-distortion modeling for DC and AC coefficients"
by Jingning Han
· 11 years ago
26955b2
Merge "Improved vp9 denoiser running avg update."
by Tim Kopp
· 11 years ago
40d8a20
Merge "Implemented COPY_BLOCK case for vp9 denoiser"
by Tim Kopp
· 11 years ago
1eb6e68
Add superframe support for frame parallel decoding.
by hkuang
· 11 years ago
8297b4d
Merge "Modify non-rd intra mode checking"
by Yunqing Wang
· 11 years ago
c9c4e13
Added CFLAG for outputting vp9 denoised signal
by Tim Kopp
· 11 years ago
b56f3af
Fixes in VP9 alloc, free, and COPY_FRAME case
by Tim Kopp
· 11 years ago
0fec8f9
Improved vp9 denoiser running avg update.
by Tim Kopp
· 11 years ago
ff38807
Implemented COPY_BLOCK case for vp9 denoiser
by Tim Kopp
· 11 years ago
02d557e
Merge "Changed buf_2ds in vp9 denoiser to YV12 buffers"
by Tim Kopp
· 11 years ago
1d4ca03
Merge "Update running avg for VP9 denoiser"
by Tim Kopp
· 11 years ago
1580a88
Merge "Implemented vp9_denoiser_{alloc,free}()"
by Tim Kopp
· 11 years ago
374b21b
Merge "Removing decode_one_iter() function."
by Dmitry Kovalev
· 11 years ago
2614e56
Changed buf_2ds in vp9 denoiser to YV12 buffers
by Tim Kopp
· 11 years ago
a4b7a71
Update running avg for VP9 denoiser
by Tim Kopp
· 11 years ago
2a72067
Implemented vp9_denoiser_{alloc,free}()
by Tim Kopp
· 11 years ago
99d648b
Merge "Improve vp9_rb_bytes_read"
by Adrian Grange
· 11 years ago
3b9c19a
Remove unused vp9_init_quant_tables function
by Jingning Han
· 11 years ago
55834d4
Modify non-rd intra mode checking
by Yunqing Wang
· 11 years ago
7c45dc9
Separate rate-distortion modeling for DC and AC coefficients
by Jingning Han
· 11 years ago
dbd1184
Improve vp9_rb_bytes_read
by Adrian Grange
· 11 years ago
bf46feb
Merge "Moving RD-opt related code from vp9_encoder.h to vp9_rdopt.h."
by Dmitry Kovalev
· 11 years ago
bed7cf2
Merge "skip the un-necessary motion search in the first pass"
by Pengchong Jin
· 11 years ago
6cfb854
Merge "Fix C versions of DC calculation functions"
by Jingning Han
· 11 years ago
88df435
Merge "vp9_rtcd: correct avx2 references"
by James Zern
· 11 years ago
3f3199e
Merge "vp9_pickmode.c: fix vs12 compiler warnings"
by Dmitry Kovalev
· 11 years ago
d203203
Merge "Fix out of boundary memory read in fuzz test on vpxdec"
by Jingning Han
· 11 years ago
cdc954f
skip the un-necessary motion search in the first pass
by Pengchong Jin
· 11 years ago
4564853
vp9_pickmode.c: fix vs12 compiler warnings
by unknown
· 11 years ago
Next »