Re: [FFmpeg-devel] [PATCH 1/2 v3] avfilter: add readvitc filter

2016-04-11 Thread Tobias Rapp
On 08.04.2016 23:08, Carl Eugen Hoyos wrote: Tobias Rapp noa-archive.com> writes: Wouldn't the algorithm also work for GBR? If VITC lines are green, yes . I just tested the sample you uploaded with the following command after adding AV_PIX_FMT_GBRP to the supported input formats: $ ffprobe

Re: [FFmpeg-devel] [PATCH] swscale/arm: add yuv2planeX_8_neon

2016-04-11 Thread Benoit Fouet
Hi, (again, thanks to both of you for documenting all this assembly /NEON code) On 09/04/2016 10:22, Matthieu Bouron wrote: From: Matthieu Bouron --- Hello, The following patch add yuv2planeX_8_neon function for the arm platform. It is currently restricted to 8-bit per component sources un

Re: [FFmpeg-devel] [PATCH] avcodec: Add bits_per_raw_sample to AVCodecParameters

2016-04-11 Thread wm4
On Mon, 11 Apr 2016 03:12:20 +0200 Michael Niedermayer wrote: > On Sun, Apr 10, 2016 at 11:39:57PM +, Kieran Kunhya wrote: > > On Mon, 11 Apr 2016 at 00:33 Michael Niedermayer > > wrote: > > > > > The bits_per_raw_sample represents the number of bits of precission per > > > sample. > > >

[FFmpeg-devel] [PATCH] avcodec/qsv: export session management functionality

2016-04-11 Thread nablet developer
Signed-off-by: nablet developer --- libavcodec/qsv.c | 64 +-- libavcodec/qsv.h | 53 +++ libavcodec/qsv_api.c | 26 +++ libavcodec/qsv_internal.h | 15 +-- libavcodec/qs

Re: [FFmpeg-devel] [PATCH] avcodec: Add bits_per_raw_sample to AVCodecParameters

2016-04-11 Thread Paul B Mahol
On 4/11/16, wm4 wrote: > On Mon, 11 Apr 2016 03:12:20 +0200 > Michael Niedermayer wrote: > >> On Sun, Apr 10, 2016 at 11:39:57PM +, Kieran Kunhya wrote: >> > On Mon, 11 Apr 2016 at 00:33 Michael Niedermayer >> > >> > wrote: >> > >> > > The bits_per_raw_sample represents the number of bits of

Re: [FFmpeg-devel] [PATCH] lavfi/perspective: Add basic timeline editing.

2016-04-11 Thread Moritz Barsnick
On Sun, Apr 10, 2016 at 18:33:47 +0200, Thilo Borgmann wrote: > +It accepts the following values: > +@table @samp > +@item init > +only evaluate expressions once during the filter initialization or > +when a command is processed Please add (somewhere) that this is the default. Moritz

Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: Don't decode coefficients if no end of header tag found. Fixes fuzzed files

2016-04-11 Thread Michael Niedermayer
On Sun, Apr 10, 2016 at 04:22:26PM +0100, Kieran Kunhya wrote: > --- > libavcodec/cfhd.c | 20 +++- > 1 file changed, 19 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c > index d369568..d82eab8 100644 > --- a/libavcodec/cfhd.c > +++ b/libavcodec

Re: [FFmpeg-devel] [PATCH] lavfi/perspective: Add basic timeline editing.

2016-04-11 Thread Thilo Borgmann
Am 11.04.16 um 12:13 schrieb Moritz Barsnick: > On Sun, Apr 10, 2016 at 18:33:47 +0200, Thilo Borgmann wrote: >> +It accepts the following values: >> +@table @samp >> +@item init >> +only evaluate expressions once during the filter initialization or >> +when a command is processed > > Please add (

Re: [FFmpeg-devel] [PATCH] lavfi/perspective: Add basic timeline editing.

2016-04-11 Thread Moritz Barsnick
On Mon, Apr 11, 2016 at 12:30:26 +0200, Thilo Borgmann wrote: > > Please add (somewhere) that this is the default. > This is already in: Oh darn, sorry. I apparently checked above and inline. Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] avcodec: Add bits_per_raw_sample to AVCodecParameters

