Les articles publiés sur le site
-
1er avril, par Kacper Michajłow
tools/target_swr_fuzzer: fix memory leak on av_samples_fill_arrays() error
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
- [DH] tools/target_swr_fuzzer.c
-
1er avril, par Marvin Scholz
tests: lavfi/drawutils: use av_err2str
There is no need to explicitly specify the buffer, as it
is only ever passed to printf, so av_err2str can be used.
- [DH] libavfilter/tests/drawutils.c
-
1er avril, par Marvin Scholz
lavfi/vf_xpsnr: use av_err2str
There is no need to explicitly specify the buffer, as it
is only ever passed to av_log, so av_err2str can be used.
- [DH] libavfilter/vf_xpsnr.c
-
1er avril, par Marvin Scholz
avformat/crypto: use av_err2str
There is no need to explicitly specify the buffer, as it
is only ever passed to av_log, so av_err2str can be used.
- [DH] libavformat/crypto.c
-
1er avril, par Marvin Scholz
avformat/dashdec: use av_err2str
There is no need to explicitly specify the buffer, as it
is only ever passed to av_log, so av_err2str can be used.
- [DH] libavformat/dashenc.c