[FFmpeg-devel] [PATCH] libavformat/network: use defined constant in poll

2016-01-26 Thread Zhao Zhili
From: Zhao Zhili --- libavformat/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/network.c b/libavformat/network.c index 7a326d2..2fb1c8b 100644 --- a/libavformat/network.c +++ b/libavformat/network.c @@ -75,7 +75,7 @@ int ff_network_wait_fd(int fd, int

Re: [FFmpeg-devel] [PATCH 1/2] lavf/segment: add support for specifying clock time offset

2016-01-26 Thread Stefano Sabatini
On date Monday 2016-01-18 21:56:29 +0100, Marton Balint encoded: > Signed-off-by: Marton Balint > --- > doc/muxers.texi | 10 ++ > libavformat/segment.c | 11 ++- > 2 files changed, 20 insertions(+), 1 deletion(-) > > diff --git a/doc/muxers.texi b/doc/muxers.texi > index a

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-26 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 11:07:43PM +0100, Andreas Cadhalpun wrote: > On 26.01.2016 21:28, Michael Niedermayer wrote: > > On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: > >> ffmpeg | branch: master | Andreas Cadhalpun > >> | Mon Jan 25 01:42:23 2016 +0100| > >> [b46aae09363427

Re: [FFmpeg-devel] [PATCH v3] vaapi_h264enc: Add Hardware Accelerated H.264 Encoder based on VAAPI

2016-01-26 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 03:23:43PM +0500, ha...@mayartech.com wrote: > From: "bryan.chr...@mediafire.com" > > This commit adds a hardware accelerated H.264 encoder which utilizes > libva (open source implementation of VA-API). Information about libva > is available at: https://en.wikipedia.org/wi

Re: [FFmpeg-devel] [PATCH] libavutil/mastering_display_metadata.h: change fields to be rationals as this is how they are typically coded.

2016-01-26 Thread Neil Birkbeck
Patch with corrected "From:" is attached. On Tue, Jan 26, 2016 at 2:28 PM, Vittorio Gambaletta (VittGam) wrote: > On 26/01/2016 23:05:22 CET, Neil Birkbeck wrote: >> >> Some sort of squash fail. Apologies. > > > No problem! > > ___ > ffmpeg-devel mailin

Re: [FFmpeg-devel] [PATCH] avcodec: only warn about hwaccel with frame threads

2016-01-26 Thread Andreas Cadhalpun
Hi Ronald, On 27.01.2016 01:16, Ronald S. Bultje wrote: > On Tue, Jan 26, 2016 at 5:23 PM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: > This patch still disables hwaccel instead of disabling threading. Yes. > This isn't gonna work. It will work at least as well as FFmpeg 2.8

Re: [FFmpeg-devel] [PATCH] avcodec: only warn about hwaccel with frame threads

2016-01-26 Thread Ronald S. Bultje
Hi, On Tue, Jan 26, 2016 at 5:23 PM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > On 25.01.2016 00:53, Hendrik Leppkes wrote: > > On Sat, Jan 23, 2016 at 3:52 PM, Andreas Cadhalpun > > wrote: > >> On 23.01.2016 15:10, Hendrik Leppkes wrote: > >>> On Sat, Jan 23, 2016 at 2:45 PM

[FFmpeg-devel] [PATCH 0/2] libx265: allow 4:2:2, 4:4:4, and 12-bit encoding

2016-01-26 Thread Stephen Hutchinson
Was having some issues with git-sendemail, so I just decided to resend the patches with the amended commit messages and the adjusted API version check vs. the older set. Stephen Hutchinson (2): libx265: Remove experimental flag when encoding 4:2:2 and 4:4:4 libx265: Enable 12-bit encoding co

[FFmpeg-devel] [PATCH 1/2] libx265: Remove experimental flag when encoding 4:2:2 and 4:4:4

2016-01-26 Thread Stephen Hutchinson
4:2:2 and 4:4:4 support in the HEVC standard was approved in October 2014 as part of HEVC Version 2 and published in January 2015: http://www.itu.int/ITU-T/recommendations/rec.aspx?rec=12296 http://www.itu.int/rec/T-REC-H.265-201410-S https://hevc.hhi.fraunhofer.de/rext --- libavcodec/libx265.c |

[FFmpeg-devel] [PATCH 2/2] libx265: Enable 12-bit encoding

2016-01-26 Thread Stephen Hutchinson
The configure detection is bumped to X265_BUILD >= 68, since API version 68 corresponds with the x265 1.8 release tarball. The warnings inside x265 about 12-bit being experimental were removed prior to API version 72 a short time later. At this time of writing, X265_BUILD is at version 80. 12-bit

Re: [FFmpeg-devel] [PATCH] svq1enc: fix out of bounds reads

2016-01-26 Thread Andreas Cadhalpun
On 26.01.2016 02:46, Michael Niedermayer wrote: > On Tue, Jan 26, 2016 at 01:04:05AM +0100, Andreas Cadhalpun wrote: >> svq1enc.c |7 +-- >> 1 file changed, 5 insertions(+), 2 deletions(-) >> 303a9f08a561047395172ac4f7abbc63a78c9021 >> 0001-svq1enc-fix-out-of-bounds-reads.patch >> From 5

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add Ulead DV audio decoder

2016-01-26 Thread Andreas Cadhalpun
On 26.01.2016 23:33, Paul B Mahol wrote: > On 1/26/16, Andreas Cadhalpun wrote: >> On 26.01.2016 23:17, Paul B Mahol wrote: >>> ffmpeg | branch: master | Paul B Mahol | Mon Jan 25 >>> 21:54:17 2016 +0100| [e9e623369d7ba330ab8157157e956cb71d8058b5] | >>> committer: Paul B Mahol >>> >>> avcodec: ad

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add Ulead DV audio decoder

2016-01-26 Thread Paul B Mahol
On 1/26/16, Andreas Cadhalpun wrote: > On 26.01.2016 23:17, Paul B Mahol wrote: >> ffmpeg | branch: master | Paul B Mahol | Mon Jan 25 >> 21:54:17 2016 +0100| [e9e623369d7ba330ab8157157e956cb71d8058b5] | >> committer: Paul B Mahol >> >> avcodec: add Ulead DV audio decoder >> >> Fixes #1564. >> >>

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add Ulead DV audio decoder

2016-01-26 Thread Andreas Cadhalpun
On 26.01.2016 23:17, Paul B Mahol wrote: > ffmpeg | branch: master | Paul B Mahol | Mon Jan 25 > 21:54:17 2016 +0100| [e9e623369d7ba330ab8157157e956cb71d8058b5] | committer: > Paul B Mahol > > avcodec: add Ulead DV audio decoder > > Fixes #1564. > > Signed-off-by: Paul B Mahol Leaving a lit

Re: [FFmpeg-devel] [PATCH] libavutil/mastering_display_metadata.h: change fields to be rationals as this is how they are typically coded.

2016-01-26 Thread Vittorio Gambaletta (VittGam)
On 26/01/2016 23:05:22 CET, Neil Birkbeck wrote: Some sort of squash fail. Apologies. No problem! ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec: only warn about hwaccel with frame threads

2016-01-26 Thread Andreas Cadhalpun
On 25.01.2016 00:53, Hendrik Leppkes wrote: > On Sat, Jan 23, 2016 at 3:52 PM, Andreas Cadhalpun > wrote: >> On 23.01.2016 15:10, Hendrik Leppkes wrote: >>> On Sat, Jan 23, 2016 at 2:45 PM, Ronald S. Bultje >>> wrote: Both of you keep shouting from one side of the room to the other without

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-26 Thread Andreas Cadhalpun
On 26.01.2016 21:28, Michael Niedermayer wrote: > On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: >> ffmpeg | branch: master | Andreas Cadhalpun >> | Mon Jan 25 01:42:23 2016 +0100| >> [b46aae093634271931395d65f422f4b2a23112d3] | committer: Andreas Cadhalpun >> >> build: use a

Re: [FFmpeg-devel] [PATCH] libavutil/mastering_display_metadata.h: change fields to be rationals as this is how they are typically coded.

2016-01-26 Thread Neil Birkbeck
Some sort of squash fail. Apologies. On Tue, Jan 26, 2016 at 1:13 PM, Vittorio Gambaletta (VittGam) < ffmpeg-...@vittgam.net> wrote: > Hi, > > On 26/01/2016 22:09:02 CET, Neil Birkbeck wrote: > >> From: "Vittorio Gambaletta (VittGam)" >> > > This is not from me... > > Cheers, > Vittorio > __

Re: [FFmpeg-devel] [PATCH] libavutil/mastering_display_metadata.h: change fields to be rationals as this is how they are typically coded.

2016-01-26 Thread Vittorio Gambaletta (VittGam)
Hi, On 26/01/2016 22:09:02 CET, Neil Birkbeck wrote: From: "Vittorio Gambaletta (VittGam)" This is not from me... Cheers, Vittorio ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] lavc/mjpegdec: speed up scan data copy

2016-01-26 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 08:49:06PM +0100, Matthieu Bouron wrote: > On Tue, Jan 26, 2016 at 6:04 PM, Michael Niedermayer > wrote: > > > On Tue, Jan 26, 2016 at 05:15:37PM +0100, Matthieu Bouron wrote: > > > From: Matthieu Bouron > > > > > > --- > > > > > > From random 3264x2448 jpegs, scan data c

[FFmpeg-devel] [PATCH] libavutil/mastering_display_metadata.h: change fields to be rationals as this is how they are typically coded.

2016-01-26 Thread Neil Birkbeck
From: "Vittorio Gambaletta (VittGam)" (this structure is not referenced anywhere yet) Signed-off-by: Neil Birkbeck --- libavutil/mastering_display_metadata.h | 10 ++ libavutil/version.h| 3 +-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/libavut

Re: [FFmpeg-devel] [PATCH] avformat/flvenc: copyts in FLV muxer

2016-01-26 Thread Michael Niedermayer
On Mon, Jan 25, 2016 at 07:46:11PM +0100, Michael Niedermayer wrote: > On Mon, Jan 25, 2016 at 02:43:40PM +0200, Ivan wrote: > > The purpose of this patch is to preserve timestamps when using ffmpeg for > > publishing RTMP streams, e.g. ffmpeg -i rtmp://source/stream -f flv > > rtmp://target/stre

Re: [FFmpeg-devel] [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-26 Thread Michael Niedermayer
On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: > ffmpeg | branch: master | Andreas Cadhalpun > | Mon Jan 25 01:42:23 2016 +0100| > [b46aae093634271931395d65f422f4b2a23112d3] | committer: Andreas Cadhalpun > > build: use a link instead of changing current directory when compi

[FFmpeg-devel] [PATCH v3] vaapi_h264enc: Add Hardware Accelerated H.264 Encoder based on VAAPI

2016-01-26 Thread hamza
From: "bryan.chr...@mediafire.com" This commit adds a hardware accelerated H.264 encoder which utilizes libva (open source implementation of VA-API). Information about libva is available at: https://en.wikipedia.org/wiki/Video_Acceleration_API This encoder is only availbale on linux and supported

Re: [FFmpeg-devel] [PATCH] lavc/mjpegdec: speed up scan data copy

2016-01-26 Thread Matthieu Bouron
On Tue, Jan 26, 2016 at 6:04 PM, Michael Niedermayer wrote: > On Tue, Jan 26, 2016 at 05:15:37PM +0100, Matthieu Bouron wrote: > > From: Matthieu Bouron > > > > --- > > > > From random 3264x2448 jpegs, scan data copy on a Nexus5 goes from [15, > 28]ms to [3, 12]ms. > > breaks https://trac.ffmpeg

Re: [FFmpeg-devel] [PATCH] avfilter/vf_crop: make it possible to use frame metadata when cropping

2016-01-26 Thread Paul B Mahol
On 1/26/16, Stefano Sabatini wrote: > On date Sunday 2016-01-17 20:15:45 +0100, Paul B Mahol encoded: >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi | 6 ++ >> libavfilter/vf_crop.c | 54 >> +++ >> 2 files changed, 48 insertion

Re: [FFmpeg-devel] [PATCH] avfilter/vf_crop: make it possible to use frame metadata when cropping

2016-01-26 Thread Stefano Sabatini
On date Sunday 2016-01-17 20:15:45 +0100, Paul B Mahol encoded: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 6 ++ > libavfilter/vf_crop.c | 54 > +++ > 2 files changed, 48 insertions(+), 12 deletions(-) > > diff --git a/doc/

Re: [FFmpeg-devel] [PATCH 1/2] avutil: add P010 pixel format

2016-01-26 Thread Wang Bin
Shall we add nv15 like other nv formats in pixfmt.h? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Avid DNxHR / UK DPP

2016-01-26 Thread Kevin Wheatley
On Tue, Jan 26, 2016 at 5:30 PM, John Warburton wrote: > I'm at DPP conference, in the room. Start of UHD delivery standards for UK > just announced. Now on website, we are told. https://www.digitalproductionpartnership.co.uk/what-we-do/technical-standards/ http://dpp-assets.s3.amazonaws.com/wp-

Re: [FFmpeg-devel] [PATCH] avcodec: add Ulead DV Audio decoder

2016-01-26 Thread Paul B Mahol
On 1/26/16, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > >> patch attached. > > Please mention the ticket number. If that's all needed I will apply patch soon. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailm

Re: [FFmpeg-devel] Avid DNxHR / UK DPP

2016-01-26 Thread John Warburton
Gentlemen, I'm at DPP conference, in the room. Start of UHD delivery standards for UK just announced. Now on website, we are told. H.264 codec, AS-11 encapsulation for MXF, HLG and SMPTE 2084 both supported for HDR, WCG framework supported, Long-GOP in H.264. But I-frame only option for post-deli

Re: [FFmpeg-devel] [PATCH] avfilter/vf_crop: make it possible to use frame metadata when cropping

2016-01-26 Thread wm4
On Fri, 22 Jan 2016 16:34:27 + Paul B Mahol wrote: > Hi, > > updated version attached. I maintain that dynamic format reconfiguration in libavfilter is semi-broken and needs more work. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://f

Re: [FFmpeg-devel] [PATCH] doc/filters: add an example to scale

2016-01-26 Thread James Darnley
On 2016-01-26 17:53, Vittorio Gambaletta (VittGam) wrote: > Hi, > > On 26/01/2016 15:20:22 CET, Vittorio Gambaletta (VittGam) wrote: >> Hi, >> >> On 26/01/2016 15:16:21 CET, James Darnley wrote: >>> On 2016-01-22 14:44, Michael Niedermayer wrote: On Fri, Jan 22, 2016 at 03:53:10AM +0100, Jame

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg_opt: Allow -metadata option to set metadata on programs.

2016-01-26 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 05:54:26PM +0100, Vittorio Gambaletta (VittGam) wrote: > Hi, > > On 26/01/2016 17:37:56 CET, Michael Niedermayer wrote: > >On Tue, Jan 26, 2016 at 03:13:09PM +0100, Vittorio Gambaletta (VittGam) > >wrote: > >>Signed-off-by: Vittorio Gambaletta > >>--- > >> doc/ffmpeg.texi

Re: [FFmpeg-devel] [PATCH] lavc/mjpegdec: speed up scan data copy

2016-01-26 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 05:15:37PM +0100, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > > From random 3264x2448 jpegs, scan data copy on a Nexus5 goes from [15, 28]ms > to [3, 12]ms. breaks https://trac.ffmpeg.org/raw-attachment/ticket/1527/24bpp.mov [...] -- Michael GnuPG fin

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg_opt: Allow -metadata option to set metadata on programs.

2016-01-26 Thread Vittorio Gambaletta (VittGam)
Hi, On 26/01/2016 17:37:56 CET, Michael Niedermayer wrote: On Tue, Jan 26, 2016 at 03:13:09PM +0100, Vittorio Gambaletta (VittGam) wrote: Signed-off-by: Vittorio Gambaletta --- doc/ffmpeg.texi |4 ++-- ffmpeg_opt.c|7 +++ 2 files changed, 9 insertions(+), 2 deletions(-) both

Re: [FFmpeg-devel] [PATCH] doc/filters: add an example to scale

2016-01-26 Thread Vittorio Gambaletta (VittGam)
Hi, On 26/01/2016 15:20:22 CET, Vittorio Gambaletta (VittGam) wrote: Hi, On 26/01/2016 15:16:21 CET, James Darnley wrote: On 2016-01-22 14:44, Michael Niedermayer wrote: On Fri, Jan 22, 2016 at 03:53:10AM +0100, James Darnley wrote: Someone on IRC asked for a scale that would fit in a given

Re: [FFmpeg-devel] [PATCH v2 2/2] ffmpeg_opt: Allow -metadata option to set metadata on programs.

2016-01-26 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 03:13:09PM +0100, Vittorio Gambaletta (VittGam) wrote: > Signed-off-by: Vittorio Gambaletta > --- > doc/ffmpeg.texi |4 ++-- > ffmpeg_opt.c|7 +++ > 2 files changed, 9 insertions(+), 2 deletions(-) both patches applied maybe you want to add a fate test fo

Re: [FFmpeg-devel] [PATCH] avfilter/vf_crop: make it possible to use frame metadata when cropping

2016-01-26 Thread Michael Niedermayer
On Fri, Jan 22, 2016 at 04:34:27PM +, Paul B Mahol wrote: > Hi, > > updated version attached. > doc/filters.texi |6 > libavfilter/vf_crop.c | 64 > ++ > 2 files changed, 55 insertions(+), 15 deletions(-) > 4ec7972e3bee86a09693

[FFmpeg-devel] [PATCH] lavc/mjpegdec: speed up scan data copy

2016-01-26 Thread Matthieu Bouron
From: Matthieu Bouron --- From random 3264x2448 jpegs, scan data copy on a Nexus5 goes from [15, 28]ms to [3, 12]ms. --- libavcodec/mjpegdec.c | 43 +-- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/libavcodec/mjpegdec.c b/libavcodec/m

Re: [FFmpeg-devel] Avid DNxHR / UK DPP

2016-01-26 Thread John Warburton
On 25 Jan 2016 23:04, "Kieran Kunhya" wrote: > > If they are considering VC-5 (Cineform) basically point them to this: > https://medium.com/@kierank_/reverse-engineering-the-gopro-cineform-codec-7411312bfe1c > > tl;dr The VC-5 document isn't enough to implement things in the > real-world (like man

Re: [FFmpeg-devel] [PATCH] lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1 bpp raw video in AVI

2016-01-26 Thread Mats Peterson
On 01/26/2016 04:48 PM, Mats Peterson wrote: From https://en.wikipedia.org/wiki/BMP_file_format#Pixel_format: "The 1-bit per pixel (1bpp) format supports 2 distinct colors, (for example: black and white). The pixel values are stored in each bit, with the first (left-most) pixel in the most-sign

Re: [FFmpeg-devel] [PATCH] lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1 bpp raw video in AVI

2016-01-26 Thread Mats Peterson
On 01/26/2016 11:43 AM, Mats Peterson wrote: Michael, the 'test1.bmp' file in the 'bmp' directory in the FATE test suite contains a palette with green and blue colors, and when opening it in Paint in Windows XP, it will be displayed with the colors in the palette, not just black & white. This lea

Re: [FFmpeg-devel] [PATCH] diracdec: add support for field coding

2016-01-26 Thread Hendrik Leppkes
On Tue, Jan 26, 2016 at 4:13 PM, Rostislav Pehlivanov wrote: > On 26 January 2016 at 14:45, Carl Eugen Hoyos wrote: > >> Rostislav Pehlivanov gmail.com> writes: >> >> > -for (y = 0; y < p->height; y += 16) { >> >> > -ff_spatial_idwt_slice2(&d, y+16); /* decode */ >> >

Re: [FFmpeg-devel] [PATCH] diracdec: add support for field coding

2016-01-26 Thread Rostislav Pehlivanov
On 26 January 2016 at 14:45, Carl Eugen Hoyos wrote: > Rostislav Pehlivanov gmail.com> writes: > > > -for (y = 0; y < p->height; y += 16) { > > > -ff_spatial_idwt_slice2(&d, y+16); /* decode */ > > > +for (y = 0; y < p->height; y += 16) > > +

Re: [FFmpeg-devel] [PATCH 2/2] dirac: implement a native Dirac HQ encoder

2016-01-26 Thread Carl Eugen Hoyos
Rostislav Pehlivanov gmail.com> writes: > This commit adds a new encoder capable of creating > BBC Dirac VC-2 HQ profile files. Shouldn't the short name of this encoder be "vc2" while a future encoder with non-I frames would be called "dirac"? > + * Copyright (C) 2016 Open Broadcast Systems L

Re: [FFmpeg-devel] [PATCH] avcodec: add Ulead DV Audio decoder

2016-01-26 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > patch attached. Please mention the ticket number. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] diracdec: add support for field coding

2016-01-26 Thread Carl Eugen Hoyos
Rostislav Pehlivanov gmail.com> writes: > -for (y = 0; y < p->height; y += 16) { > -ff_spatial_idwt_slice2(&d, y+16); /* decode */ > +for (y = 0; y < p->height; y += 16) > +ff_spatial_idwt_slice2(&d, y+16); Sorry if it's just me but don't

Re: [FFmpeg-devel] [PATCH] doc/filters: add an example to scale

2016-01-26 Thread Vittorio Gambaletta (VittGam)
Hi, On 26/01/2016 15:16:21 CET, James Darnley wrote: On 2016-01-22 14:44, Michael Niedermayer wrote: On Fri, Jan 22, 2016 at 03:53:10AM +0100, James Darnley wrote: Someone on IRC asked for a scale that would fit in a given box. This is the answer. I couldn't see it in the existing examples s

Re: [FFmpeg-devel] [PATCH] doc/filters: add an example to scale

2016-01-26 Thread James Darnley
On 2016-01-22 14:44, Michael Niedermayer wrote: > On Fri, Jan 22, 2016 at 03:53:10AM +0100, James Darnley wrote: >> Someone on IRC asked for a scale that would fit in a given box. This is the >> answer. I couldn't see it in the existing examples so I thought I would add >> it. >> --- >> doc/fil

[FFmpeg-devel] [PATCH v2 1/2] ffmpeg_opt: Move the 'process manually set programs' block above 'process manually set metadata' in open_output_file().

2016-01-26 Thread Vittorio Gambaletta (VittGam)
Signed-off-by: Vittorio Gambaletta --- ffmpeg_opt.c | 112 +- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 9b341cf..e03ad89 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -2358,6 +2358,6

[FFmpeg-devel] [PATCH v2 2/2] ffmpeg_opt: Allow -metadata option to set metadata on programs.

2016-01-26 Thread Vittorio Gambaletta (VittGam)
Signed-off-by: Vittorio Gambaletta --- doc/ffmpeg.texi |4 ++-- ffmpeg_opt.c|7 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index a38a32e..7d3266a 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -339,8 +339,8 @@ see @r

[FFmpeg-devel] [PATCH] diracdec: add support for field coding

2016-01-26 Thread Rostislav Pehlivanov
This commit adds support for field coding (instead of the traditional frame coding). In this mode, two fields, each half height, are transmitted. The decoder does not output a frame for the first field (the top one since Dirac only supports top field first) but caches it and interleaves the image d

Re: [FFmpeg-devel] [PATCH 1/2] avutil: add P010 pixel format

2016-01-26 Thread Hendrik Leppkes
On Thu, Jan 7, 2016 at 8:17 PM, Michael Niedermayer wrote: > On Thu, Jan 07, 2016 at 12:11:21PM +0100, Hendrik Leppkes wrote: >> P010 is the 10-bit variant of NV12 (planar luma, packed chroma), using two >> bytes per component to store 10-bit data plus 6-bit zeroes in the LSBs. >> --- >> libavuti

Re: [FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2016-01-26 Thread Michael Niedermayer
On Tue, Jan 26, 2016 at 09:03:05AM +0100, Paul B Mahol wrote: > On 1/26/16, Michael Niedermayer wrote: > > On Mon, Jan 25, 2016 at 11:02:35PM +0100, Paul B Mahol wrote: > >> On 1/25/16, Michael Niedermayer wrote: > >> > On Mon, Jan 25, 2016 at 10:29:08PM +0100, Paul B Mahol wrote: > >> >> On 1/25

Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: Fix rtsps, do not force tcp transport

2016-01-26 Thread Michael Niedermayer
On Thu, Jan 21, 2016 at 10:23:52AM +0100, Yannick Poirier wrote: > > rtsp over ssl is not working. tls does not implement > prot->url_get_file_handle so ffurl_get_file_handle() fails. > struct sockaddr_storage peer is initialized but not used, remove it. > rtsps lower transport was set to TCP. Tr

Re: [FFmpeg-devel] 1 bpp BMP sample with palette in the 'bmp' directory of the FATE test suite

2016-01-26 Thread Mats Peterson
On 01/26/2016 10:55 AM, Paul B Mahol wrote: On 1/26/16, Mats Peterson wrote: On 01/26/2016 10:42 AM, Mats Peterson wrote: I discovered a 1 bpp BMP file with a palette called 'test1.bmp' in the 'bmp' directory of the FATE test suite. When converting this file with, say, "ffmpeg -i test1.bmp tes

Re: [FFmpeg-devel] 1 bpp BMP sample with palette in the 'bmp' directory of the FATE test suite

2016-01-26 Thread Paul B Mahol
On 1/26/16, Mats Peterson wrote: > On 01/26/2016 10:42 AM, Mats Peterson wrote: >> I discovered a 1 bpp BMP file with a palette called 'test1.bmp' in the >> 'bmp' directory of the FATE test suite. When converting this file with, >> say, "ffmpeg -i test1.bmp test.avi", the output file will use the

Re: [FFmpeg-devel] 1 bpp BMP sample with palette in the 'bmp' directory of the FATE test suite

2016-01-26 Thread Mats Peterson
On 01/26/2016 10:42 AM, Mats Peterson wrote: I discovered a 1 bpp BMP file with a palette called 'test1.bmp' in the 'bmp' directory of the FATE test suite. When converting this file with, say, "ffmpeg -i test1.bmp test.avi", the output file will use the colors of the palette in the BMP file, not

[FFmpeg-devel] 1 bpp BMP sample with palette in the 'bmp' directory of the FATE test suite

2016-01-26 Thread Mats Peterson
I discovered a 1 bpp BMP file with a palette called 'test1.bmp' in the 'bmp' directory of the FATE test suite. When converting this file with, say, "ffmpeg -i test1.bmp test.avi", the output file will use the colors of the palette in the BMP file, not black & white. Also, the pixel format used

Re: [FFmpeg-devel] [PATCH] avfilter: add streamselect and astreamselect filter

2016-01-26 Thread Paul B Mahol
On 1/25/16, Paul B Mahol wrote: > On 1/21/16, Paul B Mahol wrote: >> Hi, >> patch attached. >> > > 2nd version attached. > 3rd version attached. From ec5246fc9d3275f8a12ae78b70ffea1a685bdfee Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 18 Jan 2016 11:22:32 +0100 Subject: [PATCH] avfil

Re: [FFmpeg-devel] [PATCHv2] doc/demuxers: add some concat demuxer script examples

2016-01-26 Thread Tobias Rapp
On 25.01.2016 13:22, Nicolas George wrote: Le decadi 30 nivôse, an CCXXIV, Tobias Rapp a écrit : Attached patch adds some example scripts for the concat demuxer to the documentation. Well, I maintain the code, not really the documentation. >From 5ffc11e8139476d18cd2eaa28338adb0dda80999 Mon S

Re: [FFmpeg-devel] [PATCH] avformat/thp: implement seeking

2016-01-26 Thread Paul B Mahol
On 1/26/16, Michael Niedermayer wrote: > On Mon, Jan 25, 2016 at 11:02:35PM +0100, Paul B Mahol wrote: >> On 1/25/16, Michael Niedermayer wrote: >> > On Mon, Jan 25, 2016 at 10:29:08PM +0100, Paul B Mahol wrote: >> >> On 1/25/16, Michael Niedermayer wrote: >> >> > On Sun, Nov 22, 2015 at 12:58:5