[FFmpeg-cvslog] doc/encoders: sort list into alphabetical order

2016-11-10 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Thu Nov 10 14:41:37 2016 -0900| [872b35890395878ca927e226965117482429fceb] | committer: Lou Logan doc/encoders: sort list into alphabetical order Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=872b35890395878ca927e226

[FFmpeg-cvslog] doc/encoders: add documentation for the Hap encoder

2016-11-10 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth | Thu Nov 10 14:41:27 2016 +| [48f0e41c30683f3fd2d4fb287d868cf2a1c7f4f9] | committer: Lou Logan doc/encoders: add documentation for the Hap encoder Documents options and behaviour, noting when 'chunks' option will not be honoured. Signed-off-by: T

[FFmpeg-cvslog] icodec: correctly check avio_read return value

2016-11-10 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Nov 8 23:29:28 2016 +0100| [89eb398c7fc4cb9a15e55bdf2ab6435b5332e377] | committer: Andreas Cadhalpun icodec: correctly check avio_read return value It can read less than the requested amount, in which case buf contains uninitialized data, caus

[FFmpeg-cvslog] dvbsubdec: fix division by zero in compute_default_clut

2016-11-10 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Nov 8 22:32:42 2016 +0100| [c82b8ef0e4f226423ddd644bfe37e6a15d070924] | committer: Andreas Cadhalpun dvbsubdec: fix division by zero in compute_default_clut This problem was introduced in commit 4b90dcb8493552c17a811c8b1e6538dae4061f9d. Revie

[FFmpeg-cvslog] proresdec_lgpl: explicitly check coff[3] against slice_data_size

2016-11-10 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Nov 9 23:49:46 2016 +0100| [1e33035ee7a8d9fb7a4b8b6cc54842e72b36ed70] | committer: Andreas Cadhalpun proresdec_lgpl: explicitly check coff[3] against slice_data_size The implicit checks via v_data_size and a_data_size don't work in the case '(

[FFmpeg-cvslog] lavc/utils.c: Make sure skip_samples never goes negative.

2016-11-10 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Fri Nov 4 15:31:58 2016 -0700| [18108f36183836e9651f79f4c779737264318aa1] | committer: Michael Niedermayer lavc/utils.c: Make sure skip_samples never goes negative. Signed-off-by: Sasi Inguva Reviewed-by: Derek Buitenhuis Signed-off-by: Michael Nieder

[FFmpeg-cvslog] lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search fails.

2016-11-10 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Wed Nov 9 10:51:13 2016 -0800| [c8dc11bb9ef92b8e90142a41e91b192346f4d7a0] | committer: Michael Niedermayer lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search fails. Signed-off-by: Sasi Inguva Reviewed-by: Derek Buitenhuis S

[FFmpeg-cvslog] avcodec/hap: add "compressor" option to Hap encoder to disable secondary compression

2016-11-10 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth | Mon Nov 7 23:58:48 2016 +| [bd6fa80d56fcda385da1c8f21eb83282a7930899] | committer: Tom Butterworth avcodec/hap: add "compressor" option to Hap encoder to disable secondary compression The secondary compression in Hap is optional, this change ex