[FFmpeg-cvslog] avfilter/af_afade: fix opt_type for nb_samples/ns

2024-07-01 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Sat Jun 22 14:15:32 2024 +0100| [5d54a25eea693daf389a7821c422f61ec6f42007] | committer: Stefano Sabatini avfilter/af_afade: fix opt_type for nb_samples/ns The actual value is an int64_t, and is accessed elsewhere as AV_OPT_TYPE_INT64. > h

[FFmpeg-cvslog] lavu/opt: Clarify the scope of AVOptions

2024-04-30 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Wed Apr 24 08:30:28 2024 +0100| [99e43a6dfecbc170192d3229a725cc963c6e7c15] | committer: Michael Niedermayer lavu/opt: Clarify the scope of AVOptions See discussion on the mailing list: https://ffmpeg.org/pipermail/ffmpeg-devel/2024-April/326054.html

[FFmpeg-cvslog] avutil/frame: remove comment about avcodec_get_frame_class()

2024-04-18 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Thu Apr 18 16:17:20 2024 +0100| [6927457443e6dc49b785a5b9e7e946313a3f2694] | committer: James Almer avutil/frame: remove comment about avcodec_get_frame_class() The function was deprecated a while back and deleted last year. Signed-off-by: James

[FFmpeg-cvslog] fix "@param foo[in/out]" to "@param[in, out] foo"

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Thu Feb 29 15:58:58 2024 +| [b47b2c5b912558b639c8542993e1256f9c69e675] | committer: Stefano Sabatini fix "@param foo[in/out]" to "@param[in, out] foo" Fix a few invalid doxygen comments: /** * @param[in,out]

[FFmpeg-cvslog] avcodec/ivi: make comments more Doxygen-friendly

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Wed Feb 28 17:09:40 2024 +| [899e022cd7b2eff352198d79cbd73a8707660ea3] | committer: Stefano Sabatini avcodec/ivi: make comments more Doxygen-friendly Doxygen eats the newline in the first comment, making it harder to read. Join the lines and add a

[FFmpeg-cvslog] fix "param"s that should be "@param"

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Thu Feb 29 15:51:33 2024 +| [dea1d7531d028f0f0a8ebb9e9455162ae9d87bc5] | committer: Stefano Sabatini fix "param"s that should be "@param" Actual command: sed -i -e "s/\(^ *\\* \)\(param[^a-z]\)/\1@\2/" $( g

[FFmpeg-cvslog] avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Wed Feb 28 17:09:41 2024 +| [0dde5c5efaefc0484021e6e5399dcb7206922b42] | committer: Stefano Sabatini avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment Doxygen only associates this comment with "pts_correction_num_fault

[FFmpeg-cvslog] fix /// comments that should be ///

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Wed Feb 28 17:09:39 2024 +| [6096c244bbd4011eba547456338b09ad83d844f6] | committer: Stefano Sabatini fix /// comments that should be ///< Actual command: sed -i -e "s/\([;,] *\)<* *\/\/\/ *<* */\1\/\/\/< /" $( git grep -l