[FFmpeg-cvslog] avformat: add raw avs3 muxer

2021-10-19 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Aug 24 18:10:19 2021 +0800| [38052757f52c9a5590472ed1fa1e53ae76c356fc] | committer: Limin Wang avformat: add raw avs3 muxer Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=38052757f52c9a5590472ed1fa1e53ae76c356f

[FFmpeg-cvslog] avcodec/extract_extradata_bsf: add support for AVS3

2021-10-19 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Aug 24 19:10:19 2021 +0800| [ff7ed0b006dfe35d02ef14034e9ee514f8d5963d] | committer: Limin Wang avcodec/extract_extradata_bsf: add support for AVS3 Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff7ed0b006dfe35d

[FFmpeg-cvslog] avformat/mpegts: add support for stream_type 0xd2, which is AVS2

2021-10-19 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Aug 24 18:27:07 2021 +0800| [a59f8ea2a9104b47b231a73a4c6bd0678fd9529c] | committer: Limin Wang avformat/mpegts: add support for stream_type 0xd2, which is AVS2 GB/T 17975.1 Information technology-Generic coding of moving pictures and associated audio

[FFmpeg-cvslog] avformat/mxfenc: fix index byte count in partition header

2021-10-19 Thread Baptiste Coudurier
ffmpeg | branch: release/4.1 | Baptiste Coudurier | Thu Jul 18 10:35:00 2019 -0700| [3c4e1a56e352d406dc5ab9525db016c3b8e11c22] | committer: James Almer avformat/mxfenc: fix index byte count in partition header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c4e1a56e352d406dc5ab952

[FFmpeg-cvslog] avformat/movenc: Fix segfault when remuxing rtp hint stream

2021-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.1 | Andreas Rheinhardt | Tue Sep 29 10:21:34 2020 +0200| [f7c9b1ed56b98eede5756d6865a10305982b4570] | committer: James Almer avformat/movenc: Fix segfault when remuxing rtp hint stream When remuxing an rtp hint stream (or any stream with the tag "rtp "), the mov muxe

[FFmpeg-cvslog] avformat/mpegenc: Ensure packet queue stays valid

2021-10-19 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.1 | Andreas Rheinhardt | Mon Feb 15 03:26:04 2021 +0100| [010281ed230454042abf8b88696678c669a0f279] | committer: James Almer avformat/mpegenc: Ensure packet queue stays valid The MPEG-PS muxer uses a custom queue of custom packets. To keep track of it, it has a point

[FFmpeg-cvslog] avcodec/libx264: move sei_data_size out of the for loop

2021-10-19 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Oct 20 00:21:44 2021 -0300| [1e22ad2adab194ff65fe20fdda1d451ef30cbaab] | committer: James Almer avcodec/libx264: move sei_data_size out of the for loop Otherwise its value will be reset on each iteration. Signed-off-by: James Almer > http://git.vid