[FFmpeg-cvslog] Add ClearVideo decoder

2017-10-30 Thread Kostya Shishkov
ffmpeg | branch: master | Kostya Shishkov | Thu Mar 2 11:21:48 2017 +0100| [189157c3fc8eeb691e3684b09d971eb5ddb47d5b] | committer: Diego Biurrun Add ClearVideo decoder Only I-frames are decoded for now. Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/imc: cast float to int prior to comparing with int variable

2017-07-01 Thread Kostya Shishkov
ffmpeg | branch: master | Kostya Shishkov | Mon Jun 26 12:41:13 2017 +0200| [06a66e7d9496adde91a54f3641eec321a093e5a5] | committer: Paul B Mahol avcodec/imc: cast float to int prior to comparing with int variable Update FATE test. Fixes #3886. Signed-off-by: Paul B Mahol > h

[FFmpeg-cvslog] avcodec: add ClearVideo decoder

2017-03-02 Thread Kostya Shishkov
ffmpeg | branch: master | Kostya Shishkov | Thu Mar 2 11:21:48 2017 +0100| [a63496cc882428aefafc85d2f60e0908b020bffe] | committer: Paul B Mahol avcodec: add ClearVideo decoder Only I-frames are decoded for now. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] Go2Meeting decoder

2015-06-30 Thread Kostya Shishkov
ffmpeg | branch: master | Kostya Shishkov | Fri Apr 10 12:14:27 2015 +0200| [08c2d8f0aa679c2f060721d1d0d4f33d2ae32368] | committer: Luca Barbato Go2Meeting decoder ELS and ePIC decoder courtesy of Maxim Poliakovski, cleanup and integration by Diego Biurrun. Signed-off-by: Diego Biurrun

[FFmpeg-cvslog] swscale: correctly pad destination buffer in rgb conversion

2014-08-04 Thread Kostya Shishkov
ffmpeg | branch: master | Kostya Shishkov | Sun Aug 3 10:28:49 2014 +0100| [5420099cab1e915b191cceccec4364f54cec6e52] | committer: Vittorio Giovara swscale: correctly pad destination buffer in rgb conversion Bug-Id: 772 CC: libav-sta...@libav.org Found-By: Justin Ruggles Signed-off-by