[FFmpeg-cvslog] avformat/dfa: Fix packet leak on error

2016-01-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jan 11 17:08:07 2016 +0100| [c71999ef97b7cc8b1cb6eaf39e72e9ecbf825d9e] | committer: Michael Niedermayer avformat/dfa: Fix packet leak on error Fixes: 07fa81f300736485e585b63e7b1cd155/signal_sigabrt_76ae7cb7_16_94ee815791a1357826524072db5

[FFmpeg-cvslog] avcodec/wavpackenc: Check the number of channels

2016-01-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jan 11 18:58:08 2016 +0100| [59c915a403af32c4ff5126625b0cc7e38f4beff9] | committer: Michael Niedermayer avcodec/wavpackenc: Check the number of channels They are stored in a byte, thus more than 255 is not possible Signed-off-by: Michael Nie

[FFmpeg-cvslog] avcodec/wavpackenc: Headers are per channel

2016-01-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jan 11 18:32:32 2016 +0100| [26757b0279b4b93c6066c2151d4d3dbd2ec266bf] | committer: Michael Niedermayer avcodec/wavpackenc: Headers are per channel Fixes: 1b8b83a53bfa751f01b1daa65a4758db/signal_sigabrt_76ae7cb7_7488_403f71d1a2565b598d01

[FFmpeg-cvslog] qtpalette: make the color_* variables unsigned again

2016-01-11 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Jan 10 10:53:33 2016 +0100| [63c9b30f98ce7d160b3a6dec1b36dc05fbb71941] | committer: Andreas Cadhalpun qtpalette: make the color_* variables unsigned again This fixes segmentation faults due to out of bounds writes, when color_start is interpret

[FFmpeg-cvslog] lavc/cbrt_tablegen: speed up tablegen

2016-01-11 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Jan 11 17:09:44 2016 -0500| [07a11ebcab9b31e9fc784029e5d24e6fbf486ff3] | committer: Ganesh Ajjanagadde lavc/cbrt_tablegen: speed up tablegen This exploits an approach based on the sieve of Eratosthenes, a popular method for generating prime nu

[FFmpeg-cvslog] ffmdec: change type of len to ptrdiff_t

2016-01-11 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Jan 2 16:32:09 2016 +0100| [f6e1c96730ebbcebbd0341329d51d3d3a36b4fa1] | committer: Andreas Cadhalpun ffmdec: change type of len to ptrdiff_t It is used to store the difference between pointers, so ptrdiff_t is the correct type. This prevents

[FFmpeg-cvslog] diracdec: fix idwt_stride calculation in bytes

2016-01-11 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Jan 11 23:19:40 2016 +0100| [d637a58750ef456e4254736add04b5c7d0b6dc40] | committer: Andreas Cadhalpun diracdec: fix idwt_stride calculation in bytes The transformation to bytes must happen after alignment to get the same resulting pointers as b

[FFmpeg-cvslog] rtmpdh: Initialize gcrypt before using it

2016-01-11 Thread Ricardo Constantino
ffmpeg | branch: master | Ricardo Constantino | Tue Dec 29 21:40:14 2015 +| [d50b5d547f4070678c88aa095b5292c872e2c1dc] | committer: Michael Niedermayer rtmpdh: Initialize gcrypt before using it Either disabling or init'ing secure memory is required after the use of gcry_check_version. From

[FFmpeg-cvslog] avcodec/mpeg4video: Check time_incr

2016-01-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 12 03:03:01 2016 +0100| [7c97946d6131b31340954a3f603b6bf92590a9a5] | committer: Michael Niedermayer avcodec/mpeg4video: Check time_incr Fixes assertion failure Fixes out of memory access Fixes: test_casex.ivf Found-by: Tyson Smith Sign

[FFmpeg-cvslog] Correct two build/built typos

2016-01-11 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon Jan 11 20:51:03 2016 -0800| [d64d6edfc7f57293ac96b1417124c56bf40685d8] | committer: Timothy Gu Correct two build/built typos Found-by: Leo Izen as thebombzen on IRC Signed-off-by: Timothy Gu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit