Re: [FFmpeg-devel] What is FFmpeg and what should it be

2023-08-02 Thread Brad Isbell
the choice to opt for the big honkin' beast build that includes all-the-things on my daily dev machine, but can still build targeted builds for deployment to production servers, oddball platforms like WASM, etc. Brad Isbell // AudioPump, Inc. b...@audiopump.co On Wed, Aug 2, 2023 at 7:59 AM Jean

Re: [FFmpeg-devel] FFmpeg 6.0

2023-02-24 Thread Brad Isbell
For the release name, I vote 6.0. ;-) Brad Isbell // AudioPump, Inc. b...@audiopump.co Phone: +1 312-488-4680 On Fri, Feb 24, 2023 at 9:56 AM Niklas Haas wrote: > > On Tue, 21 Feb 2023 12:38:38 +0100 Michael Niedermayer > wrote: > > On Fri, Feb 10, 2023 at 06:47:03PM

Re: [FFmpeg-devel] Trac votes and priority

2023-02-17 Thread Brad Isbell
... Not something most users know or care about but can have huge implications if not patched. Brad Isbell // AudioPump, Inc. b...@audiopump.co On Thu, Feb 16, 2023 at 4:14 PM Michael Niedermayer wrote: > > Hi > > Trac allows users to vote for tickets, should we bump tickets priority &g

Re: [FFmpeg-devel] [PATCH 1/2] Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device capabilities. (Fixes #9420)

2021-11-04 Thread Brad Isbell
On Thu, Nov 4, 2021 at 12:20 PM Brad Isbell wrote: > > Re-sending with correct line endings. Thanks! > > > From fd6bfd237d4d25de04d8179ccb1ff2d2f0aa904f Mon Sep 17 00:00:00 2001 > From: Brad Isbell > Date: Sun, 3 Oct 2021 00:16:05 -0500 > Subject: [PATCH 1/2] Use WAVEFOR

Re: [FFmpeg-devel] [PATCH 2/2] Fix missing PCM sample size option when it is used as the lone option for DirectShow audio capture

2021-11-04 Thread Brad Isbell
Brad Isbell // AudioPump, Inc. b...@audiopump.co Skype: bradisbell Phone: +1 312-488-4680 On Thu, Nov 4, 2021 at 12:21 PM Brad Isbell wrote: > > Re-sending with correct line endings. Thanks! > > > > From 25e34ef9f995afffe67e519bb6f03a750aa09ae2 Mon Sep 17 00:00:00 2001 &

Re: [FFmpeg-devel] [PATCH 2/2] Fix missing PCM sample size option when it is used as the lone option for DirectShow audio capture

2021-11-04 Thread Brad Isbell
Re-sending with correct line endings. Thanks! >From 25e34ef9f995afffe67e519bb6f03a750aa09ae2 Mon Sep 17 00:00:00 2001 From: Brad Isbell Date: Wed, 3 Nov 2021 20:38:59 -0500 Subject: [PATCH 2/2] Fix missing PCM sample size option when it is used as the lone option for DirectShow audio capt

Re: [FFmpeg-devel] [PATCH 1/2] Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device capabilities. (Fixes #9420)

2021-11-04 Thread Brad Isbell
Re-sending with correct line endings. Thanks! >From fd6bfd237d4d25de04d8179ccb1ff2d2f0aa904f Mon Sep 17 00:00:00 2001 From: Brad Isbell Date: Sun, 3 Oct 2021 00:16:05 -0500 Subject: [PATCH 1/2] Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device capabilities. (Fixes #9420) Signed-

[FFmpeg-devel] [PATCH 2/2] Fix missing PCM sample size option when it is used as the lone option for DirectShow audio capture

2021-11-03 Thread Brad Isbell
>From 25e34ef9f995afffe67e519bb6f03a750aa09ae2 Mon Sep 17 00:00:00 2001 From: Brad Isbell Date: Wed, 3 Nov 2021 20:38:59 -0500 Subject: [PATCH 2/2] Fix missing PCM sample size option when it is used as the lone option for DirectShow audio capture Signed-off-by: Brad Isbell --- libavdev

[FFmpeg-devel] [PATCH 1/2] Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device capabilities. (Fixes #9420)

2021-11-03 Thread Brad Isbell
>From fd6bfd237d4d25de04d8179ccb1ff2d2f0aa904f Mon Sep 17 00:00:00 2001 From: Brad Isbell Date: Sun, 3 Oct 2021 00:16:05 -0500 Subject: [PATCH 1/2] Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device capabilities. (Fixes #9420) Signed-off-by: Brad Isbell --- libavdevice/dshow.c |