[FFmpeg-cvslog] avformat/mov: get the correct fragment stsd_id when decrypting the sample

2022-09-20 Thread Wang Yaqiang
ffmpeg | branch: master | Wang Yaqiang | Thu Sep 1 21:29:03 2022 +0800| [0744782de3ee37fc2b8d9db73ec15d774165b4e5] | committer: Steven Liu avformat/mov: get the correct fragment stsd_id when decrypting the sample When determining whether a packet should be decrypted, should use the stsd_id of

[FFmpeg-cvslog] x86/lpc: implement a new Welch windowing function

2022-09-20 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Sep 19 23:48:53 2022 +0200| [3ade6a8644ab519fcd7caa7ef457dd406162bc14] | committer: Lynne x86/lpc: implement a new Welch windowing function Old one was written with the assumption only even inputs would be given. This very messy replacement supports even an

[FFmpeg-cvslog] lavc/lpc: do not explode when windowing a 1-length array

2022-09-20 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Sep 21 07:00:15 2022 +0200| [cc367a9b8aa1e473bf60c5dc5e03431a7bbcd125] | committer: Lynne lavc/lpc: do not explode when windowing a 1-length array Divided by 0. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc367a9b8aa1e473bf60c5dc5e03431a7bb

[FFmpeg-cvslog] libavformat/riffec: Zero-initialize channels in ff_get_wav_header

2022-09-20 Thread Will Cassella
ffmpeg | branch: master | Will Cassella | Fri Sep 9 22:50:32 2022 +| [e601ec3c1991ee09ff45db3be4d894e5774f6f2b] | committer: James Almer libavformat/riffec: Zero-initialize channels in ff_get_wav_header Clang's static analyzer complains that leaving the variable uninitialized could lead

[FFmpeg-cvslog] fate/segafilm: Add tests for segafilm (de)muxer

2022-09-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 02:02:55 2022 +0200| [2e9fd627ede0911326e925e07117ba2c396abdc0] | committer: Andreas Rheinhardt fate/segafilm: Add tests for segafilm (de)muxer Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/spdifenc: Reorder struct members to make it smaller

2022-09-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 00:39:42 2022 +0200| [d438540d2b2f4aea86a2c475b690b8bc1bff7d0e] | committer: Andreas Rheinhardt avformat/spdifenc: Reorder struct members to make it smaller Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avcodec/rpzaenc: Avoid useless intermediate variable

2022-09-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 17 13:33:07 2022 +0200| [e27d67b24ce4061bff1bfd8590acf2b49911b4b3] | committer: Andreas Rheinhardt avcodec/rpzaenc: Avoid useless intermediate variable Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/smc: Move transient GetByteContext from context to stack

2022-09-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 17 12:54:53 2022 +0200| [353108bfab46903b06343fb6f0e4d32fb0fdfb1e] | committer: Andreas Rheinhardt avcodec/smc: Move transient GetByteContext from context to stack Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] fate/ffmpeg: Set max_delay for shortest-sub

2022-09-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 17 18:53:50 2022 +0200| [6a8b3e7eb1ac05b539740c5c1e9f9d41d22c7f76] | committer: Andreas Rheinhardt fate/ffmpeg: Set max_delay for shortest-sub The aim of this test is to show the interleavement of the file generated in the first pass; so m

[FFmpeg-cvslog] fate/ffmpeg: Use transcode instead of enc_dec in shortest-sub test

2022-09-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 17 18:41:13 2022 +0200| [71364c54d418da142a3353db293dce91555f2c12] | committer: Andreas Rheinhardt fate/ffmpeg: Use transcode instead of enc_dec in shortest-sub test enc_dec is designed for raw input and output and computes the PSNR betwee

[FFmpeg-cvslog] fate/mxf: add JPEG 2000 test

2022-09-20 Thread Pierre-Anthony Lemieux
ffmpeg | branch: master | Pierre-Anthony Lemieux | Tue Sep 6 14:51:45 2022 -0700| [79845ce6cf4d0192ebe99bf57b3f7e9b94726667] | committer: Andreas Rheinhardt fate/mxf: add JPEG 2000 test Reviewed-by: Tomas Härdin Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/mxf: set stream frame rates for ST 422 essence containers

2022-09-20 Thread Pierre-Anthony Lemieux
ffmpeg | branch: master | Pierre-Anthony Lemieux | Tue Sep 6 14:51:44 2022 -0700| [48fa27e77a6d71be89f216cee13ae7e99d2b5003] | committer: Andreas Rheinhardt avformat/mxf: set stream frame rates for ST 422 essence containers The MXF demuxer does not currently set AVStream::avg_frame_rate and

[FFmpeg-cvslog] fate/mxf: Add ProRes remux test

2022-09-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Nov 8 16:54:14 2021 +0100| [f08d529e1110e3afc59a941706a13658211dd3a3] | committer: Andreas Rheinhardt fate/mxf: Add ProRes remux test Also covers writing mastering display metadata. Reviewed-by: Tomas Härdin Signed-off-by: Andreas Rheinhard

[FFmpeg-cvslog] tests/mxf: Fix test requirements

2022-09-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 7 15:06:49 2022 +0200| [56e29fcac2c8ea320a60543accbaf8c23697f020] | committer: Andreas Rheinhardt tests/mxf: Fix test requirements Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56e29fcac2c

[FFmpeg-cvslog] avcodec/arm/sbcenc: avoid callee preserved vfp registers

2022-09-20 Thread James Cowgill
ffmpeg | branch: release/4.4 | James Cowgill | Sun Aug 25 09:18:00 2019 +0100| [aa28df74ab197c49a05fecc40c81e0f8ec4ad0c3] | committer: Martin Storsjö avcodec/arm/sbcenc: avoid callee preserved vfp registers When compiling FFmpeg with GCC-9, some very random segfaults were observed in code whic

[FFmpeg-cvslog] avcodec/arm/sbcenc: avoid callee preserved vfp registers

2022-09-20 Thread James Cowgill
ffmpeg | branch: release/5.0 | James Cowgill | Sun Aug 25 09:18:00 2019 +0100| [c1b8ffbed83e79c2a12a8e3639baae6160a484c5] | committer: Martin Storsjö avcodec/arm/sbcenc: avoid callee preserved vfp registers When compiling FFmpeg with GCC-9, some very random segfaults were observed in code whic

[FFmpeg-cvslog] avcodec/arm/sbcenc: avoid callee preserved vfp registers

2022-09-20 Thread James Cowgill
ffmpeg | branch: release/5.1 | James Cowgill | Sun Aug 25 09:18:00 2019 +0100| [2d04a18264e6e9b7f548954c5d1c51c3ab01b038] | committer: Martin Storsjö avcodec/arm/sbcenc: avoid callee preserved vfp registers When compiling FFmpeg with GCC-9, some very random segfaults were observed in code whic