[FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Mika Raento
This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteranges to the .m3u8 file, instead of creating one .ts file for each segment. This is helpful at least for storing large number of videos, as the number of files per video is drastically reduced and copying

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Raento Mika
On 15/09/14 01:50, "Michael Niedermayer" wrote: >On Sun, Sep 14, 2014 at 03:37:00PM +0300, Mika Raento wrote: >> This adds a new option -hls_flags single_file that creates one .ts file >> for HLS and adds byteranges to the .m3u8 file, instead of creating one >> .ts file for each segment. >> >> T

Re: [FFmpeg-devel] [PATCH 17/18] avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruft

2014-09-14 Thread Clément Bœsch
On Mon, Sep 15, 2014 at 02:28:47AM -0300, James Almer wrote: > On 15/09/14 2:20 AM, Clément Bœsch wrote: > > On Sun, Sep 14, 2014 at 10:46:19PM -0300, James Almer wrote: > >> Signed-off-by: James Almer > >> --- > >> libavfilter/version.h | 3 --- > >> libavfilter/vf_drawtext.c | 43 -

Re: [FFmpeg-devel] [PATCH 17/18] avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruft

2014-09-14 Thread James Almer
On 15/09/14 2:20 AM, Clément Bœsch wrote: > On Sun, Sep 14, 2014 at 10:46:19PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavfilter/version.h | 3 --- >> libavfilter/vf_drawtext.c | 43 --- >> 2 files changed, 46 deletions(-) >

Re: [FFmpeg-devel] [PATCH 17/18] avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruft

2014-09-14 Thread Clément Bœsch
On Sun, Sep 14, 2014 at 10:46:19PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavfilter/version.h | 3 --- > libavfilter/vf_drawtext.c | 43 --- > 2 files changed, 46 deletions(-) > I don't mind but we *may* want to keep this fo

[FFmpeg-devel] [PATCH] RELEASE: update to 2.4.git

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index c6266be..5360d2e 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -2.3.git +2.4.git -- 1.8.5.5 ___ ffmpeg-devel mailing li

Re: [FFmpeg-devel] [PATCH 7/18] avutil: remove obsolete FF_API_INTFLOAT cruft

2014-09-14 Thread James Almer
On 14/09/14 11:15 PM, Michael Niedermayer wrote: > On Sun, Sep 14, 2014 at 10:46:09PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavutil/Makefile | 1 - >> libavutil/intfloat_readwrite.c | 101 >> - >> libavutil/intfl

Re: [FFmpeg-devel] [PATCH 7/18] avutil: remove obsolete FF_API_INTFLOAT cruft

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 10:46:09PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavutil/Makefile | 1 - > libavutil/intfloat_readwrite.c | 101 > - > libavutil/intfloat_readwrite.h | 44 -- > libavutil/ver

[FFmpeg-devel] [PATCH 18/18] swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libswscale/swscale_internal.h | 8 libswscale/utils.c| 11 --- libswscale/version.h | 3 --- 3 files changed, 22 deletions(-) diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 335e1f8..1e53690 1

[FFmpeg-devel] [PATCH 17/18] avfilter: remove obsolete FF_API_DRAWTEXT_OLD_TIMELINE cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavfilter/version.h | 3 --- libavfilter/vf_drawtext.c | 43 --- 2 files changed, 46 deletions(-) diff --git a/libavfilter/version.h b/libavfilter/version.h index 2509dc9..4e347c9 100644 --- a/libavfilter/version.h +++

[FFmpeg-devel] [PATCH 16/18] avfilter: remove obsolete FF_API_ACONVERT_FILTER cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- configure | 2 - libavfilter/Makefile | 1 - libavfilter/af_aconvert.c | 196 -- libavfilter/allfilters.c | 3 - libavfilter/version.h | 3 - 5 files changed, 205 deletions(-) delete mode

[FFmpeg-devel] [PATCH 14/18] avfilter: remove obsolete FF_API_FILL_FRAME cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavfilter/avcodec.c | 20 libavfilter/avcodec.h | 41 - libavfilter/version.h | 3 --- 3 files changed, 64 deletions(-) diff --git a/libavfilter/avcodec.c b/libavfilter/avcodec.c index ba11a25..e0d9015

[FFmpeg-devel] [PATCH 15/18] avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavfilter/version.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavfilter/version.h b/libavfilter/version.h index 4b1a359..f46cf88 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -55,9 +55,6 @@ #ifndef FF_API_FOO_COUNT #define FF_AP

[FFmpeg-devel] [PATCH 12/18] avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavformat/avformat.h | 11 --- libavformat/utils.c| 7 --- libavformat/version.h | 3 --- 3 files changed, 21 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index d1959e9..7663c0d 100644 --- a/libavformat/avformat.h +

[FFmpeg-devel] [PATCH 13/18] avformat: remove obsolete FF_API_READ_PACKET cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavformat/avformat.h | 18 -- libavformat/utils.c| 7 --- libavformat/version.h | 3 --- 3 files changed, 28 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 7663c0d..777c47e 100644 --- a/libavformat/avfor

[FFmpeg-devel] [PATCH 11/18] avformat: remove obsolete FF_API_SET_PTS_INFO cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavformat/avformat.h | 9 - libavformat/utils.c| 8 libavformat/version.h | 3 --- 3 files changed, 20 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 0a33bc1..d1959e9 100644 --- a/libavformat/avformat.h +++ b

[FFmpeg-devel] [PATCH 08/18] avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavformat/avformat.h | 10 -- libavformat/mux.c | 10 -- libavformat/version.h | 3 --- 3 files changed, 23 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index b915148..1c553a1 100644 --- a/libavformat/avformat.h

[FFmpeg-devel] [PATCH 09/18] avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavformat/avformat.h | 20 libavformat/utils.c| 7 --- libavformat/version.h | 3 --- 3 files changed, 30 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 1c553a1..43d036d 100644 --- a/libavformat/avf

[FFmpeg-devel] [PATCH 6/18] avutil: remove obsolete FF_API_OLD_OPENCL cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavutil/opencl.c | 22 -- libavutil/opencl.h | 32 libavutil/version.h | 3 --- 3 files changed, 57 deletions(-) diff --git a/libavutil/opencl.c b/libavutil/opencl.c index 0b4f83b..36cb6fe 100644 --- a/libav

[FFmpeg-devel] [PATCH 10/18] avformat: remove obsolete FF_API_NEW_STREAM cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavformat/avformat.h | 15 --- libavformat/utils.c| 10 -- libavformat/version.h | 3 --- 3 files changed, 28 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 43d036d..0a33bc1 100644 --- a/libavformat/avfor

[FFmpeg-devel] [PATCH 7/18] avutil: remove obsolete FF_API_INTFLOAT cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavutil/Makefile | 1 - libavutil/intfloat_readwrite.c | 101 - libavutil/intfloat_readwrite.h | 44 -- libavutil/version.h| 3 -- 4 files changed, 149 deletions(-) delete mode 1

[FFmpeg-devel] [PATCH 3/18] avutil: remove obsolete FF_API_FIND_OPT cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavutil/opt.c | 14 -- libavutil/opt.h | 19 --- libavutil/version.h | 3 --- 3 files changed, 36 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index ca4edb8..16828e2 100644 --- a/libavutil/opt.c +++ b/libavutil/

[FFmpeg-devel] [PATCH 1/18] avcodec: remove obsolete FF_API_FAST_MALLOC cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavcodec/avcodec.h | 5 - libavcodec/version.h | 3 --- 2 files changed, 8 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fb1c9ca..e59e351 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -42,11 +42,6 @@ #include

[FFmpeg-devel] [PATCH 5/18] avutil: remove obsolete FF_API_LLS1 cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavutil/version.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavutil/version.h b/libavutil/version.h index d6f8fe1..0e8bdc3 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -104,9 +104,6 @@ #ifndef FF_API_LLS_PRIVATE #define FF_API_LLS_

[FFmpeg-devel] [PATCH 4/18] avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavutil/samplefmt.c | 8 libavutil/version.h | 3 --- 2 files changed, 11 deletions(-) diff --git a/libavutil/samplefmt.c b/libavutil/samplefmt.c index 3d415a1..c605b5e 100644 --- a/libavutil/samplefmt.c +++ b/libavutil/samplefmt.c @@ -165,11 +165,7 @@

[FFmpeg-devel] [PATCH 2/18] avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruft

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- libavutil/samplefmt.c | 8 libavutil/samplefmt.h | 8 libavutil/version.h | 3 --- 3 files changed, 19 deletions(-) diff --git a/libavutil/samplefmt.c b/libavutil/samplefmt.c index a198698..3d415a1 100644 --- a/libavutil/samplefmt.c +++ b/libavu

Re: [FFmpeg-devel] [PATCH] avcodec: remove dead dsputil compat code

2014-09-14 Thread James Almer
On 14/09/14 9:38 PM, Michael Niedermayer wrote: > On Sun, Sep 14, 2014 at 08:47:11PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- > > should be ok Pushed. Thanks. > > >> This should have been done before 2.4 was cut since the two files are pretty >> much >> bloat in the tar

Re: [FFmpeg-devel] [PATCH] avcodec: remove dead dsputil compat code

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 08:47:11PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- should be ok > This should have been done before 2.4 was cut since the two files are pretty > much > bloat in the tar file now. > We can still cherry pick this for 2.4.1, though. removing a header

Re: [FFmpeg-devel] [WIP] lavfi: port mp/eq to a regular filter

2014-09-14 Thread Timothy Gu
On Sep 14, 2014 3:46 PM, "James Darnley" wrote: > > --- > > Still a couple of things on the todo list (see the top of the new file) but I > thought I would send the basics along for people to nit pick. > > configure| 1 + > libavfilter/Makefile | 1 + > libavfilter/allfilt

[FFmpeg-devel] [PATCH] avcodec: remove dead dsputil compat code

2014-09-14 Thread James Almer
Signed-off-by: James Almer --- This should have been done before 2.4 was cut since the two files are pretty much bloat in the tar file now. We can still cherry pick this for 2.4.1, though. libavcodec/Makefile | 2 +- libavcodec/dsputil.h| 87

Re: [FFmpeg-devel] [PATCH] x86/me_cmp: port mmxext and sse2 sad functions to yasm

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 07:35:26PM -0300, James Almer wrote: > On 14/09/14 7:12 PM, Michael Niedermayer wrote: > > On Sat, Sep 13, 2014 at 10:12:12PM -0300, James Almer wrote: > >> Also add a missing c->pix_abs[0][0] initialization, and sse2 versions of > >> sad16_x2, sad16_y2 and sad16_xy2. > >> S

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 03:37:00PM +0300, Mika Raento wrote: > This adds a new option -hls_flags single_file that creates one .ts file > for HLS and adds byteranges to the .m3u8 file, instead of creating one > .ts file for each segment. > > This is helpful at least for storing large number of vide

[FFmpeg-devel] [WIP] lavfi: port mp/eq to a regular filter

2014-09-14 Thread James Darnley
--- Still a couple of things on the todo list (see the top of the new file) but I thought I would send the basics along for people to nit pick. configure| 1 + libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_eq.c | 157 +++

Re: [FFmpeg-devel] [PATCH] x86/me_cmp: port mmxext and sse2 sad functions to yasm

2014-09-14 Thread James Almer
On 14/09/14 7:12 PM, Michael Niedermayer wrote: > On Sat, Sep 13, 2014 at 10:12:12PM -0300, James Almer wrote: >> Also add a missing c->pix_abs[0][0] initialization, and sse2 versions of >> sad16_x2, sad16_y2 and sad16_xy2. >> Since the _xy2 versions are not bitexact, they are accordingly marked as

Re: [FFmpeg-devel] [PATCH] x86/me_cmp: port mmxext and sse2 sad functions to yasm

2014-09-14 Thread Michael Niedermayer
On Sat, Sep 13, 2014 at 10:12:12PM -0300, James Almer wrote: > Also add a missing c->pix_abs[0][0] initialization, and sse2 versions of > sad16_x2, sad16_y2 and sad16_xy2. > Since the _xy2 versions are not bitexact, they are accordingly marked as > approximate. > > Signed-off-by: James Almer > --

Re: [FFmpeg-devel] Branchpoint tags

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 07:31:42PM +0200, wm4 wrote: > On Sun, 14 Sep 2014 19:12:56 +0200 > Michael Niedermayer wrote: > > > Hi > > > > Should we add git tags to the revissions where releases are branched > > off ? > > > > that way a "git describe" on master would look like: > > n2.5-dev-3-gb22

Re: [FFmpeg-devel] headers

2014-09-14 Thread Timothy Gu
On Sep 14, 2014 1:14 PM, "Marcus Johnson" wrote: > > None of the other message groups will respond so I'm posting here. > > I've included /usr/local/include/libavformat in my header search path, and > xcode finds avformat.h fine, but it can't find avcodec.h > > also, your time.h header in libavuti

[FFmpeg-devel] headers

2014-09-14 Thread Marcus Johnson
None of the other message groups will respond so I'm posting here. I've included /usr/local/include/libavformat in my header search path, and xcode finds avformat.h fine, but it can't find avcodec.h also, your time.h header in libavutil is taking precedence over the system time.h header, and it's

[FFmpeg-devel] [PATCH 2/2] Kill timed SSA

2014-09-14 Thread Clément Bœsch
--- libavcodec/Makefile | 4 ++-- libavcodec/assdec.c | 60 +++- libavcodec/assenc.c | 14 ++-- libavformat/assenc.c | 14 libavformat/nut.c| 1 - 5 files changed, 24 insertions(+), 69 deletions(-) diff --git a/libavcod

[FFmpeg-devel] (no subject)

2014-09-14 Thread Clément Bœsch
I'm killing SRT & SSA as they are now a huge hindrance in my progress (currently working on creating sanity in the decoded form of subtitles). They've been deprecated since a while, and after the commit in which I'm replying is applied, they won't be needed anymore. The commits don't include that,

[FFmpeg-devel] [PATCH 1/2] Kill timed SRT

2014-09-14 Thread Clément Bœsch
--- libavcodec/srtdec.c | 33 +++ libavcodec/srtenc.c | 49 ++- libavformat/matroska.c| 1 - libavformat/matroskaenc.c | 45 +-- libavformat/srtenc.c | 11 -

Re: [FFmpeg-devel] [PATCH] Adds decode support for formats other than 420

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 07:43:27AM -0700, Deb Mukherjee wrote: > Handles decoding of new VP9 profiles 1-3 with different color sampling > and bit-depths. > > For high bitdepth (profiles 2 and 3) support, we currently need to link > with the highbitdepth branch of libvpx with --enable-experimental

Re: [FFmpeg-devel] Branchpoint tags

2014-09-14 Thread wm4
On Sun, 14 Sep 2014 19:12:56 +0200 Michael Niedermayer wrote: > Hi > > Should we add git tags to the revissions where releases are branched > off ? > > that way a "git describe" on master would look like: > n2.5-dev-3-gb227be3 > instead of: > n2.0-11670-gb227be3 > > (or any other tag than n2.5

[FFmpeg-devel] Branchpoint tags

2014-09-14 Thread Michael Niedermayer
Hi Should we add git tags to the revissions where releases are branched off ? that way a "git describe" on master would look like: n2.5-dev-3-gb227be3 instead of: n2.0-11670-gb227be3 (or any other tag than n2.5-dev that we choose) it would not affect the "./version.sh" output -- Michael G

Re: [FFmpeg-devel] FFmpeg 2.4

2014-09-14 Thread Michael Niedermayer
On Tue, Sep 02, 2014 at 12:49:35PM +0200, Michael Niedermayer wrote: > Hi > > Its almost 2 Months since 2.3 and i assume people want a new release > from around the same time of when libav 11 will get released so expect > FFmpeg 2.4 to be released soon! > > if you want something in it, now is the

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Nicolas Martyanoff
Hi, I abandoned my patches because: - I did not have the time to make the changes I was asked for; - Becoming maintainer of the module was not something I was ok with; - I ended up directly using the FFmpeg API to generate my HLS playlists instead of using the FFmpeg binary with the HLS module.

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 05:40:35PM +0200, Robert Krüger wrote: > On Sat, Sep 13, 2014 at 12:36 PM, Michael Niedermayer > wrote: > > From: Baptiste Coudurier > > > > Ported by michael from ffmbc to ffmpeg > > the code is under CONFIG_GPL as ffmbc is GPL > > > > Signed-off-by: Michael Niedermayer

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfenc: H.264 Intra support

2014-09-14 Thread Robert Krüger
On Sat, Sep 13, 2014 at 12:36 PM, Michael Niedermayer wrote: > From: Baptiste Coudurier > > Ported by michael from ffmbc to ffmpeg > the code is under CONFIG_GPL as ffmbc is GPL > > Signed-off-by: Michael Niedermayer > --- > libavformat/mxfenc.c | 143 > +++

Re: [FFmpeg-devel] [PATCH 1/7] doc/examples: remove unneeded NULL checks

2014-09-14 Thread Michael Niedermayer
On Sat, Aug 16, 2014 at 01:48:27AM +0200, wm4 wrote: > On Sat, 16 Aug 2014 01:44:59 +0200 > Michael Niedermayer wrote: > > > On Sat, Aug 16, 2014 at 01:30:44AM +0200, wm4 wrote: > > > On Sat, 16 Aug 2014 01:15:42 +0200 > > > Michael Niedermayer wrote: > > > > > > > Signed-off-by: Michael Nieder

Re: [FFmpeg-devel] [PATCH] Add input support for DeckLink devices.

2014-09-14 Thread Amnon Israely
I can help with testing under Linux. We use many deckling devices in production. 2014-09-14 17:15 GMT+03:00 Dave Rice : > > On Sep 14, 2014, at 7:07 AM, Deti Fliegl wrote: > > > I really would like to bring things forward, but currently nobody wants > to review this patch. It's primarily somethi

Re: [FFmpeg-devel] [PATCH] Add input support for DeckLink devices.

2014-09-14 Thread Dave Rice
On Sep 14, 2014, at 7:07 AM, Deti Fliegl wrote: > I really would like to bring things forward, but currently nobody wants to > review this patch. It's primarily something that is used under Linux and not > Windows. So please would anyone have a look at my patch. I have a few decklink devices

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: Add 2.4 to maintained releases, drop 2.3

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 01:00:06PM +0200, Michael Niedermayer wrote: > 2.2 is used by 4 distributions, 2.3 by none, thus continuing maintaining > 2.2 makes more sense than 2.3 see: > https://trac.ffmpeg.org/wiki/Downstreams > > Signed-off-by: Michael Niedermayer > --- > MAINTAINERS |2 +- >

[FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Mika Raento
This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteranges to the .m3u8 file, instead of creating one .ts file for each segment. This is helpful at least for storing large number of videos, as the number of files per video is drastically reduced and copying

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Raento Mika
On 14/09/14 15:20, "Mika Raento" wrote: >This adds a new option -hls_flags single_file that creates one .ts file >for HLS and adds byteranges to the .m3u8 file, instead of creating one >.ts file for each segment. > >This is helpful at least for storing large number of videos, as the >number of fi

[FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Mika Raento
This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteranges to the .m3u8 file, instead of creating one .ts file for each segment. This is helpful at least for storing large number of videos, as the number of files per video is drastically reduced and copying

Re: [FFmpeg-devel] [PATCH] Changelog/ReleaseNotes: prepare for 2.4

2014-09-14 Thread Clément Bœsch
On Sun, Sep 14, 2014 at 09:29:26AM +0200, Andreas Cadhalpun wrote: > On 14.09.2014 08:33, Clément Bœsch wrote: > >From: Clément Bœsch > > > >--- > > Changelog | 2 +- > > RELEASE_NOTES | 19 ++- > > 2 files changed, 15 insertions(+), 6 deletions(-) > > > >diff --git a/Changel

Re: [FFmpeg-devel] [PATCH] Add input support for DeckLink devices.

2014-09-14 Thread Deti Fliegl
I really would like to bring things forward, but currently nobody wants to review this patch. It's primarily something that is used under Linux and not Windows. So please would anyone have a look at my patch. Deti On 30.08.14 01:22, Michael Niedermayer wrote: On Sat, Aug 23, 2014 at 10:50:37P

[FFmpeg-devel] [PATCH] MAINTAINERS: Add 2.4 to maintained releases, drop 2.3

2014-09-14 Thread Michael Niedermayer
2.2 is used by 4 distributions, 2.3 by none, thus continuing maintaining 2.2 makes more sense than 2.3 see: https://trac.ffmpeg.org/wiki/Downstreams Signed-off-by: Michael Niedermayer --- MAINTAINERS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS

Re: [FFmpeg-devel] [PATCH] doc/APIchanges: attempt to split releases

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 08:56:02AM +0200, Clément Bœsch wrote: > Based on several git show origin/release/X.Y:doc/APIchanges. > --- > doc/APIchanges | 42 +- > 1 file changed, 37 insertions(+), 5 deletions(-) applied thanks [...] -- Michael GnuPG fin

[FFmpeg-devel] [PATCH] avformat/assdec: output ASS packets

2014-09-14 Thread Clément Bœsch
After this the order from the original file is stored through readorder when doing ffmpeg -i input.ass -c copy output.mkv. And now that the ASS muxer honors the ReadOrder, extracting the ass back (without transcoding) restores the original order. TODO: micro bump? --- libavformat/assdec.c | 37 +

Re: [FFmpeg-devel] [PATCH] doc/APIchanges: attempt to split releases

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 09:08:40AM +0200, wm4 wrote: > On Sun, 14 Sep 2014 08:56:02 +0200 > Clément Bœsch wrote: > [...] > +++1 > > This is extremely useful, because the lib version numbers have no > relation to release numbers. Libav already did this, and I was wondering > why

Re: [FFmpeg-devel] [PATCH] Changelog/ReleaseNotes: prepare for 2.4

2014-09-14 Thread Andreas Cadhalpun
On 14.09.2014 08:33, Clément Bœsch wrote: From: Clément Bœsch --- Changelog | 2 +- RELEASE_NOTES | 19 ++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index c5185f7..480a298 100644 --- a/Changelog +++ b/Changelog @@ -5,7 +5,7 @

Re: [FFmpeg-devel] [PATCH] doc/APIchanges: attempt to split releases

2014-09-14 Thread wm4
On Sun, 14 Sep 2014 08:56:02 +0200 Clément Bœsch wrote: > Based on several git show origin/release/X.Y:doc/APIchanges. > --- > doc/APIchanges | 42 +- > 1 file changed, 37 insertions(+), 5 deletions(-) > > diff --git a/doc/APIchanges b/doc/APIchanges > in