[FFmpeg-devel] [PATCH 2/2] avcodec: loongson optimized idctdsp with mmi

2015-07-15 Thread 周晓勇
From ff6de02986fa6693376bee60f9f886e06310d0b6 Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Thu, 16 Jul 2015 13:23:36 +0800 Subject: [PATCH 2/2] avcodec: loongson optimized idctdsp with mmi Signed-off-by: ZhouXiaoyong --- libavcodec/mips/Makefile|1 + libavcodec/mips/idctds

[FFmpeg-devel] [PATCH 1/2] avcodec: loongson add constant definition

2015-07-15 Thread 周晓勇
From 2e7ab3de30e342a42f00fe85ba3e70c350b05f6f Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Thu, 16 Jul 2015 13:22:06 +0800 Subject: [PATCH 1/2] avcodec: loongson add constant definition Signed-off-by: ZhouXiaoyong --- libavcodec/mips/Makefile| 1 + libavcodec/mips/constants.c | 53 ++

Re: [FFmpeg-devel] Controlling the server reply (was: 9/9] doc/example: Add http multi-client) example code

2015-07-15 Thread Stephan Holljes
Hello, sorry for the delayed response, I somehow overlooked it and also just entered my exam preparation period. On Mon, Jul 13, 2015 at 2:13 PM, Nicolas George wrote: > Le quartidi 24 messidor, an CCXXIII, Stephan Holljes a écrit : >> the best thing I thought of was some kind of generic communic

[FFmpeg-devel] [PATCH v5] Add support for Audible AAX (and AAX+) files

2015-07-15 Thread Vesselin Bontchev
Hi, A sample Audible .aax file can be downloaded from the following link, https://gitlab.com/vesselin.bontchev/audible-samples/tree/master Usage, ffmpeg -activation_bytes 62689101 -i Audible_AAX_sample_62689101.aax -vn -c:a copy -v debug output.mp4 Thanks, VesselinFrom 933c6d8fd44ff4683e16fbe

Re: [FFmpeg-devel] [PATCH]Save properties of the decoded stream

2015-07-15 Thread Michael Niedermayer
On Thu, Jul 16, 2015 at 12:47:51AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch allows users to know about specific properties of a decoded > stream, two examples included. > > To be split in two or three, version bumps missing. > > Please comment, Carl Eugen > avcodec.h | 12 +

[FFmpeg-devel] [PATCH 2/2] avformat/mpegtsenc: Support a user specified PAT/PMT period

2015-07-15 Thread Michael Niedermayer
From: Michael Niedermayer Can be used to fix Ticket3714 Signed-off-by: Michael Niedermayer --- libavformat/mpegtsenc.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 7fc717c..25397f1 100644 -

[FFmpeg-devel] [PATCH 1/2] avformat/mpegtsenc: support storing PAT/PMT per frame

2015-07-15 Thread Michael Niedermayer
From: Michael Niedermayer Signed-off-by: Michael Niedermayer --- libavformat/mpegtsenc.c |9 + 1 file changed, 9 insertions(+) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index c74389a..7fc717c 100644 --- a/libavformat/mpegtsenc.c +++ b/libavformat/mpegtsenc.c @@

Re: [FFmpeg-devel] GSoC Weely report (libswscale)

2015-07-15 Thread Pedro Arthur
Hi, I removed the asserts referencing unused variables and it passed all tests. The following patch contains the changes and some improvements to the code as a single diff. 2015-07-12 10:04 GMT-03:00 Pedro Arthur : > I'll check it, I think most of these asserts are from some unused > variables w

[FFmpeg-devel] [PATCH]Save properties of the decoded stream

2015-07-15 Thread Carl Eugen Hoyos
Hi! Attached patch allows users to know about specific properties of a decoded stream, two examples included. To be split in two or three, version bumps missing. Please comment, Carl Eugen diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 738f4db..c8b70d7 100644 --- a/libavcodec/av

Re: [FFmpeg-devel] [PATCH v4] Add support for Audible AAX (and AAX+) files

2015-07-15 Thread Carl Eugen Hoyos
Vesselin Bontchev yandex.com> writes: > +ffio_read_size(pb, output, 8); // go to > offset 8, absolute postion 0x251 Sorry if I misunderstand the code, but I believe this should be "avio_skip()" > +ffio_read_size(pb, input, DRM_BLOB_SIZE); Is there a disadvantage using avio_read()? >

Re: [FFmpeg-devel] [PATCH v4] Add support for Audible AAX (and AAX+) files

