[FFmpeg-cvslog] Merge commit '6ca11f7157d0ffd11ea9a4211b04981b46dc75d6'

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25 12:09:29 2014 +0200| [f1b04f803eafa17dbfa19977b1a76f412183478e] | committer: Michael Niedermayer Merge commit '6ca11f7157d0ffd11ea9a4211b04981b46dc75d6' * commit '6ca11f7157d0ffd11ea9a4211b04981b46dc75d6': doc/APIchanges: fill in mis

[FFmpeg-cvslog] doc/APIchanges: fill in missing hashes and dates

2014-08-25 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun May 18 10:52:41 2014 +0200| [6ca11f7157d0ffd11ea9a4211b04981b46dc75d6] | committer: Anton Khirnov doc/APIchanges: fill in missing hashes and dates > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ca11f7157d0ffd11ea9a4211b04981b46dc75d6

[FFmpeg-cvslog] Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25 12:27:19 2014 +0200| [215db2935b06c0e936dadce012a31de7da25ba97] | committer: Michael Niedermayer Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d' * commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d': lavf: add AVFormatContext.m

[FFmpeg-cvslog] lavf: add AVFormatContext.max_ts_probe

2014-08-25 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Aug 19 17:49:58 2014 +| [b263f8ffe7599d9cd27ec477a12700da8eb2790d] | committer: Anton Khirnov lavf: add AVFormatContext.max_ts_probe It allows to configure how long will avformat_find_stream_info() wait to get the first timestamp. > http://git

[FFmpeg-cvslog] Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f'

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25 13:26:42 2014 +0200| [08a110ca871e82630d5f6f834922014cd375f524] | committer: Michael Niedermayer Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f' * commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f': libavformat: use MSG_NOSIGN

[FFmpeg-cvslog] libavformat: use MSG_NOSIGNAL when applicable

2014-08-25 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Wed Aug 20 23:06:07 2014 +0300| [6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f] | committer: Martin Storsjö libavformat: use MSG_NOSIGNAL when applicable If the remote end of a connection oriented socket hangs up, generating an EPIPE error is preferab

[FFmpeg-cvslog] avcodec/mpegvideo_parser: consider vbv_delay in bitrate heuristic also for mpeg2

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 20 20:01:40 2014 +0200| [d647ef0c8069876e53f9ce630890f1fb09986247] | committer: Michael Niedermayer avcodec/mpegvideo_parser: consider vbv_delay in bitrate heuristic also for mpeg2 Fixes bitrate detection in CBR mpeg2 Fixes ticket3678 >

[FFmpeg-cvslog] doc/APIchanges: fill in dates and hashes

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25 15:57:37 2014 +0200| [beaf86bd02e47a8460fb6c6fd920ac8569c44fe4] | committer: Michael Niedermayer doc/APIchanges: fill in dates and hashes Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avcodec/vorbisenc: use av_malloc(z)_array()

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25 16:03:54 2014 +0200| [52fca28c3bf5914d6d306906e4bccc2115b44ab1] | committer: Michael Niedermayer avcodec/vorbisenc: use av_malloc(z)_array() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avutil/opencl: use av_malloc(z)_array()

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25 16:06:10 2014 +0200| [bb29896793bfa1f23066b0d3fb5353ecd741ce0c] | committer: Michael Niedermayer avutil/opencl: use av_malloc(z)_array() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b

[FFmpeg-cvslog] lavf/matroskadec: Ensure cues_end is initialized

2014-08-25 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Mon Aug 25 09:15:13 2014 -0700| [080acf7771e1ca7ab1b20a3c8f20f0ef1150e285] | committer: Michael Niedermayer lavf/matroskadec: Ensure cues_end is initialized Ensure that cues_start and cues_end are always initialized and the webm_dash_manif

Re: [FFmpeg-cvslog] avformat/matroskaenc: Check alpha_mode

2014-08-25 Thread Michael Niedermayer
On Mon, Aug 25, 2014 at 06:35:11AM +0200, Reimar Döffinger wrote: > On 24.08.2014, at 20:39, g...@videolan.org (Michael Niedermayer) wrote: > > -if ((tag = av_dict_get(st->metadata, "alpha_mode", NULL, 0)) || > > -(tag = av_dict_get( s->metadata, "alpha_mode", NULL, 0)) || > > +

[FFmpeg-cvslog] huffyuvenc: write last odd sample

2014-08-25 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Aug 25 20:24:29 2014 +| [6ee7681723a41c8c9bf5f3d11c723c6907848f7d] | committer: Michael Niedermayer huffyuvenc: write last odd sample If width is odd, last sample wouldn't be written. Signed-off-by: Michael Niedermayer > http://git.vide

[FFmpeg-cvslog] huffyuvdec: decode the last odd sample

2014-08-25 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Aug 25 20:24:30 2014 +| [f75baa6c9b1784866f3ecd7ec2ee223644c38e7b] | committer: Michael Niedermayer huffyuvdec: decode the last odd sample Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f75

[FFmpeg-cvslog] avcodec/vp9: Use av_malloc_array()

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25 18:33:11 2014 +0200| [2a85826e5753aac8964254bd5688a03e49a7f551] | committer: Michael Niedermayer avcodec/vp9: Use av_malloc_array() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a8582

[FFmpeg-cvslog] libavformat/ftp: Do not leak memory in routine ftp_features

2014-08-25 Thread Alexander Strasser
ffmpeg | branch: master | Alexander Strasser | Wed Aug 20 00:41:55 2014 +0200| [db85d11d9d880c932b13d37b5f1ca2bc9e3a253b] | committer: Alexander Strasser libavformat/ftp: Do not leak memory in routine ftp_features Setting the pointer to NULL inside both ftp_send_command and ftp_features is red

[FFmpeg-cvslog] ffplay: use av_malloc_array()

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 25 18:32:53 2014 +0200| [e96109f93ce90908d5be44b31c152e3be36f184c] | committer: Michael Niedermayer ffplay: use av_malloc_array() Reviewed-by: Marton Balint Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] doc/snow: remove possibly wrong todo item

2014-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Aug 26 00:27:28 2014 +0200| [1f7e6c07130cd1b90b0ab35d519118d97baa766d] | committer: Michael Niedermayer doc/snow: remove possibly wrong todo item Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacketizing

2014-08-25 Thread ThomasVolkert
ffmpeg | branch: master | ThomasVolkert | Tue Aug 26 00:51:59 2014 +0200| [96b2ba68c4aef4e92b3e9de87d1fb94f2fb659f0] | committer: Michael Niedermayer avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacketizing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] configure: update libvpx_vp9_encoder check

2014-08-25 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Aug 26 00:24:39 2014 -0300| [c2c56d54ee900867690e71e5154593c907229061] | committer: James Almer configure: update libvpx_vp9_encoder check Required to add support for the aq_mode setting. Any libvpx snapshot prior to 1.3.0 is not recommended for vp9 e