Quoting Vittorio Giovara (2015-02-22 19:38:31) > Based on work by Kostya Shishkov <[email protected]>. > --- > Now without leaks on init failure. > Cheers, > Vittorio > > Changelog | 1 + > doc/general.texi | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7 + > libavcodec/hqx.c | 645 ++++++++++++ > libavcodec/hqx.h | 65 ++ > libavcodec/hqxvlc.c | 2167 > ++++++++++++++++++++++++++++++++++++++++ > libavcodec/version.h | 2 +- > libavformat/riff.c | 1 + > tests/fate/video.mak | 9 + > tests/ref/fate/canopus-hqx422 | 2 + > tests/ref/fate/canopus-hqx422a | 2 + > 14 files changed, 2904 insertions(+), 1 deletion(-) > create mode 100644 libavcodec/hqx.c > create mode 100644 libavcodec/hqx.h > create mode 100644 libavcodec/hqxvlc.c > create mode 100644 tests/ref/fate/canopus-hqx422 > create mode 100644 tests/ref/fate/canopus-hqx422a >
If you have verified it with valgrind then should be fine. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
