[FFmpeg-cvslog] lsws/rgb2rgb_template: Do not compile unneeded shuffle functions on big-endian.

2018-06-09 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Jun 10 03:19:59 2018 +0200| [3a56ade1f32ddd118b0984497b7ec7184bdcef20] | committer: Carl Eugen Hoyos lsws/rgb2rgb_template: Do not compile unneeded shuffle functions on big-endian. Fixes the following warnings: In file included from libswscale/r

[FFmpeg-cvslog] lavc/dolby_e: fix make checkheaders warning

2018-06-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jun 4 21:32:37 2018 +0800| [4030d3d3f4951c3df63e8231df90621eb75bb832] | committer: Jun Zhao lavc/dolby_e: fix make checkheaders warning move the the function init_tables() definitions from header file to .c file to fix make checkheaders warning. Signed

[FFmpeg-cvslog] lavc/aacsbr: fix make checkheaders warning

2018-06-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jun 4 21:42:18 2018 +0800| [12138402652f28649e63629ef76fba8b71561afb] | committer: Jun Zhao lavc/aacsbr: fix make checkheaders warning move the the function aacsbr_tableinit definition from header file to .c file to fix make checkheaders warning. Signe

[FFmpeg-cvslog] ffmpeg: Fail if the user requested impossible subtitle encoding.

2018-06-09 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Jun 6 21:09:38 2018 +0200| [5686c4489a017209367c03fbc40011db7134581a] | committer: Carl Eugen Hoyos ffmpeg: Fail if the user requested impossible subtitle encoding. Fixes ticket #7239. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avformat/mov: Fix reading saio/saiz for clear content.

2018-06-09 Thread Jacob Trimble
ffmpeg | branch: master | Jacob Trimble | Thu Jun 7 10:29:33 2018 -0700| [cf81a9c07891966cca6d3bb31ed6931fae1f77ea] | committer: Michael Niedermayer avformat/mov: Fix reading saio/saiz for clear content. This validates that the common encryption saio/saiz atoms only appear when the data is ac

[FFmpeg-cvslog] doc/filters: change subtitles example to hint at correct color syntax

2018-06-09 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Jun 9 12:54:24 2018 +0530| [7b80df677aa85c7d5cba457de915eac6108ec4e8] | committer: Gyan Doshi doc/filters: change subtitles example to hint at correct color syntax libass changed their color syntax in 2015 to TBGR > http://git.videolan.org/gitweb.cgi