Sign in
aomedia
/
avm
/
6675adff2e38eb5732522fa0d6c16c3dd0ca46c9
/
aomenc.c
ba02c24
Remove CONFIG_{DE,EN}CODERS from the CMake build.
by Tom Finegan
· 8 years ago
efdad1f
Add NELEMENTS() macro in aom_dsp/aom_dsp_common.h
by hui su
· 8 years ago
14af5b9
Simplify conditions on bitdepth
by Sebastien Alaiwan
· 8 years ago
6160df2
Extend delta q with segments
by Fangwen Fu
· 8 years ago
3973759
correct help message
by Yaowu Xu
· 8 years ago
09c293e
Move image matching functions to common location.
by Urvang Joshi
· 8 years ago
374a5907
Fix encoder use of 16-bit operating path
by Sebastien Alaiwan
· 8 years ago
d8cd55f
ext_tile: add 2 tile encoding modes
by Yunqing Wang
· 8 years ago
8082614
Remove rt deadline.
by Thomas Daede
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
6eca835
Remove "best" deadline parameter from aomenc.
by Thomas Daede
· 8 years ago
51c048e
aomenc: Don't print warning in quiet mode.
by Urvang Joshi
· 8 years ago
7b9f2b3
add horizontal tile dependence support
by Fangwen Fu
· 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
b643036
Fix compile warnings for target=armv7-android-gcc
by James Zern
· 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
9dcf560
Use "-" instead of "_" in aom-qm parameters
by Yaowu Xu
· 8 years ago
859a527
Apply clang-format
by Yaowu Xu
· 8 years ago
af6df17
Add options setting number of tile groups or MTU.
by Thomas Davies
· 8 years ago
6c8ec65
Add missing support aomenc parameter for aom-qm
by Yaowu Xu
· 8 years ago
59622cf
Fixes compilation error on Windows/Visual Studio
by Arild Fuldseth (arilfuld)
· 8 years ago
8ec53b2
Automatically upgrade profile to match input chroma subsampling.
by Thomas Daede
· 8 years ago
c0dca3c
Automatically set internal bit depth to at least the input bit depth.
by Thomas Daede
· 9 years ago
c76572a
Merge changes Icfc16070,Ied47a248,I8af087d9,I322a1366,If04580af into nextgenv2
by Yaowu Xu
· 8 years ago
d71a231
Add compiler warning flag -Wextra and fix related warnings.
by Urvang Joshi
· 9 years ago
748d3f5
Merge "Fix Visual Studio build." into nextgenv2
by Yaowu Xu
· 8 years ago
d37c222
Merge "Add matching brace in aomenc.c" into nextgenv2
by James Zern
· 8 years ago
251e151
Add matching brace in aomenc.c
by hui su
· 8 years ago
e28d92b
Fix Visual Studio build.
by Thomas
· 8 years ago
f693610
Step size and arithmetic coding for delta quantization.
by Thomas Davies
· 9 years ago
0744116
Support for delta-q at superblock level
by Arild Fuldseth
· 9 years ago
4145bf0
Fix warnings reported by -Wshadow: Part4: main directory
by Urvang Joshi
· 8 years ago
d1b239c
Display --bit-depth in -h with highbitdepth enabled.
by Nathan E. Egge
· 9 years ago
d59fb48
Add notes for an option
by Yaowu Xu
· 8 years ago
67948d3
apply clang-format
by clang-format
· 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 (78%) from vpxenc.c]
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
0818a7c
Port commits related to clpf and qm experiments
by Yaowu Xu
· 9 years ago
6c4d83e
top-level: apply clang-format
by clang-format
· 9 years ago
fe291b6
Replace variants of 'vp8' and 'vp9' with 'vpx'
by Yaowu Xu
· 9 years ago
3bd709f
Remove vp8, vp9 folders
by Yaowu Xu
· 9 years ago
6fe07a2
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
a63147a
Fix --test-decode=warn to test mismatch
by Zoe Liu
· 9 years ago
8e5e338
Add decoder APIs and unit tests in tile-coding experiment
by Yunqing Wang
· 9 years ago
be3f069
Add VP9 encoder API for level specification.
by hui su
· 9 years ago
cf26c03
Fix vp10 highbd psnr calculation
by Angie Chiang
· 9 years ago
9441f10
TODO cleanup: s/EbmlGlobal/WebmOutputContext/
by Vignesh Venkatasubramanian
· 9 years ago
454989f
Make superblock size variable at the frame level.
by Geza Lore
· 9 years ago
c810740
Merge branch 'masterbase' into nextgenv2
by Yaowu Xu
· 9 years ago
490ba1a
Port large scale tile coding features from nextgen.
by Geza Lore
· 9 years ago
dc5f771
Prevent encoder crash caused by row tile dependencies
by Yunqing Wang
· 9 years ago
14828e7
vp9: set kf_max_dist to a reasonable default (128)
by James Zern
· 9 years ago
c8e5a77
vpxenc: quiet unused param warning
by James Zern
· 9 years ago
06bcd85
Add high bit depth args to arg list
by hui su
· 9 years ago
9134e9f
Use input framerate as timebase if none was explicitly specified.
by Ronald S. Bultje
· 9 years ago
02345be
Adding an aq mode for 360 videos
by Debargha Mukherjee
· 9 years ago
3977507
vpxenc: don't warn about libwebm availability if writing IVF.
by Ronald S. Bultje
· 9 years ago
ede323a
Specify feasible parameter values for lossless mode
by hui su
· 9 years ago
ed0d9dc
vpxenc: Allow non i420 input for VP10.
by Tom Finegan
· 9 years ago
bb55193
vpxenc: fix DECODER ifdef
by James Zern
· 10 years ago
82331e0
create vp10_arg_ctrl_map
by hui su
· 10 years ago
db14911
remove unused high-bit-depth args from arg list
by hui su
· 10 years ago
72889a2
Remove vp10's build dependency on vp9
by Yaowu Xu
· 10 years ago
2b18c9a
Add vpxenc help info
by Yaowu Xu
· 10 years ago
8af092d
Fix high bit depth in vp10 codebase
by Jingning Han
· 10 years ago
3ee6db6
Fork VP9 and VP10 codebase
by Jingning Han
· 10 years ago
9852643
Expose params min-gf-interval/max-gf-interval
by Debargha Mukherjee
· 10 years ago
f82cfc2
vpxenc: relocate vp8/vp9 only options
by James Zern
· 10 years ago
09acd26
vpxenc: Add support for pixel aspect ratio.
by Frank Galligan
· 10 years ago
f990b35
Make vp9 the default codec for vpxenc
by Yaowu Xu
· 10 years ago
5c337fd
vpxenc: make some functions static
by James Zern
· 10 years ago
59e7a47
tools_common.h: fix usage_exit() prototype
by James Zern
· 10 years ago
268f106
Provide information on codec controls
by Yaowu Xu
· 10 years ago
4165290
Rename a vp9 only control with vp9e prefix
by Yaowu Xu
· 10 years ago
d240180
Remove redundant test
by Adrian Grange
· 10 years ago
fc99636
Add --color-space to vpxenc
by Yaowu Xu
· 10 years ago
b50e518
Require webm when explicitly requested
by Johann
· 10 years ago
e94b415
Add encoder control for setting color space
by Yaowu Xu
· 10 years ago
a16f075
Corrected value range of --cpu-used for vp9
by Yaowu Xu
· 10 years ago
80b344d
Silence -Werror=unused-parameter
by Johann
· 10 years ago
af898b5
Various updates to vp8.
by Marco
· 10 years ago
03a60b7
Add a new control of golden frame boost in CBR mode
by Yaowu Xu
· 10 years ago
636099f
Add a new control of max bitrate for inter frame
by Yaowu Xu
· 10 years ago
a349ee3
Resolves some lint errors
by Deb Mukherjee
· 10 years ago
ab35f98
Fixes naming bug from previous highbitdepth patch
by Deb Mukherjee
· 10 years ago
7a2a611
Refactoring of highbitdepth bitshift operations
by Deb Mukherjee
· 10 years ago
2e9c1dc
Remove experimental-bitstream flag for profiles>0
by Deb Mukherjee
· 10 years ago
a30774c
Adds support of 440 content.
by Deb Mukherjee
· 10 years ago
a160d72
High-bitdepth bugfixes
by Deb Mukherjee
· 10 years ago
bb1a236
Change the control function of VP9 denoiser.
by JackyChen
· 11 years ago
dbdb87b
Fix a visual studio warning
by Yaowu Xu
· 11 years ago
5acfafb
Adds config opt for highbitdepth + misc. vpx
by Deb Mukherjee
· 11 years ago
1b08702
Merge "Renaming vpxenc option from frame_boost to frame-boost."
by Dmitry Kovalev
· 11 years ago
f4eb3a2
Adding several vpxenc parameter ranges to help output.
by Dmitry Kovalev
· 11 years ago
4eb6763
Renaming vpxenc option from frame_boost to frame-boost.
by Dmitry Kovalev
· 11 years ago
c901a4f
vpxenc.c : static warnings cleanout
by Jim Bankoski
· 11 years ago
5805881
vpxenc: fix compile with --disable-libyuv
by James Zern
· 11 years ago
Next »