[FFmpeg-cvslog] avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1.

2019-08-02 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Wed Jul 31 09:30:01 2019 +0800| [11f99a9a45925e14409eff65606973676d7376b6] | committer: Reimar Döffinger avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1. Ensure the address accesed by gssqc1/gslqc1 are 16-byte aligned. >

[FFmpeg-cvslog] avcodec/msrle: remove unused items

2019-08-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Aug 1 16:02:18 2019 +0200| [9a2dbfde2e3167cd6f751af38805a1a743eb2470] | committer: Kieran Kunhya avcodec/msrle: remove unused items > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a2dbfde2e3167cd6f751af38805a1a743eb2470 ---

[FFmpeg-cvslog] lavu/tx: add support for double precision FFT and MDCT

2019-08-02 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Jul 27 18:54:20 2019 +0100| [42e2319ba9b75c3ca55be7f18a0322ecb498ea97] | committer: Lynne lavu/tx: add support for double precision FFT and MDCT Simply moves and templates the actual transforms to support an additional data type. Unlike the float version,