[FFmpeg-cvslog] doc/encoders: Fix colums typo

2018-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 18 14:20:38 2018 +0100| [645c5e8c91ff22c9b22003fae1bc84baedab2179] | committer: Michael Niedermayer doc/encoders: Fix colums typo Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/mjpegdec: verify SOF len field validity

2018-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 18 14:25:53 2018 +0100| [dfb5046cf33b0cdb7d2b780d8d32e72b98a5914c] | committer: Michael Niedermayer avcodec/mjpegdec: verify SOF len field validity Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/

[FFmpeg-cvslog] avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan()

2018-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 18 14:27:48 2018 +0100| [ea30ac1e408246382796f61d645d1e087aed390a] | committer: Michael Niedermayer avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan() Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.vi

[FFmpeg-cvslog] avformat/dsfdec: properly handle padded last packet

2018-12-19 Thread Paul B Mahol
ffmpeg | branch: release/4.0 | Paul B Mahol | Sun Apr 22 11:52:32 2018 +0200| [e44498984d3d1b52640c597d88d534b07d2e7881] | committer: Paul B Mahol avformat/dsfdec: properly handle padded last packet Fixes #5489. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/dsfdec: fix calculation of size of data chunk

2018-12-19 Thread Paul B Mahol
ffmpeg | branch: release/4.0 | Paul B Mahol | Sun Apr 22 13:14:26 2018 +0200| [7c000b9cead009634bc219d84a81d9117ff34db4] | committer: Paul B Mahol avformat/dsfdec: fix calculation of size of data chunk Ignore extra 12 bytes that belong to tag and size. Signed-off-by: Paul B Mahol > http://g

[FFmpeg-cvslog] lavu/internal: Replace an empty loop with "do {}".

2018-12-19 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Dec 17 20:33:24 2018 +0100| [a07470ba372fd85da5cf466365af6a98e18ac046] | committer: Carl Eugen Hoyos lavu/internal: Replace an empty loop with "do {}". Silences a clang warning when not compiling for x86: libswscale/utils.c:345:13: warning: whil

[FFmpeg-cvslog] libavcodec/libaomenc: fix breakage from upstream

2018-12-19 Thread Helmut K . C . Tessarek
ffmpeg | branch: master | Helmut K. C. Tessarek | Wed Dec 19 18:13:26 2018 +0100| [aaf9171574791cfa6bc5dd2115a840968d7ca5dc] | committer: James Almer libavcodec/libaomenc: fix breakage from upstream commit https://aomedia.googlesource.com/aom/+/4667aa1a373566e9c124afcd58c71731ab0d7377 changed

[FFmpeg-cvslog] avformat/mpegts: Fix side data type for stream id

2018-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 7 21:51:48 2018 +0100| [ab1319d82f0c77308792fa2d88cbfc73c3e47cb7] | committer: Michael Niedermayer avformat/mpegts: Fix side data type for stream id Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgb

2018-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 6 21:51:22 2018 +0100| [f8f762c300e29d80ece363edc08e137b371d909f] | committer: Michael Niedermayer tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgb Fixes: test failure on powerpc Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/mov: Simplify get_stream_info_time()

2018-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 7 21:38:25 2018 +0100| [21f4b456f1ffe2c4e8ee940f41a569ae6979] | committer: Michael Niedermayer avformat/mov: Simplify get_stream_info_time() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID

2018-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 7 21:52:30 2018 +0100| [68e011e4103b9cb5ac2d152d73ca8393065a33fb] | committer: Michael Niedermayer avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] avcodec/rpza: Move frame allocation to a later point

2018-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 16 19:04:56 2018 +0100| [8a708aa99cb0e8d76e52117b1fd89d221f0055e9] | committer: Michael Niedermayer avcodec/rpza: Move frame allocation to a later point This will allow performing some fast checks before the slow allocation Signed-off-by

[FFmpeg-cvslog] avcodec/rpza: Check that there is enough data for all the blocks

2018-12-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 16 19:13:27 2018 +0100| [e63517e00a1a8375c7fb3b8c4c64c9a7c3da713e] | committer: Michael Niedermayer avcodec/rpza: Check that there is enough data for all the blocks Fixes: Timeout Fixes: 11547/clusterfuzz-testcase-minimized-ffmpeg_AV_COD

[FFmpeg-cvslog] configure: --help typo

2018-12-19 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Thu Dec 20 11:38:31 2018 +1100| [fa0f898e3f781d270af87d09a9a1626310f395ef] | committer: Peter Ross configure: --help typo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa0f898e3f781d270af87d09a9a1626310f395ef --- configure | 2 +- 1 file ch

[FFmpeg-cvslog] configure: make --windres option work

2018-12-19 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Thu Dec 20 11:39:39 2018 +1100| [16ec62bbf4344d83a1ace856c2a79ab88044f48e] | committer: Peter Ross configure: make --windres option work this option is described by --help, but the definition was missing in CMDLINE_SET. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] configure: --help should dipslay --host-extralibs

2018-12-19 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Thu Dec 20 11:39:14 2018 +1100| [d80eb8409c5a682042327b6fac2061694c3d9f9b] | committer: Peter Ross configure: --help should dipslay --host-extralibs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d80eb8409c5a682042327b6fac2061694c3d9f9b ---