[FFmpeg-cvslog] avcodec/utvideodec: Fix bytes left check in decode_frame()

2018-02-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 2 21:44:57 2018 +0100| [118e1b0b3370dd1c0da442901b486689efd1654b] | committer: Michael Niedermayer avcodec/utvideodec: Fix bytes left check in decode_frame() Fixes: out of array read Fixes: poc-2017.avi Found-by: GwanYeong Kim Signed-o

[FFmpeg-cvslog] id3v2: fix unsynchronization

2018-02-04 Thread wm4
ffmpeg | branch: master | wm4 | Tue Jan 30 13:22:53 2018 +0100| [48bc9fffd11c05e75b9125d8cd90e9263108bd83] | committer: wm4 id3v2: fix unsynchronization The ID3v2 "unsynchronization scheme" requires replacing any 0xFF 0x00 sequences with 0xFF. This has to be done on every byte of the source dat

[FFmpeg-cvslog] rtsp: rename certain options after a deprecation period

2018-02-04 Thread wm4
ffmpeg | branch: master | wm4 | Thu Jan 25 18:57:26 2018 +0100| [ff46124b0df17a1d35249e09ae8eae9a61f16e04] | committer: wm4 rtsp: rename certain options after a deprecation period The "timeout" option name inherently clashes with the meaning of the HTTP libavformat protocol option with the same

[FFmpeg-cvslog] examples: Add a VA-API transcode example.

2018-02-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Jan 11 15:00:30 2018 +0800| [0519e66a90f076591fb35dab1a3ed14204de08c0] | committer: Mark Thompson examples: Add a VA-API transcode example. Usage is: ./vaapi_transcode input_stream codec output_stream For example: - ./vaapi_transcode input.mp4 h264_vaap