[FFmpeg-cvslog] avcodec/ffv1enc: Slice combination is unsupported

2024-10-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 6 22:23:33 2023 +0200| [7d514655bfa47c6e5cc1b81fbba8e750e368036e] | committer: Michael Niedermayer avcodec/ffv1enc: Slice combination is unsupported We always write minimal slices, the size calculation is wrong in some corner cases but a

[FFmpeg-cvslog] avcodec/ffv1enc: 2Pass mode is not possible with golomb coding

2024-10-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 30 23:42:50 2024 +0200| [417b163c00555ccda201a963e797bfa663a26ff5] | committer: Michael Niedermayer avcodec/ffv1enc: 2Pass mode is not possible with golomb coding "Fixes" Ticket7063 Sponsored-by: Sovereign Tech Fund Signed-off-by: Michae

[FFmpeg-cvslog] avcodec/ffv1: Store and reuse sx/sy

2024-10-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 7 01:43:42 2023 +0200| [7151081e33425010a53c7573e84b274c68ad8087] | committer: Michael Niedermayer avcodec/ffv1: Store and reuse sx/sy Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71510

[FFmpeg-cvslog] lavu/class: improve AVClass doxy

2024-10-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Sep 28 12:28:40 2024 +0200| [041d992060ce6643900aee31829d5ccde64af050] | committer: Anton Khirnov lavu/class: improve AVClass doxy > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=041d992060ce6643900aee31829d5ccde64af050 --- libavutil/

[FFmpeg-cvslog] lavu/opt: consolidate common prologue for av_opt_set*()

2024-10-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Sep 28 15:29:19 2024 +0200| [3785b27b7622a46d067e39a995d56d71d88581a4] | committer: Anton Khirnov lavu/opt: consolidate common prologue for av_opt_set*() The options-setting functions share several operations at their beginnings - locating the opti

[FFmpeg-cvslog] lavf/mxfdec: Remove a call to avio_tell() in klv_read_packet()

2024-10-01 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin | Sun Sep 15 22:46:55 2024 +0200| [25d605d0808b54ec3a78fbf2fedd240e69c34d7c] | committer: Tomas Härdin lavf/mxfdec: Remove a call to avio_tell() in klv_read_packet() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25d605d0808b54ec3a78fbf2fedd24

[FFmpeg-cvslog] lavf/mxfdec: Speed up mxf_edit_unit_absolute_offset()

2024-10-01 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin | Sun Sep 15 22:04:13 2024 +0200| [649ac17efd96ddc3967958c6bba07bed3e779bb0] | committer: Tomas Härdin lavf/mxfdec: Speed up mxf_edit_unit_absolute_offset() This involves computing the approximate location of the desired index table segment and linearly s

[FFmpeg-cvslog] lavf/mxfdec: Speed up klv_read_packet()

2024-10-01 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin | Sat Sep 14 11:48:09 2024 +0200| [e3fa469a55a09901d59c37e6977e0154a1c0ce47] | committer: Tomas Härdin lavf/mxfdec: Speed up klv_read_packet() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3fa469a55a09901d59c37e6977e0154a1c0ce47 --- libavf

[FFmpeg-cvslog] lavu/opt: combine option type size+name into a single descriptor

2024-10-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Sep 28 15:05:12 2024 +0200| [0d09645cfe8876e16d70f5b87bb07c120e291717] | committer: Anton Khirnov lavu/opt: combine option type size+name into a single descriptor Makes it easier to handle options generically and will be useful in future commits.

[FFmpeg-cvslog] lavu/log,opt: detect setting non-runtime options post-init

2024-10-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Sep 28 16:10:52 2024 +0200| [0548ab2e4257f9c6e7a7a57138504533a6ca5507] | committer: Anton Khirnov lavu/log,opt: detect setting non-runtime options post-init Add a mechanism to AVClass to allow objects to signal their state to generic code. When an

[FFmpeg-cvslog] lavfi/avfilter: export AVFilter initialization state

2024-10-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Sep 28 16:19:06 2024 +0200| [262e6f8430a821effb63af67e8f0bbbea9c3a754] | committer: Anton Khirnov lavfi/avfilter: export AVFilter initialization state This will allow the AVOption code to detect setting non-runtime options after the filter has been