Tom Yan:
> Signed-off-by: Tom Yan
> ---
> doc/bitstream_filters.texi | 5 +
> libavcodec/mpeg2_metadata_bsf.c | 30 ++
> 2 files changed, 35 insertions(+)
>
> diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
> index 8a2f55cc41..7831abc120
Signed-off-by: Guo, Yejun
---
libavfilter/dnn/dnn_backend_openvino.c | 16 ---
libavfilter/dnn/queue.c| 28 --
libavfilter/dnn/queue.h| 4 ++--
libavfilter/dnn/safe_queue.c | 16 ++-
libavfilter/dnn/safe_qu
Signed-off-by: Guo, Yejun
---
libavfilter/dnn/safe_queue.c| 50 ++---
libavfilter/vf_dnn_processing.c | 7 +
2 files changed, 41 insertions(+), 16 deletions(-)
diff --git a/libavfilter/dnn/safe_queue.c b/libavfilter/dnn/safe_queue.c
index 4298048454..4f47e68f
Signed-off-by: Guo, Yejun
---
libavfilter/dnn/queue.c | 8
libavfilter/dnn/safe_queue.c | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/libavfilter/dnn/queue.c b/libavfilter/dnn/queue.c
index 0a07c5473d..da0517968d 100644
--- a/libavfilter/dnn/queue.c
+++ b/
From: Wenbinc-Bin
Add low latency P-pyramid support for qsv, and it relates to a new
command line parameter "-p_strategy". To enable this flag, user also
need to set "-bf" to 0. P-strategy has two modes "1-simple" and "2-pyramid".
Signed-off-by Wenbin Chen
---
The details of the two models refe
Signed-off-by: Tom Yan
---
doc/bitstream_filters.texi | 5 +
libavcodec/mpeg2_metadata_bsf.c | 30 ++
2 files changed, 35 insertions(+)
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 8a2f55cc41..7831abc120 100644
--- a/doc/bitstre
> -Original Message-
> From: ffmpeg-devel On Behalf Of
> Andreas Rheinhardt
> Sent: 2020年12月30日 7:37
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] dnn/queue: add queue and
> safe_queue support
>
> Michael Niedermayer:
> > On Tue, Dec 29, 2020 at 05:42:46AM
Michael Niedermayer:
> On Tue, Dec 29, 2020 at 05:42:46AM +, Xie, Lin wrote:
>> ffmpeg | branch: master | Xie, Lin | Mon Nov 9 14:09:13
>> 2020 +0800| [6506ab8b03dd6747f6ad6b836a347a6fc346708b] | committer: Guo,
>> Yejun
>>
>> dnn/queue: add queue and safe_queue support
>>
>> Signed-off-by:
On Tue, Dec 29, 2020 at 05:42:46AM +, Xie, Lin wrote:
> ffmpeg | branch: master | Xie, Lin | Mon Nov 9 14:09:13
> 2020 +0800| [6506ab8b03dd6747f6ad6b836a347a6fc346708b] | committer: Guo, Yejun
>
> dnn/queue: add queue and safe_queue support
>
> Signed-off-by: Xie, Lin
> Signed-off-by: Wu
On Tue, Dec 29, 2020, at 6:41 AM, Lynne wrote:
> Dec 28, 2020, 19:03 by j...@jonb.org:
>
> >> Actually its not impossible to create extradata from raw Opus streams.
> >> The extradata only contains a magic, #channes, padding, a sample rate and
> >> a channel_family.
> >>
> >> We know the magic, th
The VLC for the macroblock address increment uses nine bits;
yet there is no code with this length: All codes are either shorter or
longer. So one can make the table smaller without changing the amount of
codes that need more than one round of parsing.
Signed-off-by: Andreas Rheinhardt
---
libav
Sergio M. Ammirata, Ph.D. (12020-12-28):
> We already had a file descriptor signaling method on a
> private branch. Here is the link:
>
>
> https://code.videolan.org/rist/librist/-/commits/descriptor_method/
>
> I assume this would work?
>
> Is the idea to add our file handle to a larger array o
On 12/29/2020 4:19 PM, Marton Balint wrote:
These fields were added to support -merge_pmt_versions, but the mpegts demuxer
is also keeping track its programs internally, so that should be a better place
to handle it.
Also it is not a very good idea to keep fields like program_num or
pmt_stream_i
Hi James,
On Tue, Dec 29, 2020 at 11:51 AM Wonkap Jang wrote:
> In order to fine-control referencing schemes in VP9 encoding, there
> is a need to use VP9E_SET_SVC_REF_FRAME_CONFIG method. This commit
> provides a way to use the API through frame metadata.
> ---
> doc/encoders.texi | 32 ++
In order to fine-control referencing schemes in VP9 encoding, there
is a need to use VP9E_SET_SVC_REF_FRAME_CONFIG method. This commit
provides a way to use the API through frame metadata.
---
doc/encoders.texi | 32 +
libavcodec/libvpxenc.c | 81 ++
These fields were added to support -merge_pmt_versions, but the mpegts demuxer
is also keeping track its programs internally, so that should be a better place
to handle it.
Also it is not a very good idea to keep fields like program_num or
pmt_stream_idx in an AVStream, because a single stream can
Dec 29, 2020, 04:56 by klob...@gmail.com:
> From: klobliu
>
> Signed-off-by: klobliu
> ---
> libavcodec/cbs.c | 1 +
> libavcodec/cbs_h2645.c | 60 +++
> libavcodec/cbs_h265.h | 2 ++
> libavcodec/h265_metadata_bsf.c | 64
> +
Dec 28, 2020, 19:03 by j...@jonb.org:
>> Actually its not impossible to create extradata from raw Opus streams.
>> The extradata only contains a magic, #channes, padding, a sample rate and
>> a channel_family.
>>
>> We know the magic, the #channels can be found out via the packet's
>> contents and
On 12/28/2020 7:49 PM, Marton Balint wrote:
These fields were added to support -merge_pmt_versions, but the mpegts demuxer
is also keeping track its programs internally, so that should be a better place
to handle it.
Also it is not a very good API to provide fields like program_num or
pmt_stream
19 matches
Mail list logo