2016-04-11 Thread Hendrik Leppkes
On Mon, Apr 11, 2016 at 11:29 AM, wm4 wrote: > On Mon, 11 Apr 2016 03:12:20 +0200 > Michael Niedermayer wrote: > >> On Sun, Apr 10, 2016 at 11:39:57PM +, Kieran Kunhya wrote: >> > On Mon, 11 Apr 2016 at 00:33 Michael Niedermayer >> > wrote: >> > >> > > The bits_per_raw_sample represents the

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-04-11 Thread Michael Niedermayer
On Mon, Apr 11, 2016 at 04:25:28AM +0200, Gerion Entrup wrote: > On Donnerstag, 7. April 2016 00:35:25 CEST Michael Niedermayer wrote: > > On Wed, Mar 30, 2016 at 11:02:36PM +0200, Gerion Entrup wrote: > > > On Mittwoch, 30. März 2016 22:57:47 CEST Gerion Entrup wrote: > > > > Add improved patch. >

Re: [FFmpeg-devel] [PATCH] avcodec: Add bits_per_raw_sample to AVCodecParameters

2016-04-11 Thread wm4
On Mon, 11 Apr 2016 12:52:51 +0200 Hendrik Leppkes wrote: > On Mon, Apr 11, 2016 at 11:29 AM, wm4 wrote: > > On Mon, 11 Apr 2016 03:12:20 +0200 > > Michael Niedermayer wrote: > > > >> On Sun, Apr 10, 2016 at 11:39:57PM +, Kieran Kunhya wrote: > >> > On Mon, 11 Apr 2016 at 00:33 Michael

Re: [FFmpeg-devel] [PATCH] avcodec: Add bits_per_raw_sample to AVCodecParameters

2016-04-11 Thread Hendrik Leppkes
On Mon, Apr 11, 2016 at 1:17 PM, wm4 wrote: > On Mon, 11 Apr 2016 12:52:51 +0200 > Hendrik Leppkes wrote: > >> On Mon, Apr 11, 2016 at 11:29 AM, wm4 wrote: >> > On Mon, 11 Apr 2016 03:12:20 +0200 >> > Michael Niedermayer wrote: >> > >> >> On Sun, Apr 10, 2016 at 11:39:57PM +, Kieran Kunhya

Re: [FFmpeg-devel] [PATCH] avcodec: Add bits_per_raw_sample to AVCodecParameters

2016-04-11 Thread wm4
On Mon, 11 Apr 2016 13:26:54 +0200 Hendrik Leppkes wrote: > On Mon, Apr 11, 2016 at 1:17 PM, wm4 wrote: > > On Mon, 11 Apr 2016 12:52:51 +0200 > > Hendrik Leppkes wrote: > > > >> On Mon, Apr 11, 2016 at 11:29 AM, wm4 wrote: > >> > On Mon, 11 Apr 2016 03:12:20 +0200 > >> > Michael Niedermay

Re: [FFmpeg-devel] [PATCH] avcodec/qsv: export session management functionality

2016-04-11 Thread Michael Niedermayer
On Thu, Apr 07, 2016 at 11:44:20AM -0400, nablet developer wrote: > Signed-off-by: nablet developer > --- > libavcodec/qsv.c | 64 > +-- > libavcodec/qsv.h | 53 +++ > libavcodec/qsv_api.c | 26

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-04-11 Thread Gerion Entrup
On Montag, 11. April 2016 12:57:17 CEST Michael Niedermayer wrote: > On Mon, Apr 11, 2016 at 04:25:28AM +0200, Gerion Entrup wrote: > > On Donnerstag, 7. April 2016 00:35:25 CEST Michael Niedermayer wrote: > > > On Wed, Mar 30, 2016 at 11:02:36PM +0200, Gerion Entrup wrote: > > > > On Mittwoch, 30.

Re: [FFmpeg-devel] [PATCH] avcodec/qsv: export session management functionality

