[FFmpeg-cvslog] avformat/hlsenc: use FFABS to instead of abs

2017-11-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 20 10:51:57 2017 +0800| [25aff9d8201a7586df2a77fb6914adfc49758b61] | committer: Steven Liu avformat/hlsenc: use FFABS to instead of abs Reviewed-by: Michael Niedermayer Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avformat/mxf: use FFABS to instead of abs

2017-11-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 20 10:50:30 2017 +0800| [cb259467d1ea0320b4150180f0d94b01c5b7e0ed] | committer: Steven Liu avformat/mxf: use FFABS to instead of abs Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb259467d1ea0320b4150180f0

[FFmpeg-cvslog] avformat/mp3dec: use FFABS to instead of abs

2017-11-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 20 10:49:42 2017 +0800| [a30085f5708f16fcf2d133a2120ddf50d8f59c44] | committer: Steven Liu avformat/mp3dec: use FFABS to instead of abs Reviewed-by: Michael Niedermayer Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avformat/swfenc: use FFABS to instead of abs

2017-11-19 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 20 10:51:06 2017 +0800| [462a14b1e9373bc4e4c535b0417eae5773a6172a] | committer: Steven Liu avformat/swfenc: use FFABS to instead of abs Reviewed-by: Michael Niedermayer Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avformat/hlsenc: creation of hls master playlist file

2017-11-19 Thread Vishwanath Dixit
ffmpeg | branch: master | Vishwanath Dixit | Mon Nov 20 10:04:34 2017 +0800| [77ab1d7baed9b266aca1c656db1b4f1e32bee0aa] | committer: Steven Liu avformat/hlsenc: creation of hls master playlist file Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77ab1d7bae

[FFmpeg-cvslog] tests/fate: addition of test case for hls variant stream creation with master playlist

2017-11-19 Thread Vishwanath Dixit
ffmpeg | branch: master | Vishwanath Dixit | Mon Nov 20 10:05:33 2017 +0800| [218ce1f6237b39090015809468f8e933bb09d9b8] | committer: Steven Liu tests/fate: addition of test case for hls variant stream creation with master playlist Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat/hlsenc: creation of hls variant streams in a single hlsenc instance

2017-11-19 Thread Vishwanath Dixit
ffmpeg | branch: master | Vishwanath Dixit | Mon Nov 20 10:02:11 2017 +0800| [92a32d0747b089d46ae9bfea9ff79c74fdc4416f] | committer: Steven Liu avformat/hlsenc: creation of hls variant streams in a single hlsenc instance Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] ffmpeg: add ui64 type to SpecifierOpt

2017-11-19 Thread pkviet
ffmpeg | branch: master | pkviet | Sat Nov 18 22:19:46 2017 +0100| [77b6e3ee2787a82f27bee84130075b9e56d10bb7] | committer: Michael Niedermayer ffmpeg: add ui64 type to SpecifierOpt Adds ui64 (uint64_t) as a possible type for SpecifierOpt. This enables use of uint64_t options with SpecifierOp

[FFmpeg-cvslog] avformat/movenc: correct ImageDescription for uncompressed ycbcr

2017-11-19 Thread Dave Rice
ffmpeg | branch: master | Dave Rice | Sat Nov 18 21:19:17 2017 -0500| [1e5f9234166408daf536407117499d3affa34234] | committer: Michael Niedermayer avformat/movenc: correct ImageDescription for uncompressed ycbcr Per https://developer.apple.com/library/content/technotes/tn2162/_index.html Signe

[FFmpeg-cvslog] avformat/movenc: write clap atom for uncompressed yuv in mov

2017-11-19 Thread Dave Rice
ffmpeg | branch: master | Dave Rice | Sat Nov 18 21:19:23 2017 -0500| [8f4702a93f87f9f76563e80f1ae2141a40029d9d] | committer: Michael Niedermayer avformat/movenc: write clap atom for uncompressed yuv in mov fixes 6145 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec: remove unnecessary AVPacketSideDataType enum offset

