[FFmpeg-devel] [PATCH 1/3] web: Remove all comments in the cleaned CSS

2014-11-15 Thread Timothy Gu
http://ffmpeg.org/css/style.min.css and the copy in ffmpeg/doc are both generated using this option. Signed-off-by: Timothy Gu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f13a36f..506a17f 100644 --- a/Makefile +++ b/Makefile @@ -11,7

[FFmpeg-devel] [PATCH 3/3] web/download.js: Detab

2014-11-15 Thread Timothy Gu
Also fix the indentation of a line. Signed-off-by: Timothy Gu --- htdocs/js/download.js | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/htdocs/js/download.js b/htdocs/js/download.js index b4807b5..30e26a2 100644 --- a/htdocs/js/download.js +++ b/htd

[FFmpeg-devel] [PATCH 2/3] web/bower.json: Detab

2014-11-15 Thread Timothy Gu
Signed-off-by: Timothy Gu --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index f270e16..af2d530 100644 --- a/bower.json +++ b/bower.json @@ -5,8 +5,8 @@ "homepage": "http://ffmpeg.org/";, "main": "htdocs/style.css",

[FFmpeg-devel] [PATCH] web/style.less: Separate out .table-bordered from .table

2014-11-15 Thread Timothy Gu
The only instance of .table in the web source is the download page for the Git repos. I did not change that page because an unbordered table there is prettier IMO. I retained the .table-bordered style in case anyone want to use it in the future. Signed-off-by: Timothy Gu --- src/less/style.less

Re: [FFmpeg-devel] [PATCH 4/4] web/style.less: Separate out .table-bordered from .table

2014-11-15 Thread Timothy Gu
Hi, On Sat, Nov 15, 2014 at 4:42 PM, Clément Bœsch wrote: > On Sat, Nov 15, 2014 at 03:49:56PM -0800, Timothy Gu wrote: > It doesn't look exactly borderless: http://i.imgur.com/ho6crAM.png (see > the black line). yes, that is intended. See the comment I wrote in the file: // This adds **horizo

Re: [FFmpeg-devel] [PATCH]Read aspect ratio from mxf

2014-11-15 Thread Michael Niedermayer
On Sun, Nov 16, 2014 at 02:03:04AM +0100, Carl Eugen Hoyos wrote: > On Saturday 15 November 2014 11:57:00 pm Michael Niedermayer wrote: > > On Sat, Nov 15, 2014 at 02:50:38AM +0100, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached patch fixes ticket #4107 for me. > > > An alternative would be

Re: [FFmpeg-devel] [PATCH] ppc: replace vec_ld(0), vec_ld(1) by VEC_LD2() which has fewer loads

2014-11-15 Thread Pavel Koshevoy
On 11/15/14 18:12, James Almer wrote: On 15/11/14 1:50 AM, Michael Niedermayer wrote: On Fri, Nov 14, 2014 at 09:00:31PM -0700, Pavel Koshevoy wrote: I ran both builds twice and captured the output from the second run of each build, it's in the attachment. By the looks of it there is no differ

Re: [FFmpeg-devel] [PATCH] ppc: replace vec_ld(0),vec_ld(1) by VEC_LD2() which has fewer loads

2014-11-15 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > This needs to be benchmarked, i do not have ppc hw Decoding mpeg2video showed a slightly lower speed for START_TIMER with the patch than without. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH] ffserver_config: fix possible crash

2014-11-15 Thread Lukasz Marek
Fixes CID #1254662 Signed-off-by: Lukasz Marek --- ffserver_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffserver_config.c b/ffserver_config.c index bc2f4db..bafee8d 100644 --- a/ffserver_config.c +++ b/ffserver_config.c @@ -748,7 +748,7 @@ static void ffserver_ap

Re: [FFmpeg-devel] [PATCH] ppc: replace vec_ld(0), vec_ld(1) by VEC_LD2() which has fewer loads

2014-11-15 Thread James Almer
On 15/11/14 1:50 AM, Michael Niedermayer wrote: > On Fri, Nov 14, 2014 at 09:00:31PM -0700, Pavel Koshevoy wrote: >> On 11/14/14 07:34, Michael Niedermayer wrote: >>> On Fri, Nov 14, 2014 at 06:45:55AM -0700, Pavel Koshevoy wrote: On Nov 13, 2014 4:15 PM, "Michael Niedermayer" wrote: > On