2016-04-11 Thread nablet developer
>> >> diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c >> index 4c8e6b0..81d1f0c 100644 >> --- a/libavcodec/qsv.c >> +++ b/libavcodec/qsv.c >> @@ -18,14 +18,19 @@ >> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 >> USA >> */ >> >> -#include >> -#include >> - >>

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-04-11 Thread Michael Niedermayer
On Mon, Apr 11, 2016 at 02:30:37PM +0200, Gerion Entrup wrote: > On Montag, 11. April 2016 12:57:17 CEST Michael Niedermayer wrote: > > On Mon, Apr 11, 2016 at 04:25:28AM +0200, Gerion Entrup wrote: > > > On Donnerstag, 7. April 2016 00:35:25 CEST Michael Niedermayer wrote: > > > > On Wed, Mar 30,

Re: [FFmpeg-devel] [PATCH] swscale/arm: add yuv2planeX_8_neon

2016-04-11 Thread Matthieu Bouron
On Mon, Apr 11, 2016 at 9:58 AM, Benoit Fouet wrote: > Hi, > > (again, thanks to both of you for documenting all this assembly /NEON code) > > On 09/04/2016 10:22, Matthieu Bouron wrote: > >> From: Matthieu Bouron >> >> --- >> >> Hello, >> >> The following patch add yuv2planeX_8_neon function fo

Re: [FFmpeg-devel] [PATCH] sws/aarch64: add ff_yuv2planeX_8_neon

2016-04-11 Thread Clément Bœsch
On Fri, Apr 08, 2016 at 05:46:13PM +0200, Clément Bœsch wrote: > On Fri, Apr 08, 2016 at 05:35:20PM +0200, Clément Bœsch wrote: > > From: Clément Bœsch > > > > --- > > libswscale/aarch64/Makefile | 1 + > > libswscale/aarch64/output.S | 66 > > > >

[FFmpeg-devel] Developer required for EBU-STL subtitle decoding support

2016-04-11 Thread Kieran O Leary
Hello, I am looking for a time/money quote for someone to add EBU-STL subtitle decoding to ffmpeg. I saw the list of available developers on the ffmpeg website, but I wasn't sure who was best to contact. I work for the IFI Irish Film Archive, and we receive EBU-STL subtitles for AS-11 UKDPP broad

Re: [FFmpeg-devel] [PATCH 2/2] avformat/framehash: Add more information to the output

2016-04-11 Thread Michael Niedermayer
On Sun, Apr 10, 2016 at 06:22:53PM -0300, James Almer wrote: > From: Michael Niedermayer > > Signed-off-by: Michael Niedermayer > Signed-off-by: James Almer > --- > The differences with Michael's original patch are that this one is updated > to use codecpar, and adds the new output as framehash

Re: [FFmpeg-devel] [PATCH] swscale/arm: add yuv2planeX_8_neon

2016-04-11 Thread Matthieu Bouron
On Mon, Apr 11, 2016 at 4:18 PM, Matthieu Bouron wrote: > > > On Mon, Apr 11, 2016 at 9:58 AM, Benoit Fouet > wrote: > >> Hi, >> >> (again, thanks to both of you for documenting all this assembly /NEON >> code) >> >> On 09/04/2016 10:22, Matthieu Bouron wrote: >> >>> From: Matthieu Bouron >>> >

Re: [FFmpeg-devel] Developer required for EBU-STL subtitle decoding support

2016-04-11 Thread Reimar Döffinger
On Mon, Apr 11, 2016 at 04:34:02PM +0100, Kieran O Leary wrote: > Hello, > > I am looking for a time/money quote for someone to add EBU-STL > subtitle decoding to ffmpeg. I saw the list of available developers on > the ffmpeg website, but I wasn't sure who was best to contact. > > I work for the

Re: [FFmpeg-devel] [PATCH] Implement hdcd filtering

2016-04-11 Thread Carl Eugen Hoyos
Benjamin St gmail.com> writes: > Attachment (hdcd.wav): audio/x-wav, 1584 KiB Please compress the input sample with a lossless audio encoder. Note that you also have to send a patch that adds the new license to allow fate to pass. Carl Eugen ___ f

Re: [FFmpeg-devel] [PATCH] doc/filters: document testsrc2 source filter

2016-04-11 Thread Lou Logan
On Sun, 10 Apr 2016 20:27:07 +0200, Paul B Mahol wrote: > > LGTM Pushed. Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] libavcodec/exr : add support for datawindow who exceed display window