2017-11-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 19 21:03:09 2017 -0300| [54486e3f09dc6ddfbbb211e59c74733d7d84edea] | committer: James Almer avcodec: remove unnecessary AVPacketSideDataType enum offset Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54486

[FFmpeg-cvslog] doc/codecs.texi: Remove documentation of removed codec flags.

2017-11-19 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Nov 20 01:09:08 2017 +0100| [3c113421ed36ab9d35a47c8ceb0993cc7c2a130e] | committer: Carl Eugen Hoyos doc/codecs.texi: Remove documentation of removed codec flags. The flags were removed in b79a7da3 > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] libavcodec: Don't use dllexport, only dllimport when building DLLs

2017-11-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Sep 14 08:33:05 2017 +0300| [3152058bf1dca318898550efacf0286f4836cae6] | committer: Martin Storsjö libavcodec: Don't use dllexport, only dllimport when building DLLs The only purpose of dllexport (which is set while building the library that expor

[FFmpeg-cvslog] Merge commit '3152058bf1dca318898550efacf0286f4836cae6'

2017-11-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 19 18:26:45 2017 -0300| [c9cd990dcc8e3bdfb3be8eacd6ce62e1da8b4077] | committer: James Almer Merge commit '3152058bf1dca318898550efacf0286f4836cae6' * commit '3152058bf1dca318898550efacf0286f4836cae6': libavcodec: Don't use dllexport, only dllimp

[FFmpeg-cvslog] configure: fix module dependencies on zlib

2017-11-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 19 15:23:02 2017 -0300| [c6f7eb86639f7efffa777c5732fa41d89fdd2ff9] | committer: James Almer configure: fix module dependencies on zlib select should not be used with external libraries. It's mean to soft enable internal modules/features. Reviewed

[FFmpeg-cvslog] avfilter/af_surround: add some more layouts

2017-11-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Nov 19 20:20:55 2017 +0100| [69cbebbd3d4474825b46b4f8bb7c87f8953ff7e5] | committer: Paul B Mahol avfilter/af_surround: add some more layouts Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69cbebbd3d4474825b4

[FFmpeg-cvslog] avfilter: fix indentation

2017-11-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Nov 19 21:18:00 2017 +0100| [460df96904b714efed17820649bb53e1f941be1a] | committer: Paul B Mahol avfilter: fix indentation Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=460df96904b714efed17820649bb53e1f941b

[FFmpeg-cvslog] avformat/subfile: allow to extract till EOF

2017-11-19 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Nov 15 17:54:19 2017 +0530| [e75fe0ef213074381c09e074f1f9619012f1ffad] | committer: Nicolas George avformat/subfile: allow to extract till EOF Users can set end offset as 0 to extract till end of file. Tested locally and documented. > http://git.vide

[FFmpeg-cvslog] lavfi/af_pan: fix sign handling in channel coefficient parser

2017-11-19 Thread Michael Roitzsch
ffmpeg | branch: master | Michael Roitzsch | Sat Nov 18 13:33:08 2017 +0100| [4f4e19914ddca5096bf7639c7c99a9045e436e8b] | committer: Nicolas George lavfi/af_pan: fix sign handling in channel coefficient parser When a channel formula ends with a subtraction, the next formula will otherwise have

[FFmpeg-cvslog] configure: add audio_frame_queue dependency for aptx codec

2017-11-19 Thread James Darnley
ffmpeg | branch: master | James Darnley | Sun Nov 19 14:54:34 2017 +0100| [0b7cd29d47a396d6afe01e5b4ef8382dc0ab6701] | committer: James Darnley configure: add audio_frame_queue dependency for aptx codec > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b7cd29d47a396d6afe01e5b4ef8382

[FFmpeg-cvslog] avfilter: add acontrast filter

2017-11-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Nov 18 10:28:27 2017 +0100| [e679ac8d7c7468e68b3b4c54702adc9f8775fb79] | committer: Paul B Mahol avfilter: add acontrast filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e679ac8d7c7468e68b3b4c54702adc9f