[FFmpeg-cvslog] avfilter/x86/vf_v360_init: add missing cases

2020-04-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Apr 2 12:03:11 2020 +0200| [8e1354c95d05a64bf5b99317387fca0ebdb4cd41] | committer: Paul B Mahol avfilter/x86/vf_v360_init: add missing cases > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e1354c95d05a64bf5b99317387fca0ebdb4cd41 --- l

[FFmpeg-cvslog] avfilter/vf_v360: add lagrange9 interpolation

2020-04-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Mar 31 13:22:10 2020 +0200| [b00b935d994d8f0a57427c30d6b779e0837dff43] | committer: Paul B Mahol avfilter/vf_v360: add lagrange9 interpolation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b00b935d994d8f0a57427c30d6b779e0837dff43 ---

[FFmpeg-cvslog] avfilter/vf_v360: add SIMD for lagrange9 interpolation

2020-04-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Mar 31 14:08:20 2020 +0200| [e4809e12ea57b5551830bc52b37f00caae6352a9] | committer: Paul B Mahol avfilter/vf_v360: add SIMD for lagrange9 interpolation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4809e12ea57b5551830bc52b37f00caae6352

[FFmpeg-cvslog] avformat/matroskaenc: Don't fail if reserved Cues space doesn't suffice

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Dec 30 16:28:39 2019 +0100| [06f108907d75bae89a568eda02e188a91deb4ec9] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't fail if reserved Cues space doesn't suffice When the user opted to write the Cues at the beginning, the Cues wer

[FFmpeg-cvslog] avformat/matroskaenc: Fix edge case of writing Cues at the beginning

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Dec 28 18:39:38 2019 +0100| [b788343446094203773968e5188ca53af5ed5d97] | committer: Andreas Rheinhardt avformat/matroskaenc: Fix edge case of writing Cues at the beginning The Matroska muxer has the ability to write the Cues (the index) at the

[FFmpeg-cvslog] avformat/matroskaenc: Avoid seek when writing Cues at the front

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 29 10:15:19 2019 +0100| [8e4c871196adfb16adf64f826c1291a4b0b0af4f] | committer: Andreas Rheinhardt avformat/matroskaenc: Avoid seek when writing Cues at the front When the Cues are written in front of the Cluster, the muxer would seek to t

[FFmpeg-cvslog] avformat/matroskaenc: Simplify writing Void elements

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jan 12 01:30:58 2020 +0100| [98a6c6ec82eae39cffebd16e8862bf269bec1abc] | committer: Andreas Rheinhardt avformat/matroskaenc: Simplify writing Void elements Reserving space in Matroska works by writing a Void element. And until now this worked

[FFmpeg-cvslog] avformat/matroskaenc: Combine checks for audio

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 17 20:14:24 2020 +0100| [0d4b3b4c023b1b13a78e650f81845fb8e25f456c] | committer: Andreas Rheinhardt avformat/matroskaenc: Combine checks for audio mkv_write_track() currently has three places where it checks for whether the current codec ty

[FFmpeg-cvslog] avformat/matroskaenc: Reindent after previous commit

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 17 20:40:15 2020 +0100| [bc52ce309dfcec6151bf1776e6a256f547285700] | committer: Andreas Rheinhardt avformat/matroskaenc: Reindent after previous commit Also remove { } after an if if there is only one statement inside { }. Signed-off-by:

[FFmpeg-cvslog] avformat/matroskaenc: Don't implicitly mark WebVTT in WebM as English

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jan 18 02:19:46 2020 +0100| [da4ba2431c92017379a0bd0b3c0fb74ce6093f09] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't implicitly mark WebVTT in WebM as English Writing the language of WebVTT in WebM proceeded differently than the

[FFmpeg-cvslog] avformat/hnm: Only keep and parse what is needed later

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 21 06:17:36 2020 +0100| [d20378373ea26c48078fbac6d6a59f8592eadacc] | committer: Andreas Rheinhardt avformat/hnm: Only keep and parse what is needed later The hnm demuxer's context struct contained lots of fields that are write-only variabl

[FFmpeg-cvslog] fate/matroska: Add test for updating CodecPrivate from packet sidedata

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 1 20:22:29 2020 +0200| [45cb93e9bddcd6395171e99717623e9adbcf700e] | committer: Andreas Rheinhardt fate/matroska: Add test for updating CodecPrivate from packet sidedata containing updated extradata, in this case a new FLAC streaminfo. Fur

[FFmpeg-cvslog] libavformat/amr.c: Check return value from avio_read()

2020-04-02 Thread John Rummell
ffmpeg | branch: master | John Rummell | Mon Mar 30 21:30:33 2020 -0700| [5b967f56b6d85f62446836fc8ef64d0dcfcbda17] | committer: Michael Niedermayer libavformat/amr.c: Check return value from avio_read() If the buffer doesn't contain enough bytes when reading a stream, fail rather than continu

[FFmpeg-cvslog] swscale/swscale: remove useless code

2020-04-02 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Wed Apr 1 15:32:15 2020 +0800| [4700f7d6fce3ae3fcce86e069edf16b6cbae614b] | committer: Michael Niedermayer swscale/swscale: remove useless code Signed-off-by: Ruiling Song Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] configure: Do not abort when cross-compiling to the native CPU

2020-04-02 Thread David Michael
ffmpeg | branch: master | David Michael | Wed Apr 1 00:07:55 2020 -0400| [9f567c431eb49e5cd4399f54de433422f5b9b9c4] | committer: Michael Niedermayer configure: Do not abort when cross-compiling to the native CPU Using a compiler with a different host triplet is considered cross-compiling, eve

[FFmpeg-cvslog] configure: fix build issue of vf_dnn_processing.c when --disable-swscale

2020-04-02 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Thu Apr 2 11:18:08 2020 +0800| [e1488700a25f59c3bd7ec709a48cfc69c3debd1b] | committer: Guo, Yejun configure: fix build issue of vf_dnn_processing.c when --disable-swscale vf_dnn_processing.c recently changed to use swscale to trasfer data between AVFrame

[FFmpeg-cvslog] avformat/matroskaenc: Stop reallocating of Cluster buffer

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Dec 29 01:01:52 2019 +0100| [4aa0665f393847c35387a1c673e62346d0acfc95] | committer: Andreas Rheinhardt avformat/matroskaenc: Stop reallocating of Cluster buffer The Matroska muxer uses a dynamic buffer to buffer the content of Clusters before

[FFmpeg-cvslog] avformat/matroskaenc: Remove unnecessary avio_tell(), avio_seek()

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jan 22 18:45:08 2020 +0100| [0fc150f048398c9dbb8578f25e916fd356c18a54] | committer: Andreas Rheinhardt avformat/matroskaenc: Remove unnecessary avio_tell(), avio_seek() avio_close_dyn_buf() has a bug: When the write pointer does not point to t

[FFmpeg-cvslog] avformat/matroskaenc: Improve checks for updating Tags

2020-04-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jan 22 19:37:29 2020 +0100| [af97a3a4d6b9d199654ab6328c79e6be808ce6f9] | committer: Andreas Rheinhardt avformat/matroskaenc: Improve checks for updating Tags When updating the Tags at the end, the Matroska muxer would twice check for whether (