[FFmpeg-devel] [PATCH v6 01/11] avformat: Add fifo pseudo-muxer

2016-08-09 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version done according Martons review: - Documentation fixes as requested - Rearanged message processing in while loop inside fifo_cosumer_thread, added FIFO_WRITE_HEADER message type, message is initialized

[FFmpeg-devel] [PATCH v2 03/11] avformat/fifo: Add fate test

2016-08-09 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version: - Removed empty lines at the end of fifo_muxer.c file libavformat/Makefile | 1 + libavformat/tests/fifo_muxer.c | 443 + tests/Makefile

[FFmpeg-devel] [PATCH v3 10/11] avformat/fifo: Add AVFMT_FLAG_NONBLOCK support

2016-08-09 Thread sebechlebskyjan
From: Jan Sebechlebsky Add support for nonblocking calls. Signed-off-by: Jan Sebechlebsky --- No changes since the last version of the patch, just rebased because of changes in the previous commit. libavformat/fifo.c | 61 -- 1 file change

Re: [FFmpeg-devel] [PATCH v5 01/11] avformat: Add fifo pseudo-muxer

2016-08-09 Thread Jan Sebechlebsky
On 08/08/2016 11:55 PM, Marton Balint wrote: Thanks for your work, and sorry for the delay in the review. Regards, Marton ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel Thanks for review! Hopefu

[FFmpeg-devel] [PATCH v3 5/5] avformat/tee: Use BSF list API

2016-08-09 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version of patch: - removed parse_bsfs() function I accidentaly left out (it's replaced by av_bsf_list_parse_str()) libavformat/tee.c | 120 ++ 1 file chang

[FFmpeg-devel] [PATCH] libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline profile

2016-08-09 Thread Matthias Hunstock
Enable the MXF muxer to mux baseline H.264 video streams. Signed-off-by: Matthias Hunstock --- libavformat/mxfenc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index ffd0bf2..7733ef8 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.

Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: retain error codes in matroska_resync() and matroska_read_packet()

2016-08-09 Thread Michael Niedermayer
On Tue, Aug 02, 2016 at 01:11:57PM -0700, Sophia Wang wrote: > Signed-off-by: Sophia Wang > --- > libavformat/matroskadec.c | 17 ++--- > 1 file changed, 10 insertions(+), 7 deletions(-) > > diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c > index d07a092..f9693ca 1

Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: retain error codes in matroska_resync() and matroska_read_packet()

2016-08-09 Thread Nicolas George
Le tridi 23 thermidor, an CCXXIV, Michael Niedermayer a écrit : > prior to this the "done" field was used to stop further work when > EOF was reached, now this is removed. > The patches commit message doesnt say anything why all reads for the > done field are removed or what if any performance impa

[FFmpeg-devel] [PATCH] avfilter/vf_signalstats: add >8 bit depth support

2016-08-09 Thread Paul B Mahol
Hi, patch attached. 0001-avfilter-vf_signalstats-add-8-bit-depth-support.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v2]Support QT b64a ARGB64 rawvideo

2016-08-09 Thread Paul B Mahol
On 8/9/16, Carl Eugen Hoyos wrote: > Hi! > > New patch attached that fixes ticket #5657. > > Please comment, Carl Eugen > Micro should be 101. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v2 03/11] avformat/fifo: Add fate test

2016-08-09 Thread Michael Niedermayer
On Tue, Aug 09, 2016 at 01:26:04PM +0200, sebechlebsky...@gmail.com wrote: > From: Jan Sebechlebsky > > Signed-off-by: Jan Sebechlebsky > --- > Changes since the last version: > - Removed empty lines at the end of fifo_muxer.c file > [...] > diff --git a/tests/Makefile b/tests/Makefile > inde

Re: [FFmpeg-devel] [PATCH] avfilter/vf_signalstats: add >8 bit depth support

2016-08-09 Thread Carl Eugen Hoyos
Hi! > Am 09.08.2016 um 18:24 schrieb Paul B Mahol : > > Hi, > > patch attached. Just curious: Why does this not work for >12 bit? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avfilter/vf_signalstats: add >8 bit depth support

2016-08-09 Thread Paul B Mahol
On 8/9/16, Carl Eugen Hoyos wrote: > Hi! > >> Am 09.08.2016 um 18:24 schrieb Paul B Mahol : >> >> Hi, >> >> patch attached. > > Just curious: Why does this not work for >12 bit? I don't have such samples. > > Carl Eugen > ___ > ffmpeg-devel mailing lis

Re: [FFmpeg-devel] [PATCH v2]Support QT b64a ARGB64 rawvideo

2016-08-09 Thread Carl Eugen Hoyos
Hi! > Am 09.08.2016 um 18:26 schrieb Paul B Mahol : > >> On 8/9/16, Carl Eugen Hoyos wrote: >> Hi! >> >> New patch attached that fixes ticket #5657. >> >> Please comment, Carl Eugen > > Micro should be 101. Definitely, thank you. Will fix locally, any other comments? Carl Eugen __

Re: [FFmpeg-devel] [PATCH 1/2] v4 - SCTE extraction from mpegts

2016-08-09 Thread Michael Niedermayer
On Mon, Aug 08, 2016 at 11:45:37AM -0700, Carlos Fernandez Sanz wrote: > From: Carlos Is it intended that the git author does not list your full name ? [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Democracy is the form of government in which you can choose

Re: [FFmpeg-devel] [PATCH 1/2] v4 - SCTE extraction from mpegts

2016-08-09 Thread Michael Niedermayer
On Mon, Aug 08, 2016 at 11:45:37AM -0700, Carlos Fernandez Sanz wrote: > From: Carlos > > Signed-off-by: carlos > --- > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 6 ++ > libavformat/mpegts.c| 43 ++- > 3 files changed, 49 insert

[FFmpeg-devel] [REMINDER] VideoLAN Dev Days 2016

2016-08-09 Thread Jean-Baptiste Kempf
My fellow members of the ffmpeg development community, As it is now customary, I'd like to invite you to VideoLAN Dev Days 2016, on the 1st week-end of September: 2-4 September 2016, in Berlin. (this email is different from the previous one! Read on!) If you have not registered yet, you shou

Re: [FFmpeg-devel] [PATCH 2/2] v4 - SCTE-35 support in hlsenc

2016-08-09 Thread Michael Niedermayer
On Mon, Aug 08, 2016 at 11:45:38AM -0700, Carlos Fernandez Sanz wrote: [...] > @@ -349,11 +359,25 @@ static int hls_append_segment(struct AVFormatContext > *s, HLSContext *hls, double > else > en->sub_filename[0] = '\0'; > > -en->duration = duration; > -en->pos = pos;

[FFmpeg-devel] [PATCH] Add YUV420P10 to vaapi hardware decode - permits hardware decoding of HEVC Main 10 on AMD RX 480

2016-08-09 Thread Jean-Yves Simon
--- libavcodec/hevc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index b478065..92b313b 100644 --- a/libavcodec/hevc.c +++ b/libavcodec/hevc.c @@ -370,6 +370,9 @@ static int set_sps(HEVCContext *s, const HEVCSPS *sps, enum AVPixelFormat pix_fm #i