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 winegstreamer: Introduce a new wg_init_gstreamer unixlib entry. 2023-04-14 18:56:23 +02:00
media_source.c winegstreamer: Replace pointers with handles in PE->Unix transition. 2023-07-10 20:33:24 +02:00
mfplat.c winegstreamer: Rename winegstreamer_stream_handler to stream_handler. 2023-06-27 22:14:15 +02:00
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 winegstreamer: Forbid vaapidecodebin when looking for a specific element. 2023-05-29 11:24:11 +02:00
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 winegstreamer: Remove colorimetry and chroma-site from wg_format caps. 2023-06-19 22:50:55 +02:00
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