2015-07-15 Thread Vesselin Bontchev
Hi Carl, Hendrik, I would like to get this patch merged in FFmpeg. Is there something I can do to make this happen? Thanks again, Vesselin 14.07.2015, 01:17, "Vesselin Bontchev" : > Thanks for all the feedback, and help. > > Vesselin ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/2] apng: Fix wrong default final frame delay in muxer

2015-07-15 Thread Michael Niedermayer
On Mon, Jul 13, 2015 at 08:17:42AM +, Donny Yang wrote: > --- > libavformat/apngenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/apngenc.c b/libavformat/apngenc.c > index dcf6b90..9b2c634 100644 > --- a/libavformat/apngenc.c > +++ b/libavformat/apngen

Re: [FFmpeg-devel] [PATCH v4] Add support for Audible AAX (and AAX+) files

2015-07-15 Thread Nicolas George
Le sextidi 26 messidor, an CCXXIII, Vesselin Bontchev a écrit : > Thanks for all the feedback, and help. A few more comments, sorry. > From 1ed235454a61fe1f8d993d09d3d6398e7609c624 Mon Sep 17 00:00:00 2001 > From: Vesselin Bontchev > Date: Sat, 11 Jul 2015 18:02:47 + > Subject: [PATCH] Add s

Re: [FFmpeg-devel] [PATCH v4] Add support for Audible AAX (and AAX+) files

2015-07-15 Thread Paul B Mahol
Dana 15. 7. 2015. 22:38 osoba "Vesselin Bontchev" < vesselin.bontc...@yandex.com> napisala je: > > Hi Carl, Hendrik, > > I would like to get this patch merged in FFmpeg. Is there something I can do to make this happen? > Sorry for my ignorance but are there samples this can be tested? > Thanks ag

Re: [FFmpeg-devel] [PATCH 1/5] concatdec: add support for specifying inpoint of files

2015-07-15 Thread Marton Balint
On Sat, 11 Jul 2015, Marton Balint wrote: Signed-off-by: Marton Balint --- doc/demuxers.texi | 17 + libavformat/concatdec.c | 39 ++- 2 files changed, 43 insertions(+), 13 deletions(-) Hi Nicolas, Could you please check the v2 patch

[FFmpeg-devel] [PATCH] lavc/srtdec: handle leading whitespace before tag names

2015-07-15 Thread Rodger Combs
This fixes cases like ``. --- libavcodec/srtdec.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/libavcodec/srtdec.c b/libavcodec/srtdec.c index ed3af95..c26eb74 100644 --- a/libavcodec/srtdec.c +++ b/libavcodec/srtdec.c @@ -59,6 +59,7 @@ static void srt_to_a

Re: [FFmpeg-devel] [PATCH] avfilter/af_astats: export metadata

2015-07-15 Thread Dave Rice
> On Jul 1, 2015, at 4:10 AM, Paul B Mahol wrote: > > On 6/30/15, Dave Rice wrote: >> Hi Paul, >> >>> On Jun 29, 2015, at 7:40 PM, Paul B Mahol wrote: >>> >>> Signed-off-by: Paul B Mahol >>> --- >>> doc/filters.texi| 35 ++ >>> libavfilter/af_astats.c | 80 >>> +++

Re: [FFmpeg-devel] [PATCH] avfilter: add random video filter

2015-07-15 Thread Paul B Mahol
Dana 15. 7. 2015. 16:20 osoba "Nicolas George" napisala je: > > Le septidi 27 messidor, an CCXXIII, Paul B Mahol a écrit : > > Returns random frame from internal cache. > > What internal cache? And what is random? The order? Frames are discarded? Internal cache of frames. Order is random. No fra

Re: [FFmpeg-devel] [PATCH 1/2] apng: Support inter-frame compression

2015-07-15 Thread Paul B Mahol
Dana 13. 7. 2015. 10:17 osoba "Donny Yang" napisala je: > > The current algorithm is just "try all the combinations, and pick the best". > It's not very fast either, probably due to a lot of copying, but will do for > an initial implementation. > --- > libavcodec/pngenc.c | 423 ++

Re: [FFmpeg-devel] [PATCH] avfilter: add random video filter

2015-07-15 Thread Nicolas George
Le septidi 27 messidor, an CCXXIII, Paul B Mahol a écrit : > Returns random frame from internal cache. What internal cache? And what is random? The order? Frames are discarded? What does it actually do? What is it useful for? Regards, -- Nicolas George signature.asc Description: Digital sig

Re: [FFmpeg-devel] [PATCH] avfilter/af_astats: calculate audio bit-depth

