[FFmpeg-devel] [PATCH v2 0/5] avdevice/dshow fixups

Gyan Doshi ffmpeg at gyani.pro
Tue Jan 4 06:10:08 EET 2022



On 2022-01-04 05:02 am, Roger Pack wrote:
> These LGTM.  Feel free to add yourself as a dshow maintainer if so
> interested, as well! :)

I assume these need to be pushed too.

Gyan

>
> On Sun, Jan 2, 2022 at 2:50 AM Diederick Niehorster <dcnieho at gmail.com> wrote:
>> These five patches fix two regressions (one crashing bug making dshow
>> unusable on x86, and one regression introduced by my recent patches due
>> to which devices that seem to not behave according to spec but worked
>> fine before my patches could no longer be used.
>> They furthermore fix three small issues i found looking through the dshow code: 2x needed cleanup not being done, and one where to skip setting format for a pin when its useless.
>>
>> new in v2 is fixing of the x86 crash
>>
>> Diederick Niehorster (5):
>>    avdevice/dshow: tv_tuner_audio_dialog cleanup missing
>>    avdevice/dshow: proper cleanup of queried media types
>>    avdevice/dshow: fix crash on x86
>>    avdevice/dshow: only set pin format if wanted
>>    avdevice/dshow: ensure pin's default format is set
>>
>>   libavdevice/dshow.c                |  93 +++++++++++++---------
>>   libavdevice/dshow_capture.h        | 120 ++++++++++++++---------------
>>   libavdevice/dshow_crossbar.c       |   4 +
>>   libavdevice/dshow_enummediatypes.c |   8 +-
>>   libavdevice/dshow_enumpins.c       |   8 +-
>>   libavdevice/dshow_filter.c         |  24 +++---
>>   libavdevice/dshow_pin.c            |  48 ++++++------
>>   7 files changed, 165 insertions(+), 140 deletions(-)
>>
>> --
>> 2.28.0.windows.1
>>
>> _______________________________________________
>> ffmpeg-devel mailing list
>> ffmpeg-devel at ffmpeg.org
>> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>
>> To unsubscribe, visit link above, or email
>> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-devel mailing list