[FFmpeg-devel] [PATCH] ffserver_config: do not store preset name

2014-11-15 Thread Lukasz Marek
Preset are translated to AVOptions. It is not required to reparse anymore. Fixes CID #1254667 Signed-off-by: Lukasz Marek --- ffserver_config.c | 15 ++- ffserver_config.h | 2 -- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/ffserver_config.c b/ffserver_config.c

Re: [FFmpeg-devel] [PATCH]Read aspect ratio from mxf

2014-11-15 Thread Carl Eugen Hoyos
On Saturday 15 November 2014 11:57:00 pm Michael Niedermayer wrote: > On Sat, Nov 15, 2014 at 02:50:38AM +0100, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch fixes ticket #4107 for me. > > An alternative would be to force the sar to 4:3 > > if h264 10bit 1440x1080 video has sar 3:4. > > +

Re: [FFmpeg-devel] [PATCH 4/4] web/style.less: Separate out .table-bordered from .table

2014-11-15 Thread Clément Bœsch
On Sat, Nov 15, 2014 at 03:49:56PM -0800, Timothy Gu wrote: > On Sat, Nov 15, 2014 at 3:45 PM, Michael Niedermayer wrote: > > On Fri, Nov 14, 2014 at 05:12:47PM -0800, Timothy Gu wrote: > >> On Thursday, November 6, 2014, Timothy Gu wrote: > >> > > >> > The only instance of .table in the web sour

Re: [FFmpeg-devel] [PATCH 3/9] lavf/ffm: store/restore private codec context

