[FFmpeg-cvslog] avfilter/vf_blend: use the name 's' for the pointer to the private context

2015-08-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Aug 25 17:00:03 2015 +| [e030d3c61fdb4ae1d0f1f7f86919dd1a75c21175] | committer: Paul B Mahol avfilter/vf_blend: use the name 's' for the pointer to the private context Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avfilter/af_aphaser: use the name 's' for the pointer to the private context

2015-08-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Aug 26 09:49:02 2015 +| [47df8716451f00cb1f6a486c8f15af773e04514b] | committer: Paul B Mahol avfilter/af_aphaser: use the name 's' for the pointer to the private context Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] configure: do not fork off grep subprocess while testing for whitespace

2015-08-26 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Aug 25 23:22:49 2015 -0400| [6455e4fb5bc36084a2f05f811614ceac3462722c] | committer: Michael Niedermayer configure: do not fork off grep subprocess while testing for whitespace grep is not necessary for the functionality. This avoids an unneces

[FFmpeg-cvslog] avfilter/vf_vectorscope: fix bug in checking pixel format flags

2015-08-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Aug 26 11:01:03 2015 +| [3fbc9deb954c014bca224f7d85476ed5229e89b5] | committer: Paul B Mahol avfilter/vf_vectorscope: fix bug in checking pixel format flags Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avfilter/vf_histogram: fix bug in checking pixel format flags

2015-08-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Aug 26 11:02:50 2015 +| [a16251a6d0401c772bd985f4c611caf97ca5e537] | committer: Paul B Mahol avfilter/vf_histogram: fix bug in checking pixel format flags Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a

[FFmpeg-cvslog] avfilter/framesync: allocate FFFrameSyncIn internally

2015-08-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 5 20:19:23 2013 +| [0190c372ef79740ddc546e9ce1877a908475d3e1] | committer: Paul B Mahol avfilter/framesync: allocate FFFrameSyncIn internally Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0190c372e

[FFmpeg-cvslog] avfilter: add hstack & vstack filter

2015-08-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Aug 24 20:00:59 2015 +| [319440e54f47891a1ab27ffb73d783895f225fe8] | committer: Paul B Mahol avfilter: add hstack & vstack filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=319440e54f47891a1ab27ffb73

[FFmpeg-cvslog] lavc/dnxhdenc: Fix ibias default.

2015-08-26 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Aug 27 02:59:43 2015 +0200| [7f9656f10df564a3d9b913420c7aca0e24f17f82] | committer: Carl Eugen Hoyos lavc/dnxhdenc: Fix ibias default. Fixes a regression since a8ab64d2 reported by Rens Dijkshoorn, rens offlinemedia nl. > http://git.videolan.o

[FFmpeg-cvslog] lavf/mov: Support unusual alac files without frma and alac atoms.

2015-08-26 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Aug 27 03:29:29 2015 +0200| [33908f08377dd6abb219b4a080f65cb2eec938e6] | committer: Carl Eugen Hoyos lavf/mov: Support unusual alac files without frma and alac atoms. Fixes ticket #4747. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels

2015-08-26 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Aug 25 16:43:53 2015 -0700| [da0e76955a08249c593861a5088c20c50a48c6bb] | committer: Timothy Gu ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da0e76955a08249c593861a5088c2

[FFmpeg-cvslog] avformat/oggenc: Check segments_count for headers too

2015-08-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 27 04:08:42 2015 +0200| [81a8701eb52d2b6469ae16ef442ce425388141b7] | committer: Michael Niedermayer avformat/oggenc: Check segments_count for headers too Fixes infinite loop and segfault in ogg_buffer_data() Fixes Ticket4806 Signed-off-b