[FFmpeg-cvslog] avformat/concatdec: fix NEEDS_UNSAFE flag value

2021-11-14 Thread Googleplex
ffmpeg | branch: master | Googleplex | Fri Nov 12 14:29:11 2021 +0800| [23a1f11d02a29b788d441e1b0846a28c0f479df9] | committer: Nicolas George avformat/concatdec: fix NEEDS_UNSAFE flag value NEEDS_UNSAFE has the same value as NEEDS_FILE, causing "duration not allowed if safe" error while

[FFmpeg-cvslog] avfilter/af_apad: do not add infinite silence for zero pad_dur or whole_dur

2021-11-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Jul 28 23:53:42 2021 +0200| [0a9edac48eacc0f914f489dc7953a51bf24bb99c] | committer: Marton Balint avfilter/af_apad: do not add infinite silence for zero pad_dur or whole_dur Unfortunately pad_len and pad_dur behaviour was different if 0 was

[FFmpeg-cvslog] avformat/demux: allow total size of packets in raw_packet_buffer to reach probesize

2021-11-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 7 18:21:17 2021 +0100| [406ffd9b9b99fa096bcfe31b467453824d1542e7] | committer: Marton Balint avformat/demux: allow total size of packets in raw_packet_buffer to reach probesize Previously this was hardcoded to 250 bytes, so probing of

[FFmpeg-cvslog] swscale/input: unify grayf32 funcs with rgbf32 funcs

2021-11-14 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Sat Nov 13 18:56:52 2021 -0800| [74e49cc583fbc6a0dd06f8f6eb1ba2f5f340d547] | committer: Michael Niedermayer swscale/input: unify grayf32 funcs with rgbf32 funcs This is ment to be a cosmetic change old timings: 42780 UNITS in grayf32le, 1 runs,

[FFmpeg-cvslog] avcodec/speexdec: Check frames_per_packet more completely

2021-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 15 00:01:06 2021 +0200| [866ad2e95262606b194cb2e79ce8a7e63c32ce06] | committer: Michael Niedermayer avcodec/speexdec: Check frames_per_packet more completely Fixes: signed integer overflow: 2105344 * 539033345 cannot be represented in

[FFmpeg-cvslog] avformat/dhav: Limit get_duration() iterations

2021-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 17 15:15:08 2021 +0200| [97c3053d59f30f84b30efcc73ccf1b2e84b89006] | committer: Michael Niedermayer avformat/dhav: Limit get_duration() iterations Fixes: Timeout Fixes:

[FFmpeg-cvslog] avutil/hwcontext_vulkan: add support for exporting memory via Win32 Handles

2021-11-14 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sat Nov 13 20:00:50 2021 +0100| [2ece70090d61ccc1aea8000ba57d2fd759f204f7] | committer: Timo Rothenpieler avutil/hwcontext_vulkan: add support for exporting memory via Win32 Handles >

[FFmpeg-cvslog] avutil/vulkan: load win32 external memory functions

2021-11-14 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sat Nov 13 18:59:07 2021 +0100| [fedf4ff85c325fa164a5646785104aaa292c877b] | committer: Timo Rothenpieler avutil/vulkan: load win32 external memory functions >