Re: [FFmpeg-devel] [Internet][PATCH 00/12] Add MediaCodec encoder and NDK MediaCodec support

2022-11-11 Thread Zhao Zhili
> -Original Message- > From: ffmpeg-devel On Behalf Of Chema > Gonzalez > Sent: 2022年11月12日 0:55 > To: FFmpeg development discussions and patches > Cc: matthieu.bou...@stupeflix.com; a...@tmm1.net > Subject: Re: [FFmpeg-devel] [Internet][PATCH 00/12] Add MediaCodec encoder > and NDK M

[FFmpeg-devel] [PATCH] avcodec: LEAD MCMP decoder

2022-11-11 Thread Peter Ross
Partially fixes ticket #798 --- sample: https://trac.ffmpeg.org/raw-attachment/ticket/798/DaDa_CMP.avi configure | 1 + doc/general_contents.texi | 1 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c| 1 + libavcodec/codec_desc.c | 7 + libavcodec/codec_i

Re: [FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches

2022-11-11 Thread Martijn van Beurden
Op vr 28 okt. 2022 om 22:13 schreef Martijn van Beurden : > > Op di 11 okt. 2022 om 19:24 schreef Martijn van Beurden : > > > > Recently libFLAC gained the ability (first released in FLAC 1.4.0) > > to create FLAC files containing 32-bit int PCM samples. To > > keep complexity reasonable, the choic

Re: [FFmpeg-devel] [PATCH] motion_est: fixed signed_integer_overflow when computing score

2022-11-11 Thread James Almer
On 11/9/2022 7:31 PM, Thierry Foucu wrote: --- libavcodec/motion_est.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index d17ffe42b4..95978d95dd 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -1571,

Re: [FFmpeg-devel] [PATCH 1/4] avfilter/af_surround: Check return value of av_tx_init()

2022-11-11 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Should fix Coverity issue #1516766. > > Signed-off-by: Andreas Rheinhardt > --- > libavfilter/af_surround.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) > > diff --git a/libavfilter/af_surround.c b/libavfilter/af_surround.c > index 858fed609a

[FFmpeg-devel] [PATCH] avformat/vpcc: parse bitstream data to get profile and bitdepth

2022-11-11 Thread James Almer
Profile can be derived from values codecpar pixel format only with software formats. For hardware formats, we're forced to parse a frame header to get the required information. Signed-off-by: James Almer --- libavformat/dashenc.c | 2 +- libavformat/movenc.c | 4 +++- libavformat/vpcc.c|

Re: [FFmpeg-devel] [Internet][PATCH 00/12] Add MediaCodec encoder and NDK MediaCodec support

2022-11-11 Thread Chema Gonzalez
On Thu, Nov 10, 2022 at 7:36 PM "zhilizhao(赵志立)" wrote: > > Ping for review. > > > On Oct 24, 2022, at 11:16, Zhao Zhili wrote: > > > > From: Zhao Zhili > > > > Firstly, some bugs were fixed (patch 1-4). > > > > Patch 5 and 6 make mediacodec_wrapper support Java MediaCodec and NDK > > MediaCodec

Re: [FFmpeg-devel] [PATCH] avcodec: add D3D12VA hardware accelerated H264, HEVC, VP9, and AV1 decoding

2022-11-11 Thread Wu Jianhua
> From: Lynne > Sent: 2022年10月15日 13:16 > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] avcodec: add D3D12VA hardware accelerated > H264, HEVC, VP9, and AV1 decoding > >Oct 14, 2022, 14:32 by toq...@outloo

Re: [FFmpeg-devel] [PATCH] avcodec: add D3D12VA hardware accelerated H264, HEVC, VP9, and AV1 decoding

2022-11-11 Thread Wu Jianhua
From: ffmpeg-devel on behalf of Lynne Sent: Saturday, October 15, 2022 1:16:18 PM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] avcodec: add D3D12VA hardware accelerated H264, HEVC, VP9, and AV1 decoding Oct 14, 2022,

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Remove experimental status of TrueHD-in-MP4 muxing (mlpa)

2022-11-11 Thread Gijs Peskens
On 11-11-2022 16:05, Nomis101 wrote: Am 11.11.22 um 14:48 schrieb Nomis101: Am 11.11.22 um 14:05 schrieb Jan Ekström: On Wed, Nov 9, 2022 at 9:15 PM Nomis101 wrote: Am 06.11.22 um 21:57 schrieb Carl Eugen Hoyos: Am Sa., 5. Nov. 2022 um 22:31 Uhr schrieb Nomis101 : Support for mlpa muxing

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Remove experimental status of TrueHD-in-MP4 muxing (mlpa)

2022-11-11 Thread Nomis101
Am 11.11.22 um 14:48 schrieb Nomis101: Am 11.11.22 um 14:05 schrieb Jan Ekström: On Wed, Nov 9, 2022 at 9:15 PM Nomis101 wrote: Am 06.11.22 um 21:57 schrieb Carl Eugen Hoyos: Am Sa., 5. Nov. 2022 um 22:31 Uhr schrieb Nomis101 : Support for mlpa muxing was added back in 2019: http://git.vid

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Remove experimental status of TrueHD-in-MP4 muxing (mlpa)

2022-11-11 Thread Nomis101
Am 11.11.22 um 14:05 schrieb Jan Ekström: On Wed, Nov 9, 2022 at 9:15 PM Nomis101 wrote: Am 06.11.22 um 21:57 schrieb Carl Eugen Hoyos: Am Sa., 5. Nov. 2022 um 22:31 Uhr schrieb Nomis101 : Support for mlpa muxing was added back in 2019: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=8

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Remove experimental status of TrueHD-in-MP4 muxing (mlpa)

2022-11-11 Thread Jan Ekström
On Wed, Nov 9, 2022 at 9:15 PM Nomis101 wrote: > > Am 06.11.22 um 21:57 schrieb Carl Eugen Hoyos: > > Am Sa., 5. Nov. 2022 um 22:31 Uhr schrieb Nomis101 : > >> > >> Support for mlpa muxing was added back in 2019: > >> http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=808a6717e0c584738c60a109afd