Sign in
aomedia
/
avm
/
21042c7154c87048fd1b056d8c905ddf2352185f
/
vpx
e899859
[spatial svc]Implement alt reference frames
by Minghai Shang
· 11 years ago
5820c5d
Adds support for reading and writing 10/12-bit y4m
by Deb Mukherjee
· 11 years ago
79199e4
Reverting "Adds support for reading and writing 10/12-bit y4m" for now because of Mac Build Failure.
by Dmitry Kovalev
· 11 years ago
82dc133
Adds support for reading and writing 10/12-bit y4m
by Deb Mukherjee
· 11 years ago
83269ff
Merge "[spatial svc] Remove encoding modes since we only need one mode at this time."
by Minghai Shang
· 11 years ago
df38196
[spatial svc] Remove encoding modes since we only need one mode at this time.
by Minghai Shang
· 11 years ago
41b451e
[spatial svc]Remove key frame quantizer settings since key frame is decided by rate control
by Minghai Shang
· 11 years ago
277338f
[spatial svc]Implement lag in frames for spatial svc
by Minghai Shang
· 11 years ago
0a86adb
Do not export non-existant symbols
by Sean McGovern
· 11 years ago
8a8b662
Removing ctrl_id parameter from vpx_codec_control_fn_t.
by Dmitry Kovalev
· 11 years ago
76bf681
Merge "[spatial svc] Remove hard coded rc_end_usage setting"
by Minghai Shang
· 11 years ago
652a3cc
[spatial svc] Disable auto alt reference
by Minghai Shang
· 11 years ago
39aef40
[spatial svc] Remove hard coded rc_end_usage setting
by Minghai Shang
· 11 years ago
80acef0
Merge "make spatial svc an experiment"
by James Zern
· 11 years ago
7af3440
[spatial svc] Remove some restrictions that are needed to improve the quality
by Minghai Shang
· 11 years ago
0912ee1
Cleaning up vp9_cx_iface.c.
by Dmitry Kovalev
· 11 years ago
f12ebfc
make spatial svc an experiment
by James Zern
· 11 years ago
89f38d1
svc_encodeframe.c: change to use correct type
by Yaowu Xu
· 11 years ago
58cf8be
Merge "Mark VP8E_SET_ARNR_TYPE as being deprecated"
by Adrian Grange
· 11 years ago
a765705
Mark VP8E_SET_ARNR_TYPE as being deprecated
by Adrian Grange
· 11 years ago
0affa0e
[spatial svc] Fix one extra frame count during flush
by Minghai Shang
· 11 years ago
8b2b737
Merge "Revert "Force ARNR filtering to be centered on the ARF frame""
by Adrian Grange
· 11 years ago
e97aea2
Added 16bit vpx_img_fmt_t enums
by Peter de Rivaz
· 11 years ago
0a386b9
Revert "Force ARNR filtering to be centered on the ARF frame"
by Adrian Grange
· 11 years ago
18c0860
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.
by Joey Parrish
· 11 years ago
f7bd127
Enable vpxenc to specify internal coded frame size
by Adrian Grange
· 11 years ago
0eb88c9
Add codec control function for enabling frame_periodic_boost.
by Marco Paniconi
· 11 years ago
d4124ea
[svc] Fix issue for setting layers through ffmpeg
by Minghai Shang
· 11 years ago
6c3c66f
[svc] Add min/max q and min/max bitrate in svc test app
by Minghai Shang
· 11 years ago
d205335
[svc] Finalize spatial svc first pass rate control
by Minghai Shang
· 11 years ago
6c0565a
svc_encodeframe: quiet -Warray-bounds warnings
by James Zern
· 11 years ago
6281a9a
Adding type casts to remove C++ compiler errors.
by Dmitry Kovalev
· 11 years ago
b0c146e
[svc] 1. Add two pass RC options in vp9_spatial_scalable_encoder.
by Minghai Shang
· 11 years ago
0bbc7f9
Merge "[svc] Fix "possible loss of data", "division by zero" and "index 5 out of bounds for type" compiler warings"
by Minghai Shang
· 11 years ago
d6321c3
Merge "Cleaning up vpx_codec_get_cx_data() function."
by Dmitry Kovalev
· 11 years ago
e526c04
[svc] Fix "possible loss of data", "division by zero" and
by Minghai Shang
· 11 years ago
3a8deeb
Merge "[svc] Add target bitrate settings for each layers."
by Minghai Shang
· 11 years ago
20da065
Merge "Change for adding QP settings for key frames"
by Minghai Shang
· 11 years ago
e4118e2
Merge "Adding vpx_sse_to_psnr() function."
by Dmitry Kovalev
· 11 years ago
7d5bffc
Adding vpx_sse_to_psnr() function.
by Dmitry Kovalev
· 11 years ago
74e1830
log overall psnr, average psnr, and overall mse
by Ivan Maltz
· 11 years ago
8c196b2
[svc] Add target bitrate settings for each layers.
by Minghai Shang
· 11 years ago
c79bd22
Change for adding QP settings for key frames
by Minghai Shang
· 11 years ago
53a11c9
vp8cx.h: add brief desc. for VP9E_SET_SVC_LAYER_ID
by James Zern
· 11 years ago
fdb2337
Merge "Fixed compilation on mingw with secure APIs enabled by default."
by James Zern
· 11 years ago
c467095
Merge "vpx_frame_buffer.h: add doxygen \file block"
by James Zern
· 11 years ago
89ec990
Add comments to portion of SVC interface.
by Marco Paniconi
· 11 years ago
aed2ca4
Fixed compilation on mingw with secure APIs enabled by default.
by Jacek Caban
· 11 years ago
c8175ad
vpx_frame_buffer.h: add doxygen \file block
by James Zern
· 11 years ago
a4f30a5
Add VP9 decoder support for external frame buffers
by Frank Galligan
· 11 years ago
955b35d
Cleaning up vpx_codec_get_cx_data() function.
by Dmitry Kovalev
· 11 years ago
d51ca0d
Merge "Add get release decoder frame buffer functions."
by Frank Galligan
· 11 years ago
7320fdd
vpx_integer: Use inttypes.h in MSVC (2013 and later).
by Tom Finegan
· 11 years ago
e8e1527
Add get release decoder frame buffer functions.
by Frank Galligan
· 11 years ago
dd776e8
Fixing c++ compiler errors in svc_encodeframe.c.
by Dmitry Kovalev
· 11 years ago
6427930
Using vpx_codec_err_t instead of int.
by Dmitry Kovalev
· 11 years ago
4864ab2
Layer based rate control for CBR mode.
by Marco Paniconi
· 11 years ago
7ec838e
Revert "Layer based rate control for CBR mode."
by Marco Paniconi
· 11 years ago
6be2b75
Layer based rate control for CBR mode.
by Marco Paniconi
· 11 years ago
c6d5371
Merge "Revert external frame buffer code."
by Frank Galligan
· 11 years ago
b1c72b6
Revert external frame buffer code.
by Frank Galligan
· 11 years ago
ec7f213
vpx: add extern "C" to headers
by James Zern
· 11 years ago
8aa33ed
Write correct resolution to the IVF file header (b/11270652)
by Charles 'Buck' Krasic
· 11 years ago
116e0a1
Removing vpx_codec_vp9x_cx and internal experimental flag.
by Dmitry Kovalev
· 11 years ago
6efb0ab
Fix to overflow in asan test (for vp8 encoder).
by Marco Paniconi
· 11 years ago
9e41d56
Increase required number of external frame buffers
by Frank Galligan
· 11 years ago
bbf5304
Add external constants.
by Frank Galligan
· 11 years ago
7386bde
vpx: normalize include guards
by James Zern
· 11 years ago
e883c74
Include files in the same directory directly
by Johann
· 11 years ago
fbada94
Add frame buffer lru cache.
by Frank Galligan
· 11 years ago
10f8916
Add support to pass in external frame buffers.
by Frank Galligan
· 11 years ago
bbf61e3
Fix bug with put slice cb function.
by Frank Galligan
· 11 years ago
475d1d6
Modified spatial scalable encoder & unit tests
by Adrian Grange
· 11 years ago
2117fe0
Fix decoder to handle display size correctly
by Adrian Grange
· 11 years ago
1708465
vpxenc: add --aq-mode flag to control adaptive quantization
by Guillaume Martres
· 11 years ago
741c14f
Merge "Move SVC per-frame loop from sample app into libvpx proper"
by Ivan Maltz
· 11 years ago
1ed0e1b
Move SVC per-frame loop from sample app into libvpx proper
by Ivan Maltz
· 11 years ago
f58eca9
Resolved Doxygen warnings.
by Adrian Grange
· 11 years ago
cd74a90
Revert "Merge "SVC improvements""
by James Zern
· 11 years ago
663916c
SVC improvements
by Ivan Maltz
· 11 years ago
b905dab
Added necessary includes
by Yaowu Xu
· 11 years ago
e288c60
Removing vpx_codec_impl_{top, bottom}.h files.
by Dmitry Kovalev
· 11 years ago
88c8ff2
Modified resize unit test to output test vector
by Adrian Grange
· 12 years ago
20abe59
Merge "API extensions and sample app for spacial scalable encoder"
by Ivan Maltz
· 12 years ago
01b35c3
API extensions and sample app for spacial scalable encoder
by Ivan Maltz
· 12 years ago
e378a89
Support a constant quality mode in VP9
by Deb Mukherjee
· 12 years ago
b088998
vp[89]_dx_iface: factorize vp8_mmap_*()
by James Zern
· 12 years ago
43dc0f8
small update to peek_si/get_si documentation
by James Zern
· 12 years ago
ccd9886
Fixing compilation error on Mac OS.
by Dmitry Kovalev
· 12 years ago
368c723
Change the encryption feature to use a callback for decryption.
by Jeff Petkau
· 12 years ago
8dd8287
Y4M input support for 4:2:2, 4:4:4, 4:4:4:4
by John Koleszar
· 12 years ago
31ee193
Extension of segmentation to 8 segments.
by Paul Wilkins
· 12 years ago
672b75a
Convert inv_tile_order to control interface
by John Koleszar
· 12 years ago
81708cc
Convert g_frame_parallel_decoding to control interface
by John Koleszar
· 12 years ago
771fc83
Merge branch 'master' into experimental
by John Koleszar
· 12 years ago
26cec5c
Basic encryption feature for libvpx.
by Dmitry Kovalev
· 12 years ago
b3c350a
Add VP9_GET_REFERENCE control
by John Koleszar
· 12 years ago
69c67c9
Merge master branch into experimental
by John Koleszar
· 12 years ago
89a206e
Add support for tile rows.
by Ronald S. Bultje
· 12 years ago
f496f60
Add tile column size limits (256 pixels min, 4096 pixels max).
by Ronald S. Bultje
· 12 years ago
Next »