ffmpeg-bb/libavcodec/tests
Jiasheng Jiang 446cfbfb74
libavcodec/tests/snowenc: Add av_free() to avoid memory leak
Add av_free() to free s.temp_dwt_buffer and s.temp_idwt_buffer at the end of the function to avoid memory leak.

Fixes: 5d48e4eafa ("Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'")
Signed-off-by: Jiasheng Jiang <jiashengjiangcool@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2025-08-07 03:07:44 +02:00
..
aarch64
arm
ppc
x86
.gitignore libavcodec/tests: fix gitignore hashtable 2025-06-28 23:54:40 +02:00
apv.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
av1_levels.c lavc/av1: Add unit test for level handling 2023-09-22 13:15:01 +08:00
avcodec.c avcodec/tests/avcodec: Check only frame-mt decoders set update_thread_ctx 2025-05-21 02:44:15 +02:00
avpacket.c avcodec/tests/avpacket: Add av_packet_free() to avoid memory leak 2025-08-04 01:29:44 +02:00
bitstream_be.c lavc/tests: add a cached bitstream reader test 2023-01-06 11:01:00 +01:00
bitstream_le.c lavc/tests: add a cached bitstream reader test 2023-01-06 11:01:00 +01:00
bitstream_template.c avcodec/tests/bitstream_template: Assert bits_init8() return 2024-05-28 03:48:03 +02:00
cabac.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
celp_math.c avcodec/celp_math: Reuse ff_scalarproduct_float_c() 2025-04-09 13:52:29 +02:00
codec_desc.c avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusions 2023-10-03 01:59:07 +02:00
dct.c avcodec/tests/dct: add CONFIG_PRORES_DECODER guard 2025-06-17 16:41:14 +10:00
golomb.c avcodec/golomb: Factor writing golomb codes out 2022-01-06 08:28:02 +01:00
h264_levels.c avutil/mem: Don't include avutil.h 2023-09-07 00:42:10 +02:00
h265_levels.c lavc/h265_profile_level: Add unit test 2019-07-07 13:29:50 +01:00
hashtable.c lavc/hashtable: create generic robin hood hash table 2025-06-02 20:51:27 -07:00
htmlsubtitles.c lavc/htmlsubtitles: improve line breaks handling 2017-08-01 15:50:00 +02:00
jpeg2000dwt.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
mathops.c Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196' 2016-06-22 13:44:34 +02:00
mjpegenc_huffman.c avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length 2025-04-18 08:40:17 +02:00
motion.c libavcodec/tests/motion: Add check for avcodec_alloc_context3() 2025-08-04 01:29:45 +02:00
mpeg12framerate.c avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new header 2022-10-04 17:41:34 +02:00
rangecoder.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
snowenc.c libavcodec/tests/snowenc: Add av_free() to avoid memory leak 2025-08-07 03:07:44 +02:00