Sign in
aomedia
/
avm
/
638e802fb0e216acdb2416563cd67084cf790eb5
/
aom
94b3817
Add encoder control for intra angle delta
by Hui Su
· 6 years ago
8e25678
Add encoder option to enable/disable CFL UV pred
by Debargha Mukherjee
· 6 years ago
078ae86
Enc options to turn on/off smooth & Paeth intra
by Debargha Mukherjee
· 6 years ago
4667aa1
Make enum size same for all compilers
by Satish Kumar Suman
· 6 years ago
440e6d4
Add encoder control to turn on/off IntraBC mode
by Hui Su
· 6 years ago
8c917b0
Add encoder option to enable/disable 64-pt txfm
by Debargha Mukherjee
· 6 years ago
a9e3d14
Add encoder control to turn on/off palette mode
by Hui Su
· 6 years ago
9d9cf19
Add an encoder option to turn off rect partitions
by Debargha Mukherjee
· 6 years ago
f4e775c
Command-line option for max height of GF pyramid.
by Urvang Joshi
· 6 years ago
03c43ba
Encoder option to turn on/off intra-edge filter
by Debargha Mukherjee
· 6 years ago
b38fa0e
Fix encoder control for dual_filter on/off
by Debargha Mukherjee
· 6 years ago
8cbee6c
Add enc option and RDO logic to disable smooth interintra mode
by Yue Chen
· 6 years ago
8f9ca58
Add encoder option for filter intra
by Yue Chen
· 6 years ago
7ac3eb1
Replace jnt_comp with dist_wtd_comp
by Debargha Mukherjee
· 6 years ago
78e6b2c
Add encoder options for wedge and diff-wtd comp
by Debargha Mukherjee
· 6 years ago
4ad0113
Expose dual filter & order hint as aomenc options
by Debargha Mukherjee
· 6 years ago
0b7e590
Add encoder options for reduced tx type set
by Sarah Parker
· 6 years ago
5e12951
Add command line option to disable OBMC
by Yue Chen
· 6 years ago
16ea6ba
Enc options for jnt, masked, interintra compound
by Debargha Mukherjee
· 6 years ago
d2e53ca
Add encoder options for global and local warp
by Debargha Mukherjee
· 6 years ago
2ff32c1
ext-tile: add back the 1D tile output format
by Yunqing Wang
· 6 years ago
6ff4809
ext-tile: output decoded tiles in output frame
by Yunqing Wang
· 6 years ago
3f73287
CONFIG_INSPECTION: fix showable and overlay frame behavior
by Jim Bankoski
· 6 years ago
f1570f0
Remove alpha channel references (unsupported)
by elliottk
· 6 years ago
673a055
Remove 3 unused encoder controls
by Yunqing Wang
· 6 years ago
c18112f
Remove unused encoder control SET_TILE_DEPENDENT_ROWS
by Yunqing Wang
· 6 years ago
b7ab85f
Remove invalid comments
by Yunqing Wang
· 6 years ago
4fc2e44
Fix '--yv12' option support in aomenc
by Yaowu Xu
· 6 years ago
35be78d
Add edge detector to rdopt
by elliottk
· 6 years ago
8aced4b
CONFIG_INSPECTION: Enable analysis of Non-Showable Frames
by Jim Bankoski
· 6 years ago
07f8a18
Revert "add edge detector to rdopt"
by Debargha Mukherjee
· 6 years ago
3539bf2
add edge detector to rdopt
by elliottk
· 6 years ago
78edddf
Support CONFIG_INSPECTION in shared library builds.
by Robert-André Mauchin
· 7 years ago
9b21428
Set a flag for forward keyframes
by Debargha Mukherjee
· 6 years ago
64e4cba
Remove code used by frame_parallel_decode option.
by Wan-Teh Chang
· 7 years ago
7cae98f
Add temporal dependency model and rdmult modulation to AV1
by Yue Chen
· 7 years ago
22043ef
Remove some unused defines
by Urvang Joshi
· 6 years ago
5737825
Set intraonly / s- / er- frame flags from encoder
by Debargha Mukherjee
· 7 years ago
e81859e
Call decoder_decode() even on invalid input data.
by Wan-Teh Chang
· 7 years ago
6fa4006
Add decoder control skip_film_grain
by Yaowu Xu
· 7 years ago
df4ffb7
Remove vestigial VP8 token partition support.
by Tom Finegan
· 7 years ago
d43b65b
Fix typos; remove unused macros
by elliottk
· 7 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
ed83019
aomcx.h: update tile columns/rows documentation
by James Zern
· 7 years ago
1d773ac
Add av1C generation.
by Tom Finegan
· 7 years ago
ca1e28f
Clarify aom_codec_get_global_headers() comments.
by Tom Finegan
· 7 years ago
0d91c10
Add obu_util and reorganize OBU support code.
by Tom Finegan
· 7 years ago
f8d6a16
Implement aom_codec_get_global_headers for AV1.
by Tom Finegan
· 7 years ago
02b2a84
Add API hooks for setting chroma subsampling values.
by Tom Finegan
· 7 years ago
0ec03a4
Add unittest for encoder row based multi-threading
by Ravi Chaudhary
· 7 years ago
7e21269
Relocate symbol exports needed by examples/resize_util.c
by Tom Finegan
· 7 years ago
408fec5
Relocate symbol exports needed by lightfield_bitstream_parsing.c
by Tom Finegan
· 7 years ago
a87d645
Temporarily relocate av1_resize_frame420 export.
by Tom Finegan
· 7 years ago
a227f56
Relocate symbol exports needed by examples/noise_model.c
by Tom Finegan
· 7 years ago
1ef7b8c
Move aom_obu_type_to_string from exports_test to exports_dec
by Tom Finegan
· 7 years ago
7a76b64
Move aom_read_obu_header from exports_test to exports_dec
by Tom Finegan
· 7 years ago
6fdaba7
Remove code about dev speed features
by Hui Su
· 7 years ago
0e41f76
Add support for Windows DLL builds.
by Ilie Halip
· 7 years ago
4f1fd96
Fix build with CFLAGS="-std=c11 -D_GNU_SOURCE"
by Tom Anderson
· 7 years ago
a2fad3e
Document how to call setjmp() correctly.
by Wan-Teh Chang
· 7 years ago
a2893ab
Add denoiser & noise estimation in the encoder.
by Neil Birkbeck
· 7 years ago
d74f568
ext_tile: allocate tile list buffer in example
by Yunqing Wang
· 7 years ago
3dd5e3e
ext_tile: add image format support in example
by Yunqing Wang
· 7 years ago
966c44e
Add unit test for decoder row based multi-threading
by Deepa K G
· 7 years ago
a2f1728
ext-tile: output decoded tile list
by Yunqing Wang
· 7 years ago
3f9c1e2
ext_tile: handle ext-tile tile info better
by Yunqing Wang
· 7 years ago
fb35601
Add decoder control to select all-layers mode
by David Barker
· 7 years ago
93b18f3
[NORMATIVE] ext_tile: set external references at the tile level
by Yunqing Wang
· 7 years ago
fcd7166
ext_tile: add AV1D_EXT_TILE_DEBUG API
by Yunqing Wang
· 7 years ago
cd28b20
Add "const" to the coded_tile_data
by Yunqing Wang
· 7 years ago
265d15d
Add a decoder API call "AV1D_GET_TILE_DATA"
by Yunqing Wang
· 7 years ago
2af1509
Fix .obu decoding with --all-layers for S2T1
by Imdad Sardharwalla
· 7 years ago
167b09e
Add OBU_TILE_LIST obu type
by Yunqing Wang
· 7 years ago
6791ad1
cmake: output aom_version.h in config sub dir.
by Tom Finegan
· 7 years ago
93c0314
Add flag to enable forward keyframes
by Sarah Parker
· 7 years ago
e74099f
Initialize the is_annexb field of stream_info.
by Wan-Teh Chang
· 7 years ago
285d941
Fix comment for aom_codec_stream_info_t parameter.
by Wan-Teh Chang
· 7 years ago
dd3e2a5
Includes clean up.
by Tom Finegan
· 7 years ago
60e653d
cmake: Output aom_config in config sub dir.
by Tom Finegan
· 7 years ago
33e9cd0
add decoder option to output all layers of scalable stream
by Soo-Chul Han
· 7 years ago
cea1b93
Enforce UINT32_MAX value for all LEB128 encoding.
by Tom Finegan
· 7 years ago
46fc1f0
Disallow LEB128 encode of values greater than UINT32_MAX.
by Tom Finegan
· 7 years ago
21f4825
Use size_t for decode API input size parameters.
by Tom Finegan
· 7 years ago
ba7fa41
Disallow decode of LEB128 vals that cannot be stored in 32-bits.
by Tom Finegan
· 7 years ago
f372b85
Do not refer to enhancement_layers_cnt in comment.
by Wan-Teh Chang
· 7 years ago
d2f317c
modify scalability info according to operating point
by Soo-Chul Han
· 7 years ago
33c3870
use leb128 for metadata type and use value 4 for ITU-T T.35
by Cyril Concolato
· 7 years ago
4835dc0
Add command line option for trellis optimization
by Yue Chen
· 7 years ago
d8f457a
Add decoder option to select operating point
by Frank Bossen
· 7 years ago
27208c6
Update the comment for aom_uleb_size_in_bytes().
by Wan-Teh Chang
· 7 years ago
20a336d
Add AV1_COPY_NEW_FRAME_IMAGE API call in decoder
by Yunqing Wang
· 7 years ago
4450c76
Modify the decoder AV1_SET_REFERENCE API
by Yunqing Wang
· 7 years ago
ff07a12
Allocate img buffer with a border
by Yunqing Wang
· 7 years ago
fe946eb
[NORMATIVE] adding timecode metadata
by Ilya Brailovskiy
· 7 years ago
50b6d6e
Add flag to set primary_ref_frame to PRIMARY_REF_NONE
by Sarah Parker
· 7 years ago
795ba87
[NORMATIVE] Decoder buffer model implementation
by Andrey Norkin
· 7 years ago
48065fc
Add ability to drop invisible frames from a test
by sarahparker
· 7 years ago
9713ccb
Add --full_still_picture_hdr cmdline option to aomenc
by Debargha Mukherjee
· 7 years ago
c6f24c2
[NORMATIVE] Reduced header still picture option
by Debargha Mukherjee
· 7 years ago
9806fed
Add flag to code an s_frame
by sarahparker
· 7 years ago
Next »