[FFmpeg-cvslog] avcodec/aptx: split decoder and encoder into separate files

2020-02-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 8 11:58:18 2019 -0300| [2383021a7a1ca0456e93440539349cc918c77a73] | committer: James Almer avcodec/aptx: split decoder and encoder into separate files Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=238302

[FFmpeg-cvslog] avformat/hlsenc: allow a custom SDT and PAT period

2020-02-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Dec 23 01:36:41 2019 +0100| [a8a05340de722f0b637b2aee6037bad3bc682bea] | committer: Marton Balint avformat/hlsenc: allow a custom SDT and PAT period The default is not to write SDT and PAT periodically, only in the beginning of every segment. After

[FFmpeg-cvslog] avformat/matroskaenc: Check functions that can fail

2020-02-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jan 1 01:58:23 2020 +0100| [b4f300f8ea209b861865ef495b298a88b48f3913] | committer: Michael Niedermayer avformat/matroskaenc: Check functions that can fail Sometimes it has not been checked whether opening the dynamic buffer for writing Tags f

[FFmpeg-cvslog] libswscale/x86/yuv2rgb: Change inline assembly into nasm code

2020-02-05 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Sun Jan 19 11:51:03 2020 +0800| [e934194b6a4159b7960cabefb0dd8b998c1961e8] | committer: Michael Niedermayer libswscale/x86/yuv2rgb: Change inline assembly into nasm code The original inline assembly and nasm code have the same fps when called by command. NA

[FFmpeg-cvslog] avfilter/vf_xfade: add horzopen/close transition

2020-02-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Feb 5 16:52:30 2020 +0100| [2d58fa6d9e2d236a8d556cdd8ea6125ce4a82174] | committer: Paul B Mahol avfilter/vf_xfade: add horzopen/close transition > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d58fa6d9e2d236a8d556cdd8ea6125ce4a82174 ---

[FFmpeg-cvslog] avfilter/vf_xfade: add vertopen/close transition

2020-02-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Feb 5 16:44:50 2020 +0100| [10f4441acb144d3857c88294b666dfc55f7d4fe6] | committer: Paul B Mahol avfilter/vf_xfade: add vertopen/close transition > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10f4441acb144d3857c88294b666dfc55f7d4fe6 ---

[FFmpeg-cvslog] avcodec/av1_parse: don't look for trailing bits in Tile List OBUs

2020-02-05 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Feb 5 11:50:20 2020 -0300| [ca9bbfb8e5d0fae2eba48883ff05d9485270e158] | committer: James Almer avcodec/av1_parse: don't look for trailing bits in Tile List OBUs The spec states there aren't any. Signed-off-by: James Almer > http://git.videolan.org

[FFmpeg-cvslog] vf_ssim: Fix loading doubles to float registers on i386

2020-02-05 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Feb 5 13:29:32 2020 +0200| [0815a22dccbb67970ea84559f22afacee4219192] | committer: Martin Storsjö vf_ssim: Fix loading doubles to float registers on i386 This fixes the tests filter-refcmp-ssim-yuv and filter-refcmp-ssim-rgb on i386 after breakin