Sign in
aomedia
/
avm
/
869d4ca51957614dcf5093ebb9e322cc8a8405ca
869d4ca
Add adaptation option for VBR.
by Paul Wilkins
· 11 years ago
0e1068a
Improve two pass VBR accuracy.
by Paul Wilkins
· 11 years ago
d3bbd87
Two pass rc changes.
by Paul Wilkins
· 11 years ago
62848d2
Merge "Avoid calling vp9_is_scaled two times in a function."
by hkuang
· 11 years ago
0b3560c
Merge "Adds various high bit-depth encode functions"
by Deb Mukherjee
· 11 years ago
587ff64
Fix build failure with Android NDK
by Johann
· 11 years ago
d174f27
Merge "Clarify GCC version check"
by Johann
· 11 years ago
04c91f5
Merge "Fix IOCs"
by Yaowu Xu
· 11 years ago
f6be2f3
Clarify GCC version check
by Johann
· 11 years ago
c53a95a
Avoid calling vp9_is_scaled two times in a function.
by hkuang
· 11 years ago
e616504
Fix IOCs
by Yaowu Xu
· 11 years ago
845d4f3
Fix a couple of comments
by Yaowu Xu
· 11 years ago
993d10a
Adds various high bit-depth encode functions
by Deb Mukherjee
· 11 years ago
6989e81
Remove unused variable in handle_inter_mode
by Jingning Han
· 11 years ago
22d8c15
Merge "Correct the condition for border extension"
by Yaowu Xu
· 11 years ago
d237d48
Correct the condition for border extension
by Yaowu Xu
· 11 years ago
76035d1
Merge "Fix build issue with stats enabled."
by Paul Wilkins
· 11 years ago
148c57d
Merge "Fix invalid memory access on 2x downscale."
by Yaowu Xu
· 11 years ago
7be8954
Merge "Fix incorrect subsampling used in VP9 non420 loopfilter."
by Yaowu Xu
· 11 years ago
eafd842
Fix incorrect subsampling used in VP9 non420 loopfilter.
by Alexander Voronov
· 11 years ago
5b724fc
Fix build issue with stats enabled.
by Paul Wilkins
· 11 years ago
e1d3c36
Adds high bit-depth frame resize functions
by Deb Mukherjee
· 11 years ago
8751e49
Merge "Adapt mode based rd_threshold for similar block size"
by Yaowu Xu
· 11 years ago
60737c9
Merge "Fix an IOC"
by Yaowu Xu
· 11 years ago
4109372
Adds high bit-depth psnr/sse functions
by Deb Mukherjee
· 11 years ago
e2a90c0
Merge "High bit-depth loop/arf/postproc filter functions"
by Deb Mukherjee
· 11 years ago
6c6213d
Merge "Pruned subpel search for speed 3."
by Deb Mukherjee
· 11 years ago
931ed51
High bit-depth loop/arf/postproc filter functions
by Deb Mukherjee
· 11 years ago
4a10131
Adapt mode based rd_threshold for similar block size
by Yaowu Xu
· 11 years ago
56032b4
Fix an IOC
by Yaowu Xu
· 11 years ago
c94b17f
Pruned subpel search for speed 3.
by Deb Mukherjee
· 11 years ago
7feede9
Merge "Remove code duplication"
by Yaowu Xu
· 11 years ago
052bc8e
Merge "Simplify rd_pick_intra_sby_mode()"
by Yaowu Xu
· 11 years ago
b51f0ea
Merge "invalid_file_test.cc is only for VP9 decoder"
by Johann
· 11 years ago
c7ab18f
Remove code duplication
by Yaowu Xu
· 11 years ago
f46326c
Simplify rd_pick_intra_sby_mode()
by Yaowu Xu
· 11 years ago
176ae59
invalid_file_test.cc is only for VP9 decoder
by Johann
· 11 years ago
38b6aed
Merge "[spatial svc] Remove vpx_svc_parameters_t and the loop that sets it for each layer"
by Minghai Shang
· 11 years ago
45a577e
Merge "[spatial svc]Remove quantizers option. Use max/min quantizers for each layer."
by Minghai Shang
· 11 years ago
c150ba2
Merge "[spatial svc] Use string for quantizers and scale-factors option in the test app"
by Minghai Shang
· 11 years ago
a6da9ec
Merge "Remove unnecessary local variable declaration"
by Jingning Han
· 11 years ago
488c0a5
Merge "Adaptive mode search scheduling"
by Jingning Han
· 11 years ago
8e7db6d
Merge "Fix compile warning."
by hkuang
· 11 years ago
f7023ea
Remove unnecessary local variable declaration
by Jingning Han
· 11 years ago
eee904c
Adaptive mode search scheduling
by Jingning Han
· 11 years ago
db71c1b
Fix compile warning.
by hkuang
· 11 years ago
31596ee
Merge "Remove mi_grid_* structures."
by hkuang
· 11 years ago
c70cea9
Remove mi_grid_* structures.
by hkuang
· 11 years ago
930f825
Merge "test/tools_common.sh: Add support for dumping list of tests."
by James Zern
· 11 years ago
77caad4
Merge "High bit-depth coefficient coding functions"
by Deb Mukherjee
· 11 years ago
f34d728
test/tools_common.sh: Add support for dumping list of tests.
by Tom Finegan
· 11 years ago
822b516
High bit-depth coefficient coding functions
by Deb Mukherjee
· 11 years ago
2be2c7d
Merge "build/make/iosbuild.sh: Support extra configure args."
by Tom Finegan
· 11 years ago
c1139ec
Merge "build/make/rtcd.pl: Add missing arm64 support."
by Tom Finegan
· 11 years ago
c768162
build/make/iosbuild.sh: Support extra configure args.
by Tom Finegan
· 11 years ago
67e8c9e
Merge "rtcd: relocate 'extern "C" {' declaration"
by James Zern
· 11 years ago
c47e420
build/make/rtcd.pl: Add missing arm64 support.
by Tom Finegan
· 11 years ago
c92abbc
Merge "vp8: Update to the adaptive denoising mode."
by Marco
· 11 years ago
06fce6b
vp8: Update to the adaptive denoising mode.
by Marco
· 11 years ago
9d3fb75
rtcd: relocate 'extern "C" {' declaration
by James Zern
· 11 years ago
d689e77
Merge "Add a conditional compilation macro to VP8 unit test."
by James Zern
· 11 years ago
209ee12
[spatial svc] Remove vpx_svc_parameters_t and the loop that sets it for each layer
by Minghai Shang
· 11 years ago
4eece0d
Add a conditional compilation macro to VP8 unit test.
by JackyChen
· 11 years ago
49dc7b0
Merge "FIX: vp9_loopfilter_intrin_sse2.c"
by Frank Galligan
· 11 years ago
1328431
FIX: vp9_loopfilter_intrin_sse2.c
by Scott LaVarnway
· 11 years ago
5887aed
Merge "Add unit test for VP9 denoiser."
by JackyChen
· 11 years ago
f66be91
Merge "[spatial svc] Use same golden frame for all temporal layers"
by Minghai Shang
· 11 years ago
a86e6e8
Add unit test for VP9 denoiser.
by JackyChen
· 11 years ago
f780b16
[spatial svc] Use same golden frame for all temporal layers
by Minghai Shang
· 11 years ago
4f5b2b2
[spatial svc]Remove quantizers option. Use max/min quantizers for each layer.
by Minghai Shang
· 11 years ago
6d0ee98
Merge "Adds high bitdepth convolve, interpred & scaling"
by Deb Mukherjee
· 11 years ago
0d3c3d3
Adds high bitdepth convolve, interpred & scaling
by Deb Mukherjee
· 11 years ago
c389b37
Substantial reworking of code for arf and kf groups.
by Paul Wilkins
· 11 years ago
4e06629
Merge "Improved mb_lpf_horizontal_edge_w_sse2_16() #2"
by Frank Galligan
· 11 years ago
76885de
[spatial svc] Use string for quantizers and scale-factors option in the test app
by Minghai Shang
· 11 years ago
217e3cb
Improved mb_lpf_horizontal_edge_w_sse2_16() #2
by Scott LaVarnway
· 11 years ago
d3a7e67
Merge "Resolves a few gcc warnings"
by Deb Mukherjee
· 11 years ago
6d44dad
Merge "vp8: common: postproc: fix signed overflow of statement of (X +c) >= X when '-Werror=strict-overflow' is set."
by Johann
· 11 years ago
7d0e4f9
Resolves a few gcc warnings
by Deb Mukherjee
· 11 years ago
0ca6e4a
Merge "arm: Fix building vp8_mse16x16_neon.c with MSVC"
by James Zern
· 11 years ago
f7cf05c
Merge "Adding high-bitdepth intra prediction functions"
by Deb Mukherjee
· 11 years ago
ecd7e3d
Merge "Remove memset of every external frame buffer."
by Frank Galligan
· 11 years ago
4f50635
Merge "Speeding up decode_coeffs()."
by Dmitry Kovalev
· 11 years ago
81a8138
Adding high-bitdepth intra prediction functions
by Deb Mukherjee
· 11 years ago
5cd0aab
Adds high bitdepth quantization functions
by Deb Mukherjee
· 11 years ago
66f812f
Merge "Use non-zero mode threshold for NEARESTMV modes"
by Jingning Han
· 11 years ago
73ef536
Merge "Fix a performance regression"
by Yaowu Xu
· 11 years ago
1220b49
arm: Fix building vp8_mse16x16_neon.c with MSVC
by Scott LaVarnway
· 11 years ago
2b3b63f
Merge "Fix ARF construction when scaling"
by Adrian Grange
· 11 years ago
adaec4d
Speeding up decode_coeffs().
by Dmitry Kovalev
· 11 years ago
99df7de
Merge "Move call to vp9_rc_get_second_pass_params()."
by Adrian Grange
· 11 years ago
601f3a8
Fix a performance regression
by Yaowu Xu
· 11 years ago
1def634
Fix ARF construction when scaling
by Adrian Grange
· 11 years ago
aebb361
Merge "build/make/iosbuild.sh: Be more explicit about armv7."
by Tom Finegan
· 11 years ago
56fa3ab
Use non-zero mode threshold for NEARESTMV modes
by Jingning Han
· 11 years ago
ffaebfc
Merge "Add ARF validation for compound inter mode check"
by Jingning Han
· 11 years ago
c50256c
Merge "Remove redundant reference frame check in sub8x8 RD search"
by Jingning Han
· 11 years ago
fe96932
Merge "Replace best_ref_index table fetch with best_mbmode"
by Jingning Han
· 11 years ago
57eb2a4
Merge "Simplify the skip flag cost code"
by Yunqing Wang
· 11 years ago
c60ef81
Merge "Set the skip flag to 1 for skippable blocks"
by Yunqing Wang
· 11 years ago
Next »