Re: [FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip audio devices if no video device is present

2024-07-24 Thread patches via ffmpeg-devel
08:21:31AM +0000, patches via ffmpeg-devel wrote: > > -Original Message- > From: Roger Pack > Sent: Monday, July 22, 2024 5:52 PM > To: patches > Cc: FFmpeg development discussions and patches > > Subject: Re: [FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip a

Re: [FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip audio devices if no video device is present

2024-07-23 Thread patches via ffmpeg-devel
-Original Message- From: Roger Pack Sent: Monday, July 22, 2024 5:52 PM To: patches Cc: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip audio devices if no video device is present On Wed, Jul 17, 2024 at 1:43 AM patches wrote

Re: [FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip audio devices if no video device is present

2024-07-23 Thread patches via ffmpeg-devel
-Original Message- From: Roger Pack Sent: Monday, July 22, 2024 5:52 PM To: patches Cc: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip audio devices if no video device is present On Wed, Jul 17, 2024 at 1:43 AM patches wrot

Re: [FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip audio devices if no video device is present

2024-07-21 Thread patches via ffmpeg-devel
vices if no video device is present [You don't often get email from rogerdpa...@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] LGTM On Mon, Jul 15, 2024 at 12:51 AM patches via ffmpeg-devel wrote: > > The search of the current DirectShow

Re: [FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip audio devices if no video device is present

2024-07-17 Thread patches via ffmpeg-devel
s fix in 5.1 release branch, is this possible? Jens On Mon, Jul 15, 2024 at 12:51 AM patches via ffmpeg-devel wrote: > > The search of the current DirectShow device list has been customized > so that audio devices are always found even if no video device is connected. > > Signed

[FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip audio devices if no video device is present

2024-07-14 Thread patches via ffmpeg-devel
The search of the current DirectShow device list has been customized so that audio devices are always found even if no video device is connected. Signed-off-by: Jens Frederich --- libavdevice/dshow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/dshow.c b/libavd