Sign in
aomedia
/
aom
/
ccd7980840c66ef811a960f23b9f0363597e52ff
/
aom_scale
a40d9e8
Simplify the lookahead buffer allocation
by Yunqing Wang
· 5 years ago
49e25be
Consolidate the frame buffer border
by Yunqing Wang
· 5 years ago
55db7b6
cmake: Build static libaom in shared configs.
by Tom Finegan
· 5 years ago
62eab67
Adds support for HDR static metadata encode/decode
by Daniel Max Valenzuela
· 5 years ago
cc6cf05
Fix: Obtain aom_image metadata on decode
by Daniel Max Valenzuela
· 5 years ago
d3c7ed9
Declare the arr parameter as const.
by Wan-Teh Chang
· 5 years ago
7a3853e
Have metadata remove/free functions return void.
by Wan-Teh Chang
· 5 years ago
6b855be
Adds metadata container for aom_image
by Daniel Max Valenzuela
· 6 years ago
53ca342
exclude hbd in aom_scale from CONFIG_AV1_HIGHBITDEPTH.
by Jerome Jiang
· 5 years ago
74b7c58
Add the aom_align_addr macro.
by Wan-Teh Chang
· 6 years ago
aef42fb
aom_free_frame_buffer should return 0 on success.
by Wan-Teh Chang
· 6 years ago
02affeb
Return error code for buffer allocation.
by Jerome Jiang
· 6 years ago
c480d82
Cosmetic changes.
by Jerome Jiang
· 6 years ago
13cccf2
Update border for ref buffer to allow scaled pred
by Debargha Mukherjee
· 6 years ago
47f68f8
Correct some typos throughout the codebase
by Sarah Parker
· 6 years ago
7a7239b
Reduce lookahead buffer padding size for encoder
by Satish Kumar Suman
· 6 years ago
916d896
Code restructuring of function aom_realloc_frame_buffer().
by Satish Kumar Suman
· 6 years ago
16ad7f5
cmake: Hook up dsp and scale dependencies in the proper places.
by Tom Finegan
· 6 years ago
1c27527
Revert decoder frame buffer padding to 64
by Satish Kumar Suman
· 6 years ago
b465421
Change AOM_DEC_BORDER_IN_PIXELS back to 288.
by Wan-Teh Chang
· 6 years ago
c5cecb8
Remove CONFIG_REDUCED_ENCODER_BORDER
by Yunqing Wang
· 6 years ago
2ca900e
Fix definitions with CONFIG_REDUCED_ENCODER_BORDER enabled
by Sarah Parker
· 6 years ago
2fd0077
Reduce frame buffer padding size for decoder
by Satish Kumar Suman
· 6 years ago
174e7ce
Reset buffer_alloc_sz after freeing buffer_alloc.
by Wan-Teh Chang
· 6 years ago
2990996
Reduce frame buffer padding size for encoder
by Satish Kumar Suman
· 6 years ago
76537ca
Consistenly use uint8_t for monochrome flag
by Yaowu Xu
· 6 years ago
6ff4809
ext-tile: output decoded tiles in output frame
by Yunqing Wang
· 6 years ago
304901f
No need to cast ybf->buffer_alloc_sz to size_t.
by Wan-Teh Chang
· 6 years ago
2860b3a
Validate the |border| parameter earlier.
by Wan-Teh Chang
· 6 years ago
f1570f0
Remove alpha channel references (unsupported)
by elliottk
· 6 years ago
c613fd4
Zero frame buffers on sequence header change.
by Wan-Teh Chang
· 7 years ago
d63da28
Zero-initialize the frame buffer.
by Wan-Teh Chang
· 7 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
3e24bb8
Properly reallocate buffers when bit depth changes
by Yaowu Xu
· 7 years ago
aae2183
Bound the total allocated memory of frame buffers.
by Wan-Teh Chang
· 7 years ago
b22759d
Add a macro to reduce border extension.
by Urvang Joshi
· 7 years ago
d799c5d
Move CONFIG_SIZE_LIMIT check in yv12config.c.
by Wan-Teh Chang
· 7 years ago
ebc2714
Check size limit in aom_realloc_frame_buffer.
by Wan-Teh Chang
· 7 years ago
5396c55
Rename 'once' to 'aom_once'.
by Wan-Teh Chang
· 7 years ago
870462d
Fix typo on use_external_reference_buffers
by Frederic Barbier
· 7 years ago
f42d00d
cmake: Use list(APPEND) instead of set() in aom_scale.cmake
by Tom Finegan
· 7 years ago
93730f6
Facilitate multi-threading in loop restoration
by Ravi Chaudhary
· 7 years ago
9a7278f
Remove CONFIG_AV1 preproc symbol.
by Tom Finegan
· 7 years ago
44702c8
cmake: generate rtcd headers in config subdir.
by Tom Finegan
· 7 years ago
60e653d
cmake: Output aom_config in config sub dir.
by Tom Finegan
· 7 years ago
589bae8
cmake: apply cmake-format
by Johann
· 7 years ago
29a5973
cmake: change include guard
by Johann
· 7 years ago
4450c76
Modify the decoder AV1_SET_REFERENCE API
by Yunqing Wang
· 7 years ago
2ccf4b9
Remove CONFIG_EXT_PARTITION config flag
by Debargha Mukherjee
· 7 years ago
103991e
Remove CONFIG_CICP compile flag
by Debargha Mukherjee
· 7 years ago
123e8a6
adopt some clang 5.0.0 formatting
by Johann
· 7 years ago
af8e264
Don't calculate chroma data in monochrome mode
by Imdad Sardharwalla
· 7 years ago
e07a675
remove configure and Makefiles
by Johann
· 7 years ago
f340fec
No colorspace for mono-video f/ CICP compatibility
by Debargha Mukherjee
· 7 years ago
9e69463
CICP colorspace signaling
by Andrey Norkin
· 7 years ago
d3e7c68
Remove the use of macro "CONFIG_HIGHBITDEPTH"
by Yaowu Xu
· 7 years ago
aecbba6
add copyright to rtcd files
by Johann
· 7 years ago
902000d
Increase border when CONFIG_EXT_PARTITION==1
by Pavel Frolov
· 7 years ago
4879580
Remove experimental flag of GLOBAL_MOTION
by Sebastien Alaiwan
· 7 years ago
5433fa4
Fix mv clamping when superres is used
by Debargha Mukherjee
· 7 years ago
82529d2
Make yv12_buffer_config more uniform
by Rupert Swarbrick
· 7 years ago
1512fa9
cosmetics,*rtcd*.pl: reindent
by James Zern
· 7 years ago
db724cf
Fix CMake mips32 build with DSPR2 enabled.
by Tom Finegan
· 8 years ago
01d43e1
Make CONFIG_COLORSPACE_HEADERS public API changes unconditional.
by Tom Finegan
· 8 years ago
9b0f703
Prevent redundant down converting operation
by Yaowu Xu
· 8 years ago
43778572
Move buffer allocation to aom_scale
by Yaowu Xu
· 8 years ago
78516fc
Build static libaom without internal deps in CMake.
by Tom Finegan
· 8 years ago
84f2d79
Add shared library support to the CMake build.
by Tom Finegan
· 8 years ago
76fb126
Experiment: adding the source video information signaling (Netflix)
by anorkin
· 8 years ago
17ccaec
Add include guards to CMake files used as includes.
by Tom Finegan
· 8 years ago
d148c96
Add mips32 support to the cmake build.
by Tom Finegan
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
5ddac0a
RTCD defs: Remove empty specialize statements once and for all.
by Urvang Joshi
· 8 years ago
f0d1444
Move aom_scale cmake commands to aom_scale/aom_scale.cmake.
by Tom Finegan
· 8 years ago
a43a2d9
Add UV wiener loop restoration
by Debargha Mukherjee
· 8 years ago
08bfd25
Remove an unused VP8 define
by Alex Converse
· 8 years ago
557ce7b
Enable global motion in high bit depth mode
by David Barker
· 8 years ago
d650f27
Vertical scalers: Use signed int for src/dst pitch in parameters.
by Urvang Joshi
· 8 years ago
dc1813f
Fix unsigned type error in gen_scaler.c
by Angie Chiang
· 8 years ago
10ab157
Fix unsigned type error in aom_scale.c
by Angie Chiang
· 8 years ago
b42827f
Rewrite some loops to avoid -Wunsafe-loop-optimizations warnings.
by Urvang Joshi
· 9 years ago
671f2bd
Rename AOM_ENC/DEC_BORDER_IN_PIXELS
by Yaowu Xu
· 8 years ago
99c6637
Merge "Remove unused buffer allocation functions" into nextgenv2
by Yunqing Wang
· 9 years ago
8aa2280
Remove unused buffer allocation functions
by Yunqing Wang
· 9 years ago
9c01aa1
Change to use aom copyright notice
by Yaowu Xu
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago