Sign in
aomedia
/
avm
/
2ccd906e44f4b27badc14140cb4d965d4783c6f2
/
vp9
/
vp9_dx_iface.c
ca163b8
vp9_dx_iface: move struct defs to separate header
by James Zern
· 9 years ago
36ffe64
Rename display_{size,width,height} to render_*.
by Ronald S. Bultje
· 10 years ago
a124bc7
vp9/10 decoder_init: add missing alloc cast
by James Zern
· 10 years ago
5e16d39
vpx_dsp_common: add VPX prefix to MIN/MAX
by James Zern
· 10 years ago
cbce003
vpx_dsp/bitreader_buffer.h: vp9_->vpx_
by Yaowu Xu
· 10 years ago
bf82514
vpx_dsp/bitreader.h: vp9_->vpx_
by Yaowu Xu
· 10 years ago
87d2c3c
Removed vp9_ prefix from vpx_dsp/bitreader file names
by Yaowu Xu
· 10 years ago
97279ed
Move bit reader files to vpx_dsp
by Yaowu Xu
· 10 years ago
d1b30ce
Rename vpx_thread to vpx_util
by Jingning Han
· 10 years ago
04d2e57
Use vpx prefix for codec independent threading functions
by Jingning Han
· 10 years ago
3a3b0be
Move multi-threading module functions into vpx_thread folder
by Jingning Han
· 10 years ago
bfb6d48
Add control to skip loop filter in VP9 decoder.
by Frank Galligan
· 10 years ago
f480c12
Fix illegal memory access when stream starts w/ invisible frame.
by Adrian Grange
· 10 years ago
f274c21
vpx_mem: remove vpx_memcpy
by James Zern
· 10 years ago
f3bea3d
Remove unnecessary set postproc flags.
by hkuang
· 10 years ago
385ca8f
Set postproc flags in decoder_get_frame.
by Marco
· 10 years ago
b88dac8
Safely free all the frame buffers after all the workers finish the work.
by hkuang
· 10 years ago
31fae6a
Fix variable shadowing.
by hkuang
· 10 years ago
3807dd8
Make encoder buffer allocation dynamic
by Adrian Grange
· 10 years ago
02bd4ed
Merge "Fix the frame parallel invalid file test failure on ARM."
by hkuang
· 10 years ago
2fa9e9e
Fix the frame parallel invalid file test failure on ARM.
by hkuang
· 10 years ago
e31516a
Improve readability: move return statements
by Adrian Grange
· 10 years ago
cf54b88
Add VP9 decoder control to get frame size
by Adrian Grange
· 10 years ago
dd88f48
Set the maximum decode threads to be 8.
by hkuang
· 10 years ago
67b61c7
Fix jenkins unit test failure due to "uninitialised value".
by hkuang
· 10 years ago
b104b84
Fix a thread lost bug in frame parallel decode.
by hkuang
· 10 years ago
be6aead
Try again to merge branch 'frame-parallel' into master branch.
by hkuang
· 10 years ago
a18da97
Revert "Merge branch 'frame-parallel' to enable frame parallel decode in master branch."
by Johann
· 10 years ago
bde04ce
Merge branch 'frame-parallel' to enable frame parallel decode in master branch.
by hkuang
· 10 years ago
bc5d3fa
Replace "colorspace" with "color_space"
by Yaowu Xu
· 10 years ago
9c061ef
Properly validate data size
by Yaowu Xu
· 10 years ago
c4f7079
Revert "Revert "Add support for setting byte alignment.""
by Frank Galligan
· 10 years ago
91471d6
Revert "Add support for setting byte alignment."
by Paul Wilkins
· 10 years ago
399823b
Add support for setting byte alignment.
by Frank Galligan
· 10 years ago
c67859f
vp9_dx_iface.c uses CONFIG_VP9_POSTPROC but config.h not included
by Jim Bankoski
· 10 years ago
d05cf10
Add error handling for frame parallel decode and unit test for that.
by hkuang
· 10 years ago
a9a20a1
Fix a bug in frame parallel decode and add a unit test for that.
by hkuang
· 10 years ago
9ce3a7d
Implement frame parallel decode for VP9.
by Hangyu Kuang
· 11 years ago
9ed23de
Miscellaneous decoder changes for high bitdepth
by Deb Mukherjee
· 11 years ago
91998e6
Removing sz member from vpx_codec_priv.
by Dmitry Kovalev
· 11 years ago
b08fab8
Consistent allocation of vpx_codec_alg_priv_t.
by Dmitry Kovalev
· 11 years ago
5acfafb
Adds config opt for highbitdepth + misc. vpx
by Deb Mukherjee
· 11 years ago
73edeb0
Removing alg_priv from vpx_codec_priv struct.
by Dmitry Kovalev
· 11 years ago
eafa712
Merge "Replacing NOT_IMPLMENTED with NULL."
by Dmitry Kovalev
· 11 years ago
cd6d984
Replacing NOT_IMPLMENTED with NULL.
by Dmitry Kovalev
· 11 years ago
f2e6523
Removing iface pointer from vpx_codec_priv.
by Dmitry Kovalev
· 11 years ago
229f2aa
Merge "[spatial svc]Add a few different encode frame tests."
by Minghai Shang
· 11 years ago
e1b5d24
[spatial svc]Add a few different encode frame tests.
by Minghai Shang
· 11 years ago
7d9da93
VP8D_GET_FRAME_CORRUPTED: check frame pointer
by James Zern
· 11 years ago
a334cb0
Merge "Common encode/decode function to get reference frame"
by Adrian Grange
· 11 years ago
9a4cd41
Merge "Removing legacy XMA features from libvpx."
by Dmitry Kovalev
· 11 years ago
1ebf52d
Common encode/decode function to get reference frame
by Adrian Grange
· 11 years ago
48c5d47
Manually pick "Make the api behavior conform to api spec." from master branch.
by hkuang
· 11 years ago
a468170
Merge "Changes hdr for profiles > 1 for intraonly frames"
by Deb Mukherjee
· 11 years ago
09bf1d6
Changes hdr for profiles > 1 for intraonly frames
by Deb Mukherjee
· 11 years ago
7050074
Make the api behavior conform to api spec.
by Hangyu Kuang
· 11 years ago
a42b5c2
Removing legacy XMA features from libvpx.
by Dmitry Kovalev
· 11 years ago
8a774e1
Changes interface to avoid uninitialized warnings in vp9_cx_iface.c.
by Jim Bankoski
· 11 years ago
5926e7c
Remove unfinished VP9 alpha channel.
by Alex Converse
· 11 years ago
c447a50
Separates profile 2 into 2 profiles 2 and 3
by Deb Mukherjee
· 11 years ago
7c43fb6
Fix decoder handling of intra-only frames
by Adrian Grange
· 11 years ago
10aa23f
ctrl_get_reference does not need user_priv.
by hkuang
· 11 years ago
28a794f
Seperate the frame buffers from VP9 encoder/decoder structure.
by hkuang
· 11 years ago
bf58d17
Revert "Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:"""
by hkuang
· 11 years ago
749e0c7
Revert "Revert "Revert 3 patches from Hangyu to get Chrome to build:""
by James Zern
· 11 years ago
b336356
Revert "Revert 3 patches from Hangyu to get Chrome to build:"
by hkuang
· 11 years ago
5aae059
Merge "error check vp9 superframe parsing"
by Jim Bankoski
· 11 years ago
c3db2d8
error check vp9 superframe parsing
by Jim Bankoski
· 11 years ago
9be46e4
Revert 3 patches from Hangyu to get Chrome to build:
by Jim Bankoski
· 11 years ago
e8dcadc
Merge "fix peek_si to enable 1 byte show existing frames."
by Jim Bankoski
· 11 years ago
9bc0408
Introduce FrameWorker for decoding.
by hkuang
· 11 years ago
815485a
fix peek_si to enable 1 byte show existing frames.
by Jim Bankoski
· 11 years ago
1eb6e68
Add superframe support for frame parallel decoding.
by hkuang
· 11 years ago
374b21b
Merge "Removing decode_one_iter() function."
by Dmitry Kovalev
· 11 years ago
d203203
Merge "Fix out of boundary memory read in fuzz test on vpxdec"
by Jingning Han
· 11 years ago
1ba1871
Fix out of boundary memory read in fuzz test on vpxdec
by Jingning Han
· 11 years ago
e4c5f7e
Delay decreasing reference count in frame-parallel decoding.
by hkuang
· 11 years ago
537cb06
Initially add frame_parallel_decode flag.
by hkuang
· 11 years ago
6f5aba0
Refactor the vp9_get_frame code for frame parallel.
by hkuang
· 11 years ago
852fcbc
Fixing -Wextra warnings in vp9_{cx, dx}_iface.c.
by Dmitry Kovalev
· 11 years ago
8a8b662
Removing ctrl_id parameter from vpx_codec_control_fn_t.
by Dmitry Kovalev
· 11 years ago
e7135a9
Removing decoded_key_frame flag.
by Dmitry Kovalev
· 11 years ago
66ce10c
Merge "Deadline is not supported in VP9 decoder, removing it completely."
by Dmitry Kovalev
· 11 years ago
5ac6d97
Merge "Making vp9_initialize_dec() static."
by Dmitry Kovalev
· 11 years ago
b334bfc
Merge "Removing redundant decoder_init flag."
by Dmitry Kovalev
· 11 years ago
9dc9f17
Merge "Fix post-processor macros & remove vizualization"
by Adrian Grange
· 11 years ago
0fd7fc1
Removing redundant decoder_init flag.
by Dmitry Kovalev
· 11 years ago
384bc51
Fix post-processor macros & remove vizualization
by Adrian Grange
· 11 years ago
6471dd7
Removing unused img_setup field.
by Dmitry Kovalev
· 11 years ago
39015ea
Making vp9_initialize_dec() static.
by Dmitry Kovalev
· 11 years ago
d31b836
Deadline is not supported in VP9 decoder, removing it completely.
by Dmitry Kovalev
· 11 years ago
f4b736a
Removing decode_one_iter() function.
by Dmitry Kovalev
· 11 years ago
e975791
Merge "vp9_dx_iface: subtract ptrs to validate frame_size"
by James Zern
· 11 years ago
1b60a14
Merge "Removing VP9DecoderConfig."
by Dmitry Kovalev
· 11 years ago
a8cfbbe
vp9_dx_iface: subtract ptrs to validate frame_size
by James Zern
· 11 years ago
4aa7691
vp9_dx_iface: fix implicit ptrdiff_t -> uint32_t conversion
by James Zern
· 11 years ago
0daceca
Removing VP9DecoderConfig.
by Dmitry Kovalev
· 11 years ago
ccaafee
Simplifying decoder_decode() function.
by Dmitry Kovalev
· 11 years ago
18c0860
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.
by Joey Parrish
· 11 years ago
ab3d8e6
Renaming VP9D_CONFIG to VP9DecoderConfig.
by Dmitry Kovalev
· 11 years ago
Next »