[FFmpeg-cvslog] ffmpeg: pass output stream duration as a hint to the muxer

2017-01-18 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Wed Jan 18 10:27:01 2017 +0100| [c324e2c5db26cb1ac936b192dc1ac86f7b6db45c] | committer: Michael Niedermayer ffmpeg: pass output stream duration as a hint to the muxer Signed-off-by: Tobias Rapp

[FFmpeg-cvslog] avformat/caf: add 'aacl' codec tag

2017-01-18 Thread Piotr Bandurski
ffmpeg | branch: master | Piotr Bandurski | Wed Jan 18 14:49:19 2017 +0100| [bcfa8551a1a1a931683bdbd7dac696868c6a9ce5] | committer: Michael Niedermayer avformat/caf: add 'aacl' codec tag Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer

Re: [FFmpeg-cvslog] avcodec/wmaprodec: >2 channel support for XMA

2017-01-18 Thread Michael Niedermayer
On Thu, Jan 19, 2017 at 12:44:38AM +0100, Paul B Mahol wrote: > ffmpeg | branch: master | Paul B Mahol | Tue Jan 17 > 15:54:57 2017 +0100| [6c43f33ac2e7606b2013f6261144389589394196] | committer: > Paul B Mahol > > avcodec/wmaprodec: >2 channel support for XMA > >

[FFmpeg-cvslog] avcodec/wmaprodec: >2 channel support for XMA

2017-01-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jan 17 15:54:57 2017 +0100| [6c43f33ac2e7606b2013f6261144389589394196] | committer: Paul B Mahol avcodec/wmaprodec: >2 channel support for XMA Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter:vf_drawtext: add new line space size set parameter

2017-01-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Jan 19 07:09:22 2017 +0800| [90096e42e1e9c075a1991e592c5965cf3f643cd1] | committer: Steven Liu avfilter:vf_drawtext: add new line space size set parameter add line_spacing parameter to set the space between two lines Based on

[FFmpeg-cvslog] avformat/hlsenc: fix bug of hlsenc http delete old segments

2017-01-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Jan 19 07:06:50 2017 +0800| [b05d0274ce7dca3d9b3efd9258b46c7a898f04a9] | committer: Steven Liu avformat/hlsenc: fix bug of hlsenc http delete old segments when push hls to http server, the old segemnts can not delete by hls

[FFmpeg-cvslog] lavc/h264dec: remove flush goto in decode callback

2017-01-18 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Tue Jan 17 10:50:01 2017 +0100| [c3050fcbdcb2dbaecab662836afd0d1b7badbf10] | committer: Clément Bœsch lavc/h264dec: remove flush goto in decode callback >

[FFmpeg-cvslog] avformat/hlsenc: remove debug message used error level log

2017-01-18 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Jan 18 23:18:41 2017 +0800| [83a9cf3603ecac299aed603c3c9371de8d3cd90d] | committer: Steven Liu avformat/hlsenc: remove debug message used error level log Signed-off-by: Steven Liu >