[FFmpeg-cvslog] [ffmpeg-web] branch master updated. beb8af8 web: add FFmpeg 4.1.6

2020-07-04 Thread ffmpeg-git
The branch, master has been updated via beb8af8c69f7d5afc3eb0e8784112c95f9d6d5bc (commit) from da832f00be247d58b504a41a4dffb3589fd3ad7d (commit) - Log - commit beb8af8c69f7d5afc3eb0e8784112c95f9d6d5bc Author:

[FFmpeg-cvslog] Tag n4.1.6 : FFmpeg 4.1.6 release

2020-07-04 Thread git
[ffmpeg] [branch: refs/tags/n4.1.6] Tag:d95ff17343f6cd7a0b1f9a0f46fe37e7a2661309 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=d95ff17343f6cd7a0b1f9a0f46fe37e7a2661309 Tagger: Michael Niedermayer Date: Sun Jul 5 00:39:20 2020 +0200 FFmpeg 4.1.6 release

[FFmpeg-cvslog] Changelog: update

2020-07-04 Thread Michael Niedermayer
ffmpeg | branch: release/4.1 | Michael Niedermayer | Sun Jul 5 00:31:07 2020 +0200| [918a41d40e8459aee8c415d2f8692bb8a54dfef0] | committer: Michael Niedermayer Changelog: update Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/h264_metadata_bsf: Fix invalid av_freep

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.3 | Andreas Rheinhardt | Sat Jul 4 20:57:56 2020 +0200| [7cbb6ee2eec8fcd1e627ea27b0569d6d5bcfe324] | committer: Andreas Rheinhardt avcodec/h264_metadata_bsf: Fix invalid av_freep This bug was introduced in 3c8a2a1180f03ca6b299ebc27eef21ae86635ca0. Reviewed-by:

[FFmpeg-cvslog] avcodec/h264_metadata_bsf: Fix invalid av_freep

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Sat Jul 4 20:57:56 2020 +0200| [9ffcbf1db9965932237ca9e0b2909210463c7de6] | committer: Andreas Rheinhardt avcodec/h264_metadata_bsf: Fix invalid av_freep This bug was introduced in 3c8a2a1180f03ca6b299ebc27eef21ae86635ca0. Reviewed-by:

[FFmpeg-cvslog] avcodec/h264_metadata_bsf: Fix invalid av_freep

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jul 4 20:57:56 2020 +0200| [04e06beb0ab98a6eb85df32f7809b1143e4bebe7] | committer: Andreas Rheinhardt avcodec/h264_metadata_bsf: Fix invalid av_freep This bug was introduced in 3c8a2a1180f03ca6b299ebc27eef21ae86635ca0. Reviewed-by: James

[FFmpeg-cvslog] avformat/smacker: Don't allocate arrays separately

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jun 22 04:06:37 2020 +0200| [09a39042db1b34672ba92a29c2b2f8f18a588a40] | committer: Andreas Rheinhardt avformat/smacker: Don't allocate arrays separately Allocating two arrays with the same number of elements together simplifies freeing them.

[FFmpeg-cvslog] avformat/smacker: Cosmetics

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 24 13:53:10 2020 +0200| [d534009f76133f9251676c25567710ee117f3bc8] | committer: Andreas Rheinhardt avformat/smacker: Cosmetics Mainly reindentation. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/smacker: Use st->priv_data to store array

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jun 22 04:48:49 2020 +0200| [e40ad1c0d4299d0450dd6b53e01e704fc98b18d8] | committer: Andreas Rheinhardt avformat/smacker: Use st->priv_data to store array It simplifies freeing and allows to completely remove smacker_read_close.

[FFmpeg-cvslog] avformat/smacker: Improve timestamps

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 24 12:17:46 2020 +0200| [6e5dbd62681c2059bb7047f0b42d33fdf5a9d40d] | committer: Andreas Rheinhardt avformat/smacker: Improve timestamps A Smacker file can contain up to seven audio tracks. Up until now, the pts for the i. audio packet

[FFmpeg-cvslog] avformat/smacker: Stop caching and copying audio frames

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 23 17:23:57 2020 +0200| [316dc0674eeb3419e560913ac9bc130b6dae919a] | committer: Andreas Rheinhardt avformat/smacker: Stop caching and copying audio frames The layout of a Smacker frame is as follows: For some frames, the beginning of the

[FFmpeg-cvslog] avformat/smacker: Don't read only one byte at a time

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jun 22 04:25:22 2020 +0200| [638ef5f75896e60dc437d0955ced3cb1901a5e25] | committer: Andreas Rheinhardt avformat/smacker: Don't read only one byte at a time Instead use ffio_read_size to read data into a buffer. Also check that the desired

[FFmpeg-cvslog] avformat/smacker: Check audio frame size

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 23 14:05:17 2020 +0200| [2f687bc83e87cd289fafcebd026fe7f586f86332] | committer: Andreas Rheinhardt avformat/smacker: Check audio frame size The first four bytes of smacker audio are supposed to contain the number of samples, so treat

[FFmpeg-cvslog] avformat/smacker: Don't increase packet counter prematurely

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Mar 30 03:35:40 2020 +0200| [5fcc49e0d18a78a668a0f24a9344fab4ce648138] | committer: Andreas Rheinhardt avformat/smacker: Don't increase packet counter prematurely The Smacker demuxer buffers audio packets before it outputs them, but it

[FFmpeg-cvslog] avformat/smacker: Avoid potential inifinite loop on error

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 23 13:34:02 2020 +0200| [02bbb3700670cc0bcf2c267ae48b21b0a9d7b599] | committer: Andreas Rheinhardt avformat/smacker: Avoid potential inifinite loop on error When reading a new frame, the Smacker demuxer seeks to the next frame position

[FFmpeg-cvslog] avcodec/dvdsub_parser: Remove empty init function

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jun 29 17:21:06 2020 +0200| [0d2ab226c84f083d12b2d814a7e8b1072a6ae7aa] | committer: Andreas Rheinhardt avcodec/dvdsub_parser: Remove empty init function Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/dvbsub_parser: Don't allocate buffer separately

2020-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jun 29 17:11:48 2020 +0200| [3d0dca2856ecf46f8f26512a94931a32e9f18649] | committer: Andreas Rheinhardt avcodec/dvbsub_parser: Don't allocate buffer separately Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] cfhd: Add tag names

2020-07-04 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Sat Jun 27 23:07:12 2020 +0100| [ec33f7793e035b14fe729a2eec48870651611a7f] | committer: Kieran Kunhya cfhd: Add tag names > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec33f7793e035b14fe729a2eec48870651611a7f --- libavcodec/cfhd.c | 32