2014-11-15 Thread Lukasz Marek
On 15.11.2014 19:59, Michael Niedermayer wrote: On Sat, Nov 15, 2014 at 02:32:26AM +0100, Lukasz Marek wrote: On 15.11.2014 01:24, Michael Niedermayer wrote: +/** + * String containing paris of key and values describing recommended encoder configuration. + * Paris are separated by

Re: [FFmpeg-devel] [PATCH 4/4] web/style.less: Separate out .table-bordered from .table

2014-11-15 Thread Timothy Gu
On Sat, Nov 15, 2014 at 3:45 PM, Michael Niedermayer wrote: > On Fri, Nov 14, 2014 at 05:12:47PM -0800, Timothy Gu wrote: >> On Thursday, November 6, 2014, Timothy Gu wrote: >> > >> > The only instance of .table in the web source is the download page for the >> > Git repos. I did not change that

Re: [FFmpeg-devel] [PATCH 4/4] web/style.less: Separate out .table-bordered from .table

2014-11-15 Thread Michael Niedermayer
On Fri, Nov 14, 2014 at 05:12:47PM -0800, Timothy Gu wrote: > On Thursday, November 6, 2014, Timothy Gu wrote: > > > > The only instance of .table in the web source is the download page for the > > Git repos. I did not change that page because an unbordered table there is > > prettier IMO. > > > >

Re: [FFmpeg-devel] [PATCH]Read aspect ratio from mxf

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 02:50:38AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #4107 for me. > An alternative would be to force the sar to 4:3 > if h264 10bit 1440x1080 video has sar 3:4. > > Please review, Carl Eugen > mxfdec.c |4 > utils.c | 15 +

Re: [FFmpeg-devel] [PATCH 2/2] lavc/options: initialize pkt_timebase

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 09:07:13PM +0100, Lukasz Marek wrote: > It's default in option_table.h is 0, but without this fix it is represented > as 0/0. > > Signed-off-by: Lukasz Marek > --- > libavcodec/options.c | 1 + > 1 file changed, 1 insertion(+) should be ok i dont think 0/0 0/1 1/0 make

Re: [FFmpeg-devel] [PATCH 1/2] lavc/options: set timecode_frame_start to -1 as option default

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 09:07:12PM +0100, Lukasz Marek wrote: > Signed-off-by: Lukasz Marek > --- > libavcodec/options.c | 1 - > libavcodec/options_table.h | 2 +- > 2 files changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavcodec/options.c b/libavcodec/options.c > index 461e4a

Re: [FFmpeg-devel] [PATCH 3/9] lavf/ffm: store/restore private codec context

2014-11-15 Thread Lukasz Marek
On 15.11.2014 19:59, Michael Niedermayer wrote: On Sat, Nov 15, 2014 at 02:32:26AM +0100, Lukasz Marek wrote: On 15.11.2014 01:24, Michael Niedermayer wrote: +/** + * String containing paris of key and values describing recommended encoder configuration. + * Paris are separated by

[FFmpeg-devel] [PATCH 2/2] lavc/options: initialize pkt_timebase

2014-11-15 Thread Lukasz Marek
It's default in option_table.h is 0, but without this fix it is represented as 0/0. Signed-off-by: Lukasz Marek --- libavcodec/options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/options.c b/libavcodec/options.c index ae5e5d5..5437770 100644 --- a/libavcodec/options.c +++ b

[FFmpeg-devel] [PATCH 1/2] lavc/options: set timecode_frame_start to -1 as option default

2014-11-15 Thread Lukasz Marek
Signed-off-by: Lukasz Marek --- libavcodec/options.c | 1 - libavcodec/options_table.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/options.c b/libavcodec/options.c index 461e4a1..ae5e5d5 100644 --- a/libavcodec/options.c +++ b/libavcodec/options.c @@ -11

Re: [FFmpeg-devel] [PATCH 3/9] lavf/ffm: store/restore private codec context

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 02:32:26AM +0100, Lukasz Marek wrote: > On 15.11.2014 01:24, Michael Niedermayer wrote: > +/** > + * String containing paris of key and values describing recommended > encoder configuration. > + * Paris are separated by ','. > + * Keys ar

[FFmpeg-devel] [PATCH] h264_mb: Use smaller data type for refs in await_references.

2014-11-15 Thread Reimar Döffinger
As far as I can tell the value can never go outside the int16_t type. And especially the cost of the initialization is reduced quite a bit by making it smaller. Overall decoding speedup not measurable though. Signed-off-by: Reimar Döffinger --- libavcodec/h264_mb.c | 4 ++-- 1 file changed, 2 in

Re: [FFmpeg-devel] [FFMPEG][OPW] FFmpeg OPW libavfilter task

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 10:31:21PM +0530, arwa arif wrote: > On Sat, Nov 15, 2014 at 4:18 PM, Michael Niedermayer > wrote: > > > On Sat, Nov 15, 2014 at 01:53:58PM +0530, arwa arif wrote: > > > On Fri, Nov 14, 2014 at 4:30 PM, Michael Niedermayer > > > > > wrote: > > > > > > > On Fri, Nov 14, 20

[FFmpeg-devel] [PATCH] h264_i386: Optimize decode_significance_8x8_x86 for 64 bit.

2014-11-15 Thread Reimar Döffinger
11674 -> 10877 decicycles on my Phenom II. Overall speedup was unfortunately within measurement error. Signed-off-by: Reimar Döffinger --- libavcodec/x86/h264_i386.h | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/libavcodec/x86/h264_i386.h b/

Re: [FFmpeg-devel] [FFMPEG][OPW] FFmpeg OPW libavfilter task

2014-11-15 Thread arwa arif
On Sat, Nov 15, 2014 at 4:18 PM, Michael Niedermayer wrote: > On Sat, Nov 15, 2014 at 01:53:58PM +0530, arwa arif wrote: > > On Fri, Nov 14, 2014 at 4:30 PM, Michael Niedermayer > > > wrote: > > > > > On Fri, Nov 14, 2014 at 01:23:14PM +0530, arwa arif wrote: > > > > On Fri, Nov 14, 2014 at 7:21

Re: [FFmpeg-devel] [PATCH] Fix the timeout option not working when connecting to a HTTP url that requires authentication.

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 08:08:42AM -0500, Brandon Lees wrote: > On Sat, Nov 15, 2014 at 6:23 AM, Michael Niedermayer > wrote: > > > On Fri, Nov 14, 2014 at 06:05:44PM -0500, Brandon Lees wrote: > > > In http_open_cnx, the patch restores the AVDictionary if connection > > needs to be re-tried > >

Re: [FFmpeg-devel] [PATCH] Fix the timeout option not working when connecting to a HTTP url that requires authentication.

2014-11-15 Thread Brandon Lees
On Sat, Nov 15, 2014 at 6:23 AM, Michael Niedermayer wrote: > On Fri, Nov 14, 2014 at 06:05:44PM -0500, Brandon Lees wrote: > > In http_open_cnx, the patch restores the AVDictionary if connection > needs to be re-tried > > because of a authentication/redirect status code. > > > > Previously, if a

Re: [FFmpeg-devel] [PATCH] Enables parsing DVD color palette directly from IFO file

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 01:34:29PM +0900, TOYAMA Shin-ichi wrote: > Thank you for discussing about this. > > Michael Niedermayer wrote in <20141114203251.GX32286@nb4> > >> +ctx->has_palette = 0; > >> +ret = avio_open2(&ifo, p, AVIO_FLAG_READ, NULL, NULL); > > > >libavcodec does not depend

Re: [FFmpeg-devel] HAP QuickTime codec support

2014-11-15 Thread Reimar Döffinger
On Fri, Nov 14, 2014 at 08:59:45PM +0100, Reimar Döffinger wrote: > On Fri, Nov 14, 2014 at 08:43:25PM +0100, Reimar Döffinger wrote: > > On Fri, Nov 14, 2014 at 08:37:47PM +0100, Reimar Döffinger wrote: > > > On Fri, Nov 14, 2014 at 03:19:26PM +0100, bzk0...@aol.com wrote: > > > > Dear ffmpeg deve

Re: [FFmpeg-devel] [PATCHv2] vf_interlace: Add SIMD for lowpass filter

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 02:29:53AM +0100, Michael Niedermayer wrote: > On Wed, Nov 12, 2014 at 01:19:20PM +0100, Michael Niedermayer wrote: > > On Tue, Nov 11, 2014 at 06:43:42PM +, Kieran Kunhya wrote: > > > --- > > > libavfilter/interlace.h | 59 + > >

Re: [FFmpeg-devel] [PATCH] Fix the timeout option not working when connecting to a HTTP url that requires authentication.

2014-11-15 Thread Michael Niedermayer
On Fri, Nov 14, 2014 at 06:05:44PM -0500, Brandon Lees wrote: > In http_open_cnx, the patch restores the AVDictionary if connection needs to > be re-tried > because of a authentication/redirect status code. > > Previously, if a 401/407/30x status code was encountered, http_open_cnx would > resta

Re: [FFmpeg-devel] [PATCH] mov.c: fix handling of seek return in read_mfra

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 09:02:56AM +0200, Mika Raento wrote: > On 15 November 2014 09:00, Mika Raento wrote: > > > On 14 November 2014 21:51, Michael Niedermayer wrote: > > > >> On Fri, Nov 14, 2014 at 07:12:34PM +0200, Mika Raento wrote: > >> > this would cause mfra to be ignored in files large

Re: [FFmpeg-devel] [FFMPEG][OPW] FFmpeg OPW libavfilter task

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 01:53:58PM +0530, arwa arif wrote: > On Fri, Nov 14, 2014 at 4:30 PM, Michael Niedermayer > wrote: > > > On Fri, Nov 14, 2014 at 01:23:14PM +0530, arwa arif wrote: > > > On Fri, Nov 14, 2014 at 7:21 AM, Michael Niedermayer > > > > > wrote: > > > > > > > Hi > > > > > > > >

Re: [FFmpeg-devel] [FFMPEG][OPW] FFmpeg OPW libavfilter task

2014-11-15 Thread arwa arif
On Fri, Nov 14, 2014 at 4:30 PM, Michael Niedermayer wrote: > On Fri, Nov 14, 2014 at 01:23:14PM +0530, arwa arif wrote: > > On Fri, Nov 14, 2014 at 7:21 AM, Michael Niedermayer > > > wrote: > > > > > Hi > > > > > > On Wed, Nov 12, 2014 at 11:24:00AM +0100, Stefano Sabatini wrote: > > > > In dat