Sign in
aomedia
/
aom
/
dd18536563a98c78b3fad23b3eced9e589669d1e
dd18536
Merge "gen_msvs_vcxproj.sh: Set TargetName instead of OutputFile."
by James Zern
· 11 years ago
8ec2d6e
Merge "tests: enable datarate_test based on CONFIG_ENCODERS"
by James Zern
· 11 years ago
5a7ac03
Changed a constant array to static const type
by Yaowu Xu
· 11 years ago
f1633e5
Merge "Remove an unused variable"
by Yaowu Xu
· 11 years ago
b4262c6
tests: enable datarate_test based on CONFIG_ENCODERS
by James Zern
· 11 years ago
64548b6
update gitignore
by James Zern
· 11 years ago
20eb5cb
move vp9_spatial_scalable_encoder.c to examples/
by James Zern
· 11 years ago
ba9b4b8
Merge "Refactor selected partition size coding for rtc"
by Jingning Han
· 11 years ago
a0f0655
Merge "update nestegg"
by James Zern
· 11 years ago
0ccb203
Merge "vp8cx.h: add brief desc. for VP9E_SET_SVC_LAYER_ID"
by James Zern
· 11 years ago
a8e1d66
Merge "Stop gating non420 features with a configure flag."
by Alex Converse
· 11 years ago
bc28ee7
Merge "Require an --experimental-bitstream flag at runtime for encoding profile 1."
by Alex Converse
· 11 years ago
1fc0bde
Refactor selected partition size coding for rtc
by Jingning Han
· 11 years ago
67a1bff
Merge "vp9_rd_pick_inter_mode_sb() reorganization"
by Yaowu Xu
· 11 years ago
6e3cf6e
Stop gating non420 features with a configure flag.
by Alex Converse
· 11 years ago
d66bd22
Require an --experimental-bitstream flag at runtime for encoding profile 1.
by Alex Converse
· 11 years ago
cc6117d
update nestegg
by James Zern
· 11 years ago
53a11c9
vp8cx.h: add brief desc. for VP9E_SET_SVC_LAYER_ID
by James Zern
· 11 years ago
1d3ca08
obj_int_extract.bat: Pass obj_int_extract.exe path to obj_int_extract.bat.
by Tom Finegan
· 11 years ago
6c714bd
Merge "Enable reduced set of intra modes in rtc coding"
by Yaowu Xu
· 11 years ago
b27207c
Merge "Added three test vectors with droppable frames"
by Adrian Grange
· 11 years ago
463ba70
vp9_rd_pick_inter_mode_sb() reorganization
by Alex Converse
· 11 years ago
d66a63f
Enable reduced set of intra modes in rtc coding
by Jingning Han
· 11 years ago
a134527
Merge "Force alt reference frame off in rtc mode"
by Jingning Han
· 11 years ago
70c38b1
Added three test vectors with droppable frames
by Yaowu Xu
· 11 years ago
6d6d9b2
Merge "Test vectors for odd image width and height."
by Adrian Grange
· 11 years ago
e36cfc9
Merge "vp9_subpel_variance_impl_intrin_avx2.c: make some tables static"
by James Zern
· 11 years ago
e2f614b
Merge "vp9_subpixel_8t_intrin_ssse3.c: make some tables static"
by James Zern
· 11 years ago
3240db7
Merge "vp9_subpixel_8t_intrin_avx2.c: make some tables static"
by James Zern
· 11 years ago
abf5b8d
Force alt reference frame off in rtc mode
by Jingning Han
· 11 years ago
7f17b2e
gen_msvs_vcxproj.sh: Set TargetName instead of OutputFile.
by Tom Finegan
· 11 years ago
c58e1c7
Remove an unused variable
by Yaowu Xu
· 11 years ago
12c4458
Test vectors for odd image width and height.
by Jim Bankoski
· 11 years ago
be4cf6b
Merge "Rename vp8_cfg to vp9_cfg in vp9_cx_iface"
by Jingning Han
· 11 years ago
65bcabb
Merge "Use MI_BLOCK_SIZE in block coding loop"
by Jingning Han
· 11 years ago
2aac18a
Merge "Rework non-RD mode decision coding flow"
by Jingning Han
· 11 years ago
18e3415
Merge "twopass_encoder.c: Silence MSVC data loss warnings."
by Tom Finegan
· 11 years ago
cd510ea
Merge "vpx_temporal_scalable_patterns: set rc_target_bitrate correct."
by Marco Paniconi
· 11 years ago
cde6b50
Merge "Use fast HEX search in real time mode"
by Yunqing Wang
· 11 years ago
1d34991
Merge "Only track mode_chosen_counts if CONFIG_INTERNAL_STATS."
by Alex Converse
· 11 years ago
5959853
vp9_encodeframe.c: Silence rdmult assignment warning with a cast.
by Tom Finegan
· 11 years ago
6224516
Merge "vp9_vaq.c: Cast result of round() to int to silence warning caused by clamp() call."
by Tom Finegan
· 11 years ago
15e9508
vp9_encodeframe.c: Silence totalrate assignment warning with a cast.
by Tom Finegan
· 11 years ago
8f69ce2
vpx_temporal_scalable_patterns: set rc_target_bitrate correct.
by Marco Paniconi
· 11 years ago
fd402e1
Condition alt-ref entropy context setting on svc.
by Marco Paniconi
· 11 years ago
bb61327
Merge "vp9_rdopt.c: Use int64_t for dist_sum and rate_sum in model_rd_for_sb()."
by Paul Wilkins
· 11 years ago
f6ab614
Merge "video_source.h: Minor clean up."
by James Zern
· 11 years ago
3fa7c9e
Merge "vp8_set_maps.c: Silence signed/unsigned mismatch MSVC warnings."
by James Zern
· 11 years ago
e55e02a
Merge "vp8cx_set_ref.c: Silence MSVC data loss warning."
by James Zern
· 11 years ago
fdb2337
Merge "Fixed compilation on mingw with secure APIs enabled by default."
by James Zern
· 11 years ago
6575191
Only track mode_chosen_counts if CONFIG_INTERNAL_STATS.
by Alex Converse
· 11 years ago
34d02b0
vp8cx_set_ref.c: Silence MSVC data loss warning.
by Tom Finegan
· 11 years ago
560119c
vp8_set_maps.c: Silence signed/unsigned mismatch MSVC warnings.
by Tom Finegan
· 11 years ago
3118aba
twopass_encoder.c: Silence MSVC data loss warnings.
by Tom Finegan
· 11 years ago
eb2325e
video_source.h: Minor clean up.
by Tom Finegan
· 11 years ago
33bb443
Merge "decode_with_drops.c: Cast away MSVC data loss warning."
by James Zern
· 11 years ago
68d4903
Merge "simple_decoder.c: Silence MSVC data loss warning."
by James Zern
· 11 years ago
8491e3c
Merge "postproc.c: Cast away MSVC data loss warning."
by James Zern
· 11 years ago
aa7c495
Rename vp8_cfg to vp9_cfg in vp9_cx_iface
by Jingning Han
· 11 years ago
3ba5df4
Merge "Adding is_mv_valid() function."
by Dmitry Kovalev
· 11 years ago
43b7959
Merge "Do not use the value of 'rate_mv' if uninitialized."
by Alex Converse
· 11 years ago
1ea12f5
Merge "vpx_temporal_scalable_patterns.c: Silence MSVC warnings."
by Tom Finegan
· 11 years ago
ebf4550
simple_decoder.c: Silence MSVC data loss warning.
by Tom Finegan
· 11 years ago
a3c521e
postproc.c: Cast away MSVC data loss warning.
by Tom Finegan
· 11 years ago
6811dbc
decode_with_drops.c: Cast away MSVC data loss warning.
by Tom Finegan
· 11 years ago
14e3d31
Merge "error_resilient.c: Cast away MSVC data loss warning."
by Tom Finegan
· 11 years ago
a63a8e1
Merge "decode_to_md5.c: Silence warning with cast."
by Tom Finegan
· 11 years ago
e2a0255
Merge "force_keyframe.c: Cast away MSVC data loss warning."
by Tom Finegan
· 11 years ago
c467095
Merge "vpx_frame_buffer.h: add doxygen \file block"
by James Zern
· 11 years ago
fb8a2cf
error_resilient.c: Cast away MSVC data loss warning.
by Tom Finegan
· 11 years ago
10f2db2
Merge "vp9: normalize DECLARE_ALIGNED use on global tables"
by James Zern
· 11 years ago
3d2f832
force_keyframe.c: Cast away MSVC data loss warning.
by Tom Finegan
· 11 years ago
7e1d0e38
vpx_temporal_scalable_patterns.c: Silence MSVC warnings.
by Tom Finegan
· 11 years ago
93ba687
Use MI_BLOCK_SIZE in block coding loop
by Jingning Han
· 11 years ago
b99ed1e
Rework non-RD mode decision coding flow
by Jingning Han
· 11 years ago
fdf3bfa
decode_to_md5.c: Silence warning with cast.
by Tom Finegan
· 11 years ago
98bf47d
Merge "Remove comment from calls to vp9_clear_system_state."
by Paul Wilkins
· 11 years ago
9b75f381
Adding is_mv_valid() function.
by Dmitry Kovalev
· 11 years ago
a7f8624
Cleaning up vp9_onyx_if.c.
by Dmitry Kovalev
· 11 years ago
35bd886
Merge "Cleaning up pack_inter_mode_mvs() function."
by Dmitry Kovalev
· 11 years ago
4e06ee3
Merge "Removing unused tree_update_hist[] array."
by Dmitry Kovalev
· 11 years ago
54164c0
Merge "Cleaning up vp9_encodemb.c."
by Dmitry Kovalev
· 11 years ago
b78c219
vp9: normalize DECLARE_ALIGNED use on global tables
by James Zern
· 11 years ago
a0e4955
vp9_rdopt.c: Use int64_t for dist_sum and rate_sum in model_rd_for_sb().
by Tom Finegan
· 11 years ago
f4ce20c
Removed unnecessary type cast
by Yaowu Xu
· 11 years ago
d12b39d
vp9_subpel_variance_impl_intrin_avx2.c: make some tables static
by James Zern
· 11 years ago
d73d621
vp9_subpixel_8t_intrin_ssse3.c: make some tables static
by James Zern
· 11 years ago
a96af49
vp9_subpixel_8t_intrin_avx2.c: make some tables static
by James Zern
· 11 years ago
26c8e72
Merge "vp9_filter: move table alignment decl's to header"
by James Zern
· 11 years ago
011be1a
Merge "restore examples to doxygen output"
by James Zern
· 11 years ago
89ec990
Add comments to portion of SVC interface.
by Marco Paniconi
· 11 years ago
76c1896
vp9_vaq.c: Cast result of round() to int to silence warning caused by clamp() call.
by Tom Finegan
· 11 years ago
2ceaf10
Do not use the value of 'rate_mv' if uninitialized.
by Alex Converse
· 11 years ago
9b9c33a
Remove comment from calls to vp9_clear_system_state.
by Adrian Grange
· 11 years ago
e3178d0
Merge "Enable sub-pixel motion search for rtc mode"
by Jingning Han
· 11 years ago
f11a851
Merge "Initialize internal buffer pointers in rtc mode"
by Jingning Han
· 11 years ago
360c80c
Use fast HEX search in real time mode
by Yunqing Wang
· 11 years ago
0cc71c9
Merge "SSSE3 convolution optimization"
by Yunqing Wang
· 11 years ago
ad8d445
Merge "AVX2 SubPixel Variance Optimization"
by Yunqing Wang
· 11 years ago
6478673
Enable sub-pixel motion search for rtc mode
by Jingning Han
· 11 years ago
Next »