[FFmpeg-cvslog] ffmpeg: set extra_hw_frames to account for frames held in queues

2024-03-19 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Feb 25 11:13:24 2024 +| [7f4b8d2f5e1a780eaefff528b1dd5070c42f496f] | committer: Mark Thompson ffmpeg: set extra_hw_frames to account for frames held in queues Since e0da916b8f5b079a4865eef7f64863f50785463d the ffmpeg utility has held multiple

[FFmpeg-cvslog] fftools/ffplay: use correct buffersink channel layout parameters

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Mon Mar 18 21:07:20 2024 +0100| [888602001fe71807cf6ef1df7a77ff9f6bfd4f70] | committer: Marton Balint fftools/ffplay: use correct buffersink channel layout parameters Regression since 0995e1f1b31f6e937a1b527407ed3e850f138098. Signed-off-by:

[FFmpeg-cvslog] avformat/mpegts: detect synchronous metadata KLV more reliably

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Fri Mar 1 00:09:43 2024 +0100| [894bebeaf728720415affaeab421e901fa461e78] | committer: Marton Balint avformat/mpegts: detect synchronous metadata KLV more reliably The mpegts code historically tries to strip (the first) metadata access unit

[FFmpeg-cvslog] swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Tue Feb 27 10:31:31 2024 +0100| [3fb9425a75a589fab6c16954a12021e119c74359] | committer: Marton Balint swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0 Depending on input chunk size noticable corrpution was hearable,

[FFmpeg-cvslog] avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Tue Feb 20 22:34:37 2024 +0100| [0c4777a569448ba007552317ad1d0b7d088b9de7] | committer: Marton Balint avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection This is the proper poll mode for waiting for an incoming connection

[FFmpeg-cvslog] avformat/mxfdec: remove resolve_strong_ref usage with AnyType

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Sat Feb 17 00:06:03 2024 +0100| [d3145298c08d5d0e5d260d2aa16a0f250d540155] | committer: Marton Balint avformat/mxfdec: remove resolve_strong_ref usage with AnyType UUIDs do not have to be unique if their type sets them apart, so avoid using

[FFmpeg-cvslog] avfilter/vf_convolution: add float user_rdiv[4] to allow user options to apply correctly

2024-03-19 Thread Stone Chen
ffmpeg | branch: release/6.1 | Stone Chen | Sat Feb 24 11:08:02 2024 -0500| [fafdcb2a35bf773526ccc24e26209c13d5c4bfff] | committer: Marton Balint avfilter/vf_convolution: add float user_rdiv[4] to allow user options to apply correctly Previously to support dynamic reconfigurations of the

[FFmpeg-cvslog] avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Fri Feb 16 21:53:16 2024 +0100| [2af975f2c1d3ffd42a681e0df6a6ff4bb465] | committer: Marton Balint avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors By using AnyType for resolving a strong reference we

[FFmpeg-cvslog] avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.1 | Marton Balint | Fri Feb 16 20:13:43 2024 +0100| [9e0cfc48ac6a3111f21a4515a3b158e3b3f99e52] | committer: Marton Balint avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function Also remove unused descriptor member from MXFPackage.

[FFmpeg-cvslog] fftools/ffplay: use correct buffersink channel layout parameters

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Mon Mar 18 21:07:20 2024 +0100| [87f8335bdfe9ca7e4509e2ed6e4e0b95ee36eb6b] | committer: Marton Balint fftools/ffplay: use correct buffersink channel layout parameters Regression since 0995e1f1b31f6e937a1b527407ed3e850f138098. Signed-off-by:

[FFmpeg-cvslog] avformat/mxfdec: remove resolve_strong_ref usage with AnyType

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Sat Feb 17 00:06:03 2024 +0100| [b6925ebc08141e27a0aea8cb9f51d835d10c2c48] | committer: Marton Balint avformat/mxfdec: remove resolve_strong_ref usage with AnyType UUIDs do not have to be unique if their type sets them apart, so avoid using

[FFmpeg-cvslog] swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Tue Feb 27 10:31:31 2024 +0100| [c18115b413e3e4cd8e2aafe1dcb40a68d8a08371] | committer: Marton Balint swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0 Depending on input chunk size noticable corrpution was hearable,

[FFmpeg-cvslog] avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Fri Feb 16 20:13:43 2024 +0100| [48e30b8fab4ff81ab0675566b90e5c659afc080e] | committer: Marton Balint avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function Also remove unused descriptor member from MXFPackage.

[FFmpeg-cvslog] avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Tue Feb 20 22:34:37 2024 +0100| [eac9841a9f0cf5f92b2a45755c5fc19cec644ae8] | committer: Marton Balint avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection This is the proper poll mode for waiting for an incoming connection

[FFmpeg-cvslog] avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/6.0 | Marton Balint | Fri Feb 16 21:53:16 2024 +0100| [47fa87996d76d593d072bb457fb987386b14ff78] | committer: Marton Balint avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors By using AnyType for resolving a strong reference we

[FFmpeg-cvslog] fftools/ffplay: use correct buffersink channel layout parameters

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Mon Mar 18 21:07:20 2024 +0100| [7852c24b24e6da945fe9baf645d4bca31dfae878] | committer: Marton Balint fftools/ffplay: use correct buffersink channel layout parameters Regression since 0995e1f1b31f6e937a1b527407ed3e850f138098. Signed-off-by:

[FFmpeg-cvslog] swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Tue Feb 27 10:31:31 2024 +0100| [ef327c189f3a4b6e1d3bdbb5269284ff3fa32d03] | committer: Marton Balint swresample/resample: fix rounding errors with filter_size=1 and phase_shift=0 Depending on input chunk size noticable corrpution was hearable,

[FFmpeg-cvslog] avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Tue Feb 20 22:34:37 2024 +0100| [995e7f43a7a2a10b667df30470384e1c0aba5573] | committer: Marton Balint avformat/libsrt: use SRT_EPOLL_IN for waiting for an incoming connection This is the proper poll mode for waiting for an incoming connection

[FFmpeg-cvslog] avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Fri Feb 16 20:13:43 2024 +0100| [b0c647d1d9214c15c35325f884759eddf2e4558e] | committer: Marton Balint avformat/mxfdec: move resolving Descriptors to the multi descriptor resolve function Also remove unused descriptor member from MXFPackage.

[FFmpeg-cvslog] avformat/mxfdec: remove resolve_strong_ref usage with AnyType

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Sat Feb 17 00:06:03 2024 +0100| [25c1d8cbcf2dfd3469466738bebfa22bb92034be] | committer: Marton Balint avformat/mxfdec: remove resolve_strong_ref usage with AnyType UUIDs do not have to be unique if their type sets them apart, so avoid using

[FFmpeg-cvslog] avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors

2024-03-19 Thread Marton Balint
ffmpeg | branch: release/5.1 | Marton Balint | Fri Feb 16 21:53:16 2024 +0100| [68f0e9645d6804015a5e0c2c0560fdfe0425e902] | committer: Marton Balint avformat/mxfdec: do not use AnyType when resolving Descriptors and MultipleDescriptors By using AnyType for resolving a strong reference we

[FFmpeg-cvslog] fftools/ffplay: use correct buffersink channel layout parameters

2024-03-19 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Mar 18 21:07:20 2024 +0100| [7251f909721a570726775acf61b2b9c28a950c76] | committer: Marton Balint fftools/ffplay: use correct buffersink channel layout parameters Regression since 0995e1f1b31f6e937a1b527407ed3e850f138098. Signed-off-by: Marton

[FFmpeg-cvslog] doc/muxers/gif: apply consistency fixes

2024-03-19 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Tue Mar 12 22:23:59 2024 +0100| [0cd13ad674dc9f04f7c6cfdc2b2cf7e8c2b32140] | committer: Stefano Sabatini doc/muxers/gif: apply consistency fixes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0cd13ad674dc9f04f7c6cfdc2b2cf7e8c2b32140

[FFmpeg-cvslog] doc/muxers/flv: apply misc consistency fixes

2024-03-19 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Tue Mar 12 22:15:18 2024 +0100| [f7d560e9191216feafd871b434dd000974637abb] | committer: Stefano Sabatini doc/muxers/flv: apply misc consistency fixes >

[FFmpeg-cvslog] doc/muxers: add flac

2024-03-19 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Tue Mar 12 22:00:09 2024 +0100| [9afd9bb5c5ab9b6cb24d3b4b20ab576e691451a1] | committer: Stefano Sabatini doc/muxers: add flac > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9afd9bb5c5ab9b6cb24d3b4b20ab576e691451a1 --- doc/muxers.texi

[FFmpeg-cvslog] avcodec/mpeg12dec: extract only one type of CC substream

2024-03-19 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Mar 12 10:43:11 2024 -0500| [0b342a2f156a5eb8ebbb2c07f1b887ab6fda8fc5] | committer: Stefano Sabatini avcodec/mpeg12dec: extract only one type of CC substream In MPEG-2 user data, there can be different types of Closed Captions formats embedded (A53,

[FFmpeg-cvslog] avformat/matroska: use named constants for ITU-T T.35 metadata

2024-03-19 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 11 12:06:56 2024 -0300| [53dd31497b45b651f06bb89cfabd122f97bce38f] | committer: James Almer avformat/matroska: use named constants for ITU-T T.35 metadata Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/libdav1d: use named constants for ITU-T T.35 metadata

2024-03-19 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 11 11:01:04 2024 -0300| [61519cc6546d4bb590d036fdd3b5ecf346080b69] | committer: James Almer avcodec/libdav1d: use named constants for ITU-T T.35 metadata Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/h2645_sei: use named constants for ITU-T T.35 metadata

2024-03-19 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 11 11:00:45 2024 -0300| [a1f714d197bfe0df5abafd6ae51eae552803914e] | committer: James Almer avcodec/h2645_sei: use named constants for ITU-T T.35 metadata Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/av1dec: use named constants for ITU-T T.35 metadata

2024-03-19 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 11 10:59:32 2024 -0300| [4ca5d451933fd0c2e16378c3566807fd4dd9ec3f] | committer: James Almer avcodec/av1dec: use named constants for ITU-T T.35 metadata Signed-off-by: James Almer >

[FFmpeg-cvslog] libavfi/dnn: add LibTorch as one of DNN backend

2024-03-19 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Fri Mar 15 12:42:49 2024 +0800| [f4e0664fd1bc94ee1a1afbd20c5a32ac33d93a2d] | committer: Guo Yejun libavfi/dnn: add LibTorch as one of DNN backend PyTorch is an open source machine learning framework that accelerates the path from research prototyping to