[FFmpeg-cvslog] avcodec/v4l2_m2m: Fix typo in log message and cosmetics

2020-02-16 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sun Feb 16 14:31:44 2020 -0500| [8578433d203cf3e2a902aebb61c8260e82c750d8] | committer: Mark Thompson avcodec/v4l2_m2m: Fix typo in log message and cosmetics Signed-off-by: Andriy Gelman > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=857

[FFmpeg-cvslog] avformat/dashenc: always set coding_dependency to 1 if a parser isn't used

2020-02-16 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Feb 16 14:42:00 2020 -0300| [17ece3f74531cca47a8b90f905f5160fc3fa6ac0] | committer: James Almer avformat/dashenc: always set coding_dependency to 1 if a parser isn't used Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/dashenc: add Trick Mode support for AdaptationSets

2020-02-16 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jan 10 15:51:27 2020 -0300| [d2a33f665cf0e889ba2824085d203739caa0534d] | committer: James Almer avformat/dashenc: add Trick Mode support for AdaptationSets Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2a33f

[FFmpeg-cvslog] avformat/dashenc: make AdaptationSet id an integer value

2020-02-16 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 8 13:47:08 2020 -0300| [4d27def59c922eafc7092af7096eb048db8e0db3] | committer: James Almer avformat/dashenc: make AdaptationSet id an integer value Unlike Representation id, it's defined as an integer in the spec, and not as a string. Signed-off

[FFmpeg-cvslog] avformat/dashenc: include an availabilityTimeComplete element in all streaming modes

2020-02-16 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jan 19 18:11:08 2020 -0300| [29be3de926e9d94b64de549fb12b7c57fe881cda] | committer: James Almer avformat/dashenc: include an availabilityTimeComplete element in all streaming modes It's not exclusive for Low Latency streaming. The muxer will serve pa

[FFmpeg-cvslog] fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()

2020-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 15 22:56:18 2020 +0100| [4f4ad33d96a01d82edf56d58599017cb0ae5bfa8] | committer: Michael Niedermayer fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start() Fixes: signed integer overflow: -9223372036854775808 - 922

[FFmpeg-cvslog] avformat/utils: Fix integer overflow with complex time bases in avformat_find_stream_info()

2020-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 15 23:23:55 2020 +0100| [f3d8f517dbc42de8e2f97cc01bf5171bb05fbcc7] | committer: Michael Niedermayer avformat/utils: Fix integer overflow with complex time bases in avformat_find_stream_info() Fixes: signed integer overflow: 2045163756 *

[FFmpeg-cvslog] avfilter/vf_aspect: Fix integer overflow in compute_dar()

2020-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 15 22:35:37 2020 +0100| [0c0ca0f244b823238e5a4f5584168e620da84899] | committer: Michael Niedermayer avfilter/vf_aspect: Fix integer overflow in compute_dar() Fixes: signed integer overflow: 1562273630 * 17 cannot be represented in type '

[FFmpeg-cvslog] avformat/avidec: Avoid integer overflow in NI switch check

2020-02-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 15 23:18:25 2020 +0100| [347920ca2102d762e4713f101a2e75811791e2b3] | committer: Michael Niedermayer avformat/avidec: Avoid integer overflow in NI switch check Fixes: signed integer overflow: 0 - -9223372036854775808 cannot be represented

[FFmpeg-cvslog] avformat/utils: avoid unsigned integer overflows

2020-02-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Feb 15 14:52:47 2020 +0100| [96840e47de5199c258285d7b51f09d04ec0d1b72] | committer: Paul B Mahol avformat/utils: avoid unsigned integer overflows > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96840e47de5199c258285d7b51f09d04ec0d1b72 ---

[FFmpeg-cvslog] avcodec: fix pcm zork decoder

2020-02-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 14 20:37:42 2020 +0100| [dfb0b9370d3621ab1f603e7bb8e142b1f6996562] | committer: Paul B Mahol avcodec: fix pcm zork decoder Fixes #1939 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dfb0b9370d3621ab1f603e7bb8e142b1f6996562 --- lib