[FFmpeg-cvslog] ffmpeg_filter: check encoder before using it to set frame size.

2015-10-30 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Oct 25 19:48:10 2015 +0100| [e8e7eb150f152c9e4858ef0be3e76e4f98533cf6] | committer: Nicolas George ffmpeg_filter: check encoder before using it to set frame size. Fix a segfault when no encoder is found for a default codec with a complex filter gr

[FFmpeg-cvslog] avcodec/ffv1dec: update progress in case of broken pointer chains

2015-10-30 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Fri Oct 16 22:25:20 2015 +0200| [c8a1324d1ecddbfd4a64b7592dfc17227c82c478] | committer: Michael Niedermayer avcodec/ffv1dec: update progress in case of broken pointer chains Fixes deadlock Fixes Ticket4932 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/hls: update cookies on setcookie response

2015-10-30 Thread Lucas de Andrade
ffmpeg | branch: release/2.8 | Lucas de Andrade | Fri Oct 30 09:51:26 2015 -0200| [fcb8ee98f686e86a9adc7df22756136fe423b502] | committer: Michael Niedermayer avformat/hls: update cookies on setcookie response Context cookies must be updated when a playlist response return Setcookie header. S

[FFmpeg-cvslog] avcodec/opusdec: Fix extra samples read index

2015-10-30 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Tue Oct 27 01:18:22 2015 +0100| [6ac9d6303f0d6913be7fad742dcd98e66f2d6339] | committer: Michael Niedermayer avcodec/opusdec: Fix extra samples read index Fixes crash Fixes Ticket4969 part 1 Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons

2015-10-30 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Fri Oct 16 20:15:48 2015 +0200| [6a0e10ae0df13c27e9bf58949488460771358e76] | committer: Michael Niedermayer avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons Fixes Ticket4931 Sign

[FFmpeg-cvslog] avcodec/ffv1: Initialize vlc_state on allocation

2015-10-30 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sat Oct 17 02:13:42 2015 +0200| [81a2ad762b690fed9ca085f1f17bd0a9ec28f88c] | committer: Michael Niedermayer avcodec/ffv1: Initialize vlc_state on allocation This ensures that they are always set to valid values Fixes Ticket4939 Signed-off-b

[FFmpeg-cvslog] opusdec: Don't run vector_fmul_scalar on zero length arrays

2015-10-30 Thread Kieran Kunhya
ffmpeg | branch: release/2.8 | Kieran Kunhya | Mon Oct 26 23:09:44 2015 +| [2f5f940befc5733ab986bd58a85a6ba8c0bcc9c9] | committer: Michael Niedermayer opusdec: Don't run vector_fmul_scalar on zero length arrays Fixes crashes on fuzzed files Fixes Ticket4969 part2 Signed-off-by: Michael Ni

[FFmpeg-cvslog] avutil/mathematics: correct documentation for av_gcd

2015-10-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 27 20:11:40 2015 -0400| [20a30077c3659e6dc0c5b9dfa08d39b70a6b5f4e] | committer: Ganesh Ajjanagadde avutil/mathematics: correct documentation for av_gcd av_gcd is now always defined regardless of input. This documents this change in the "do

[FFmpeg-cvslog] avutil/wchar_filename: add av_warn_unused_result

2015-10-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 20:01:21 2015 -0400| [191f611906c27f7b1a04955abf0b6f7b7e34a3c7] | committer: Ganesh Ajjanagadde avutil/wchar_filename: add av_warn_unused_result Current code is fine, this just adds robustness. Reviewed-by: Michael Niedermayer Signed-

[FFmpeg-cvslog] all: fix enum definition for large values

2015-10-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Oct 23 14:29:35 2015 -0400| [47af5db721ed5ba70387e28cc4664e3fcb2b3356] | committer: Ganesh Ajjanagadde all: fix enum definition for large values ISO C restricts enumerator values to the range of int. Thus (for instance) 0x8000 unfortunate

[FFmpeg-cvslog] ffprobe: add support for printing packet strings metadata as packet tags

2015-10-30 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Oct 24 15:13:25 2015 +0200| [d9611864c2b7acbab97b7d54024494e721ccc171] | committer: Marton Balint ffprobe: add support for printing packet strings metadata as packet tags ffprobe.xsd already contains the tag element. Reviewed-by: Stefano Sabatini

[FFmpeg-cvslog] avfilter/showcqt: fix dependency with avformat

2015-10-30 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Fri Oct 30 23:35:02 2015 +0700| [306808f10fe8d8f20ee2d49311befd82a6295010] | committer: Michael Niedermayer avfilter/showcqt: fix dependency with avformat Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAX

2015-10-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 31 00:16:06 2015 +0100| [34f49bfacd752d623e1721f868d3e399126deab1] | committer: Michael Niedermayer avfilter/avf_showcqt: Replace all fmin* and fmax* by FFMIN/FFMAX Should fix build on x86_32-msvc2012 The alternative of emulating fmin/fm

[FFmpeg-cvslog] avcodec/libopenh264enc: AV_OPT_TYPE_STRING should use .str default

2015-10-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 31 02:29:01 2015 +0100| [81d3986d2d097658a768a570d9b3bcceb4f97076] | committer: Michael Niedermayer avcodec/libopenh264enc: AV_OPT_TYPE_STRING should use .str default Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/libopenh264enc: Fix project name

2015-10-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 31 02:21:58 2015 +0100| [9319e0838008e1d9b1b891ac33c4c69a0a18068e] | committer: Michael Niedermayer avcodec/libopenh264enc: Fix project name Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avdevice/caca: change AV_OPT_TYPE_STRING to set .str default

2015-10-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 31 02:31:40 2015 +0100| [865f6f410fdba92b2c92b9b83381dc96e660e4e4] | committer: Michael Niedermayer avdevice/caca: change AV_OPT_TYPE_STRING to set .str default Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/libopenh264enc: set .i64 for AV_OPT_TYPE_INT

2015-10-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 31 02:20:53 2015 +0100| [a75bebfe9aa8171f77eb04eee8b213c2b11831f6] | committer: Michael Niedermayer avcodec/libopenh264enc: set .i64 for AV_OPT_TYPE_INT Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avutil/rational: use frexp rather than ad-hoc log to get floating point exponent

2015-10-30 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 29 00:18:15 2015 -0400| [8d9f86bd3791d4448460faee03f07751d0202c32] | committer: Ganesh Ajjanagadde avutil/rational: use frexp rather than ad-hoc log to get floating point exponent This simplifies and cleans up the code. Furthermore, it is