Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: add single file mode

2014-07-22 Thread Eli Kara
> HLS version 4 offers the possibility to keep the media file whole instead of > splitting it. In that case, segments are specified with byte ranges. > We introduce a new '-hls_flags' option for the hlsenc muxer, with a single > flag for the time being, 'single_file'. Nicolas, just out of curi

[FFmpeg-devel] Inconsistent UDP output packet size - patch

2014-07-22 Thread Konstantin Shpinev
Following https://trac.ffmpeg.org/ticket/2748 0001-fix-flush_buffer-in-aviobuf.c-to-produce-constant-pa.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] lavf/segment: do not allow to create segments with no key-frames

2014-07-22 Thread Stefano Sabatini
On date Friday 2014-07-18 16:05:35 +0200, Michael Niedermayer encoded: > On Thu, Jul 17, 2014 at 08:39:16PM +0200, Stefano Sabatini wrote: > > Fix trac ticket #3749. > > --- > > libavformat/segment.c | 16 +--- > > 1 file changed, 9 insertions(+), 7 deletions(-) > > probably ok Appli

Re: [FFmpeg-devel] [PATCH] lavf/segment: sanitize segment end time in case last packet didn't have a defined duration

2014-07-22 Thread Stefano Sabatini
On date Thursday 2014-07-17 20:39:21 +0200, Stefano Sabatini encoded: > In particular, avoids to set segments with a 0 duration (e.g. segment > with a single reference frame for which duration is undefined). > --- > libavformat/segment.c | 6 ++ > 1 file changed, 6 insertions(+) Applied. --

Re: [FFmpeg-devel] [PATCH 1/7] avformat/hlsenc: correctly compute target duration

2014-07-22 Thread Stefano Sabatini
On date Friday 2014-07-18 10:57:41 +0200, Nicolas Martyanoff encoded: > With HLS, the duration of all segments must be lower or equal to the target > duration. Therefore floor(duration + 0.5) yields incorrect results. > > For example, for duration = 1.35, floor(duration + 0.5) yields 1.0, but the

Re: [FFmpeg-devel] Inconsistent UDP output packet size - patch

2014-07-22 Thread Benoit Fouet
Hi, > From a9d25569645e4031cd789ddbf696baaf6918f9dc Mon Sep 17 00:00:00 2001 > From: Konstantin Shpinev > Date: Tue, 22 Jul 2014 17:06:07 +0600 > Subject: [PATCH] fix flush_buffer in aviobuf.c to produce constant packet > size, see https://trac.ffmpeg.org/ticket/2748 > > --- > libavformat/avio

[FFmpeg-devel] [PATCH] mjpegdec: add 0x14121200 pixel format support

2014-07-22 Thread Przemysław Sobala
Hello Patch adds support for 0x14121200 pixel format to MJPEG decoder. I can deliver a sample image but don't know where upload to? -- psze...@wp-sa.pl [http://i.wp.pl/a/i/sg/mail/all/logo_wp.png] [Nowy lider polskiego internetu] Główne Spółki Grupy Wirtualna Pols

Re: [FFmpeg-devel] [PATCH] mjpegdec: add 0x14121200 pixel format support

2014-07-22 Thread Carl Eugen Hoyos
Przemysław Sobala wp-sa.pl> writes: > Patch adds support for 0x14121200 pixel format > to MJPEG decoder. > I can deliver a sample image but don't know > where upload to? Please provide a sample, either upload to http://www.datafilehost.com/ or read https://ffmpeg.org/bugreports.html (there

Re: [FFmpeg-devel] [PATCH] mjpegdec: add 0x14121200 pixel format support

2014-07-22 Thread Przemysław Sobala
W dniu 22.07.2014 17:03, Carl Eugen Hoyos pisze: Przemysław Sobala wp-sa.pl> writes: Patch adds support for 0x14121200 pixel format to MJPEG decoder. I can deliver a sample image but don't know where upload to? Please provide a sample, either upload to http://www.datafilehost.com/ or read

[FFmpeg-devel] [PATCH]Print a warning if the invalid tiff tag type 0 is found in an exif tag

2014-07-22 Thread Carl Eugen Hoyos
Hi! FFmpeg currently requests a sample if an exif tag with tag type 0 is found. Attached patch prints a warning instead, fixes ticket #3792. Please comment, Carl Eugen diff --git a/libavcodec/exif.c b/libavcodec/exif.c index a980da2..fa30f05 100644 --- a/libavcodec/exif.c +++ b/libavcodec/exif.c

Re: [FFmpeg-devel] [PATCH] avutil/opt: set_string_number(): remove unneeded copy

