[FFmpeg-cvslog] avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number

2023-02-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Jan 24 00:35:54 2023 +0100| [6b6f7db81932f94876ff4bcfd2da0582b8ab897e] | committer: Marton Balint avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number Frame counters can overflow relatively easily (INT_MAX number of frames is

[FFmpeg-cvslog] avcodec/diracdec: do not use AVFrame.display_picture_number for decoding

2023-02-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Jan 27 22:37:11 2023 +0100| [817141c562b0c2b67c87ec8825921d2f524e26fb] | committer: Marton Balint avcodec/diracdec: do not use AVFrame.display_picture_number for decoding Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number

2023-02-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Jan 28 18:36:22 2023 +0100| [22960783978d9e0b6d4a4ed21f503bd24662aa7e] | committer: Marton Balint avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_number Their usefulness is questionable, very few decoders set them, and

[FFmpeg-cvslog] avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encoding

2023-02-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Jan 27 23:13:05 2023 +0100| [8e2c1249044e9207c88c13764797676d403e3f57] | committer: Marton Balint avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encoding Move these fields to MPEGPicture instead and use that. Signed-off-by: Marton

[FFmpeg-cvslog] avfilter: use ff_inlink_make_frame_writable()

2023-02-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Feb 6 14:57:50 2023 +0100| [e506ea3ce1de0c782b2b833398240c8e19a02bb4] | committer: Paul B Mahol avfilter: use ff_inlink_make_frame_writable() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e506ea3ce1de0c782b2b833398240c8e19a02bb4 ---

[FFmpeg-cvslog] fftools/ffmpeg: add special syntax for loading filter options from files

2023-02-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Jan 19 13:54:44 2023 +0100| [78f46065d861eb8487124e92ab46a459426eb89c] | committer: Anton Khirnov fftools/ffmpeg: add special syntax for loading filter options from files Many filters accept user-provided data that is cumbersome to provide as text

[FFmpeg-cvslog] lavfi/graphparser: reimplement avfilter_graph_parse* using new API

2023-02-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Jan 20 20:13:45 2023 +0100| [f17051eaae278c6683492c037e5a1658ace64bec] | committer: Anton Khirnov lavfi/graphparser: reimplement avfilter_graph_parse* using new API >

[FFmpeg-cvslog] lavfi: add a new filtergraph parsing API

2023-02-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jan 16 16:12:49 2023 +0100| [d1b9a3ddb4a342f4449c8f92b4238249f82533e8] | committer: Anton Khirnov lavfi: add a new filtergraph parsing API Callers currently have two ways of adding filters to a graph - they can either - create, initialize, and

[FFmpeg-cvslog] lavfi/avfilter: track whether a filter has been initialized

2023-02-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 17 10:51:57 2023 +0100| [4310b66b985e5d8f4463639c007d876e4439e7a9] | committer: Anton Khirnov lavfi/avfilter: track whether a filter has been initialized Refuse to link uninitialized filters or initialize a filter twice. >

[FFmpeg-cvslog] lavfi/avfilter: export process_options()

2023-02-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jan 16 15:54:54 2023 +0100| [80cf509e7315bd77aad4a0cce8dd15a85e6e6ed4] | committer: Anton Khirnov lavfi/avfilter: export process_options() Also, replace an AVFilterContext argument with a logging context+private class, as those are the only things

[FFmpeg-cvslog] tools: add general_assembly.pl

2023-02-12 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Wed Feb 16 02:49:29 2022 +0100| [926059dbf36c00807720a9160a43b4fa13f0d6ae] | committer: Anton Khirnov tools: add general_assembly.pl This script generates the current general assembly voters according to the criteria of '20 commits in the last 36 months'.