Files
vpx/test
James Zern 6a2e9ef20a vpx_codec_decode: check data size
When a valid data pointer is given make sure the size is greater than
zero.
A previous check for vp9 was incorrectly removed in:
7050074 Make the api behavior conform to api spec.

No semantics for valid pointers + 0-sized frames are defined for VPx
codecs, so move the check to vpx_codec_decode(). This avoids an assert
in vp9.

+ add some basic invalid param testing for decoder init/decode/destroy

Change-Id: I99f9cef6076d15874fd72ac973f2685d8a2353c3
2014-08-11 11:44:00 -07:00
..
2014-07-01 18:22:30 -07:00
2014-07-28 15:46:01 -07:00
2014-07-25 11:02:04 -07:00
2014-07-25 11:02:04 -07:00
2014-07-28 15:46:01 -07:00
2014-08-07 14:13:30 -07:00
2014-08-11 11:44:00 -07:00
2013-11-19 09:28:18 -08:00
2014-08-07 18:51:02 -07:00
2014-07-10 12:20:54 -07:00
2014-07-25 20:06:30 -07:00
2014-07-30 20:52:59 -07:00