[FFmpeg-cvslog] avformat/utils: Move ff_format_io_close.* to options.c, avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 09:34:10 2022 +0200| [467f157fc65045a7a60b0360d4503ba1e665da0a] | committer: Andreas Rheinhardt avformat/utils: Move ff_format_io_close.* to options.c, avformat.c These are not pure avio-functions, but auxiliary AVFormatContext function

[FFmpeg-cvslog] avformat/utils: Move ff_stream_side_data_copy to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 09:17:33 2022 +0200| [6aca6146d9a89e4344c13870052214698b40f6fd] | committer: Andreas Rheinhardt avformat/utils: Move ff_stream_side_data_copy to avformat.c Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/utils: Move avpriv_set_pts_info() to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 08:59:48 2022 +0200| [60fa58b8357984867b9104ad5e902a21ba2d78b0] | committer: Andreas Rheinhardt avformat/utils: Move avpriv_set_pts_info() to avformat.c It is an essential auxiliary function for both demuxing and muxing. Signed-off-by:

[FFmpeg-cvslog] avformat/utils: Move ff_format_set_url to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 08:54:18 2022 +0200| [fd8a6f78c5b1c7d5553af58e275db9bef33915a9] | committer: Andreas Rheinhardt avformat/utils: Move ff_format_set_url to avformat.c An auxiliary function for AVFormatContexts (mainly muxers, but potentially (e.g. rtsp)

[FFmpeg-cvslog] avformat/utils: Move ff_find_stream_index to demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 08:43:22 2022 +0200| [9825d488d6fdfb7c14d2d702d1a890311f5b2943] | committer: Andreas Rheinhardt avformat/utils: Move ff_find_stream_index to demux_utils.c It is only used by demuxers (and it is generally demuxers who have to translate f

[FFmpeg-cvslog] avformat/utils: Move ff_copy_whiteblacklists to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 08:56:49 2022 +0200| [fc2fc98c7535b2984010155292efbe634b267485] | committer: Andreas Rheinhardt avformat/utils: Move ff_copy_whiteblacklists to avformat.c This is an auxiliary function for AVFormatContexts. Signed-off-by: Andreas Rhein

[FFmpeg-cvslog] avformat/utils: Move ff_is_intra_only to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 08:49:58 2022 +0200| [2831fa7aed2c39d64f60aed4b2c95e7cacfc498d] | committer: Andreas Rheinhardt avformat/utils: Move ff_is_intra_only to avformat.c It is an auxiliary function only used by the generic muxing and demuxing code. Signed-o

[FFmpeg-cvslog] avformat/asf: Move ASF GUIDs to a new file

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 08:08:55 2022 +0200| [493356cc0bd8386a247ed79e4ea381e8fbdbd057] | committer: Andreas Rheinhardt avformat/asf: Move ASF GUIDs to a new file They are also needed by the MMSH and MMST protocols and therefore the file they are in is pulled

[FFmpeg-cvslog] avformat/utils: Move av_find_best_stream to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 07:55:16 2022 +0200| [8e2f48ff788bd388edeea8b3961f93dbb6748c4b] | committer: Andreas Rheinhardt avformat/utils: Move av_find_best_stream to avformat.c It is not forbidden to call this with a muxer, so it is moved to avformat.c and not d

[FFmpeg-cvslog] avformat/utils: Move av_find_default_stream_index to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 07:34:54 2022 +0200| [e00d0ef46d7c4f9763c0482e635b483ff7954104] | committer: Andreas Rheinhardt avformat/utils: Move av_find_default_stream_index to avformat.c While it is clearly written with demuxers in mind, it is not forbidden to ca

[FFmpeg-cvslog] avformat/utils: Move av_find_program_from_stream to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 07:27:36 2022 +0200| [1c0912c26eb96c270e2cec08650d3d487b28ea49] | committer: Andreas Rheinhardt avformat/utils: Move av_find_program_from_stream to avformat.c It is potentially used with both demuxers and muxers. Signed-off-by: Andreas

[FFmpeg-cvslog] avformat/utils: Move guessing frame rate/SAR to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 06:21:09 2022 +0200| [9163faecd3cdd93b69ae98605e7f518bd228196e] | committer: Andreas Rheinhardt avformat/utils: Move guessing frame rate/SAR to avformat.c It is not explicitly forbidden to call these functions with muxers (although it i

[FFmpeg-cvslog] avformat/utils: Move matching stream specificiers to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 05:54:50 2022 +0200| [682d42b41d3a198573d93315c158b5baebd0389c] | committer: Andreas Rheinhardt avformat/utils: Move matching stream specificiers to avformat.c It is not to call this with a muxer, so move it to avformat.c and not demux_

[FFmpeg-cvslog] avformat/utils: Move internal stream timebase stuff to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 05:46:40 2022 +0200| [217f2bfb493e3546c3de9e267dd538d8c09f4174] | committer: Andreas Rheinhardt avformat/utils: Move internal stream timebase stuff to avformat.c Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avformat/utils: Move av_stream_*_side_data API to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 05:20:30 2022 +0200| [21f3dc0ad646e21ba0130f83ad304cc2c3baf000] | committer: Andreas Rheinhardt avformat/utils: Move av_stream_*_side_data API to avformat.c Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avformat/utils: Move adding AVProgram to avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 05:25:19 2022 +0200| [b516302cfe8bf6ca6983a1b36f24c8f2487f718a] | committer: Andreas Rheinhardt avformat/utils: Move adding AVProgram to avformat.c Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avformat/utils: Move freeing AVFormatContext to a new file avformat.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 05:16:44 2022 +0200| [703318b350247ca629461a40ee0eb96c9922c463] | committer: Andreas Rheinhardt avformat/utils: Move freeing AVFormatContext to a new file avformat.c This file will contain the AVFormatContext-specific parts that are use

[FFmpeg-cvslog] avformat/utils: Move ff_get_extradata to demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 21:28:57 2022 +0200| [a085cfa65414ff4346d8367cfb54d50d4925396f] | committer: Andreas Rheinhardt avformat/utils: Move ff_get_extradata to demux_utils.c It is only used by demuxers (although it is hypothetically possible that some day e.g

[FFmpeg-cvslog] avformat/utils: Move av_read_(play|pause) to demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 21:06:03 2022 +0200| [0b0dfb765da6cf796d3798e808da741cc697c4fa] | committer: Andreas Rheinhardt avformat/utils: Move av_read_(play|pause) to demux_utils.c These functions are for demuxers only. Signed-off-by: Andreas Rheinhardt > htt

[FFmpeg-cvslog] avformat/internal: Make AVFormatContext* a logctx in ff_get_extradata

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 21:17:13 2022 +0200| [aef16886dde59d41bdeef8dfe78cd7d9055bf50e] | committer: Andreas Rheinhardt avformat/internal: Make AVFormatContext* a logctx in ff_get_extradata I.e. use void* instead of AVFormatContext*, because it is only used fo

[FFmpeg-cvslog] avformat/utils: Move ff_generate_avci_extradata to demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 21:09:44 2022 +0200| [7803825cfc580be42dcc280582bd6b2a87d83fb4] | committer: Andreas Rheinhardt avformat/utils: Move ff_generate_avci_extradata to demux_utils.c Only used by demuxers. Signed-off-by: Andreas Rheinhardt > http://git.vi

[FFmpeg-cvslog] avformat/utils: Move ff_add_param_change to demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 21:00:50 2022 +0200| [f104352b918c8ec8f74c0e974cd11e366275e8e9] | committer: Andreas Rheinhardt avformat/utils: Move ff_add_param_change to demux_utils.c Only demuxers have a need to add side-data to a packet. Signed-off-by: Andreas Rh

[FFmpeg-cvslog] avformat/utils: Move ff_add_attached_pic to demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 20:53:12 2022 +0200| [92a43ad3842b8422dd0e88cfd66cf0f284e5015a] | committer: Andreas Rheinhardt avformat/utils: Move ff_add_attached_pic to demux_utils.c It is demuxer-only: It potentially adds an AVStream and it sets AVStream.attached_

[FFmpeg-cvslog] avformat/utils: Move avformat_queue_attached_pictures to demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 20:37:22 2022 +0200| [3c3c13e67b72d9c4e0615e744ef2c1cdf8b2701e] | committer: Andreas Rheinhardt avformat/utils: Move avformat_queue_attached_pictures to demux_utils.c AVStream.attached_pic is only used for demuxers. Signed-off-by: Andr

[FFmpeg-cvslog] avformat/utils: Move av_format_inject_global_side_data to demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 20:33:40 2022 +0200| [d2da1dc4433367226024fa3ae2c747e55353f620] | committer: Andreas Rheinhardt avformat/utils: Move av_format_inject_global_side_data to demux_utils.c This function is only intended for demuxers (as calling it doesn't h

[FFmpeg-cvslog] avformat/utils: Move avpriv_new_chapter to demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 20:27:20 2022 +0200| [ff0e8e14c3e9d1003153324d0368735dd84cb4b7] | committer: Andreas Rheinhardt avformat/utils: Move avpriv_new_chapter to demux_utils.c It is demuxer-only: Muxers deal only with chapters given to them; they don't create

[FFmpeg-cvslog] avdevice/v4l2*: Improve included headers

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 20:11:00 2022 +0200| [8550a05ece37cbb777deb221cce43b5f3345137b] | committer: Andreas Rheinhardt avdevice/v4l2*: Improve included headers Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=855

[FFmpeg-cvslog] avformat/utils: Move parser functions to a new file, demux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 19:52:26 2022 +0200| [284313c664293cbbf115d1b41353b43a4c0dcb94] | committer: Andreas Rheinhardt avformat/utils: Move parser functions to a new file, demux_utils.c This file is both for the various public APIs that are demuxer-only as we

[FFmpeg-cvslog] avformat/internal: Move definition of FFStream->info to demux.h

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 18:37:18 2022 +0200| [3cfae9e038a501d89af6cd11b6843e31dcf3c161] | committer: Andreas Rheinhardt avformat/internal: Move definition of FFStream->info to demux.h It is only used by avformat_find_stream_info(). Signed-off-by: Andreas Rhei

[FFmpeg-cvslog] avformat/demux: Add new demux.h header

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 18:28:08 2022 +0200| [35ec5c819b0f472536eb48e8f3871eb5ca222da6] | committer: Andreas Rheinhardt avformat/demux: Add new demux.h header And move those stuff already in demuxer-only files to it. Signed-off-by: Andreas Rheinhardt > http

[FFmpeg-cvslog] avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 17:13:55 2022 +0200| [20ca491664513c936f7960473b833038b0d5ca99] | committer: Andreas Rheinhardt avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.c Only used by muxers. Signed-off-by: Andreas Rheinhardt > http://git.vi

[FFmpeg-cvslog] avformat/utils: Move av_stream_get_end_pts() to mux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 17:02:55 2022 +0200| [08c14e67bb1422a1075812be211360acc177a826] | committer: Andreas Rheinhardt avformat/utils: Move av_stream_get_end_pts() to mux_utils.c It is only to be used with muxers. Signed-off-by: Andreas Rheinhardt > http:/

[FFmpeg-cvslog] avformat/utils: Move ff_format_output_open() to mux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 16:45:00 2022 +0200| [437484a66a3c1d002ab6683eab6eba90d517a35a] | committer: Andreas Rheinhardt avformat/utils: Move ff_format_output_open() to mux_utils.c It is obviously a muxing-only function. Signed-off-by: Andreas Rheinhardt > h

[FFmpeg-cvslog] avformat/mux_utils: Move ff_format_shift_data to new file for mux utils

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 15:43:55 2022 +0200| [ba49acf143743bc9480566a52e94030cf38bfc75] | committer: Andreas Rheinhardt avformat/mux_utils: Move ff_format_shift_data to new file for mux utils It is only used by muxers. Given that it is not part of the core mux

[FFmpeg-cvslog] avformat/utils: Move avformat_query_codec() to mux_utils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 16:58:28 2022 +0200| [d4455d37c4f110ace6f8344e5aad64fc5217947b] | committer: Andreas Rheinhardt avformat/utils: Move avformat_query_codec() to mux_utils.c It is obviously muxer-only. Signed-off-by: Andreas Rheinhardt > http://git.vid

[FFmpeg-cvslog] avformat/utils: Move creation-time functions to mux_utils

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 16:40:53 2022 +0200| [d78838414b8362a7aa7c27abacee1f6ca036199c] | committer: Andreas Rheinhardt avformat/utils: Move creation-time functions to mux_utils Only used by muxers. Signed-off-by: Andreas Rheinhardt > http://git.videolan.or

[FFmpeg-cvslog] avformat/utils: Move stream_options, avformat_new_stream to options.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 15:23:34 2022 +0200| [b9f6d416ecbed36fbe1b819d1099f71ba2936ddd] | committer: Andreas Rheinhardt avformat/utils: Move stream_options, avformat_new_stream to options.c This is the appropriate place given that AVStream is about to become a

[FFmpeg-cvslog] avformat/utils: Move ff_get_packet_palette() to rawutils.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 16:04:26 2022 +0200| [533836b8e0e5693b3d3e8403666ce216687d51b3] | committer: Andreas Rheinhardt avformat/utils: Move ff_get_packet_palette() to rawutils.c ff_get_packet_palette() and ff_reshuffle_raw_rgb() belong together: E.g. the form

[FFmpeg-cvslog] avformat/utils: Move ff_stream_add_bitstream_filter to mux.c

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 15:01:33 2022 +0200| [7547f135485623e00844d2ad40debb5b048e6b5d] | committer: Andreas Rheinhardt avformat/utils: Move ff_stream_add_bitstream_filter to mux.c It is muxing-only; in fact, it should be considered part of the core muxing cod

[FFmpeg-cvslog] avformat/mux: Move ff_choose_chroma_location to mxfenc, its only user

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 14:49:16 2022 +0200| [5130bbb7efe1125c515eddedc0985fa9b6e5d731] | committer: Andreas Rheinhardt avformat/mux: Move ff_choose_chroma_location to mxfenc, its only user Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avformat/mux: Move ff_choose_timebase to nutenc, its only user

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 14:44:15 2022 +0200| [107bdd97a9f0acec2e5ea9c63af6ea999444a78a] | committer: Andreas Rheinhardt avformat/mux: Move ff_choose_timebase to nutenc, its only user (This function does not seem to abide by its documentation.) Signed-off-by:

[FFmpeg-cvslog] avformat/internal: Move muxing-only functions to new mux.h header

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 14:39:31 2022 +0200| [f4a2d722aa8f666e863476b95e1e2cbe92d8146b] | committer: Andreas Rheinhardt avformat/internal: Move muxing-only functions to new mux.h header Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avformat/utils: Use av_realloc_array for reallocating array

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 12:56:13 2022 +0200| [84091cd029711fea75eca359b101124ff792e964] | committer: Andreas Rheinhardt avformat/utils: Use av_realloc_array for reallocating array Also improve the size check a bit; given that av_realloc_array() checks for over

[FFmpeg-cvslog] lib*/version: Move library version functions into files of their own

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 11:43:18 2022 +0200| [f2b79c5b855b7450c8f3c15b9ec11b439cd2a294] | committer: Andreas Rheinhardt lib*/version: Move library version functions into files of their own This avoids having to rebuild big files every time FFMPEG_VERSION chang

[FFmpeg-cvslog] avformat/dhav: Don't truncate return value of avio_skip()

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 7 08:25:24 2022 +0200| [3417379d5e85c026e6eda447ea7fcd3ead4a] | committer: Andreas Rheinhardt avformat/dhav: Don't truncate return value of avio_skip() Fixes demuxing files bigger than INT_MAX. Reported-by: jenster Signed-off-by: And

[FFmpeg-cvslog] Update for 4.2.7

2022-05-09 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Mon May 9 23:52:36 2022 +0200| [55a95339526ba3ad6c3c31721ab1ecfd957eb5b4] | committer: Michael Niedermayer Update for 4.2.7 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55a95339526ba3ad6c3

[FFmpeg-cvslog] avformat/mov: fix timecode with rounded down tmcd nb_frames

2022-05-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 1 13:31:40 2022 +0200| [0a58fdfd3e7a063cc652ddd4510ae064dcdc9de1] | committer: Marton Balint avformat/mov: fix timecode with rounded down tmcd nb_frames Regression since 8dd5bb728038f21d17ec789e21d65fe8f3f364a6. Fixes ticket #5978. Signed-off

[FFmpeg-cvslog] avfilter/af_crossfeed: add option for linear phase filtering

2022-05-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 9 21:59:03 2022 +0200| [5ccd8f492bc807dbf084bf13f3f288b2f4ac41f1] | committer: Paul B Mahol avfilter/af_crossfeed: add option for linear phase filtering But at expense of additional delay. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avfilter/af_afftdn: request new frames only when needed

2022-05-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun May 1 14:13:29 2022 +0200| [fe57904a71fde486237595c47ba8fee072c4aa5c] | committer: Paul B Mahol avfilter/af_afftdn: request new frames only when needed > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe57904a71fde486237595c47ba8fee072c4a

[FFmpeg-cvslog] avfilter/af_biquads: add option for block based linear phase processing

2022-05-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 9 01:33:50 2022 +0200| [1309867022a5edf74e80ee6114049d7d053296fc] | committer: Paul B Mahol avfilter/af_biquads: add option for block based linear phase processing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1309867022a5edf74e80e

[FFmpeg-cvslog] avfilter/avf_ahistogram: request new frames only when needed

2022-05-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Apr 30 16:33:07 2022 +0200| [36c274057a9157c8a6a7335dca8ac82678a25b63] | committer: Paul B Mahol avfilter/avf_ahistogram: request new frames only when needed > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36c274057a9157c8a6a7335dca8ac826

[FFmpeg-cvslog] avcodec/libsvtav1: signal CPB properties through side data

2022-05-09 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon May 9 21:29:44 2022 +0300| [fe100bc556d7b25d301ed65f7ae7a74880770f09] | committer: Jan Ekström avcodec/libsvtav1: signal CPB properties through side data This way values such as maxrate/bufsize can be utilized further down the chain. First, syncs up

[FFmpeg-cvslog] avcodec/libsvtav1: update avctx bit rate according to RC mode

2022-05-09 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon May 9 21:21:33 2022 +0300| [70887d44ffa31b95704b85531fc53ddd4d9aab14] | committer: Jan Ekström avcodec/libsvtav1: update avctx bit rate according to RC mode This way we can filter out the default value for this member, which is nonzero. Bases on the

[FFmpeg-cvslog] fate/filter-video: Remove unnecessary dependency from filter-pp[1-6]

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 08:17:59 2022 +0200| [ea868b8321dd6a3bdcb2987031716850ea9d1da1] | committer: Andreas Rheinhardt fate/filter-video: Remove unnecessary dependency from filter-pp[1-6] filter-pp and filter-pp7 are the only ones of the filter-pp* tests that

[FFmpeg-cvslog] tests/fate-run: Make AVCONV-tests honour -thread_type

2022-05-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 6 09:54:24 2022 +0200| [06f1e872814c34f5b9ccbe940e690d2e3301597d] | committer: Andreas Rheinhardt tests/fate-run: Make AVCONV-tests honour -thread_type Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a