Re: [FFmpeg-devel] [PATCH] libavcodec/hdrdec: accept "#?RGBE" header in addition to "#?RADIANCE"

2025-01-22 Thread kirill
Ping, would appreciate it, if somebody would comment / push the patch. --- Kirill Gavrilov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe

Re: [FFmpeg-devel] H.264 SEI Display Orientation Message support in ffplay

2018-10-07 Thread Kirill Gavrilov
Omer Iqbal wrote: > I'm curious, does anyone know why this is not implemented in video players? > Considering it is part of the H.264 specification, and ffmpeg supports > decoding it? > I believe that changing frame orientation within a stream is very awkward and rare situation, which should be

Re: [FFmpeg-devel] [PATCH v2 1/1] avcodec/mf: implemented Media Foundation wrapper

2018-11-12 Thread Kirill Gavrilov
On Tue, Nov 6, 2018 at 3:51 PM, Carl Eugen Hoyos wrote: > If the dll(s) necessary for Media Foundation at run-time are installed on > every supported Windows system > I think Media Foundation is excluded from Windows 10 N editions: > Excluded features > ... > - Media Foundation: Provides suppor

Re: [FFmpeg-devel] [PATCH] RFC: drop VDA

2017-09-08 Thread Kirill Gavrilov
On Tue, Sep 5, 2017 at 4:57 PM, Clément Bœsch wrote: and unfortunately I can't test VDA (because OSX doesn't have it anymore). Could you please add a comment where/when it has been removed? I have tried to find any information about this but only found deprecation since OS X El Capitan, but not

[FFmpeg-devel] [PATCH] lavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avc

2016-03-27 Thread Kirill Gavrilov
--- libavcodec/mediacodecdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c index d385651..b6e7c46 100644 --- a/libavcodec/mediacodecdec.c +++ b/libavcodec/mediacodecdec.c @@ -266,6 +266,8 @@ static int mediacodec_dec_parse_format(AV

Re: [FFmpeg-devel] [PATCH] lavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avc

2016-03-27 Thread Kirill Gavrilov
uot;? >s->stride = value >= 0 ? value : s->width ------- Kirill Gavrilov, Software designer. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] lavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avc

2016-03-28 Thread Kirill Gavrilov
--- libavcodec/mediacodecdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c index 5c1368f..c21ceba 100644 --- a/libavcodec/mediacodecdec.c +++ b/libavcodec/mediacodecdec.c @@ -247,7 +247,7 @@ static int mediacodec_dec_p

[FFmpeg-devel] [PATCH] lavc/mediacodec: fix zero stride for

2016-03-28 Thread Kirill Gavrilov
--- libavcodec/mediacodecdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c index 5c1368f..c21ceba 100644 --- a/libavcodec/mediacodecdec.c +++ b/libavcodec/mediacodecdec.c @@ -247,7 +247,7 @@ static int mediacodec_dec_p

[FFmpeg-devel] [PATCH 1/1] avcodec/png: read and write stereo3d frame side data information

2015-10-22 Thread Kirill Gavrilov
Use optional sTER chunk defining side-by-side stereo pair within "Extensions to the PNG 1.2 Specification", version 1.3.0. Specification: http://www.libpng.org/pub/png/spec/register/pngext-1.4.0-pdg.html Note that patch does not add any image resolution checks defined by spec. Regar

Re: [FFmpeg-devel] [PATCH 1/1] avcodec/png: read and write stereo3d frame side data information

2015-10-23 Thread Kirill Gavrilov
master/StShared/StAVImage.cpp Regards, Kirill ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/1] avcodec/png: read and write stereo3d frame side data information

2015-10-27 Thread Kirill Gavrilov
On Thu, Oct 22, 2015 at 11:50 PM, Kirill Gavrilov wrote: > Use optional sTER chunk defining side-by-side stereo pair > within "Extensions to the PNG 1.2 Specification", version 1.3.0. > Please let me know if someone from maintainers has reviewed my patc

Re: [FFmpeg-devel] [PATCH] Fix sample_aspect_ratio computation for stereo matroska content.

2015-11-24 Thread Kirill Gavrilov
should be the amount of pixels for > one plane (1920x1080 for that full HD stream). > Best regards, Kirill ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_stereo3d: add HDMI output format

2015-09-10 Thread Kirill Gavrilov
port by driver) makes no sense as far as I know... Does this filter is expected to be used internally by hardware player? Regards, Kirill ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_stereo3d: add HDMI output format

2015-09-10 Thread Kirill Gavrilov
OK, On Thu, Sep 10, 2015 at 7:23 PM, Paul B Mahol wrote: > > See https://github.com/mpv-player/mpv/issues/1945 > thank you for the link to actual conversation! Although I believe that adding manually mode into /etc/X11/xorg.conf like that: > Modeline "1920x2205@24" 148.32 1920 2558 2602 2750 22

Re: [FFmpeg-devel] [INFO]AMD D3D11 to OpenCL interop extension for NV12 and P010 textures - split planes

2018-06-09 Thread Kirill Gavrilov
orld, trying to use function from extension not listed in extensions might lead to application crash (at least on Linux). Regards, Kirill ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] libavcodec/hdrdec: accept "#?RGBE" header in addition to "#?RADIANCE"

2025-01-17 Thread Kirill Gavrilov
Some Radiance HDR image files in the wild have "#?RGBE" header, which other image readers accept. Signed-off-by: Kirill Gavrilov --- libavcodec/hdrdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/hdrdec.c b/libavcodec/hdrdec.c index b7ade48e32..

[FFmpeg-devel] [PATCH] libavutil/mips: fix build if sys/auxv.h not present

2021-11-15 Thread Brilliantov Kirill Vladimirovich
--- configure| 1 + libavutil/mips/cpu.c | 6 ++ 2 files changed, 7 insertions(+) diff --git a/configure b/configure index 98113c95fd..18c93f2619 100755 --- a/configure +++ b/configure @@ -2148,6 +2148,7 @@ HEADERS_LIST=" valgrind_valgrind_h windows_h winsock2_h +