[FFmpeg-cvslog] avcodec/h264: Declare the local variable decode_chroma as const.

2017-07-20 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Thu Jul 20 10:31:19 2017 -0700| [99c5ac20397ec1814d6a50bed74cadd421ad8b9d] | committer: Michael Niedermayer avcodec/h264: Declare the local variable decode_chroma as const. ff_h264_decode_mb_cabac() and ff_h264_decode_mb_cavlc() are very long functions

[FFmpeg-cvslog] avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h".

2017-07-20 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Thu Jul 20 10:44:03 2017 -0700| [ea1ca17be2301aaef5b3b5ef8c2abe7f7d688e07] | committer: Michael Niedermayer avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h". This file already has #include "idctdsp.h", which is resolved to the idctdsp.h

[FFmpeg-cvslog] avcodec/hevcdec: hevc_await_progress: declare |y| only if used.

2017-07-20 Thread Wan-Teh Chang
ffmpeg | branch: master | Wan-Teh Chang | Thu Jul 20 11:39:11 2017 -0700| [b77e26b28525f366c5f978214b230a5324bedf81] | committer: Michael Niedermayer avcodec/hevcdec: hevc_await_progress: declare |y| only if used. hevc_await_progress() uses the variable |y| only inside the "if" block. So |y| o

[FFmpeg-cvslog] opus_rc: fix CDF encoding of zeroes

2017-07-20 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu Jul 20 07:33:33 2017 +0100| [3aca16e857a1e12c566cd416dd14ecee24aba184] | committer: Rostislav Pehlivanov opus_rc: fix CDF encoding of zeroes 0th CDF value is where probabilities are. Signed-off-by: Rostislav Pehlivanov > http://git.videol