[FFmpeg-cvslog] avcodec/mpeg12dec: Do not alter avctx->rc_buffer_size

2020-03-20 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Thu Mar 5 09:17:21 2020 +0100| [eb88ccb92e05018b1060cf8126b30eeeff551d3b] | committer: Anton Khirnov avcodec/mpeg12dec: Do not alter avctx->rc_buffer_size Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb

[FFmpeg-cvslog] hwcontext_opencl: include header file in HEADERS

2020-03-20 Thread Daniel Playfair Cal
ffmpeg | branch: master | Daniel Playfair Cal | Mon Mar 16 12:20:46 2020 +1100| [fa41be5743374b5044c7d89a5eaddf4e7e8d3caf] | committer: Anton Khirnov hwcontext_opencl: include header file in HEADERS This matches the inclusion of the other hwcontext_.h headers. The skipping of the header depend

[FFmpeg-cvslog] h264dec: do not export the chroma sample location immediately on parsing the SPS

2020-03-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jul 29 22:03:55 2017 +0200| [6eae7e564482c70c785ceb33c8ad476c49f24e53] | committer: Anton Khirnov h264dec: do not export the chroma sample location immediately on parsing the SPS This SPS is not necessarily the one that will be used. Export the chr

[FFmpeg-cvslog] avformat/utils: Make find_stream_info get side data from codec context

2020-03-20 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Thu Mar 5 09:17:22 2020 +0100| [2d6baff0c0dbd24d77321601f453bf1552fccfb9] | committer: Anton Khirnov avformat/utils: Make find_stream_info get side data from codec context This will allow probing input coded side data, and also forwarding them to t

[FFmpeg-cvslog] avcodec/mpeg12dec: Add CPB coded side data

2020-03-20 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Thu Mar 5 09:17:24 2020 +0100| [1ec86be79b11ec238067d099d424dd6ee48c8de7] | committer: Anton Khirnov avcodec/mpeg12dec: Add CPB coded side data This fixes mpeg2video stream copies to mpeg muxer like this: ffmpeg -i xdcamhd.mxf -c:v copy output.mp

[FFmpeg-cvslog] avcodec/utils: Fix ff_add_cpb_side_data() add twice

2020-03-20 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Thu Mar 5 09:17:23 2020 +0100| [42271f8e182a85ac1d6706e0461b37895fd6c1f0] | committer: Anton Khirnov avcodec/utils: Fix ff_add_cpb_side_data() add twice Makes it behave similarly to av_stream_add_side_data(). Signed-off-by: Anton Khirnov > http:

[FFmpeg-cvslog] sbcdec: do not unnecessarily set frame properties

2020-03-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Jan 29 17:52:21 2020 +0100| [bdd31feec934bad07f5035250f9cb1ec5b571062] | committer: Anton Khirnov sbcdec: do not unnecessarily set frame properties Decoders are supposed to export stream properties in AVCodecContext, the AVFrame properties are set

[FFmpeg-cvslog] avformat/bink: properly mark packets that are key frames

2020-03-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Mar 10 20:33:19 2019 +0100| [f39678b3a99eb8f1503aed9fa26f3ef117d174e7] | committer: Paul B Mahol avformat/bink: properly mark packets that are key frames > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f39678b3a99eb8f1503aed9fa26f3ef117d1