These fix failures of --enable-xmm-clobber-test
Signed-off-by: Michael Niedermayer
---
libavcodec/x86/hevc_mc.asm | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/libavcodec/x86/hevc_mc.asm b/libavcodec/x86/hevc_mc.asm
index ca444e4..8f9f939 10
On Wed, Dec 10, 2014 at 12:17 AM, Michael Niedermayer
wrote:
> On Tue, Dec 09, 2014 at 10:13:36PM +0530, arwa arif wrote:
> > On Tue, Dec 9, 2014 at 8:27 PM, Michael Niedermayer
> > wrote:
> >
> > > On Tue, Dec 09, 2014 at 04:03:56PM +0530, arwa arif wrote:
> > > [...]
> > >
> > > > +static void
W dniu środa, 10 grudnia 2014 Vittorio Giovara
napisał(a):
> On Tue, Dec 9, 2014 at 10:17 PM, wm4 >
> wrote:
> > On Tue, 9 Dec 2014 14:10:22 +0100
> > Michael Niedermayer > wrote:
> >
> >> TODO: bump version, update APIChanges
> >>
> >> Signed-off-by: Michael Niedermayer >
> >> ---
> >> libavfo
On Tue, Dec 9, 2014 at 10:17 PM, wm4 wrote:
> On Tue, 9 Dec 2014 14:10:22 +0100
> Michael Niedermayer wrote:
>
>> TODO: bump version, update APIChanges
>>
>> Signed-off-by: Michael Niedermayer
>> ---
>> libavformat/avformat.h |8
>> libavformat/dump.c | 24
On Mon, Dec 08, 2014 at 10:25:05AM -0600, Christian Suloway wrote:
> This option flag deletes segment files removed from the playlist after a
> period of time equal to the duration of the segment plus the duration of
> the playlist.
can you explain the usecase for this ?
isnt -hls_wrap already ac
On Tue, 9 Dec 2014 14:10:22 +0100
Michael Niedermayer wrote:
> TODO: bump version, update APIChanges
>
> Signed-off-by: Michael Niedermayer
> ---
> libavformat/avformat.h |8
> libavformat/dump.c | 24 ++--
> libavformat/options_table.h |1
On Tue, 9 Dec 2014 21:33:41 +0100
Reimar Döffinger wrote:
> On Tue, Dec 09, 2014 at 12:59:24PM +, Vittorio Giovara wrote:
> > On Tue, Dec 9, 2014 at 8:04 AM, wm4 wrote:
> > > On Tue, 9 Dec 2014 02:57:01 +0100
> > > Michael Niedermayer wrote:
> > >
> > > It seems very wrong to export this i
On Tue, Dec 09, 2014 at 12:59:24PM +, Vittorio Giovara wrote:
> On Tue, Dec 9, 2014 at 8:04 AM, wm4 wrote:
> > On Tue, 9 Dec 2014 02:57:01 +0100
> > Michael Niedermayer wrote:
> >
> > It seems very wrong to export this info optionally just because
> > ffmpeg.c is too stupid to handle it corr
On Sat, 6 Dec 2014 09:44:17 +0100, Clément Bœsch wrote:
> If it's an alias, @item quiet, -8
Patch updated:
From 5c7afebeaf2324ded9c092ae4e3a5da2bdf00955 Mon Sep 17 00:00:00 2001
From: Lou Logan
Date: Fri, 5 Dec 2014 12:32:35 -0900
Subject: [PATCHv2] doc: add loglevel numerical values
Useful fo
On Tue, Dec 09, 2014 at 10:13:36PM +0530, arwa arif wrote:
> On Tue, Dec 9, 2014 at 8:27 PM, Michael Niedermayer
> wrote:
>
> > On Tue, Dec 09, 2014 at 04:03:56PM +0530, arwa arif wrote:
> > [...]
> >
> > > +static void filter(USPPContext *p, uint8_t *dst[3], uint8_t *src[3],
> > > +
On Tue, Dec 09, 2014 at 04:37:08PM +0100, Carl Eugen Hoyos wrote:
> Hi!
>
> A user reported a regression that the mov muxer does not work anymore
> if you fear Dolby codecs.
> Attached patch reverts 8091fe30 and fixes the issue differently.
>
> Please comment, Carl Eugen
LGTM
[...]
--
Michae
On Tue, Dec 9, 2014 at 8:27 PM, Michael Niedermayer
wrote:
> On Tue, Dec 09, 2014 at 04:03:56PM +0530, arwa arif wrote:
> [...]
>
> > +static void filter(USPPContext *p, uint8_t *dst[3], uint8_t *src[3],
> > + int dst_stride[3], int src_stride[3], int width,
> > +
Hi!
A user reported a regression that the mov muxer does not work anymore
if you fear Dolby codecs.
Attached patch reverts 8091fe30 and fixes the issue differently.
Please comment, Carl Eugen
diff --git a/configure b/configure
index 8006f3b..c510ee4 100755
--- a/configure
+++ b/configure
@@ -243
On Tue, Dec 09, 2014 at 10:21:01AM +0100, Erik Johansson wrote:
> On Thu, Dec 4, 2014 at 5:27 PM, Michael Niedermayer wrote:
> >
> > On Thu, Dec 04, 2014 at 01:11:08PM +0100, Erik Johansson wrote:
> > > Hi,
> > >
> > > Setting setting sample_aspect_ratio in AVContext does not produce the
> > > exp
On Tue, Dec 09, 2014 at 04:03:56PM +0530, arwa arif wrote:
[...]
> +static void filter(USPPContext *p, uint8_t *dst[3], uint8_t *src[3],
> + int dst_stride[3], int src_stride[3], int width,
> + int height, uint8_t *qp_store, int qp_stride)
> +{
> +int x, y, i, j
On Tue, Dec 09, 2014 at 01:59:29PM +0100, Dominik 'Rathann' Mierzejewski wrote:
> On Monday, 08 December 2014 at 19:54, Michael Niedermayer wrote:
> > https://trac.ffmpeg.org/wiki/Downstreams does not list any distros/users of
> > 2.4
> > If this is incorrect please update the wiki and reply
>
>
TODO: bump version, update APIChanges
Signed-off-by: Michael Niedermayer
---
libavformat/avformat.h |8
libavformat/dump.c | 24 ++--
libavformat/options_table.h |1 +
3 files changed, 27 insertions(+), 6 deletions(-)
diff --git a/libavformat
On Monday, 08 December 2014 at 19:54, Michael Niedermayer wrote:
> https://trac.ffmpeg.org/wiki/Downstreams does not list any distros/users of
> 2.4
> If this is incorrect please update the wiki and reply
Actually the wiki shows Fedora 21 and Mageia 5 as shipping 2.4.
Granted, for F21 it's in an
On Tue, Dec 9, 2014 at 8:04 AM, wm4 wrote:
> On Tue, 9 Dec 2014 02:57:01 +0100
> Michael Niedermayer wrote:
>
> It seems very wrong to export this info optionally just because
> ffmpeg.c is too stupid to handle it correctly.
Not exporting saves a little bit of memory too, since you have to
allo
On Tue, Dec 9, 2014 at 11:05 AM, arwa arif wrote:
>
>
> On Tue, Dec 9, 2014 at 5:48 AM, Michael Niedermayer
> wrote:
>
>> On Mon, Dec 08, 2014 at 11:15:10PM +0530, arwa arif wrote:
>> [...]
>> > doc/filters.texi | 24 ++
>> > libavfilter/Makefile |1
>> > libavfilter/allfilter
On Thu, Dec 4, 2014 at 5:27 PM, Michael Niedermayer wrote:
>
> On Thu, Dec 04, 2014 at 01:11:08PM +0100, Erik Johansson wrote:
> > Hi,
> >
> > Setting setting sample_aspect_ratio in AVContext does not produce the
> > expected aspect index value in the MPEG2 sequence header.
> >
> > Problem seems t
On Tue, 9 Dec 2014 02:57:01 +0100
Michael Niedermayer wrote:
> This was suggested by cbsrobot, ubitux and koda
>
> There are files with huge amounts of XMP data, which would otherwise
> be displayed in the terminal output of FFmpeg
>
> Signed-off-by: Michael Niedermayer
> ---
> libavformat/m
22 matches
Mail list logo