[FFmpeg-cvslog] swscale/output: Altivec-optimize yuv2plane1_8

2018-11-25 Thread Lauri Kasanen
ffmpeg | branch: master | Lauri Kasanen | Sat Nov 17 10:12:14 2018 +0200| [46c5693ea3a9364e24e2f5336bcdb5b191a2329f] | committer: Michael Niedermayer swscale/output: Altivec-optimize yuv2plane1_8 ./ffmpeg_g -f rawvideo -pix_fmt rgb24 -s hd1080 -i /dev/zero -pix_fmt yuv420p \ -f null -vframes 1

[FFmpeg-cvslog] avcodec/tiff: Limit filtering to decoded data

2018-11-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 23 02:33:04 2018 +0100| [90ac0e5f29ba4730cd92d3268938b3730823e52b] | committer: Michael Niedermayer avcodec/tiff: Limit filtering to decoded data Fixes: Timeout Fixes: 11068/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5

[FFmpeg-cvslog] avcodec/libdav1d: update the API usage after upstream changes

2018-11-25 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 25 17:28:53 2018 -0300| [cc25529420e3c559fcb4c7a993f112983da7d397] | committer: James Almer avcodec/libdav1d: update the API usage after upstream changes The color fields were moved to another struct, and a way to propagate timestamps and other in

[FFmpeg-cvslog] fate/prores-metadata : make output bit exact

2018-11-25 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Nov 24 18:43:12 2018 +0100| [e488d7b4f5075903fb1648ae012dff821d5781cd] | committer: Carl Eugen Hoyos fate/prores-metadata : make output bit exact > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e488d7b4f5075903fb1648ae012dff821d5781cd

[FFmpeg-cvslog] avcodec/eac3dec: remove obsolete comment

2018-11-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Nov 25 21:41:40 2018 +0100| [7488d58436c227c5892e28aa546b95e39ecbd5e4] | committer: Paul B Mahol avcodec/eac3dec: remove obsolete comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7488d58436c227c5892e28aa546b95e39ecbd5e4 --- libav

[FFmpeg-cvslog] avfilter/vf_overlay: fix crash with negative y

2018-11-25 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Tue Nov 20 23:18:47 2018 +0100| [9efc591cb72b96a5880b0968978692fa4c1d99b6] | committer: Marton Balint avfilter/vf_overlay: fix crash with negative y (cherry picked from commit 57815cfad5c5d6beb6f3fc0ae86b050a970d3a08) > http://git.videolan.org/git

[FFmpeg-cvslog] avformat/hlsenc: remove the cannot reach result

2018-11-25 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sun Nov 25 16:28:56 2018 +0800| [f9ea4931479b4bdf0bb1a873711c6ef1d45bcf5e] | committer: Steven Liu avformat/hlsenc: remove the cannot reach result fix CID: 1441166 because the logic have checked the vtt_dirname before Signed-off-by: Steven Liu > http:/