Sign in
aomedia
/
avm
/
2b9ec2ea1dd7aa880cf19e9004ffb86743cba460
/
av1
/
av1_cx_iface.c
38427e8
remove writing/parsing superframe index with new HLS
by Soo-Chul Han
· 7 years ago
c7bf4fb
Validate aom_tune_metric value.
by Tom Finegan
· 7 years ago
6141cc8
Adjust lag_in_frames to not use more than needed
by Debargha Mukherjee
· 7 years ago
c04cec2
Make default lag-in-frames=19
by Urvang Joshi
· 7 years ago
d0b77ac
Remove PVQ code
by Yushin Cho
· 7 years ago
365e644
Remove compile guards for CONFIG_EXT_REFS
by Sebastien Alaiwan
· 7 years ago
2b4c178
Reduce default lag-in-frames
by Yaowu Xu
· 7 years ago
de71d14
FRAME_SUPERRES: Rework to use scale factor of 8/D
by Urvang Joshi
· 7 years ago
26ad0b2
MAX_TILE: Allow list of tile widths/heights
by Dominic Symes
· 7 years ago
5e70a11
Deduplicate use_reference_buffer/frame_id_numbers_present_flag
by David Barker
· 7 years ago
778023d
Add sequence (kf) level flag for reference buffer
by Debargha Mukherjee
· 7 years ago
f58f111
MAX_TILE experiment: add explicit tiles
by Dominic Symes
· 8 years ago
a881039
Disable palette coding if pvq is enabled
by Yushin Cho
· 8 years ago
db5d66f
Add the max-tile tool with uniform tile support
by Dominic Symes
· 8 years ago
7166f22
Add a q index based frame superres mode
by Debargha Mukherjee
· 8 years ago
3d429dc
Add missed change for commit 55104335d6ef
by Yushin Cho
· 8 years ago
01d43e1
Make CONFIG_COLORSPACE_HEADERS public API changes unconditional.
by Tom Finegan
· 8 years ago
d808bfc
Add --enable-dist-8x8, rename existing '--tune' as '--tune-metric'
by Yushin Cho
· 8 years ago
b5e845b
Fix for Encode/Decode mistmatch EXT_REFS
by Luc Trudeau
· 8 years ago
497d195
Normalize set/get reference ctrls to use ref frame index.
by Thomas Daede
· 8 years ago
98cab1a
Fix build warnings in av1_cx_iface.c
by Rupert Swarbrick
· 8 years ago
b25ba50
Remove the CONFIG_TILE_GROUPS experimental flag.
by Thomas Davies
· 8 years ago
eeb08a9
Make EXT_TILE compatible with TILE_GROUPS
by Yunqing Wang
· 8 years ago
e4c6fc1
Encode superframes in front
by Sebastien Alaiwan
· 8 years ago
f7b6756
Fix warning in test code
by Sebastien Alaiwan
· 8 years ago
6757197
Simplify superframe index writing
by Sebastien Alaiwan
· 8 years ago
493fd88
Simplify packetization of frames into a superframe
by Sebastien Alaiwan
· 8 years ago
e4d6f9b
Simplify flow of control
by Sebastien Alaiwan
· 8 years ago
2a19c9e
Don't silently fail writing the superframe index
by Sebastien Alaiwan
· 8 years ago
0ba49a5
Use AOMMAX instead of ternary
by Sebastien Alaiwan
· 8 years ago
918c3c1
Rename 'size' to 'frame_size'
by Sebastien Alaiwan
· 8 years ago
62fc41a
Reduce scope of local variables
by Sebastien Alaiwan
· 8 years ago
87cf61b
scaling: Add kf numerator for resize and superres
by Fergus Simpson
· 8 years ago
bfbf6a5
Unify resize and superres denominator constants
by Fergus Simpson
· 8 years ago
29e40a6
Unify and clean up resize arguments
by Debargha Mukherjee
· 8 years ago
c4e7894
frame_superres: Add aomenc argument
by Fergus Simpson
· 8 years ago
76fb126
Experiment: adding the source video information signaling (Netflix)
by anorkin
· 8 years ago
3502d08
frame-superres: Pre-encode downscaling
by Fergus Simpson
· 8 years ago
ff4fa06
Add the motion vector unit test
by Yunqing Wang
· 8 years ago
6160df2
Extend delta q with segments
by Fangwen Fu
· 8 years ago
d8cd55f
ext_tile: add 2 tile encoding modes
by Yunqing Wang
· 8 years ago
1994429
Don't export kMinCompressedSize.
by Ralph Giles
· 8 years ago
8082614
Remove rt deadline.
by Thomas Daede
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
561d0af
Drop the CPUUSED symmetry around zero.
by Alex Converse
· 8 years ago
6eca835
Remove "best" deadline parameter from aomenc.
by Thomas Daede
· 8 years ago
74021a5
Implement twopass support for the xiphrc system
by Rostislav Pehlivanov
· 8 years ago
002e7b7
Implement a new rate control system
by Rostislav Pehlivanov
· 8 years ago
7b9f2b3
add horizontal tile dependence support
by Fangwen Fu
· 8 years ago
ad67d79
set loop_filter_across_tiles_enabled flag to 1 in default case
by Ryan Lei
· 8 years ago
9b02b0e
deblocking_across_tiles->loopfilter_across_tiles
by Ryan Lei
· 8 years ago
8d164de
enable explicit temp mv prediction signaling
by Fangwen Fu
· 8 years ago
eb780e7
Add a control to set the ANS window size
by Alex Converse
· 8 years ago
7386eda
Add an experiment to disable lpf on tile boundaries
by Ryan Lei
· 8 years ago
fab6224
Remove obsolete control AOME_SET_ARNR_TYPE and command line flag
by Alex Converse
· 8 years ago
af6df17
Add options setting number of tile groups or MTU.
by Thomas Davies
· 8 years ago
5114b7b
Frame buffer marking enabling non-intra-based loss recovery
by Arild Fuldseth (arilfuld)
· 8 years ago
cd8ab90
RANGE_CHECK: "==" || ">" is simply ">=".
by Urvang Joshi
· 8 years ago
d4add7a
Remove encode_breakout and related speed features
by Brennan Shacklett
· 9 years ago
abc7d81
Correct data size estimation for odd size video
by Yaowu Xu
· 9 years ago
416b0d9
Increase min size of compressed data
by Yaowu Xu
· 9 years ago
368fbc9
Fix warnings reported by -Wshadow: Part2b: more from av1 directory
by Urvang Joshi
· 8 years ago
ac0a380
Make deadline mode not depend on frame duration.
by Thomas Daede
· 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
[Renamed (61%) from av1/vp10_cx_iface.c]
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
[Renamed (99%) from vp10/vp10_cx_iface.c]
0818a7c
Port commits related to clpf and qm experiments
by Yaowu Xu
· 9 years ago
8a061d4
vp10/decoder,vp10/*.[hc]: apply clang-format
by clang-format
· 9 years ago
cc73e1f
remove SVC
by James Zern
· 9 years ago
fe291b6
Replace variants of 'vp8' and 'vp9' with 'vpx'
by Yaowu Xu
· 9 years ago
8bf837f
Cherry pick from AOM:
by Yaowu Xu
· 9 years ago
5805a14
Merge bi-predictive frames to EXT_REFS
by Zoe Liu
· 9 years ago
cf5083d
Added an experiment "bidir_pred" for backward prediction
by Zoe Liu
· 9 years ago
a63147a
Fix --test-decode=warn to test mismatch
by Zoe Liu
· 9 years ago
454989f
Make superblock size variable at the frame level.
by Geza Lore
· 9 years ago
9aaa3c9
Make set_reference control API work in VP9 and VP10
by Yunqing Wang
· 9 years ago
bdcc140
Recover tile coding performance
by Yunqing Wang
· 9 years ago
490ba1a
Port large scale tile coding features from nextgen.
by Geza Lore
· 9 years ago
aa6c754
Merge remote-tracking branch 'webm/master' into nextgenv2
by Yaowu Xu
· 9 years ago
fdc977a
vp10,encoder: relocate setjmp
by James Zern
· 9 years ago
b5029a2
vp10_cx_iface,encode: remove redundant cpi check
by James Zern
· 9 years ago
94322a9
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
b6cefbf
Fix a typo in ctrl_set_render_size()
by Yaowu Xu
· 9 years ago
66f2f65
Merge MISC_FIXES
by hui su
· 9 years ago
dec4405
vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe.
by Ronald S. Bultje
· 9 years ago
a046f56
vp8cx: remove deprecated reference/entropy controls
by James Zern
· 9 years ago
d77a84b
vp10: remove superframe size field for last frame in superframe.
by Ronald S. Bultje
· 9 years ago
812945a
vp9/10: improve support for render_width/height.
by Ronald S. Bultje
· 10 years ago
eeb5ef0
Add support for color-range.
by Ronald S. Bultje
· 10 years ago
c147c4d
vp10 cleanup: remove svc code
by Yunqing Wang
· 10 years ago
a4c7e92
VP9EncoderConfig -> VP10EncoderConfig
by hui su
· 10 years ago
26a9afc
VP9_COMP -> VP10_COMP
by Yaowu Xu
· 10 years ago
54d66ef
Remove vp9_ prefix from vp10 files
by Jingning Han
· 10 years ago
c4e354b
Change vp10 interface prefix from vp9_ to vp10_
by Jingning Han
· 10 years ago
[Renamed (99%) from vp10/vp9_cx_iface.c]
3ee6db6
Fork VP9 and VP10 codebase
by Jingning Han
· 10 years ago