[FFmpeg-cvslog] lavc/tiff: correct the default value of YCbCrSubsampling to 2x2

2019-09-25 Thread Pavel Skakov
ffmpeg | branch: master | Pavel Skakov | Wed Sep 25 10:47:46 2019 +0200| [eb5d0f18ff609ba2280cea4e2c6286d216c8756b] | committer: Carl Eugen Hoyos lavc/tiff: correct the default value of YCbCrSubsampling to 2x2 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb5d0f18ff609ba2280cea4e

[FFmpeg-cvslog] avfilter/vf_premultiply: forward status back from output to all input links

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 13:02:39 2019 +0200| [55b32584b80e197f049f02d761e7914f5d61c89d] | committer: Paul B Mahol avfilter/vf_premultiply: forward status back from output to all input links > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55b32584b80e197f0

[FFmpeg-cvslog] avfilter/vf_v360: add sinusoidal format

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 12:01:54 2019 +0200| [0d05aa052cdd11706c4461b6b2e733e1d65525d6] | committer: Paul B Mahol avfilter/vf_v360: add sinusoidal format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d05aa052cdd11706c4461b6b2e733e1d65525d6 --- doc/fi

[FFmpeg-cvslog] avfilter/vf_fieldmatch: fix more leaks

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 12:35:33 2019 +0200| [2962101e407e2d23b66b62579e844204fd93d708] | committer: Paul B Mahol avfilter/vf_fieldmatch: fix more leaks > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2962101e407e2d23b66b62579e844204fd93d708 --- libavfi

[FFmpeg-cvslog] avfilter/vf_fieldmatch: forward status back from output to all input links

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 12:55:43 2019 +0200| [da9890f6c7d22eb8ca50aad14a26e71bc69f1855] | committer: Paul B Mahol avfilter/vf_fieldmatch: forward status back from output to all input links Fixes #8199. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da98

[FFmpeg-cvslog] avfilter: add sierpinski video source

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Aug 12 09:20:08 2019 +0200| [9c3e1c19376e76c61652775b0385c9d119df59a6] | committer: Paul B Mahol avfilter: add sierpinski video source > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c3e1c19376e76c61652775b0385c9d119df59a6 --- Changelo

[FFmpeg-cvslog] avfilter/Makefile: fix case for sierpinski

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 14:15:55 2019 +0200| [402dbd4633a71e117ab81605b25eaadd12b198df] | committer: Paul B Mahol avfilter/Makefile: fix case for sierpinski > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=402dbd4633a71e117ab81605b25eaadd12b198df --- lib

[FFmpeg-cvslog] avcodec: add max_samples

2019-09-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 2 23:17:57 2019 +0200| [f8406ab4b9f40408f0c559fa1c0aab5ecd159970] | committer: Michael Niedermayer avcodec: add max_samples Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8406ab4b9f40408

[FFmpeg-cvslog] avcodec/decode: Check max_samples in get_buffer_internal()

2019-09-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 25 16:18:32 2019 +0200| [121bf1b3b8de8de82856e42b8ed5156d4d78b637] | committer: Michael Niedermayer avcodec/decode: Check max_samples in get_buffer_internal() This checks max_samples at the same level as max_pixels Signed-off-by: Michael

[FFmpeg-cvslog] tools/target_dec_fuzzer: Set max_samples

2019-09-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 3 00:04:00 2019 +0200| [68c80dc31245f0d173b6df622c2321fada79047a] | committer: Michael Niedermayer tools/target_dec_fuzzer: Set max_samples Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/aiffdec: fix signed integer overflow

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 17:36:52 2019 +0200| [d58752bcb923f48d372c0377c07990dd6379a1a9] | committer: Paul B Mahol avformat/aiffdec: fix signed integer overflow Fixes #8151 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d58752bcb923f48d372c0377c07990dd63

[FFmpeg-cvslog] avformat/sdsdec: fix undefined behaviour

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 18:01:09 2019 +0200| [1a17a66b09899fabde52c06cadd985003bcd1965] | committer: Paul B Mahol avformat/sdsdec: fix undefined behaviour Fixes #8163, #8164, #8165. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a17a66b09899fabde52c06c

[FFmpeg-cvslog] avfilter/vf_stack: add slice threading

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 19:02:57 2019 +0200| [631f7acc6c48590d24650175bde593ddc8c2629c] | committer: Paul B Mahol avfilter/vf_stack: add slice threading > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=631f7acc6c48590d24650175bde593ddc8c2629c --- libavfi

[FFmpeg-cvslog] avfilter/vf_zoompan: forward status back from output to input

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 21:37:26 2019 +0200| [20242bc7629273cbf5e9cfb866d75a10ba10e9f1] | committer: Paul B Mahol avfilter/vf_zoompan: forward status back from output to input > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20242bc7629273cbf5e9cfb866d75a1

[FFmpeg-cvslog] avfilter/vf_zoompan: fix leaks

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 21:39:49 2019 +0200| [ced3b8c61e969cab511d4418e47353f347af04d5] | committer: Paul B Mahol avfilter/vf_zoompan: fix leaks > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ced3b8c61e969cab511d4418e47353f347af04d5 --- libavfilter/vf_

[FFmpeg-cvslog] avfilter/vf_stack: simplify main processing path

