Andreas Rheinhardt
dd8a55cb3e
avcodec/zlib_wrapper: Add wrappers for zlib inflateInit, inflateEnd
...
It is not documented to be safe to call inflateEnd() on a z_stream
that has never been successfully been initialized by inflateInit(),
but just zeroed. It just happens to work and several codecs rely
on this (they have FF_CODEC_CAP_INIT_CLEANUP set and even call
inflateEnd() when inflateInit() failed or has never been called).
To avoid this, other codecs recorded whether their zstream has been
initialized successfully or not.
This commit adds wrappers for inflateInit() and inflateEnd() that
do what these other codecs do; furthermore, they also take care of
properly setting up the zstream before inflateInit() and emit
an error message in case of error.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2022-03-19 00:18:35 +01:00
..
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:46 -03:00
2022-03-16 14:04:35 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-18 12:31:32 +01:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-18 19:56:50 +01:00
2022-03-18 19:56:50 +01:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 10:57:08 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:04:35 +02:00
2022-03-19 00:01:57 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:40 -03:00
2022-03-16 14:12:49 +02:00
2022-03-18 19:56:50 +01:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-15 16:24:52 +01:00
2022-03-16 14:04:35 +02:00
2022-03-15 09:42:40 -03:00
2022-03-15 09:42:40 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:41 -03:00
2022-03-15 10:37:54 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:46 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:46 -03:00
2022-03-17 22:27:23 +01:00
2022-03-18 12:31:32 +01:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-16 14:04:35 +02:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:46 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-15 09:42:41 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:42 -03:00
2022-03-15 09:42:42 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:42 -03:00
2022-03-15 09:42:42 -03:00
2022-03-15 18:16:54 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:42 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:42 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:04:35 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:42 -03:00
2022-03-15 09:42:42 -03:00
2022-03-15 09:42:42 -03:00
2022-03-15 09:42:42 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:42 -03:00
2022-03-15 09:42:42 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-17 22:27:24 +01:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-16 14:04:35 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:43 -03:00
2022-03-19 00:18:35 +01:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-17 22:27:23 +01:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:04:35 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:04:35 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:43 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:44 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:47 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-16 14:04:35 +02:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-19 00:18:35 +01:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:04:35 +02:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-18 12:31:38 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:44 -03:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-18 19:56:50 +01:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-17 22:27:23 +01:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:45 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:04:35 +02:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:04:35 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:04:35 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:04:35 +02:00
2022-03-16 14:12:46 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:43 -03:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-16 14:12:49 +02:00
2022-03-16 14:12:49 +02:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-15 09:42:45 -03:00
2022-03-19 00:18:35 +01:00
2022-03-19 00:18:35 +01:00