0001-lavc-videotoolboxenc-add-hevc-main42210-and-p210.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...
wrong decode() return value
0001-avcodec-ccaption_dec-return-the-number-of-bytes-deco.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above
Signed-off-by: Marth64
---
- Signed the commit
libavcodec/ac3dec.c| 4
libavcodec/ac3dec.h| 1 +
libavcodec/avcodec.h | 18 --
libavcodec/codec_desc.c| 2 ++
libavcodec/dca_syncwords.h | 3 +++
libavcodec/dca_xll.c | 24 +++
---
- Switched to using profiles for presentation
- Updated IMAX DTS:X syncword for earlier detection
libavcodec/ac3dec.c| 4
libavcodec/ac3dec.h| 1 +
libavcodec/avcodec.h | 18 --
libavcodec/codec_desc.c| 2 ++
libavcodec/dca_syncwords.h | 3 ++
On Sun, 12 Feb 2023 at 04:00, Nicolas George wrote:
> Hi.
>
> Matt Oliver (12023-01-15):
> > vf_nlmeans and vf_atadenoisedont contain any code on 32bit x86 so dont
> > build them.
>
> Hi
>
> This sentence seems to be missing a few words.
>
>
Missed a space in there
" vf_nlmeans and vf_atadenoise
On date Wednesday 2023-01-25 01:28:47 +0100, Stefano Sabatini wrote:
> On date Sunday 2023-01-15 17:10:21 +0100, Stefano Sabatini wrote:
> > Adopt general scheme VERB_OBJECT.
> > ---
> > configure | 4 ++--
> > doc/examples/Makefile
Hi.
Matt Oliver (12023-01-15):
> vf_nlmeans and vf_atadenoisedont contain any code on 32bit x86 so dont
> build them.
Hi
This sentence seems to be missing a few words.
>
> ---
> libavfilter/x86/Makefile | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/libavfilter/x86/Makefile b
On 2023-02-11 09:58 pm, Stefano Sabatini wrote:
On date Saturday 2023-02-11 03:30:00 +0100, Stefano Sabatini wrote:
On date Thursday 2023-02-09 00:41:18 +0100, Michael Niedermayer wrote:
On Mon, Feb 06, 2023 at 02:25:23AM +0100, Stefano Sabatini wrote:
[...]
Subject: [PATCH 2/2] ffmpeg: re
On Sun, Feb 5, 2023 at 6:33 PM Marton Balint wrote:
> Your code duplicates AUD-s if they are already present and sps is also
> added:
>
> if original packet had
> [AUD][IDR]
> it will become
> [AUD][SPS][PPS][AUD][IDR].
>
> Regards,
> Marton
Hi Marton,
You're right, this is not compliant. The H.
On date Wednesday 2023-01-25 01:28:01 +0100, Stefano Sabatini wrote:
> On date Monday 2023-01-16 02:03:25 +0100, Stefano Sabatini wrote:
> > Also apply minor consistency and formatting fixes.
> >
> > Fix trac issue:
> > http://trac.ffmpeg.org/ticket/8397
> > ---
> > doc/filters.texi | 211 +++
Review handling of -dts_delta_threshold and -dts_delta_error options
in order to simplify a bit the logic and improve logging.
---
fftools/ffmpeg.c | 101 +
fftools/ffmpeg.h | 2 +
fftools/ffmpeg_demux.c | 3 ++
3 files changed, 68 insertions
On date Saturday 2023-02-11 03:30:00 +0100, Stefano Sabatini wrote:
> On date Thursday 2023-02-09 00:41:18 +0100, Michael Niedermayer wrote:
> > On Mon, Feb 06, 2023 at 02:25:23AM +0100, Stefano Sabatini wrote:
> [...]
> > > Subject: [PATCH 2/2] ffmpeg: review -dts_delta_threshold and
> > > -dts_d
HLS segments may be MPEG-TS or fragmented MP4, so those (de)muxers are
required for reading/writing HLS media segments.
Fixes functionality with --disable-everything --enable-demuxer=hls
--enable-muxer=hls
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/confi
The FLV format can store metadata as numbers which are used and handled
by many streaming platforms.
Now, metadata values can be sent as AMF Number type if
1) tag key starts with "num_"
2) value is scanned and can be represented as a double.
Written tag will have "num_" prefix removed if written
FIxed, will apply soon.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
15 matches
Mail list logo