2019-09-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 18:40:56 2019 +0200| [44095564d48b75e2f3d832c499342711cef7635f] | committer: Paul B Mahol avfilter/vf_stack: simplify main processing path > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44095564d48b75e2f3d832c499342711cef7635f ---

[FFmpeg-cvslog] avcodec/dnxhdenc: return error if av_malloc failed

2019-09-25 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Sep 23 11:36:18 2019 +0800| [3def984a98c3f374db974606013892f71c406af9] | committer: James Almer avcodec/dnxhdenc: return error if av_malloc failed Signed-off-by: Limin Wang Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2"

2019-09-25 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Sep 26 00:34:44 2019 +0200| [dbd3dbb4766126a806e7aeaa3e2dfbc3557f66f9] | committer: Carl Eugen Hoyos Revert "lavc/tiff: correct the default value of YCbCrSubsampling to 2x2" This reverts commit eb5d0f18ff609ba2280cea4e2c6286d216c8756b. Together

[FFmpeg-cvslog] lavf/mov: Fix timestamp rescale on sidx atom

2019-09-25 Thread Jun Li
ffmpeg | branch: master | Jun Li | Thu May 9 02:07:56 2019 -0700| [c23797bc336c507188a502a5758b24a4595f14ec] | committer: Jun Zhao lavf/mov: Fix timestamp rescale on sidx atom Fix #5090 Fix the timestamp rescale issue, from sidx timebase to stream's timebase. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/utils: Move the reference to the packet list

2019-09-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Sep 20 22:39:10 2019 +0200| [fc20ba9e049e5dde25643bffb2565a5477e6e5f6] | committer: James Almer avformat/utils: Move the reference to the packet list Up until now, ff_packet_list_put had a flaw: When it moved a packet to the list (meaning, whe

[FFmpeg-cvslog] avformat/utils: Assert that stream_index is valid

2019-09-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 24 18:31:43 2019 +0200| [e045be92cdf5a2851900e8e85b815c29ae6f100a] | committer: James Almer avformat/utils: Assert that stream_index is valid There is currently an ordinary check for this (which would lead to a memleak), but given that no

[FFmpeg-cvslog] avformat/utils: unref packet on AVInputFormat.read_packet() failure

2019-09-25 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 20 22:39:09 2019 +0200| [bae8844e35147f92e612a9e0b44e939a293e5bc9] | committer: James Almer avformat/utils: unref packet on AVInputFormat.read_packet() failure Demuxers may have allocated a packet before encountering an error and aborting. Fixes

[FFmpeg-cvslog] avformat/utils: Fix memleaks

2019-09-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 24 18:31:44 2019 +0200| [66d5e43b9909804511a3e1fb65f6f0bbb0264eb3] | committer: James Almer avformat/utils: Fix memleaks ff_read_packet had potential memleaks: 1. If av_packet_make_refcounted fails, it means that the packet is not refcount

[FFmpeg-cvslog] avfilter/x86/vf_eq: add SSE2 version

2019-09-25 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Wed Sep 18 15:05:35 2019 +0800| [4f589d668efdabc3764dcb0094929c2b4e01b35c] | committer: Ruiling Song avfilter/x86/vf_eq: add SSE2 version Signed-off-by: Ting Fu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f589d668efdabc3764dcb0094929c2b4e01

[FFmpeg-cvslog] checkasm/vf_eq: add test for vf_eq

2019-09-25 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Wed Sep 18 15:05:33 2019 +0800| [9691e2a4264b9859061efaaf818b528add45656f] | committer: Ruiling Song checkasm/vf_eq: add test for vf_eq Signed-off-by: Ting Fu Signed-off-by: Ruiling Song > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9691e2a42

[FFmpeg-cvslog] avfilter/x86/vf_eq: Change inline assembly into nasm code

2019-09-25 Thread Ting Fu
ffmpeg | branch: master | Ting Fu | Wed Sep 18 15:05:34 2019 +0800| [6aff2042d6483d6b9f07ef5165c8e31a871efee8] | committer: Ruiling Song avfilter/x86/vf_eq: Change inline assembly into nasm code Signed-off-by: Ting Fu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6aff2042d6483d6

[FFmpeg-cvslog] avformat/utils: ensure that all packets in AVPacketList are reference counted

2019-09-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 26 02:05:58 2019 +0200| [b6be2be765b3f9104ca5bc9f608a934db0fc012a] | committer: James Almer avformat/utils: ensure that all packets in AVPacketList are reference counted This is done so that its data is really owned by the packet. This was

[FFmpeg-cvslog] lavc/qsv: add memory type message

2019-09-25 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Fri Sep 20 04:45:27 2019 +0800| [525de9567903e32b6ee2dc594bd55c26581029dd] | committer: Zhong Li lavc/qsv: add memory type message Signed-off-by: Zhong Li > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=525de9567903e32b6ee2dc594bd55c26581029dd

[FFmpeg-cvslog] lavc/qsv: Fix MSDK initialization failure in system memory mode

2019-09-25 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Fri Sep 20 04:45:26 2019 +0800| [74007dd86a87289a075926704fae5bd8ef313bb5] | committer: Zhong Li lavc/qsv: Fix MSDK initialization failure in system memory mode MSDK does not create internal acceleration device on Linux, So MFXVideoCORE_SetHandle() is necess