wine/dlls/winegstreamer
Rémi Bernon 1b5ddc1e2f winegstreamer: Avoid releasing wg_allocator memory samples twice.
When the sample size is too small, we were releasing it from the memory,
but kept the next_sample pointer set. Later, when the transform removes
the sample from the allocator, its refcount was decremented one more
time, effectively leaking the sample.
2023-07-31 18:20:44 +09:00
..
aac_decoder.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
color_convert.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
gst_guids.h
gst_private.h winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
h264_decoder.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
main.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
Makefile.in
media_source.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
mfplat.c
quartz_parser.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
quartz_transform.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
resampler.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
rsrc.rc
unix_private.h winegstreamer: Use a fixed size type for wg_sample data pointer. 2023-07-27 13:12:06 +09:00
unixlib.c
unixlib.h winegstreamer: Use a fixed size type for wg_sample data pointer. 2023-07-27 13:12:06 +09:00
video_decoder.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
video_processor.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
wg_allocator.c winegstreamer: Avoid releasing wg_allocator memory samples twice. 2023-07-31 18:20:44 +09:00
wg_format.c
wg_parser.c winegstreamer: Implement Wow64 entrypoints in the Unix library. 2023-07-10 20:33:24 +02:00
wg_sample.c winegstreamer: Use a fixed size type for wg_sample data pointer. 2023-07-27 13:12:06 +09:00
wg_transform.c winegstreamer: Use a fixed size type for wg_sample data pointer. 2023-07-27 13:12:06 +09:00
winegstreamer.rgs
winegstreamer.spec
winegstreamer_classes.idl
wm_reader.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
wma_decoder.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
wmv_decoder.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00