2014-07-22 Thread Michael Niedermayer
On Mon, Jul 21, 2014 at 11:39:43PM -0700, Muhammad Faiz wrote: > also remove unused variables > > thanks > > --- > libavutil/opt.c | 21 ++--- > 1 file changed, 10 insertions(+), 11 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133

Re: [FFmpeg-devel] [PATCH] mjpegdec: add 0x14121200 pixel format support

2014-07-22 Thread Michael Niedermayer
On Tue, Jul 22, 2014 at 05:08:53PM +0200, Przemysław Sobala wrote: > W dniu 22.07.2014 17:03, Carl Eugen Hoyos pisze: > >Przemysław Sobala wp-sa.pl> writes: > > > >>Patch adds support for 0x14121200 pixel format > >>to MJPEG decoder. > > > >>I can deliver a sample image but don't know > >>where up

Re: [FFmpeg-devel] [PATCH] mjpegdec: add 0x14121200 pixel format support

2014-07-22 Thread Carl Eugen Hoyos
Przemysław Sobala wp-sa.pl> writes: > sample input file: > http://www.datafilehost.com/d/8ef264ae Uploaded as http://samples.ffmpeg.org/image-samples/14121200.jpg Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmp

Re: [FFmpeg-devel] [PATCH] hevc: wait proper position for tmvp

2014-07-22 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 10:00:11AM +0200, Christophe Gisquet wrote: > The old code might have been detrimental as it was potentially > checking a CTB line below what's needed. > > -- > Christophe > hevc_mvs.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > 15611a6cd3a2bdcae43

Re: [FFmpeg-devel] [PATCH 2] hevc: use different thread wait/report for tmvp

2014-07-22 Thread Christophe Gisquet
Hi, 2014-07-21 11:11 GMT+02:00 Christophe Gisquet : > The change makes sense by itself, but it doesn't seem worth it. I'd > still like to see if Mickaël can provide more meaningful numbers. No strong reason behind this, but let's drop that patch. -- Christophe __

Re: [FFmpeg-devel] [PATCH] avformat: Add image3 demuxers with format autodetection

2014-07-22 Thread Andreas Cadhalpun
On 22.07.2014 05:25, Michael Niedermayer wrote: On Tue, Jul 22, 2014 at 03:34:45AM +0200, Andreas Cadhalpun wrote: Subject: [PATCH] libavformat/img2dec.c: Add a long_name to the piped image demuxers This fixes segfaults in gst-libav1.0 compiled against FFmpeg 2.3. applied, also locally back

Re: [FFmpeg-devel] [PATCH 2/3] web/download: Fix link for linux static builds 64-bit kernel 2.6.32 and above

2014-07-22 Thread Lou Logan
On Mon, 21 Jul 2014 20:37:35 +0200, db0company wrote: > --- > src/download |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/download b/src/download > index 7ddb4e4..fb30ed0 100644 > --- a/src/download > +++ b/src/download > @@ -72,7 +72,7 @@ > >

Re: [FFmpeg-devel] [PATCH 3/3] web/download: Rename builds anchors so old links posted elsewhere still work

2014-07-22 Thread Lou Logan
On Mon, 21 Jul 2014 20:37:36 +0200, db0company wrote: > --- > htdocs/js/download.js | 10 +- > src/download | 13 +++-- > src/less/style.less | 12 ++-- > 3 files changed, 18 insertions(+), 17 deletions(-) > > diff --git a/htdocs/js/download.js b/htdocs/j

Re: [FFmpeg-devel] [PATCH 3/3] web/download: Rename builds anchors so old links posted elsewhere still work

2014-07-22 Thread Lou Logan
On Tue, 22 Jul 2014 10:34:13 -0800, Lou Logan wrote: > The "Mac" should be removed from this title since Apple dropped that > from the OS X naming schemes. I know it's in the anchors, but we can > keep it in those for link preservation. ...but this can be ignored, addressed in another patch, or f

Re: [FFmpeg-devel] [PATCH 1/3] web/download: Fix redundant git word on snapshot button

2014-07-22 Thread Lou Logan
On Mon, 21 Jul 2014 20:37:34 +0200, db0company wrote: > --- > src/download |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/download b/src/download > index 5eb0b0c..7ddb4e4 100644 > --- a/src/download > +++ b/src/download > @@ -137,7 +137,7 @@ >   >

[FFmpeg-devel] [PATCH]Fix compilation with nasm

2014-07-22 Thread Carl Eugen Hoyos
Hi! Attached patch fixes compilation with nasm (and passes fate) here, sorry if it is complete nonsense. Please review, Carl Eugen diff --git a/libavcodec/x86/hevc_deblock.asm b/libavcodec/x86/hevc_deblock.asm index 395b20e..01a5250 100644 --- a/libavcodec/x86/hevc_deblock.asm +++ b/libavcodec/x

