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
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
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
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
---
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
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
---
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
---
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
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
master/StShared/StAVImage.cpp
Regards,
Kirill
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
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
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
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
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
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
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..
---
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
+
17 matches
Mail list logo