[FFmpeg-cvslog] avfilter/xstack: Add support for fixed size grid

2022-07-04 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Wed Jun 29 10:14:26 2022 -0700| [aa8905a1b13c6ac206d532afbad953dc71319247] | committer: Paul B Mahol avfilter/xstack: Add support for fixed size grid Add a short hand parameter for making a fixed size grid. The existing xstack layout param

[FFmpeg-cvslog] Revert "avutil/channel_layout: av_channel_layout_describe_bprint: Check for buffer end"

2022-07-04 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jul 4 14:04:54 2022 -0300| [0afdc95767ea7f70cec91f76f5d3398e08edb61f] | committer: James Almer Revert "avutil/channel_layout: av_channel_layout_describe_bprint: Check for buffer end" The doxy for av_channel_layout_describe() states that the user sho

[FFmpeg-cvslog] avformat/matroskadec: fix setting channel layout using the Channels element

2022-07-04 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jul 4 14:00:21 2022 -0300| [94901a9518664a13f3ac8d0062f6600741b9c9aa] | committer: James Almer avformat/matroskadec: fix setting channel layout using the Channels element If the stream's channel layout is first set into a native layout using codec pr

[FFmpeg-cvslog] get_bits: move check_marker() to mpegvideodec.h

2022-07-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Jan 27 19:06:36 2021 +0100| [c9a2506de9e906e82c4c99df759fcfc1142b24a4] | committer: Anton Khirnov get_bits: move check_marker() to mpegvideodec.h It is only used by mpegvideo-based decoders - specifically mpeg12, intelh263, ituh263, mpeg4video. >

[FFmpeg-cvslog] avcodec/decoders: Use const uint8_t* to access input packet data

2022-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 4 12:03:01 2022 +0200| [930e560da3c608955818c757edad26ebd71f4305] | committer: Andreas Rheinhardt avcodec/decoders: Use const uint8_t* to access input packet data These packets need not be writable, so we must not modify them. Reviewed-b

[FFmpeg-cvslog] avcodec/mscc: Don't modify input packet

2022-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 4 12:18:23 2022 +0200| [8cfb44cd2ec76306f0c4fbfd030b411f77298074] | committer: Andreas Rheinhardt avcodec/mscc: Don't modify input packet This packet may not be writable, hence we must not write to it. Reviewed-by: Paul B Mahol Signed-o

[FFmpeg-cvslog] avcodec/dcadec: Treat the input packet's data as const

2022-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 4 11:38:44 2022 +0200| [88f9b1fc4546e430a7fcaf6f5f629c1e4b7fe7e0] | committer: Andreas Rheinhardt avcodec/dcadec: Treat the input packet's data as const A decoder's input packet need not be writable, so we must not modify the data. Revie

[FFmpeg-cvslog] avformat/(mpeg|mpegts|mxf|sup)enc: Use const uint8_t* to access pkt data

2022-07-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 4 11:24:44 2022 +0200| [1fc5d327e412983bc6e0ea5f65b2c5589e814b47] | committer: Andreas Rheinhardt avformat/(mpeg|mpegts|mxf|sup)enc: Use const uint8_t* to access pkt data The packets muxers receive are not guaranteed to be writable, so th

[FFmpeg-cvslog] doc/ffmpeg: correct description of -shortest

2022-07-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jul 4 15:01:48 2022 +0530| [dba7376d59d61c434b046ce9087368f71b60045d] | committer: Gyan Doshi doc/ffmpeg: correct description of -shortest -shortest stops 'recording' when the shortest output stream ends. The native or even seek-adjusted duration of t