2015-07-15 Thread Paul B Mahol
Dana 15. 7. 2015. 14:33 osoba "Nicolas George" napisala je: > > Le septidi 27 messidor, an CCXXIII, Paul B Mahol a écrit : > > Everything other use '_' instead of ' '. I do not think '-' should be > > replaced by '_'. > > Is there any other metadata tag not containing a dash, or anything other > t

Re: [FFmpeg-devel] [PATCH] avfilter: add random video filter

2015-07-15 Thread Paul B Mahol
Dana 15. 7. 2015. 14:33 osoba "Nicolas George" napisala je: > > Le septidi 27 messidor, an CCXXIII, Paul B Mahol a écrit : > > +@section random > > + > > +Flush video frames from internal cache into a random way. > > Can you reword it? I must say I do not understand what it means. > What about: R

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: loongson optimized mpegvideo dct unquantize with mmi

2015-07-15 Thread Michael Niedermayer
On Thu, Jul 09, 2015 at 04:34:09PM +0800, 周晓勇 wrote: > From 86f901e61532d3c06dbd93e15d47a66b119c44f8 Mon Sep 17 00:00:00 2001 > From: ZhouXiaoyong > Date: Thu, 9 Jul 2015 14:34:21 +0800 > Subject: [PATCH 2/2] avcodec: loongson optimized mpegvideo dct unquantize with > mmi > > > Signed-off-by: Z

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: loongson optimized h264pred with mmi

2015-07-15 Thread Michael Niedermayer
On Thu, Jul 09, 2015 at 05:10:42PM +0800, 周晓勇 wrote: > Hi, Michael. > > did you install the new FC21 and is there any problem when installing? > the installation maybe freted, but worth. > i add ".set arch=loongson3a" for last h264pred patch to pass compiling on > FC19-O32, and fate success in bo

Re: [FFmpeg-devel] [PATCH] avfilter: add deband filter

2015-07-15 Thread James Darnley
On 2015-07-15 00:06, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 35 ++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_deband.c | 312 > +++ > 4 files changed, 349

Re: [FFmpeg-devel] [PATCH] avcodec: add new Videotoolbox hwaccel.

2015-07-15 Thread Clément Bœsch
On Sat, Jun 20, 2015 at 01:33:00PM +0200, Sebastien Zwickert wrote: > Old videtotoolbox patch rebased and updated to target the new HWAccel API. > As VDA is a wrapper of VideoToolbox framework, the changes base vda > implementation > upon the videotoolbox implementation to factorize common part of

Re: [FFmpeg-devel] [PATCH] lavc/srtdec: handle leading whitespace before tag names

2015-07-15 Thread Michael Niedermayer
On Wed, Jul 15, 2015 at 02:44:02PM +0200, wm4 wrote: > On Tue, 14 Jul 2015 19:10:22 -0500 > Rodger Combs wrote: > > > This fixes cases like ``. > > > > I'm not particularly happy with this solution, but anything better would > > need > > to be part of a larger cleanup. > > --- > > libavcodec/s

[FFmpeg-devel] [PATCH] avfilter/vf_eq: Support contrast from -1000 to 1000

2015-07-15 Thread Michael Niedermayer
From: Michael Niedermayer Fixes "-vf eq=0.05,eq=20" Signed-off-by: Michael Niedermayer --- libavfilter/vf_eq.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_eq.c b/libavfilter/vf_eq.c index f8b8160..1519d3d 100644 --- a/libavfilter/vf_eq.c +++ b/liba

Re: [FFmpeg-devel] [PATCH] avfilter: add deband filter

2015-07-15 Thread Michael Niedermayer
On Tue, Jul 14, 2015 at 10:06:47PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 35 ++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_deband.c | 312 > +++ >

Re: [FFmpeg-devel] [PATCH] lavc/srtdec: handle leading whitespace before tag names

2015-07-15 Thread wm4
On Tue, 14 Jul 2015 19:10:22 -0500 Rodger Combs wrote: > This fixes cases like ``. > > I'm not particularly happy with this solution, but anything better would need > to be part of a larger cleanup. > --- > libavcodec/srtdec.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff

Re: [FFmpeg-devel] [PATCH] avfilter: add random video filter

2015-07-15 Thread Nicolas George
Le septidi 27 messidor, an CCXXIII, Paul B Mahol a écrit : > +@section random > + > +Flush video frames from internal cache into a random way. Can you reword it? I must say I do not understand what it means. Regards, -- Nicolas George signature.asc Description: Digital signature ___

Re: [FFmpeg-devel] [PATCH] avfilter/af_astats: calculate audio bit-depth

