[FFmpeg-cvslog] avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB way

2015-12-23 Thread Stefan Pöschel
ffmpeg | branch: master | Stefan Pöschel | Sun Dec 13 11:54:32 2015 +0100| [470749703e3cec3a86bc556648a20f0ec1701954] | committer: Michael Niedermayer avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB way So far an AC-3 elementary stream is refered to in the PMT according to Syst

[FFmpeg-cvslog] avfilter/x86/vf_maskedmerge: Clear upper part of width

2015-12-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Dec 23 21:57:31 2015 +0100| [e42e0b11f1df41e034c22c71656b43f402302ab5] | committer: Michael Niedermayer avfilter/x86/vf_maskedmerge: Clear upper part of width Fixes crash Fixes: Ticket5055 Signed-off-by: Michael Niedermayer > http://git.vi

[FFmpeg-cvslog] avfilter/af_biquads: display clipping warnings once per filtered frame

2015-12-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Dec 23 19:15:25 2015 +0100| [3689b58a5a1c99d14ca5b2d9b82db8793d328996] | committer: Paul B Mahol avfilter/af_biquads: display clipping warnings once per filtered frame Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] lavfi/af_aemphasis: remove unnecessary complex number usage

2015-12-23 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Dec 21 17:12:04 2015 -0800| [520a5d33f0ea9f8838dbc7282470db700d248065] | committer: Ganesh Ajjanagadde lavfi/af_aemphasis: remove unnecessary complex number usage complex is not available on all platforms. Furthermore, it is trivial to rewrite

[FFmpeg-cvslog] lavu/libm: add exp10 support

2015-12-23 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Dec 21 19:05:00 2015 -0800| [e29db08cf7f68fefe18f043250e2292aaf91ef3b] | committer: Ganesh Ajjanagadde lavu/libm: add exp10 support exp10 is a function available in GNU libm. Looks like no other common libm has it. This adds support for it to

Re: [FFmpeg-cvslog] avcodec/s302menc: comment out allowed channel layouts

2015-12-23 Thread Alexander Strasser
On 2015-12-23 12:48 +0100, Paul B Mahol wrote: > ffmpeg | branch: master | Paul B Mahol | Wed Dec 23 > 12:46:23 2015 +0100| [57787f5ef8235f77ec9c76c064b378631168c066] | committer: > Paul B Mahol > > avcodec/s302menc: comment out allowed channel layouts > > Signed-off-by: Paul B Mahol This

[FFmpeg-cvslog] avformat/subtitles: treat negative duration like unknown duration

2015-12-23 Thread wm4
ffmpeg | branch: master | wm4 | Wed Dec 23 15:08:58 2015 +0100| [a0ec4aebabe1f816cc69e20309981907ba5d1395] | committer: wm4 avformat/subtitles: treat negative duration like unknown duration Fixes a specific srt sample, which has an event with negative duration. libavcodec will convert an event

[FFmpeg-cvslog] avcodec/s302menc: comment out allowed channel layouts

2015-12-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Dec 23 12:46:23 2015 +0100| [57787f5ef8235f77ec9c76c064b378631168c066] | committer: Paul B Mahol avcodec/s302menc: comment out allowed channel layouts Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57787f5ef

Re: [FFmpeg-cvslog] Mergecommit 'b9ece15a01782b4f301c0c139d1d7b20f848914c'

2015-12-23 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > > nullenc: Use the wrapped avframe pseudo-encoder > > Unfortunately, from user's perspective this > introduces a regression: Could somebody explain > the advantages of this commit that justify the > pain? Ping. Carl Eugen _

[FFmpeg-cvslog] avcodec/libschroedingerenc: add missing AVClass to private context

2015-12-23 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Wed Dec 23 10:22:00 2015 +0100| [b942845beedc369cf0684eb332e3cd8cd00c13d0] | committer: Hendrik Leppkes avcodec/libschroedingerenc: add missing AVClass to private context Fixes ticket #5104. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;