[FFmpeg-cvslog] avcodec/rl2: Fix indentation

2022-10-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 28 18:19:18 2022 +0200| [5f02a261a2ddca7c79198869b45d35019baac819] | committer: Andreas Rheinhardt avcodec/rl2: Fix indentation Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f02a261a2ddca7

[FFmpeg-cvslog] avcodec/rl2: Fix undefined pointer arithmetic

2022-10-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 28 17:58:00 2022 +0200| [87f243911e0769b560162bce1a356699784e1fea] | committer: Andreas Rheinhardt avcodec/rl2: Fix undefined pointer arithmetic Don't increment back_frame if it does not correspond to a real buffer. To do this, handle copy

[FFmpeg-cvslog] avcodec/rl2: Use ptrdiff_t for stride

2022-10-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 28 15:55:18 2022 +0200| [73f104201b2c4c63f71c65bd11880c87bcb17a8a] | committer: Andreas Rheinhardt avcodec/rl2: Use ptrdiff_t for stride Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73f104

[FFmpeg-cvslog] avcodec/rl2: Don't presume stride to be > 0

2022-10-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 28 15:50:53 2022 +0200| [b7848d1b2abfbd22b29fa88522e550d4f68cfc49] | committer: Andreas Rheinhardt avcodec/rl2: Don't presume stride to be > 0 Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avcodec/rl2: Remove wrong check

2022-10-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 28 13:52:24 2022 +0200| [98aaaf08b39fe088dc308c951a82124ec1d3b10a] | committer: Andreas Rheinhardt avcodec/rl2: Remove wrong check This check is intended to be avoid buffer overflows, yet there are four problems with it: 1. It has an in-bu

[FFmpeg-cvslog] avcodec/mpeg4audio: Move ff_copy_pce_data() to a header of its own

2022-10-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 1 19:01:03 2022 +0200| [7eed125dbbcc5c97db0d922f5f10cd7598f40e19] | committer: Andreas Rheinhardt avcodec/mpeg4audio: Move ff_copy_pce_data() to a header of its own It is only used by three of the thirty files that (potentially indirectly

[FFmpeg-cvslog] fftools/ffmpeg: Remove unused do_deinterlace variable

2022-10-02 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Sep 28 12:31:24 2022 +0200| [793953f44ab5cdbd6bd6d99b3b74b089ebbd3bac] | committer: Anton Khirnov fftools/ffmpeg: Remove unused do_deinterlace variable Unused since removal of the -deinterlace option in d013453caafcc44c74d4bdbaa99ee4e8f32414cb Sig

[FFmpeg-cvslog] lavu: add an APIchanges entry for RISC-V CPU flags

2022-10-02 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 28 16:40:54 2022 +0200| [5c94b6694ac74c057bc1c2f93d15d0c709da950b] | committer: Anton Khirnov lavu: add an APIchanges entry for RISC-V CPU flags Forgotten in 0c0a3deb18. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c94b6694ac74

[FFmpeg-cvslog] fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variable

2022-10-02 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Sep 28 12:31:25 2022 +0200| [cc484545618bca5ff893f2ffb6d5f70fa163cb61] | committer: Anton Khirnov fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variable Unused since the bits_per_raw_sample was made a per-output-stream option in 425889396

[FFmpeg-cvslog] fftools: Remove unused videotoolbox_init declaration

2022-10-02 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24 14:20:47 2022 +0200| [1c8e95bd99f55f1e4ee48804a1d6392f5db613a1] | committer: Anton Khirnov fftools: Remove unused videotoolbox_init declaration The code that defined videotoolbox_init was removed in 4b54818981d2783af161c2ff670b658afbdda503

[FFmpeg-cvslog] lavc/mediacodecdec_common: enable refcounting of buffers unconditionally

2022-10-02 Thread sfan5
ffmpeg | branch: master | sfan5 | Sun Sep 18 18:26:43 2022 +0200| [954784b1209f4277fa68ad755654667afbf8addd] | committer: Anton Khirnov lavc/mediacodecdec_common: enable refcounting of buffers unconditionally This allows av_mediacodec_release_buffer to be called safely after the decoder is clos

[FFmpeg-cvslog] doc/APIchanges: mention the addition of AV_PIX_FMT_RGB[A]F*

2022-10-02 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Sep 28 10:02:01 2022 +0200| [8bafe8a418f478d9f7d911266ae173518f12b04c] | committer: Anton Khirnov doc/APIchanges: mention the addition of AV_PIX_FMT_RGB[A]F* lavu minor bump was apparently forgotten for those, so mention them in the block adding av

[FFmpeg-cvslog] fftools: Remove unused qsv declarations

2022-10-02 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Sat Sep 24 14:20:46 2022 +0200| [d2cf6d16652df7434e7db774c03bddd9eafed83f] | committer: Anton Khirnov fftools: Remove unused qsv declarations The code that uses these was removed in ecee3b07cde23e05bcc6b4eaa55d860b62dbd2dc Signed-off-by: Anton Khirnov