[FFmpeg-cvslog] aadec: add chapters and seeking

2018-07-08 Thread Karsten Otto
ffmpeg | branch: master | Karsten Otto | Sun Jul 8 11:46:26 2018 +0200| [6cc6b619b95128ef084720c42ef0d361376e8f09] | committer: Michael Niedermayer aadec: add chapters and seeking read_packet reads content in chunks. Thus seek must be clamped to valid chunk positions in the file, which in

[FFmpeg-cvslog] libavcodec/mpegaudiodecheader.h : detect reserved mpeg id

2018-07-08 Thread Karsten Otto
ffmpeg | branch: master | Karsten Otto | Sun Jul 8 12:26:10 2018 +0200| [3bf39f2aeff0defcc11454c497b6ea0ffbcd17ca] | committer: Michael Niedermayer libavcodec/mpegaudiodecheader.h : detect reserved mpeg id Check the MPEG version ID for the reserved bit pattern 01, and abort the header check

[FFmpeg-cvslog] New commits on branch release/3.2

2018-07-08 Thread Git System
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97321ae36056e2360e1c5a43cbdeef164fe34922 Author: Michael Niedermayer Date: Sun Jul 8 21:07:45 2018 +0200 Update for 3.2.11 Signed-off-by: Michael Niedermayer URL:

[FFmpeg-cvslog] lavfi/minterpolate: fix blending calc issue.

2018-07-08 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jun 27 15:09:25 2018 +0800| [eb776a16ea3c02096ee4eff2f12da0f03cb03ef3] | committer: Jun Zhao lavfi/minterpolate: fix blending calc issue. the right blending calc is: (alpha * Frame_2 + (MAX - alpha) * Frame_1 + 512) >> 10 Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] ffmpeg: fix -stream_loop with multiple inputs

2018-07-08 Thread Marton Balint
ffmpeg | branch: release/4.0 | Marton Balint | Wed Jun 27 22:27:01 2018 +0200| [acb7907319837f47803351e4ccf6a5ae90d71a7c] | committer: Marton Balint ffmpeg: fix -stream_loop with multiple inputs The input thread needs to be properly cleaned up and re-initalized before we can start reading

[FFmpeg-cvslog] ffmpeg: factorize input thread creation and destruction

2018-07-08 Thread Marton Balint
ffmpeg | branch: release/4.0 | Marton Balint | Wed Jun 27 21:55:38 2018 +0200| [2c138c2d8c343219bd7a10151039ca8a53ca8cae] | committer: Marton Balint ffmpeg: factorize input thread creation and destruction Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 8b611e2 src/download: Add ffmpeg 3.4.3

2018-07-08 Thread ffmpeg-git
The branch, master has been updated via 8b611e2117f130b827275f86bb8b28151936ac76 (commit) from a2406c541a71a7c2ef8c7ba3509f9105cfa76a27 (commit) - Log - commit 8b611e2117f130b827275f86bb8b28151936ac76 Author:

[FFmpeg-cvslog] Tag n3.4.3 : FFmpeg 3.4.3 release

2018-07-08 Thread git
[ffmpeg] [branch: refs/tags/n3.4.3] Tag:fc5ed4a2023d99d7351818f110a4b1316128baba > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=fc5ed4a2023d99d7351818f110a4b1316128baba Tagger: Michael Niedermayer Date: Sun Jul 8 12:23:40 2018 +0200 FFmpeg 3.4.3 release

[FFmpeg-cvslog] avcodec/mjpegdec: Check for odd progressive RGB

2018-07-08 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Jul 6 16:28:14 2018 +0200| [9fc60cebe42e6e492b6e1a7bcc479796ee42c3ca] | committer: Michael Niedermayer avcodec/mjpegdec: Check for odd progressive RGB Fixes: out of array access Fixes:

[FFmpeg-cvslog] avformat/movenc: Check input sample count

2018-07-08 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Jul 6 22:23:25 2018 +0200| [20ad61ffb7b0fc72d17b5c21035eb85a698ac64b] | committer: Michael Niedermayer avformat/movenc: Check input sample count Fixes: division by 0 Fixes: fpe_movenc.c_199_1.wav Fixes: fpe_movenc.c_199_2.wav Fixes:

[FFmpeg-cvslog] Changelog: update

2018-07-08 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Jul 8 11:37:06 2018 +0200| [89355585366b16238244decae40fbe0cc7ae3e40] | committer: Michael Niedermayer Changelog: update Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] aadec: improve eof detection

2018-07-08 Thread Karsten Otto
ffmpeg | branch: master | Karsten Otto | Sat Jul 7 19:41:27 2018 +0200| [c126065947514ec41f2d3350b8018ab563a054bb] | committer: Michael Niedermayer aadec: improve eof detection Remember the end position of audio content in the file and check it during read_packet. There always seems to be