FFmpeg/libavdevice
Michael Niedermayer 6737f26da3
avdevice/dshow_capture: Fix error handling in ff_dshow_##prefix##_Create()
Untested, needs review

Fixes: CID1591856 Resource leak
Fixes: CID1591887 Resource leak
Fixes: CID1591874 Resource leak

Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 348968e9f7)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2024-07-22 01:05:30 +02:00
..
tests
.gitignore
alldevices.c avdevice/alldevices: stop using deprecated linked list API 2020-10-19 11:54:45 -03:00
alsa_dec.c avdevice/alsa_dec: make sure we have enough data in non-blocking mode 2021-03-12 23:55:30 +01:00
alsa_enc.c libavdevice: Update the class name as uniform style 2019-08-15 09:29:55 +08:00
alsa.c avdevice/alsa_dec: make sure we have enough data in non-blocking mode 2021-03-12 23:55:30 +01:00
alsa.h avdevice/alsa_dec: make sure we have enough data in non-blocking mode 2021-03-12 23:55:30 +01:00
android_camera.c
audiotoolbox.m lavdevice: Add AudioToolbox output device. 2020-06-15 15:09:33 +02:00
avdevice.c avdevice/avdevice: Deprecate AVDevice Capabilities API 2021-02-14 21:07:57 +01:00
avdevice.h avdevice/avdevice: Deprecate AVDevice Capabilities API 2021-02-14 21:07:57 +01:00
avdeviceres.rc
avfoundation.m avfoundation: Fix building on iOS 2020-04-30 14:21:47 +02:00
bktr.c avdevice: use av_gettime_relative() for elapsed time calculations 2021-02-27 21:41:50 +01:00
caca.c lavd/caca: do not access deprecated codec context 2020-12-10 09:45:19 +01:00
decklink_common_c.h avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecode 2020-09-13 18:06:54 +02:00
decklink_common.cpp avdevice/decklink: warn about too old decklink API version 2020-12-03 18:32:57 +01:00
decklink_common.h avcodec/packet_internal: make avpriv_packet_list_* functions use an internal struct 2021-03-17 14:12:17 -03:00
decklink_dec_c.c avdevice/decklink: remove the duplicated warning message 2020-12-05 09:00:53 +08:00
decklink_dec.cpp avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t 2021-03-19 03:12:24 +01:00
decklink_dec.h
decklink_enc_c.c avdevice/decklink: remove the duplicated warning message 2020-12-05 09:00:53 +08:00
decklink_enc.cpp avdevice/decklink: add missing include for buffer_size_t 2021-03-11 17:39:09 -03:00
decklink_enc.h
dshow_capture.h avdevice/dshow_capture: Fix error handling in ff_dshow_##prefix##_Create() 2024-07-22 01:05:30 +02:00
dshow_common.c
dshow_crossbar.c lavd/dshow: Add namespace prefix to global functions 2021-01-21 20:02:23 -03:00
dshow_enummediatypes.c avdevice/dshow: Add namespace prefix to the remaining global symbols 2021-01-25 19:31:11 -03:00
dshow_enumpins.c avdevice/dshow: Add namespace prefix to the remaining global symbols 2021-01-25 19:31:11 -03:00
dshow_filter.c avdevice/dshow_filter: Use wcscpy_s() 2024-07-21 22:21:30 +02:00
dshow_pin.c avdevice/dshow: Add namespace prefix to the remaining global symbols 2021-01-25 19:31:11 -03:00
dshow.c avdevice/dshow: Check device_filter_unique_name before use 2024-07-21 22:22:35 +02:00
fbdev_common.c
fbdev_common.h
fbdev_dec.c avdevice: use av_gettime_relative() for elapsed time calculations 2021-02-27 21:41:50 +01:00
fbdev_enc.c
file_open.c
gdigrab.c avdevice: use av_gettime_relative() for elapsed time calculations 2021-02-27 21:41:50 +01:00
iec61883.c lavd/iec61883: Fix the include path for poll.h. 2019-01-16 00:13:49 +01:00
internal.h
jack.c
kmsgrab.c avdevice: use av_gettime_relative() for elapsed time calculations 2021-02-27 21:41:50 +01:00
lavfi.c avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t 2021-03-19 03:12:24 +01:00
libavdevice.v
libcdio.c
libdc1394.c
Makefile lavdevice: Add AudioToolbox output device. 2020-06-15 15:09:33 +02:00
openal-dec.c libavdevice: Update the class name as uniform style 2019-08-15 09:29:55 +08:00
opengl_enc_shaders.h
opengl_enc.c avdevice/opengl: add support of wrapped avframe codec 2020-04-16 23:52:12 +02:00
oss_dec.c libavdevice: Update the class name as uniform style 2019-08-15 09:29:55 +08:00
oss_enc.c libavdevice: Update the class name as uniform style 2019-08-15 09:29:55 +08:00
oss.c
oss.h
pulse_audio_common.c
pulse_audio_common.h
pulse_audio_dec.c avdevice/pulse_audio_dec: do not read undersized frames 2021-03-12 23:55:30 +01:00
pulse_audio_enc.c libavdevice: Update the class name as uniform style 2019-08-15 09:29:55 +08:00
reverse.c
sdl2.c avdevice/sdl2: add option to set window position 2018-10-23 19:42:32 +02:00
sndio_dec.c
sndio_enc.c
sndio.c
sndio.h
timefilter.c
timefilter.h avdevice/timefilter: remove obsolete comments from the docs 2021-02-27 21:30:41 +01:00
utils.c
v4l2-common.c lavd/v4l2-common: Add an entry for Z16. 2019-03-22 12:30:47 +01:00
v4l2-common.h
v4l2.c lavd/v4l2: Use proper field type for second parameter of ioctl() with BSD's 2024-05-18 18:20:17 -04:00
v4l2enc.c avdevice/v4l2enc: Allow writing non-rawvideos to v4l2. 2020-05-09 15:44:43 +01:00
version.h Bump Versions before release/4.4 branch 2021-03-20 01:01:12 +01:00
vfwcap.c avcodec/packet_internal: make avpriv_packet_list_* functions use an internal struct 2021-03-17 14:12:17 -03:00
xcbgrab.c avdevice/xcbgrab: Check sscanf() return 2024-06-15 23:32:59 +02:00
xv.c avdevice/xv: Increase array size 2022-01-11 15:15:53 +01:00