[FFmpeg-cvslog] avformat/swfenc: Remove unneeded floats

2015-05-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 24 03:59:26 2015 +0200| [5d4ff4a31e0ed7ce365e001bec31ea01c45cc568] | committer: Michael Niedermayer avformat/swfenc: Remove unneeded floats Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5

[FFmpeg-cvslog] avformat/avienc: Avoid float usage

2015-05-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 23 22:46:51 2015 +0200| [17264cd281c40e67942246960ed9385288b639fc] | committer: Michael Niedermayer avformat/avienc: Avoid float usage reduces risk for rounding differences between platforms Signed-off-by: Michael Niedermayer > http://

[FFmpeg-cvslog] avformat/4xm: Change fps to AVRational

2015-05-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 23 22:08:13 2015 +0200| [3bf57acb9cb2a337903ad03dfef445a337d5a676] | committer: Michael Niedermayer avformat/4xm: Change fps to AVRational This fixes the video timebase as well Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avcodec/y41pdec: Avoid using float for size test

2015-05-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 23 21:27:10 2015 +0200| [de0d3fe562e25560d0fe4e2b6902e5878a2a63cc] | committer: Michael Niedermayer avcodec/y41pdec: Avoid using float for size test Floats are not bitexact Signed-off-by: Michael Niedermayer > http://git.videolan.org/g

[FFmpeg-cvslog] libwebp: simplify AVCodec.close functions

2015-05-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 23 14:24:34 2015 -0300| [8952254ffe7f43a967a3be5fdd40e48d899c2e01] | committer: James Almer libwebp: simplify AVCodec.close functions Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] configure: simplify libwebp checks

2015-05-23 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 23 02:14:26 2015 -0300| [57d9788d1b06eb4a410ce27f3b589fdc847a21d5] | committer: James Almer configure: simplify libwebp checks The libwebpmux pkg-config file already has an explicit dependecy on libwebp >= 0.2.0. Also remove the warning and silen

[FFmpeg-cvslog] nutdec: fix various memleaks on failure

2015-05-23 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri May 22 23:02:07 2015 +0200| [ed4932a6941f784a9198853d21bedbf8caa1faa8] | committer: Andreas Cadhalpun nutdec: fix various memleaks on failure Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/dcadec: Search and decode frame in case it starts later in a packet

2015-05-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 23 16:23:52 2015 +0200| [4ae15605f6298d8369a1f1374596b52a3839c703] | committer: Michael Niedermayer avcodec/dcadec: Search and decode frame in case it starts later in a packet This fixes decoding the first frame of some dts files Signed-

[FFmpeg-cvslog] avformat/wavdec: Increase dts packet threshold to fix more misdetections

2015-05-23 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sat May 23 14:07:14 2015 +0200| [40a3e1e9c54997e4dfc7802b5a758b68ceb64982] | committer: Michael Niedermayer avformat/wavdec: Increase dts packet threshold to fix more misdetections Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avformat/wavdec: Increase probe_packets limit

2015-05-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 23 12:03:38 2015 +0200| [9f5769437aaab30a359cde254f39d9a28b1ce657] | committer: Michael Niedermayer avformat/wavdec: Increase probe_packets limit Fixes DTS detection of b2429e5ba9.dts Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] nutdec: always check the get_str return value

2015-05-23 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri May 22 22:58:55 2015 +0200| [0b79a389ba488d50fd9947554d803fc51b877bb3] | committer: Andreas Cadhalpun nutdec: always check the get_str return value If it fails, the buffers can be (partially) uninitialized. This fixes 'Conditional jump or move