[FFmpeg-cvslog] avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF)

2017-12-21 Thread Karthick J
ffmpeg | branch: master | Karthick J | Fri Dec 22 07:43:54 2017 +0800| [93a0e478768e9bafc44b8956b94c27fe8e3486f3] | committer: Steven Liu avformat/hlsenc: set EXT-X-TARGETDURATION use lrint(EXTINF) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93a0e478768e9bafc44b8956b94c27fe8e34

[FFmpeg-cvslog] avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification

2017-12-21 Thread Karthick J
ffmpeg | branch: master | Karthick J | Fri Dec 22 07:44:51 2017 +0800| [e3b2c8502b33c180e0f053ac2ef32ee782224c2e] | committer: Steven Liu avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e

[FFmpeg-cvslog] avfilter/vf_framerate: factorize get_scene_score

2017-12-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 10 00:00:52 2017 +0100| [be15304ee610252636120f5e09fad4b015b34a31] | committer: Marton Balint avfilter/vf_framerate: factorize get_scene_score Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be15304ee6

[FFmpeg-cvslog] avfilter/vf_framerate: fix scene change detection score

2017-12-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 10 00:29:12 2017 +0100| [e1113a83ccb6bb30e3ad865956fe9eed0d650394] | committer: Marton Balint avfilter/vf_framerate: fix scene change detection score - normalize score to [0..100] instead of [0..85] - change the default score to 8.2 to roughly

[FFmpeg-cvslog] fate: add 12 bit framerate filter tests

2017-12-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 10 00:07:17 2017 +0100| [d6a8e46f9788810392555d891fc2f0db342a6a44] | committer: Marton Balint fate: add 12 bit framerate filter tests Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6a8e46f97888103925

[FFmpeg-cvslog] avfilter/vf_framerate: add threaded blending operations

2017-12-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 9 22:46:27 2017 +0100| [1eb926dc02684e0d4036b1edd2cba6b809451301] | committer: Marton Balint avfilter/vf_framerate: add threaded blending operations Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1eb

[FFmpeg-cvslog] avfilter/vf_framerate: fix scene score with negative linesize

2017-12-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 10 19:01:03 2017 +0100| [e403e4bdbea08af0c4a068eb560b577d1b64cf7a] | committer: Marton Balint avfilter/vf_framerate: fix scene score with negative linesize Also, do not overread input if linesize > width, or linesize is not divisible by 8, and

[FFmpeg-cvslog] avfilter/vf_framerate: do not calculate scene change score multiple times for the same frame

2017-12-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Dec 10 03:18:49 2017 +0100| [c6a65ed67088fd61017f14691b5fcecd133d9eeb] | committer: Marton Balint avfilter/vf_framerate: do not calculate scene change score multiple times for the same frame This speeds up the filter, and also fixes scene change d

[FFmpeg-cvslog] avfilter/vf_framerate: factorize blend_frames

2017-12-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 9 23:00:57 2017 +0100| [090b740680f91e0f2bf07423c36df7166740e8f6] | committer: Marton Balint avfilter/vf_framerate: factorize blend_frames Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=090b740680f91

[FFmpeg-cvslog] avcodec/mpeg4videodec: Add support for parsing and exporting video_range

2017-12-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 10 15:01:43 2017 +0100| [4b2a186ef02c1fbe7f7cae30a2bdfff72bcc75f7] | committer: Michael Niedermayer avcodec/mpeg4videodec: Add support for parsing and exporting video_range Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] avcodec/jpeg2000dec: Allocate lengthinc and data_start arrays as needed

2017-12-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 17 18:29:45 2017 +0100| [42274db1c623d2c0acd616cc0d3a0e5489e3bdb2] | committer: Michael Niedermayer avcodec/jpeg2000dec: Allocate lengthinc and data_start arrays as needed Decreases memory requirements Fixes: OOM Fixes: 4525/clusterfuzz-t

[FFmpeg-cvslog] avcodec/jpeg2000dec: Free lengthinc earlier

2017-12-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 17 23:35:26 2017 +0100| [80344959f064c7ea10d023862e0f6b79835de9de] | committer: Michael Niedermayer avcodec/jpeg2000dec: Free lengthinc earlier Reduces memory needed Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] rkmppdec: move AV_CODEC_CAP_AVOID_PROBING to the correct field

2017-12-21 Thread wm4
ffmpeg | branch: master | wm4 | Thu Dec 14 19:47:18 2017 +0100| [1083859cb8c9d9b3bcee970dd33b71015a0a11bc] | committer: wm4 rkmppdec: move AV_CODEC_CAP_AVOID_PROBING to the correct field AVCodec.caps_internal doesn't hold this field. (Untested.) > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] v4l_m2m: add missing AV_CODEC_CAP_DELAY flags

2017-12-21 Thread wm4
ffmpeg | branch: master | wm4 | Thu Dec 14 19:46:52 2017 +0100| [55eebf2a11d28146658565948d6649311f20c0e1] | committer: wm4 v4l_m2m: add missing AV_CODEC_CAP_DELAY flags This is pretty much a requirement for any codec that handles modern codecs like h264, but it was missing. Potentially could l

[FFmpeg-cvslog] avfilter/af_biquads: add kHz width_type

2017-12-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Dec 21 11:40:38 2017 +0100| [c99ed89f89619a4f7c078fa5590ebf6532fdbcc0] | committer: Paul B Mahol avfilter/af_biquads: add kHz width_type Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c99ed89f89619a4f7c078fa

[FFmpeg-cvslog] avfilter/af_biquads: change defaults for biquad filter

2017-12-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Dec 21 12:06:21 2017 +0100| [5a6e753bc62f0773f44069a9a8e10e9c13326d6a] | committer: Paul B Mahol avfilter/af_biquads: change defaults for biquad filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a6e753b

[FFmpeg-cvslog] avfilter/af_biquads: increase width range

2017-12-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Dec 21 11:44:22 2017 +0100| [7fc89f226fb645c9701c8998a047a243a29f24fa] | committer: Paul B Mahol avfilter/af_biquads: increase width range Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7fc89f226fb645c9701c8