Re: [FFmpeg-devel] [PATCH]Fix compilation with nasm

2014-07-22 Thread Ronald S. Bultje
Hi, On Tue, Jul 22, 2014 at 5:45 PM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes compilation with nasm (and passes fate) here, > sorry if it is complete nonsense. > You probably want "movd m13, betad", not "movq m13, betaq". Ronald ___ ff

Re: [FFmpeg-devel] [PATCH]Fix compilation with nasm

2014-07-22 Thread Carl Eugen Hoyos
On Wednesday 23 July 2014 12:43:06 am Ronald S. Bultje wrote: > Hi, > > On Tue, Jul 22, 2014 at 5:45 PM, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch fixes compilation with nasm (and passes fate) here, > > sorry if it is complete nonsense. > > You probably want "movd m13, betad", not "mo

[FFmpeg-devel] [PATCH] libavformat/icecast.c Add icecast protocol

2014-07-22 Thread epirat07
From: ePirat Add Icecast protocol, a convenience wrapper for the HTTP protocol --- Changelog| 1 + configure| 1 + doc/general.texi | 1 + doc/protocols.texi | 42 ++ libavformat/Makefile | 1 + libavf

Re: [FFmpeg-devel] [PATCH]Fix compilation with nasm

2014-07-22 Thread Michael Niedermayer
On Wed, Jul 23, 2014 at 12:52:48AM +0200, Carl Eugen Hoyos wrote: > On Wednesday 23 July 2014 12:43:06 am Ronald S. Bultje wrote: > > Hi, > > > > On Tue, Jul 22, 2014 at 5:45 PM, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached patch fixes compilation with nasm (and passes fate) here, > > >

[FFmpeg-devel] [PATCH] libavformat/icecast.c Add icecast protocol

2014-07-22 Thread epirat07
From: ePirat Here the actual patch, including the icecast.c, forgot to add it to my local git. --- Add Icecast protocol, a convenience wrapper for the HTTP protocol --- Changelog| 1 + configure| 1 + doc/general.texi | 1 + doc/protocols.texi

[FFmpeg-devel] [PATCH] libavformat/icecast.c Add Icecast protocol

2014-07-22 Thread epirat07
From: ePirat Fixed license header --- Add Icecast protocol, a convenience wrapper for the HTTP protocol --- Changelog| 1 + configure| 1 + doc/general.texi | 1 + doc/protocols.texi | 42 + libavformat/Makefile | 1 + libavf

Re: [FFmpeg-devel] [PATCH] libavformat/icecast.c Add icecast protocol

2014-07-22 Thread James Darnley
On 2014-07-23 01:35, epira...@gmail.com wrote: > OBJS-$(CONFIG_HTTPS_PROTOCOL)+= http.o httpauth.o urldecode.o > +OBJS-$(CONFIG_ICECAST_PROTOCOL) += icecast.o > OBJS-$(CONFIG_MMSH_PROTOCOL) += mmsh.o mms.o asf.o These should line up. > + * Icecast p

[FFmpeg-devel] [PATCH] libavformat/icecast.c Add Icecast protocol

2014-07-22 Thread epirat07
From: ePirat Fixed Makefile and micro version --- Add Icecast protocol, a convenience wrapper for the HTTP protocol --- Changelog| 1 + configure| 1 + doc/general.texi | 1 + doc/protocols.texi | 42 + libavformat/Makefile |

[FFmpeg-devel] [PATCH] web/projects: move projects to wiki

2014-07-22 Thread Lou Logan
This allows users to add their own project to the list. --- A redirect would be nicer, but I'm feeling lazy. I may address that later, but for now I just wanted to update the links since I already made the page on the wiki. src/projects | 166 +---

Re: [FFmpeg-devel] [PATCH] web/projects: move projects to wiki

2014-07-22 Thread Timothy Gu
On Tue, Jul 22, 2014 at 5:26 PM, Lou Logan wrote: > This allows users to add their own project to the list. > --- > A redirect would be nicer, but I'm feeling lazy. I may address that > later, but for now I just wanted to update the links since I already > made the page on the wiki. > > src/proje

Re: [FFmpeg-devel] [PATCH] libavformat/icecast.c Add Icecast protocol

2014-07-22 Thread Michael Niedermayer
On Wed, Jul 23, 2014 at 02:12:16AM +0200, epira...@gmail.com wrote: > From: ePirat > > Fixed Makefile and micro version > > --- > > Add Icecast protocol, a convenience wrapper for the HTTP protocol > > --- > Changelog| 1 + > configure| 1 + > doc/general.