2015-07-15 Thread Nicolas George
Le septidi 27 messidor, an CCXXIII, Paul B Mahol a écrit : > Everything other use '_' instead of ' '. I do not think '-' should be > replaced by '_'. Is there any other metadata tag not containing a dash, or anything other than what the \w regexp matches? If at some point reading metadata directl

[FFmpeg-devel] [PATCH] avfilter/vf_smartblur: use the name 's' for the pointer to the private context

2015-07-15 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/vf_smartblur.c | 62 +++--- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/libavfilter/vf_smartblur.c b/libavfilter/vf_smartblur.c index 169f540..c3b12d9 100644 --- a/libavfilter/vf_smartblur.c ++

Re: [FFmpeg-devel] [PATCH] avfilter/af_astats: calculate audio bit-depth

2015-07-15 Thread Paul B Mahol
On 7/15/15, wm4 wrote: > On Tue, 14 Jul 2015 22:01:48 + > Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol >> --- >> libavfilter/af_astats.c | 21 +++-- >> 1 file changed, 19 insertions(+), 2 deletions(-) >> >> diff --git a/libavfilter/af_astats.c b/libavfilter/af_astats

Re: [FFmpeg-devel] [PATCH] configure: loongson disable expensive optimizations in gcc O3 optimization

2015-07-15 Thread Michael Niedermayer
On Wed, Jul 15, 2015 at 05:28:31PM +0800, 周晓勇 wrote: > From 18f5219dd892432c21485f2e26b91c565bde4070 Mon Sep 17 00:00:00 2001 > From: ZhouXiaoyong > Date: Tue, 14 Jul 2015 13:39:04 +0800 > Subject: [PATCH] configure: loongson disable expensive optimizations in gcc O3 > optimization > > > With g

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as libkvazaar maintainer

2015-07-15 Thread Michael Niedermayer
On Wed, Jul 15, 2015 at 09:01:23AM +0300, Arttu Ylä-Outinen wrote: > Signed-off-by: Arttu Ylä-Outinen > --- > MAINTAINERS |1 + > 1 file changed, 1 insertion(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page

Re: [FFmpeg-devel] [FFmpeg-cvslog] avfilter/internal: Improve docs about ff_request_frame()

2015-07-15 Thread Michael Niedermayer
On Wed, Jul 15, 2015 at 08:12:20AM +0200, Clément Bœsch wrote: > On Wed, Jul 15, 2015 at 12:09:59AM +0200, Michael Niedermayer wrote: > > ffmpeg | branch: master | Michael Niedermayer | > > Tue Jul 14 19:44:59 2015 +0200| [522256b374fe3b8edfea0040bdd5878ea8c8e37c] > > | committer: Michael Nieder

[FFmpeg-devel] [PATCH] avfilter: add random video filter

2015-07-15 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 10 libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_random.c | 136 +++ 4 files changed, 148 insertions(+) create mode 100644 libavfilter/vf_random.c

[FFmpeg-devel] [PATCH] configure: loongson disable expensive optimizations in gcc O3 optimization

2015-07-15 Thread 周晓勇
From 18f5219dd892432c21485f2e26b91c565bde4070 Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Tue, 14 Jul 2015 13:39:04 +0800 Subject: [PATCH] configure: loongson disable expensive optimizations in gcc O3 optimization With gcc-4.9.2 loongson faild in test fate-dca, this is caused by option -f

Re: [FFmpeg-devel] FFmpeg/MPlayer/rtmpdump possibly searching for a new server and hosting

2015-07-15 Thread Nicolas George
Le septidi 27 messidor, an CCXXIII, Timothy Gu a écrit : > Trying to download from OVH (http://bhs.proof.ovh.net/files/100Mio.dat) > > - In China's home network (Shanghai): avg. 9 KB/s > - In DigitalOcean's LAX1 (Los Angeles) data center: avg. 11 KB/s > - In DigitalOcean's NYC3 (New York) data cen

Re: [FFmpeg-devel] [PATCH] avfilter/af_astats: calculate audio bit-depth

2015-07-15 Thread wm4
On Tue, 14 Jul 2015 22:01:48 + Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavfilter/af_astats.c | 21 +++-- > 1 file changed, 19 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/af_astats.c b/libavfilter/af_astats.c > index a89ac6d..21cec8c 100644

Re: [FFmpeg-devel] FFmpeg/MPlayer/rtmpdump possibly searching for a new server and hosting

2015-07-15 Thread Timothy Gu
On 7/15/15, Michael Niedermayer wrote: > On Tue, Jul 14, 2015 at 11:42:30PM +0100, Kieran Kunhya wrote: >> OVH has poor quality connectivity by the way - this could lead to >> performance issues in some countries. > > Has anyone done some hoster connectivity comparissions /tests ? > it would be in