2016-04-11 Thread Martin Vignali
2016-04-10 19:50 GMT+02:00 Martin Vignali : > > > 2016-04-10 19:23 GMT+02:00 Paul B Mahol : > >> On 4/10/16, Martin Vignali wrote: >> > 2016-04-10 18:12 GMT+02:00 Paul B Mahol : >> > >> >> On 4/10/16, Martin Vignali wrote: >> >> > 2016-04-09 6:54 GMT+02:00 Paul B Mahol : >> >> > >> >> >> On 4/9/

[FFmpeg-devel] [PATCH] ffplay: convert to codecpar

2016-04-11 Thread Marton Balint
Signed-off-by: Marton Balint --- ffplay.c | 56 ++-- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/ffplay.c b/ffplay.c index 123f4bc..804bcbc 100644 --- a/ffplay.c +++ b/ffplay.c @@ -641,6 +641,7 @@ static int decoder_decode_fr

[FFmpeg-devel] [PATCH 2/3] doc/examples: Enchance argument parsing in fffuzz

2016-04-11 Thread Pawel Golinski
Now any combination of arguments is allowed. --- doc/examples/fffuzz.c | 91 +++ 1 file changed, 78 insertions(+), 13 deletions(-) diff --git a/doc/examples/fffuzz.c b/doc/examples/fffuzz.c index e59066d..23cdda1 100644 --- a/doc/examples/fffuzz.c +

[FFmpeg-devel] [PATCH 3/3] doc/examples: Add thread_type flag to fffuzz

2016-04-11 Thread Pawel Golinski
--- doc/examples/fffuzz.c | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/doc/examples/fffuzz.c b/doc/examples/fffuzz.c index 23cdda1..293c178 100644 --- a/doc/examples/fffuzz.c +++ b/doc/examples/fffuzz.c @@ -223,7 +223,9 @@ void exit_with_usage_msg(

[FFmpeg-devel] [PATCH 1/3] doc/examples: Add fffuzz example

2016-04-11 Thread Pawel Golinski
There are some afl specific macros inside, to make the example usable with afl fuzzer. --- doc/examples/fffuzz.c | 373 ++ 1 file changed, 373 insertions(+) create mode 100644 doc/examples/fffuzz.c diff --git a/doc/examples/fffuzz.c b/doc/examples/

Re: [FFmpeg-devel] [PATCH] ffplay: convert to codecpar

2016-04-11 Thread Michael Niedermayer
On Mon, Apr 11, 2016 at 11:11:00PM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > ffplay.c | 56 ++-- > 1 file changed, 34 insertions(+), 22 deletions(-) seems working, also no new issue in valgrind in my quick test there ar

Re: [FFmpeg-devel] [Patch][GSoC] Motion Estimation filter

2016-04-11 Thread Michael Niedermayer
On Sat, Apr 09, 2016 at 11:50:07PM +, Davinder Singh wrote: > ok, applied the changes. with new closest vector condition. will add > threshold now. it may be beyond the scope of this qualification task but to get good quality vectors the surrounding vectors will have to be considered in choosi

Re: [FFmpeg-devel] [PATCH] lavf/matroskaenc.c: use metadata key/value to set mastering metadata

2016-04-11 Thread Neil Birkbeck
We've added support for the correct elements in matroskadec and matroskaenc: https://github.com/FFmpeg/FFmpeg/commit/e7e5c5e6c4d7e85531bd90a84cbd35c3d84f0453 https://github.com/FFmpeg/FFmpeg/commit/bbda13a7713b8ae8c725c5bb774ac45d614b34eb The intention of this patch is to expose a way to set this

Re: [FFmpeg-devel] [PATCH] [WIP] Updated MLP encoder - Qualification Task (TrueHD)

2016-04-11 Thread Michael Niedermayer
On Sun, Apr 10, 2016 at 04:57:33AM +0530, Jai Luthra wrote: > Hi, > > I've updated the patch (attached): > * Fixed the build warnings > * Applied atomnuker's changes to update the mlp_encode_frame function > * Added AudioFrameQueue as suggested by atomnuker > > The encoder now works without any e