Re: [FFmpeg-devel] [PATCH 2/3] avformat/dashenc: opening a segment file when its first frame is ready

2018-02-24 Thread Jeyapal, Karthick
On 2/24/18 9:11 PM, James Almer wrote: > On 2/24/2018 12:19 PM, Marton Balint wrote: >> >> >> On Mon, 19 Feb 2018, vdi...@akamai.com wrote: >> >>> From: Vishwanath Dixit >>> >>> --- >>> libavformat/dashenc.c | 57 >>> --- >>> 1

Re: [FFmpeg-devel] Fix memset size on ctts_data in mov_read_trun()

2018-02-24 Thread Michael Niedermayer
On Fri, Feb 23, 2018 at 05:12:05PM -0800, Xiaohan Wang (王消寒) wrote: > Michael: Dale and I dig into history a bit more and we don't understand why > the code is changed to the current state around memset. This new patch > reverted the change back to the previous state which we felt is much >

Re: [FFmpeg-devel] [PATCH 5/9] sbc: implement SBC encoder (low-complexity subband codec)

2018-02-24 Thread Rostislav Pehlivanov
On 24 February 2018 at 12:01, Aurelien Jacobs wrote: > On Thu, Feb 22, 2018 at 06:18:48PM +, Rostislav Pehlivanov wrote: > > On 21 February 2018 at 22:37, Aurelien Jacobs wrote: > > > > > This was originally based on libsbc, and was fully integrated into

Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-02-24 Thread Martin Vignali
> > Hello, > > If no one is against, i will apply the patch in attach in few days (change > since previous patch (mention ticket in commit msg)) > > Martin > > Pushed ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] avfilter/vf/blend : add 16 bits SIMD version for basic mode (v2)

2018-02-24 Thread Martin Vignali
2018-02-17 21:51 GMT+01:00 Martin Vignali : > Hello, > > New patchs in attach > Limit the asm version to x86_64 > > tested on osx X86_64 and osx X86_32 > > > Martin > Pushed ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] fate/exr : add test for ticket 6994 (long name flag)

2018-02-24 Thread Martin Vignali
2018-02-13 12:30 GMT+01:00 Martin Vignali : > > > 2018-02-09 9:22 GMT+01:00 Martin Vignali : > >> Hello, >> >> Patch in attach add test for ticket 6994 (flag long name) >> >> Sample can be found here : >> https://we.tl/WBnt10VSA1 >> >> and need

Re: [FFmpeg-devel] [PATCH 1/2] avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overwrite functions

2018-02-24 Thread Marton Balint
On Wed, 14 Feb 2018, Nicolas George wrote: Marton Balint (2018-02-11): It is a 500% speed improvement on a 260 MB line compared to using av_bprint_chars, so I'd rather leave it as is. I can add a comment saying "for performance reasons we fill a temporary buffer, and use av_bprint functions

Re: [FFmpeg-devel] [PATCH 2/3] Add muxer/demuxer for raw codec2 and .c2 files

2018-02-24 Thread Tomas Härdin
ons 2018-02-14 klockan 10:20 +0100 skrev Tomas Härdin: > tis 2018-02-13 klockan 11:48 +0100 skrev Tomas Härdin: > > fre 2018-02-09 klockan 11:29 +0100 skrev Carl Eugen Hoyos: > > > 2018-01-15 22:36 GMT+01:00 Tomas Härdin : > > > > > > > > +if (p->buf[4] >  

Re: [FFmpeg-devel] Building FFmpeg dylibs for OSX

2018-02-24 Thread livinginlosangeles
Will examine that. Kolya > On Feb 23, 2018, at 11:52 PM, Helmut K. C. Tessarek > wrote: > > On 2018-02-24 01:22, livinginlosange...@mac.com wrote: >> I can successfully compile ffmpeg info lgpl compliant dylibs which I can >> link to from /usr/local. I specify

Re: [FFmpeg-devel] [PATCH 2/3] avformat/dashenc: opening a segment file when its first frame is ready

2018-02-24 Thread James Almer
On 2/24/2018 12:19 PM, Marton Balint wrote: > > > On Mon, 19 Feb 2018, vdi...@akamai.com wrote: > >> From: Vishwanath Dixit >> >> --- >> libavformat/dashenc.c | 57 >> --- >> 1 file changed, 36 insertions(+), 21 deletions(-) >>

Re: [FFmpeg-devel] [PATCH 2/3] avformat/dashenc: opening a segment file when its first frame is ready

2018-02-24 Thread Marton Balint
On Mon, 19 Feb 2018, vdi...@akamai.com wrote: From: Vishwanath Dixit --- libavformat/dashenc.c | 57 --- 1 file changed, 36 insertions(+), 21 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index

Re: [FFmpeg-devel] [PATCH 7/9] sbcenc: add MMX optimizations

2018-02-24 Thread Aurelien Jacobs
On Thu, Feb 22, 2018 at 05:21:57PM +, Rostislav Pehlivanov wrote: > On 21 February 2018 at 22:37, Aurelien Jacobs wrote: > [...] > > +;*** > > +;void ff_sbc_analyze_4(const int16_t *in, int32_t *out, const

Re: [FFmpeg-devel] [PATCH 5/9] sbc: implement SBC encoder (low-complexity subband codec)

2018-02-24 Thread Aurelien Jacobs
On Thu, Feb 22, 2018 at 06:18:48PM +, Rostislav Pehlivanov wrote: > On 21 February 2018 at 22:37, Aurelien Jacobs wrote: > > > This was originally based on libsbc, and was fully integrated into ffmpeg. > > --- > > doc/general.texi | 2 +- > > libavcodec/Makefile