[FFmpeg-cvslog] avformat/tee : Pass standards compliance value to slave muxers as well

2019-01-30 Thread Karthick J
ffmpeg | branch: master | Karthick J | Wed Jan 30 19:18:59 2019 +0530| [789d3b98d1ded964c60213c05dbe1cf42ab8ae59] | committer: Nicolas George avformat/tee : Pass standards compliance value to slave muxers as well > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=789d3b98d1ded964c6021

[FFmpeg-cvslog] libavdevice/gdigrab: fix HIDPI support for window capture

2019-01-30 Thread Dilshod Mukhtarov
ffmpeg | branch: master | Dilshod Mukhtarov | Sun Jan 27 23:09:53 2019 +0400| [d7c9ddd0c4b02c1e8872a299a6613f9b55b858a4] | committer: Carl Eugen Hoyos libavdevice/gdigrab: fix HIDPI support for window capture In Windows if using scaling other than 100% then the grabbed window was not captured

[FFmpeg-cvslog] libavdevice/gdigrab: fix HIDPI support for mouse positioning

2019-01-30 Thread Dilshod Mukhtarov
ffmpeg | branch: master | Dilshod Mukhtarov | Sun Jan 27 23:10:37 2019 +0400| [1100862a94ea960c2cb2392edf9c9670f78b74e9] | committer: Carl Eugen Hoyos libavdevice/gdigrab: fix HIDPI support for mouse positioning Mouse position was not calculated properly in area or window mode Signed-off-by:

[FFmpeg-cvslog] lavf/asf: Remove an unneeded forward declaration.

2019-01-30 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Jan 30 23:15:28 2019 +0100| [8a23a2b7de386a98d8da5e0d5b6d8880413c5f46] | committer: Carl Eugen Hoyos lavf/asf: Remove an unneeded forward declaration. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a23a2b7de386a98d8da5e0d5b6d888041

[FFmpeg-cvslog] avcodec/rasc: Check uncompressed dlta size

2019-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 23 00:16:02 2019 +0100| [f4079d5174c20eddbc99eef6ebe98d411f8014c5] | committer: Michael Niedermayer avcodec/rasc: Check uncompressed dlta size We assume that if the compressed size is bigger than if each byte is encoded in a single raw p

[FFmpeg-cvslog] avformat/flvdec: Try to support some concatenated flv files

2019-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 3 01:08:31 2019 +0100| [b559c58a03f88dcbf1e61875bb494743d4c6d081] | committer: Michael Niedermayer avformat/flvdec: Try to support some concatenated flv files Fixes: discont.flv Signed-off-by: Michael Niedermayer > http://git.videolan

[FFmpeg-cvslog] avcodec/fic: Check that there is input left in fic_decode_block()

2019-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 23 00:30:53 2019 +0100| [db1c4acd02af4de5dfbea6012c296470679aa7a6] | committer: Michael Niedermayer avcodec/fic: Check that there is input left in fic_decode_block() Fixes: Timeout Fixes: 12450/clusterfuzz-testcase-minimized-ffmpeg_AV_CO

[FFmpeg-cvslog] avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()

2019-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jan 28 00:53:22 2019 +0100| [0b50f27635f684ec0526e9975c9979f35bbf486b] | committer: Michael Niedermayer avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect() Fixes: Infinite loop Found-by: Michael Hanselmann Reviewed-by: Michae

[FFmpeg-cvslog] avcodec/rasc: Move ff_get_buffer() after frame checks

2019-01-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 23 00:19:14 2019 +0100| [9f4af97aff899571663342fbe68df8caee30097f] | committer: Michael Niedermayer avcodec/rasc: Move ff_get_buffer() after frame checks If the frame1/2 checks fail this avoids doing the allocation of a new frame Signed-