Re: [FFmpeg-devel] [PATCH]Do not fail mov demuxing if metadata reading fails

2015-05-16 Thread Michael Niedermayer
On Thu, May 14, 2015 at 04:16:31PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #4557 for me. Fixed differntly thanks for pointing at the problem! [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The misfortune of the wise is better tha

Re: [FFmpeg-devel] Anybody already working on VDPAU / HEVC support?

2015-05-16 Thread Philip Langdale
On Thu, 30 Apr 2015 21:24:06 +0200 Christian König wrote: > > I already talked to José Hiram Soltren from NVidia and it > unfortunately doesn't look like they will do it this time. > > > > > I'm not aware of anyone else; given the hardware requirements, I > > wouldn't be surprised if there's no

[FFmpeg-devel] [PATCH 2/2] avformat/mxfenc: Set horizontal chroma subsample value from pixel format if available

2015-05-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mxfenc.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 14449c9..659c34f 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -79,6 +79,7 @@ typedef struc

[FFmpeg-devel] [PATCH 1/2] avformat/mxfenc: Set the component depth from the pixel format if available

2015-05-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mxfenc.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 5966792..14449c9 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -39,6 +39,7 @@ #include "libavutil/random_s

[FFmpeg-devel] ffserver jpg patch

2015-05-16 Thread ill
That file is attached you would have to attach the file generated by git format-patch also you of course first need to locally commit your changes and set the commit message and author see man git commit [...] ___ ffmpeg-devel mailing list ffmpeg-d

Re: [FFmpeg-devel] ffserver jpg patch

2015-05-16 Thread Michael Niedermayer
On Sat, May 16, 2015 at 07:21:25PM -0600, ill wrote: > > That file is attached > >you would have to attach the file generated by git format-patch > >also you of course first need to locally commit your changes > >and set the commit message and author > >see man git commit > > > >[...] > > > > > >

[FFmpeg-devel] [PATCH] ffserver regression jpg fix for mjpg streaming data sent to browser instead of jpg image

2015-05-16 Thread ill
That file is attached you would have to attach the file generated by git format-patch also you of course first need to locally commit your changes and set the commit message and author see man git commit [...] ___ ffmpeg-devel mailing list ffmpeg-