[FFmpeg-cvslog] cbs_h2645: Improve performance of writing slices

2018-11-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 11 23:43:05 2018 +0100| [ee47ac97d7938fc221d1d386e3e520a5521cddfd] | committer: Mark Thompson cbs_h2645: Improve performance of writing slices Instead of using a combination of bitreader and -writer for copying data, one can byte-align the

[FFmpeg-cvslog] fate/prores_metadata : fix md5 value

2018-11-11 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sun Nov 11 21:40:08 2018 +0100| [752bf1f64c4c8b7fdfd15068151169578fe561aa] | committer: Martin Vignali fate/prores_metadata : fix md5 value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=752bf1f64c4c8b7fdfd15068151169578fe561aa --- test

[FFmpeg-cvslog] avfilter/af_afftfilt: add more window types

2018-11-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Nov 11 21:21:14 2018 +0100| [d03030c0710995b31b70f9026a6b9f8d0d0deea9] | committer: Paul B Mahol avfilter/af_afftfilt: add more window types > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d03030c0710995b31b70f9026a6b9f8d0d0deea9 --- li

[FFmpeg-cvslog] avfilter/af_afftfilt: extend filter functionality

2018-11-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Nov 11 21:11:30 2018 +0100| [bdc66c50dd6974a12a2881a9b5d43f41629fa67c] | committer: Paul B Mahol avfilter/af_afftfilt: extend filter functionality > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bdc66c50dd6974a12a2881a9b5d43f41629fa67c --

[FFmpeg-cvslog] fate/prores_metadata_bsf : add test for setting color property

2018-11-11 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sun Oct 28 12:54:18 2018 +0100| [679ad3146972c7af7a996106c3cddcf58208b6fa] | committer: Martin Vignali fate/prores_metadata_bsf : add test for setting color property > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=679ad3146972c7af7a996106c

[FFmpeg-cvslog] avcodec : add prores_metadata bsf for set the color property of each prores frame

2018-11-11 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sun Oct 28 12:53:25 2018 +0100| [0aba92d42d5194aee335f623bcb70831cd71b0af] | committer: Martin Vignali avcodec : add prores_metadata bsf for set the color property of each prores frame > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aba9

[FFmpeg-cvslog] avfilter/vf_select: use common scene sad functions

2018-11-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Apr 5 01:47:32 2018 +0200| [7748f395de88b72d82f7dc5e39bca49df665252b] | committer: Marton Balint avfilter/vf_select: use common scene sad functions Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7748f395

[FFmpeg-cvslog] avfilter/vf_minterpolate: use common scene sad functions

2018-11-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 7 18:55:47 2018 +0200| [936d18fb42bb1776f1b25e16b9d6a72846ee33ac] | committer: Marton Balint avfilter/vf_minterpolate: use common scene sad functions Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93

[FFmpeg-cvslog] avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole frame

2018-11-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Apr 5 01:37:25 2018 +0200| [6c2a7a8e9a3698f37913d3f24723fbb8fa895798] | committer: Marton Balint avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole frame Also add SIMD which works on lines because it is faster then calcu

[FFmpeg-cvslog] cbs_mpeg2: Improve performance of writing slices

2018-11-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Nov 4 05:48:40 2018 +0100| [6df9020f45eaff66ba2c2bac98cda9ddaacb03f3] | committer: Mark Thompson cbs_mpeg2: Improve performance of writing slices Instead of using a combination of bitreader and -writer for copying data, one can byte-align the

[FFmpeg-cvslog] cbs_h265: Add PTL parsing for sublayers

2018-11-11 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Oct 27 22:01:16 2018 +0100| [252e79663de802d8d0b38fbfdfeeda2d86b4e611] | committer: Mark Thompson cbs_h265: Add PTL parsing for sublayers With fate test using the SLPPLP_A_VIDYO_2 conformance file, which contains two sublayers with full PTL informa

[FFmpeg-cvslog] fate/libavcodec: Fix config dependency of h264-levels test

2018-11-11 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Oct 27 23:19:49 2018 +0100| [fd1d735c0b98bad99c9084d5a16935d96aa37297] | committer: Mark Thompson fate/libavcodec: Fix config dependency of h264-levels test > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd1d735c0b98bad99c9084d5a16935d

[FFmpeg-cvslog] avfilter/vf_lut3d: ignore last whitespace when comparing LUT size string

2018-11-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Nov 11 13:36:45 2018 +0100| [8860d307311aec5e0f97b12405da8f8b3d2e0c60] | committer: Paul B Mahol avfilter/vf_lut3d: ignore last whitespace when comparing LUT size string In some situations it might be tab character and in others normal space. > http