[FFmpeg-cvslog] fate/flac: Add test of 32 bps encoding/decoding

2022-12-26 Thread Martijn van Beurden
ffmpeg | branch: master | Martijn van Beurden | Tue Oct 11 19:24:37 2022 +0200| [5b342d000580e54c5cb524daf83b8189f3f3dd18] | committer: Paul B Mahol fate/flac: Add test of 32 bps encoding/decoding > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b342d000580e54c5cb524daf83b8189f3f3d

[FFmpeg-cvslog] libavcodec/flacenc: Implement encoding of 32 bit-per-sample PCM

2022-12-26 Thread Martijn van Beurden
ffmpeg | branch: master | Martijn van Beurden | Tue Oct 11 19:24:36 2022 +0200| [d8f1404c50dfc3e3792b823e97abf56b5c5e9ee2] | committer: Paul B Mahol libavcodec/flacenc: Implement encoding of 32 bit-per-sample PCM Add encoding of 32 bit-per-sample PCM to FLAC files to libavcodec. Coding to this

[FFmpeg-cvslog] libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCM

2022-12-26 Thread Martijn van Beurden
ffmpeg | branch: master | Martijn van Beurden | Tue Oct 11 19:24:35 2022 +0200| [909cfdc2059a53ffb55af3b9e0aadcaacae4a339] | committer: Paul B Mahol libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCM Add decoding of FLAC files coding for 32 bit-per-sample PCM to libavcodec. > htt