[FFmpeg-cvslog] avformat/hlsenc: Emulate strftime("%z") using other functions if it does not work

2016-09-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 15 01:01:51 2016 +0200| [6f062eb8d0e17398f225c537d5fd78f5ae880906] | committer: Michael Niedermayer avformat/hlsenc: Emulate strftime("%z") using other functions if it does not work This should fix the code on

[FFmpeg-cvslog] vf_colorspace: Add modern names for color range option

2016-09-14 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Sep 14 23:09:03 2016 +0200| [76c28360b5612fac068b25107e43e4bc5c4652de] | committer: Ronald S. Bultje vf_colorspace: Add modern names for color range option Allows to use values returned from API and from ffprobe

[FFmpeg-cvslog] avcodec/h264_parser: fix for possible overflow

2016-09-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 14 21:14:07 2016 +0200| [92dbd65700334ac9c77bf085fca7b72dd7445ffd] | committer: Paul B Mahol avcodec/h264_parser: fix for possible overflow Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avcodec/h264_parser: set missing pts for top/bottom field frames

2016-09-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 14 16:35:48 2016 +0200| [01fa4fb69e40165c1e03bcf6939e7f4ad07b69b6] | committer: Paul B Mahol avcodec/h264_parser: set missing pts for top/bottom field frames Adopted from 4eb49fdde8f84d54a763cfb5d355527b525ee2bf revert.

[FFmpeg-cvslog] lavc: Enable a53cc by default for x264 and qsv_h264.

2016-09-14 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Sep 9 17:56:46 2016 +0200| [93e041026f3c02f622253f81e5c794b81e784a37] | committer: Carl Eugen Hoyos lavc: Enable a53cc by default for x264 and qsv_h264. >

[FFmpeg-cvslog] avformat/utils: fix timebase error in avformat_seek_file()

2016-09-14 Thread Xinzheng Zhang
ffmpeg | branch: master | Xinzheng Zhang | Wed Sep 14 16:13:45 2016 +0800| [ecc04b4f2f29ac676e6c1d1ebf20ec45f5385f1e] | committer: Michael Niedermayer avformat/utils: fix timebase error in avformat_seek_file() When there is only one stream and stream_index has not

[FFmpeg-cvslog] avformat/flvenc: Add () around

2016-09-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 14 02:31:11 2016 +0200| [e85c4a470651b58963095eb4dafb709313f33474] | committer: Michael Niedermayer avformat/flvenc: Add () around & Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/flvenc: add no_sequence_end flags for flvflags

2016-09-14 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Wed Sep 14 10:00:52 2016 +0800| [c8528e54e57810535b94ccecbc9c711d67dd710f] | committer: Michael Niedermayer avformat/flvenc: add no_sequence_end flags for flvflags when split flv file by flv format at first, and cat flvs file

[FFmpeg-cvslog] avcodec/g726: Add missing ADDB output mask

2016-09-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 14 13:06:53 2016 +0200| [a5af1240fce845f645440364c1335e0f8e44ee6c] | committer: Michael Niedermayer avcodec/g726: Add missing ADDB output mask Fixes: 1.poc Fixes out of array read Found-by: 连一汉

[FFmpeg-cvslog] lavf/utils: simplify matching MOV-like formats

2016-09-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Sep 14 09:59:22 2016 +0200| [9112822e710983f7ebf3cef9efadd28d8714dd43] | committer: Clément Bœsch lavf/utils: simplify matching MOV-like formats >

[FFmpeg-cvslog] lavf/utils: add missing ismv in MOV-like formats

2016-09-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Sep 14 10:00:08 2016 +0200| [415f907ce8dcca87c9e7cfdc954b92df399d3d80] | committer: Clément Bœsch lavf/utils: add missing ismv in MOV-like formats >