[FFmpeg-cvslog] fate: add scale filters for big-endian architectures.

2020-09-30 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Mon Sep 14 21:23:20 2020 +0200| [3bf5cc9c588b41d4ba49821e57650dbbf187f932] | committer: Nicolas George fate: add scale filters for big-endian architectures. Filters mostly work in native endianness, but they must output a specified endianness, usually

[FFmpeg-cvslog] avcodec/cuviddec: handle arbitrarily sized extradata

2020-09-30 Thread Timo Rothenpieler
ffmpeg | branch: release/3.4 | Timo Rothenpieler | Tue Sep 29 23:19:23 2020 +0200| [891a7c3765579c884979f4a627cd74c5154ffdf3] | committer: Timo Rothenpieler avcodec/cuviddec: handle arbitrarily sized extradata > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=891a7c3765579c884979f4a6

[FFmpeg-cvslog] avcodec/cuviddec: handle arbitrarily sized extradata

2020-09-30 Thread Timo Rothenpieler
ffmpeg | branch: release/4.0 | Timo Rothenpieler | Tue Sep 29 23:19:23 2020 +0200| [968836e233ce296f74a48efc20f286aa77d43b21] | committer: Timo Rothenpieler avcodec/cuviddec: handle arbitrarily sized extradata > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=968836e233ce296f74a48efc

[FFmpeg-cvslog] avcodec/cuviddec: handle arbitrarily sized extradata

2020-09-30 Thread Timo Rothenpieler
ffmpeg | branch: release/4.1 | Timo Rothenpieler | Tue Sep 29 23:19:23 2020 +0200| [7f0db52c534edfb6bf7f8f008b87dc27caac9455] | committer: Timo Rothenpieler avcodec/cuviddec: handle arbitrarily sized extradata > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f0db52c534edfb6bf7f8f00

[FFmpeg-cvslog] avcodec/cuviddec: handle arbitrarily sized extradata

2020-09-30 Thread Timo Rothenpieler
ffmpeg | branch: release/4.2 | Timo Rothenpieler | Tue Sep 29 23:19:23 2020 +0200| [05097aff47d6a7d252f9a7b7885c3c2e4419c4f3] | committer: Timo Rothenpieler avcodec/cuviddec: handle arbitrarily sized extradata > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05097aff47d6a7d252f9a7b7

[FFmpeg-cvslog] avcodec/cuviddec: handle arbitrarily sized extradata

2020-09-30 Thread Timo Rothenpieler
ffmpeg | branch: release/4.3 | Timo Rothenpieler | Tue Sep 29 23:19:23 2020 +0200| [af2a430bb1c71296f2460c84464208d3615ab186] | committer: Timo Rothenpieler avcodec/cuviddec: handle arbitrarily sized extradata > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af2a430bb1c71296f2460c84

[FFmpeg-cvslog] swresample/audioconvert: Fix left shift of negative value

2020-09-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 29 16:06:31 2020 +0200| [9d8f9b2e4094ae6b07a9f23ae044b802722b3b4e] | committer: Andreas Rheinhardt swresample/audioconvert: Fix left shift of negative value Fixes ticket #8219. Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt