Mika Raento iki.fi> writes:
> For better or worse, ismindex doesn't use av_log anywhere, I'm
> following the existing style in the file.
Sorry!
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmp
Reads the fragment duration from the trun sample data, rather than
assuming that there are no gaps. Creates much better playlists for our
inputs.
---
tools/ismindex.c | 95 ++--
1 file changed, 85 insertions(+), 10 deletions(-)
diff --git a/tool
On 8 October 2014 08:12, Mika Raento wrote:
> Reads the fragment duration from the trun sample data, rather than
> assuming that there are no gaps. Creates much better playlists for our
> inputs.
> ---
> tools/ismindex.c | 96
> +---
> 1 file c
For better or worse, ismindex doesn't use av_log anywhere, I'm
following the existing style in the file. Changing the whole file
should be a separate patch?
Mika
On 8 October 2014 09:33, Carl Eugen Hoyos wrote:
> Mika Raento iki.fi> writes:
>
>> +fprintf(stderr, "negative sample
Mika Raento iki.fi> writes:
> +fprintf(stderr, "negative sample duration %d\n",
> sample_duration);
fprintf (& friends) are not allowed, please use
av_log().
Note to others: Why did we remove the defines?
Carl Eugen
___
ffmpeg-devel m
Hi
I have a number of ISMV files that have discontinuities (missing
frames between fragments). Using these as input to ffmpeg doesn't work
very well - the discontinuities are not reflected in the dts or pts,
e.g., using ffprobe -show_packets. Hence there are audio/video sync
problems and with larg
Reads the fragment duration from the trun sample data, rather than
assuming that there are no gaps. Creates much better playlists for our
inputs.
---
tools/ismindex.c | 96 +---
1 file changed, 85 insertions(+), 11 deletions(-)
diff --git a/tool
From: Di Wu
Multi-thread decoding doesn't work when refreshctx is equal to 0. Fix
it by call ff_thread_finish_setup function in the condition when
refreshctx is equal to 0.
In vp9_decode_frame function, ff_thread_finish_setup is not called
when refreshctx is equal to 0. The next decoding thread
Reimar,
Sorry for late response.
'HAVE_VSX' is automatically enabled only when HAVE_ALTIVECT is enabled and the
CPU is little endian. So if the altivec implementation is broken in little
endian, the HAVE_VSX will not be enabled.
Thanks.
Rong Yan
--
The world has enough for ever
Fixes Ticket3170
Signed-off-by: Michael Niedermayer
---
libswscale/swscale.c | 13 ++
libswscale/swscale_internal.h |6 +
libswscale/utils.c| 54 -
3 files changed, 62 insertions(+), 11 deletions(-)
diff --git a/li
On Mon, Sep 22, 2014 at 09:03:16AM +0200, Tobias Rapp wrote:
> On 15.09.2014 17:00, Tobias Rapp wrote:
> >Have updated my work according to the suggestions of Stefano and split
> >into four patches for easier review.
> >
> >Any feedback/comments are welcome.
>
> Ping.
ping timeout
patches applie
Hi
On Mon, Oct 06, 2014 at 10:40:51AM +, Nedeljko Babic wrote:
> Hi and sorry for such a late response.
>
> It looks that I misplaced this mail...
>
> > From: Djordje Pesut
> >>
> >> Add float emulation
> >>
> >> Signed-off-by: Nedeljko Babic
> >> ---
> >> libavcodec/float_emu.h | 2
On Oct 6, 2014 3:23 PM, "Alexander Strasser" wrote:
>
> On 2014-10-06 01:35 +, Carl Eugen Hoyos wrote:
> > Timothy Gu gmail.com> writes:
> >
> > > The bad news is that the package probably won't migrate to Debian
> > > testing in time for the upcoming release "Jessie". The Debian release
> >
Support only one independent substream right now, and only syncframes
containing 6 blocks.
Fixes part of ticket #3074
---
Right now, this produces the same output as the previous patch for supported
streams, and rejects the unsupported ones.
Support for syncframes concatenation will come afterwar
On Tue, Oct 07, 2014 at 05:41:09PM +1100, Peter Ross wrote:
> Thanks for the review (also thanks compn).
> I will address all your comments -- some further questions below:
[...]
> > > +unsigned int half_prob[DST_MAX_CHANNELS];
> > > +unsigned int map_ch_to_felem[DST_MAX_CHANNELS];
> > >
On Tue, Oct 07, 2014 at 04:36:50PM +0900, UrdnotFirebug wrote:
> Hi Michael.i'm using FFmpeg 2.4.1 built on gcc 4.4.7
please try with 2.4.2, there where several bugfixes in the png
handling
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Those who are best at ta
On Mon, Oct 06, 2014 at 03:47:00PM +0200, Stefano Sabatini wrote:
> On date Saturday 2014-10-04 17:45:32 +0200, Stefano Sabatini encoded:
> [...]
> > The meeting will happen in a few minutes, 16 UTC, on the freenode IRC
> > channel #ffmpeg-meeting. Please join if interested.
> >
> > Topics of the
17 matches
Mail list logo