Signed-off-by: Xavier Laffargue
---
libavformat/hlsenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index a86fc8907f..92276084aa 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -1598,7 +1598,7 @@ static int hls_win
Dec 3, 2022, 17:07 by ker...@gmail.com:
> Moved objpool to libavutil to make it available outside of fftools.
>
> Signed-off-by: Rick Kern <> ker...@gmail.com> >
>
No, we already have better pooling APIs, we don't need 3rd or fourth one
in libavutil. Use AVBufferPool or AVFifo.
_
This commit tests it in a way that automatically checks
that using av_dict_iterate() is equivalent to using
av_dict_get() with key "" and AV_DICT_IGNORE_SUFFIX.
Signed-off-by: Andreas Rheinhardt
---
libavutil/tests/dict.c | 30 +-
1 file changed, 25 insertions(+), 5 d
Instead of allocating/freeing, use objpool for data passed from an
input frame to an output packet.
Signed-off-by: Rick Kern
---
libavcodec/videotoolboxenc.c | 80
1 file changed, 71 insertions(+), 9 deletions(-)
diff --git a/libavcodec/videotoolboxenc.c b/l
Moved objpool to libavutil to make it available outside of fftools.
Signed-off-by: Rick Kern
---
fftools/Makefile | 1 -
fftools/ffmpeg_mux.c | 8
fftools/sync_queue.c | 18 +-
fftools/thread_queue.c | 14 +++---
Update inclusion guards in objpool.h start with AVUTIL_ instead of FFTOOLS_.
Rick Kern (2):
fftools/objpool: move objpool to libavutil
lavc/videotoolboxenc: use objectpool for encoder output information
fftools/Makefile | 1 -
fftools/ffmpeg_mux.c | 8 ++--
ffto
Instead of allocating/freeing, use objpool for data passed from an
input frame to an output packet.
Signed-off-by: Rick Kern
---
libavcodec/videotoolboxenc.c | 80
1 file changed, 71 insertions(+), 9 deletions(-)
diff --git a/libavcodec/videotoolboxenc.c b/l
Moved objpool to libavutil to make it available outside of fftools.
Signed-off-by: Rick Kern
---
fftools/Makefile | 1 -
fftools/ffmpeg_mux.c | 8
fftools/sync_queue.c | 18 +-
fftools/thread_queue.c | 14 +++---
Added 'av' prefix to ObjPool and its functions.
Rick Kern (2):
fftools/objpool: move objpool to libavutil
lavc/videotoolboxenc: use objectpool for encoder output information
fftools/Makefile | 1 -
fftools/ffmpeg_mux.c | 8 ++--
fftools/sync_queue.c
Patch attached.
TODO: add documentation and examples with various transfer expressions
(compressor, expander, limiter, gate, etc).
From da98ffba037499825e52305ba23f21083e436e4a Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Mon, 7 Nov 2022 21:00:50 +0100
Subject: [PATCH] avfilter: add adrc fil
Thanks for all who attended online and in real life.
See you at FOSDEM!
jb
On Thu, 1 Dec 2022, at 23:59, Jean-Baptiste Kempf wrote:
> Yo,
>
> As a few of us will be in Barcelona, we'll do a short meeting to
> discuss about technical things at 16:00 (Barcelona/Berlin time) on Dec
> 2.
> This wi
Hi,
There are discussions about dnn module at
https://etherpad.mit.edu/p/FF_dev_meeting_20221202.
1) Regarding "Delete the native backend? Yes",
I agree since it is performance sensitive, and I can take this effort.
And want to get advice on how to delete it. Usually, we'd mark it as
deprecat
12 matches
Mail list logo