Sign in
aomedia
/
avm
/
c47d868d995c1d214f8d0b93364a8f1372315b64
c47d868
fdct8x8_test: move functions to an anonymous namespace
by James Zern
· 10 years ago
26453e7
md5_utils.c: make a function static
by James Zern
· 10 years ago
db4afa6
vpx_config.c: add vpx_codec include
by James Zern
· 10 years ago
0de534b
Merge "Remove BUILD_LIBVPX_SO variable from the build system."
by Tom Finegan
· 10 years ago
f9a5b96
Merge "Remove the BUILD_LIBVPX variable from the build system."
by Tom Finegan
· 10 years ago
556ff27
Remove BUILD_LIBVPX_SO variable from the build system.
by Tom Finegan
· 10 years ago
d104b16
Remove the BUILD_LIBVPX variable from the build system.
by Tom Finegan
· 10 years ago
cafae5b
Merge "Relocate memory operations for common code"
by Johann
· 10 years ago
1d7ccd5
Relocate memory operations for common code
by Johann
· 10 years ago
3007db0
Avoid failed include when Makefile is processed with no target.
by Tom Finegan
· 10 years ago
ae14b37
Merge "Remove claims of universal target support from the build system."
by Tom Finegan
· 10 years ago
686616a
Merge "mips msa vp9 idct 8x8 optimization"
by Parag Salasakar
· 10 years ago
3d7063d
Remove claims of universal target support from the build system.
by Tom Finegan
· 10 years ago
f72af26
Merge "Remove unneeded variable declaration"
by Yunqing Wang
· 10 years ago
a8015e2
Merge "Protect new metric computation with use_highbitdepth flag"
by Yaowu Xu
· 10 years ago
3f42d10
Protect new metric computation with use_highbitdepth flag
by Yaowu Xu
· 10 years ago
8ba2d2d
Remove unneeded variable declaration
by Yunqing Wang
· 10 years ago
5c02f88
Merge "libs.mk: simplify test_libvpx target"
by James Zern
· 10 years ago
f237849
Merge changes from topic 'missing-proto'
by James Zern
· 10 years ago
73de6ad
Merge "Remove reference to compatibility layer"
by Johann
· 10 years ago
17fc3e9
Merge "Recompute tile params on frame resize"
by Adrian Grange
· 10 years ago
4aaf466
Remove reference to compatibility layer
by Johann
· 10 years ago
5c337fd
vpxenc: make some functions static
by James Zern
· 10 years ago
6a2e0f0
vpxdec: make some functions static
by James Zern
· 10 years ago
d1999cb
tools_common.h: fix get_vpx_decoder_count() proto
by James Zern
· 10 years ago
5a73bbd
tools_common.h: fix get_vpx_encoder_count() proto
by James Zern
· 10 years ago
59e7a47
tools_common.h: fix usage_exit() prototype
by James Zern
· 10 years ago
b0789cd
libs.mk: simplify test_libvpx target
by James Zern
· 10 years ago
465ce0e
Merge "build_intra_predictors*: reduce above_data size"
by James Zern
· 10 years ago
5f0dc57
Merge "Reduce border extension by 1 line"
by Adrian Grange
· 10 years ago
65b768f
Recompute tile params on frame resize
by Adrian Grange
· 10 years ago
2dcfd16
Merge "Sort variables dependency in read_uncompressed_header"
by Jingning Han
· 10 years ago
2b2b461
Sort variables dependency in read_uncompressed_header
by Jingning Han
· 10 years ago
913862b
Fix rate control issue with layers and aq-mode=3.
by Marco
· 10 years ago
aa5c1b4
Merge "Skip the last frame update for some frame repeats."
by paulwilkins
· 10 years ago
a5e4ca8
build_intra_predictors*: reduce above_data size
by James Zern
· 10 years ago
6d22713
Merge "build_intra_predictors*: reduce left_col size"
by James Zern
· 10 years ago
d53fb0f
Fix clang ioc warning due to NULL mi pointer.
by hkuang
· 10 years ago
f003f77
Merge "Fix ndk build."
by Johann Koenig
· 10 years ago
f5574fb
Merge "Add more sse2 code for intra prediction."
by hkuang
· 10 years ago
e5112b3
Skip the last frame update for some frame repeats.
by paulwilkins
· 10 years ago
7c5f00f
mips msa vp9 idct 8x8 optimization
by Parag Salasakar
· 10 years ago
a8a9c2b
Merge "mips msa vp9 idct 32x32 optimization"
by Parag Salasakar
· 10 years ago
a4bcc8c
Fix ndk build.
by Frank Galligan
· 10 years ago
11a4a3c
Merge "Remove only remaining uses of 'fast_unaligned'"
by Johann
· 10 years ago
7e55ff1
build_intra_predictors*: reduce left_col size
by James Zern
· 10 years ago
802e1d8
Remove only remaining uses of 'fast_unaligned'
by Johann
· 10 years ago
fd3658b
replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
by James Zern
· 10 years ago
76a0821
Merge "Move shared SAD code to vpx_dsp"
by Johann
· 10 years ago
0869341
Merge "Remove an unnecessary check."
by hkuang
· 10 years ago
97307af
Merge "Remvoe EIGHTTAP_SHARP filter check for non-rd mode."
by Marco
· 10 years ago
aecb177
Merge "Image size restriction to rd auto partition search."
by paulwilkins
· 10 years ago
1601c13
mips msa vp9 idct 32x32 optimization
by Parag Salasakar
· 10 years ago
7153b82
Add more sse2 code for intra prediction.
by hkuang
· 10 years ago
76fe5df
Remvoe EIGHTTAP_SHARP filter check for non-rd mode.
by Marco
· 10 years ago
d5d9289
Move shared SAD code to vpx_dsp
by Johann
· 10 years ago
0af5ff4
Reduce border extension by 1 line
by Adrian Grange
· 10 years ago
240767b
Remove an unnecessary check.
by hkuang
· 10 years ago
92b1990
Correct the inter prediction coordinate calculation which greatly reduced the
by hkuang
· 10 years ago
623e6ee
Merge "Optimize the read_partition."
by hkuang
· 10 years ago
7dbdada
Merge "Add intra mode early termination in non-rd mode"
by Yunqing Wang
· 10 years ago
d1cdda8
Merge "mips msa vp9 idct 16x16 optimization"
by Parag Salasakar
· 10 years ago
36eabb1
Add intra mode early termination in non-rd mode
by Yunqing Wang
· 10 years ago
4c1a8be
Optimize the read_partition.
by hkuang
· 10 years ago
ccae5d9
fix and enable vp9_dc_128_predictor_16x16
by James Zern
· 10 years ago
e47811e
Merge "Add some sse2 code for intra prediction."
by hkuang
· 10 years ago
af76953
Merge "Remove CONSTRAIN_NEIGHBORING_MIN_MAX."
by paulwilkins
· 10 years ago
4cd65e4
Merge "Adjust ARF min and max interval."
by paulwilkins
· 10 years ago
60052b6
mips msa vp9 idct 16x16 optimization
by Parag Salasakar
· 10 years ago
b9a72d3
Allow for H and V intra modes for non-rd mode.
by Marco
· 10 years ago
670b2c0
vp9_idct_intrin_sse2: cosmetics: reindent
by James Zern
· 10 years ago
d31256c
Merge "Reduce intra_cost_penalty for BLOCK_8X8"
by Yunqing Wang
· 10 years ago
57fefd5
Merge "Adjust the vbp early termination threshold slightly"
by Yunqing Wang
· 10 years ago
7b0f24f
FIX: Use correct above/left in read_intra_frame_mode_info
by Scott LaVarnway
· 10 years ago
4a7dcf8
Image size restriction to rd auto partition search.
by paulwilkins
· 10 years ago
287b0c6
Remove CONSTRAIN_NEIGHBORING_MIN_MAX.
by paulwilkins
· 10 years ago
e0786c2
Adjust ARF min and max interval.
by paulwilkins
· 10 years ago
c77b1f5
vp9: RECON_AND_STORE4X4: remove dest offset
by James Zern
· 10 years ago
778845d
vp9_idct_intrin_*: RECON_AND_STORE: remove dest offset
by James Zern
· 10 years ago
2061359
Merge "Remove vp9_idct16x16_10_add_ssse3()"
by Yaowu Xu
· 10 years ago
0ae1e4a
Merge "vp9_decodeframe: simplify compare_tile_buffers"
by James Zern
· 10 years ago
493a857
Add some sse2 code for intra prediction.
by hkuang
· 10 years ago
4907c29
Reduce intra_cost_penalty for BLOCK_8X8
by Yunqing Wang
· 10 years ago
4776760
Remove vp9_idct16x16_10_add_ssse3()
by Yaowu Xu
· 10 years ago
fd90ce2
Merge "Improve golden frame refreshing in non-rd mode"
by Yunqing Wang
· 10 years ago
a257e46
Adjust the vbp early termination threshold slightly
by Yunqing Wang
· 10 years ago
95cb130
Merge "mips msa vp9 copy and avg convolve optimization"
by Parag Salasakar
· 10 years ago
d45870b
Merge "Disable ssse3 version idct16x16_256_add()"
by Yaowu Xu
· 10 years ago
9e81112
vp9_decodeframe: simplify compare_tile_buffers
by James Zern
· 10 years ago
486a73a
Disable ssse3 version idct16x16_256_add()
by Yaowu Xu
· 10 years ago
d31698b
Improve golden frame refreshing in non-rd mode
by Yunqing Wang
· 10 years ago
3a7bc16
Merge "vpx_temporal_svc_encoder: Keep static_threshold off as default."
by Marco
· 10 years ago
ee3d42b
vpx_temporal_svc_encoder: Keep static_threshold off as default.
by Marco
· 10 years ago
4aec440
Merge changes from topic 'vpx_mem-cruft'
by James Zern
· 10 years ago
0810a2d
vpx_temporal_svc_encoder: Update some settings.
by Marco
· 10 years ago
03f12e1
vpx_temporal_svc_encoder: Set static threshold to off by default.
by Marco
· 10 years ago
2301d10
mips msa vp9 copy and avg convolve optimization
by Parag Salasakar
· 10 years ago
f58011a
vpx_mem: remove vpx_memset
by James Zern
· 10 years ago
f274c21
vpx_mem: remove vpx_memcpy
by James Zern
· 10 years ago
fbd3b89
vpx_mem: remove vpx_memmove
by James Zern
· 10 years ago
Next »