On Sat, Oct 24, 2015 at 3:40 AM, Ronald S. Bultje wrote:
> Fixes ticket 4935.
> ---
> libavcodec/vp9.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
> index 3753e89..cee17d9 100644
> --- a/libavcodec/vp9.c
> +++ b/libavcodec/vp9.c
>
On Wed, 21 Oct 2015 22:43:04 +0200
Tomas Härdin wrote:
> On Tue, 2015-10-20 at 16:43 +0200, Marton Balint wrote:
> > On Mon, 19 Oct 2015, Tomas Härdin wrote:
> >
> > > On Mon, 2015-10-19 at 11:40 +0200, Alexis Ballier wrote:
> > >> On Mon, 19 Oct 2015 10:30:00 +0200
> > >> Michael Niedermaye
Tom Butterworth gmail.com> writes:
> > Attached patch fixes hap colour spaces as
> > reminded by Tom Butterworth.
>
> LGTM, thanks
Patch applied.
Thank you, Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/
Michael Niedermayer niedermayer.cc> writes:
> > ingenientdec.c | 13 -
> > 1 file changed, 12 insertions(+), 1 deletion(-)
> > 4fb270cd44d0ed3ee53dbf1216a5cbb4dba00d8c patchingenient.diff
>
> i cant test either but if it works it should be ok
Patch applied.
Carl Eugen
On Fri, 23 Oct 2015 15:35:15 -0700
Dale Curtis wrote:
> Changes from partial initialization which happens for every
> initialize call to a full initialization once per process. Changes
> as discussed on list by wm4 and rbultje.
>
> Passes fft-test and fate suite.
>
> Signed-off-by: Dale Curtis
On Thu, 2015-10-22 at 19:25 +0200, Alexis Ballier wrote:
> On Wed, 21 Oct 2015 23:31:29 +0200
> Tomas Härdin wrote:
>
> > On Wed, 2015-10-21 at 18:00 +0200, Alexis Ballier wrote:
> > > klv_decode_ber_length cannot return -1, but can return
> > > AVERROR_INVALIDDATA. Store its return value in a si
On Fri, 23 Oct 2015 21:40:14 -0400
"Ronald S. Bultje" wrote:
> Fixes ticket 4935.
> ---
> libavcodec/vp9.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
> index 3753e89..cee17d9 100644
> --- a/libavcodec/vp9.c
> +++ b/libavcodec/v
---
libavcodec/x86/videodsp.asm | 15 +++
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/libavcodec/x86/videodsp.asm b/libavcodec/x86/videodsp.asm
index 25d4364..48f5ac0 100644
--- a/libavcodec/x86/videodsp.asm
+++ b/libavcodec/x86/videodsp.asm
@@ -194,8 +194,12 @@ hvar
Hi !
I wanted to contribute in FFMpeg organization. What can be the good
starting point? I have Mac OS.
Thanks,
Rishi
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Thu, Oct 22, 2015 at 10:25 PM, Ganesh Ajjanagadde
wrote:
>
> On Thu, Oct 22, 2015 at 9:28 PM, Timothy Gu wrote:
> > On Thu, Oct 22, 2015 at 5:01 PM Ganesh Ajjanagadde
> > wrote:
> >>
> >> Sample benchmark (x86-64, Haswell, GNU/Linux), fraps-v2 from FATE:
> >> new:
> >> 280110 decicycles in qs
On Thu, Oct 15, 2015 at 7:04 PM, Ganesh Ajjanagadde
wrote:
> Signed-off-by: Ganesh Ajjanagadde
> ---
> version.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/version.sh b/version.sh
> index f9754eb..a9d7e39 100755
> --- a/version.sh
> +++ b/version.sh
> @@ -54,6 +54,7 @@ GUARD=$(ech
Fixes CID 1322329.
Signed-off-by: Ganesh Ajjanagadde
---
libavcodec/pthread_frame.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
index 7651211..ca06e3d 100644
--- a/libavcodec/pthread_frame.c
+++ b/libavcodec/pthread_
Example:
% ./ffmpeg -h encoder=gif
[...]
GIF encoder AVOptions:
-gifflagsE..V set GIF flags (default
offsetting+transdiff)
offsetting E..V enable picture offsetting
transdiffE..V enable transparency detection
between fr
Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> Fixes CID 1322329.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavcodec/pthread_frame.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
> index 765
On Fri, Oct 23, 2015 at 12:41:18PM -0400, Ronald S. Bultje wrote:
[...]
> ffmpeg -h full, searching to -sws_flags, gives this:
> -sws_flags E..V scaler flags (default 4)
> fast_bilinearE..V fast bilinear
> bilinear E..V bilin
On Sat, Oct 24, 2015 at 03:16:15PM +0200, Clément Bœsch wrote:
> On Fri, Oct 23, 2015 at 12:41:18PM -0400, Ronald S. Bultje wrote:
> [...]
> > ffmpeg -h full, searching to -sws_flags, gives this:
> > -sws_flags E..V scaler flags (default 4)
> > fast_bilinear
On Sat, 24 Oct 2015 18:21:45 +0530
rishi shah wrote:
> Hi !
> I wanted to contribute in FFMpeg organization. What can be the good
> starting point? I have Mac OS.
Here's an overview: http://ffmpeg.org/developer.html#Contributing
___
ffmpeg-devel maili
On Sat, 24 Oct 2015 04:13:18 +0200
Michael Niedermayer wrote:
> On Thu, Oct 22, 2015 at 09:48:30PM -0700, Dale Curtis wrote:
> > On Wed, Oct 21, 2015 at 6:52 PM, Dale Curtis
> > wrote:
> >
> > > On Tue, Oct 20, 2015 at 11:50 PM, Michael Niedermayer <
> > > mich...@niedermayer.cc> wrote:
> >
On Sat, Oct 24, 2015 at 9:15 AM, Nicolas George wrote:
> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>> Fixes CID 1322329.
>>
>> Signed-off-by: Ganesh Ajjanagadde
>> ---
>> libavcodec/pthread_frame.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/lib
ISO C does not guarantee that functions and data live in the same
address space. It is thus (strictly speaking) illegal to assign to a
void * (which is a data pointer) from a function pointer.
Found by enabling -Wpedantic on clang 3.7.
Signed-off-by: Ganesh Ajjanagadde
---
ffmpeg_opt.c
ISO C requires at least one argument in the place of the ellipsis in a
variadic macro. In particular, under -pedantic, this triggers the
warning -Wgnu-zero-variadic-macro-arguments on clang 3.7.
Signed-off-by: Ganesh Ajjanagadde
---
libavfilter/af_asetrate.c | 4 ++--
libavfilter/asrc_sine.c
ISO C restricts enumerator values to the range of int. Thus (for instance)
0x8000
unfortunately does not work, and throws a warning with -Wpedantic on
clang 3.7.
This fixes such errors by explicitly casting as an int, doing the
desired unsigned to signed conversion. This method works on all c
Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> ISO C requires at least one argument in the place of the ellipsis in a
> variadic macro. In particular, under -pedantic, this triggers the
> warning -Wgnu-zero-variadic-macro-arguments on clang 3.7.
>
> Signed-off-by: Ganesh Ajjanagadd
Hi all,
Apologies for the copy/pasted patch, but can't send via send-email.
Copy pasted for review below, attached also for a non-clobbered
version.
--
>From 82b889a359925d1f9f7496c916cf24146b44e648 Mon Sep 17 00:00:00 2001
Hi all,
Apologies for the copy/pasted patch, but can't send via send-email.
Copy pasted for review below, attached also for a non-clobbered
version.
--
>From 99cd052b614553757efa1954bf8bf4dd3caf66d0 Mon Sep 17 00:00:
On Sat, Oct 24, 2015 at 9:33 AM, Nicolas George wrote:
> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>> ISO C requires at least one argument in the place of the ellipsis in a
>> variadic macro. In particular, under -pedantic, this triggers the
>> warning -Wgnu-zero-variadic-macro-
Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> Apologies for the copy/pasted patch, but can't send via send-email.
Maybe you should take some time to tackle your email troubles?
> ISO C %p format specifier applies to void * data pointers. This casts
> relevant pointers to void * i
On Sat, Oct 24, 2015 at 9:44 AM, Nicolas George wrote:
> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>> Apologies for the copy/pasted patch, but can't send via send-email.
>
> Maybe you should take some time to tackle your email troubles?
>
>> ISO C %p format specifier applies to
Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> Thanks for the super quick review. Will apply shortly. Do you (or
> others) think adding -Wgnu-zero-variadic-macro-arguments to configure
> is a good idea?
Considering that each additional option takes ~15 ms in configure on a
fairly p
On Sat, 24 Oct 2015, Marton Balint wrote:
Current code segfaults since the deprecation of AVSubtitleRect.pict because it
freed/realloced AVSubtitleRect.pict.data by itself.
The new code stores the generated YUVA AVSubtitle rectangles in their own
struct and keeps the original AVSubtitle struct
On Fri, 23 Oct 2015, Marton Balint wrote:
Only set pict if we got a valid rect.
Signed-off-by: Marton Balint
---
libavcodec/libzvbi-teletextdec.c | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
Applied.
Regards,
Marton
___
ffm
On Sat, Oct 24, 2015 at 9:52 AM, Nicolas George wrote:
> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>> Thanks for the super quick review. Will apply shortly. Do you (or
>> others) think adding -Wgnu-zero-variadic-macro-arguments to configure
>> is a good idea?
>
> Considering tha
On Sat, Oct 24, 2015 at 10:16 AM, Ganesh Ajjanagadde wrote:
> On Sat, Oct 24, 2015 at 9:52 AM, Nicolas George wrote:
>> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>>> Thanks for the super quick review. Will apply shortly. Do you (or
>>> others) think adding -Wgnu-zero-variadic-m
On Sat, Oct 24, 2015 at 3:26 PM, Ganesh Ajjanagadde
wrote:
> On Sat, Oct 24, 2015 at 9:15 AM, Nicolas George wrote:
>> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>>> Fixes CID 1322329.
>>>
>>> Signed-off-by: Ganesh Ajjanagadde
>>> ---
>>> libavcodec/pthread_frame.c | 2 +-
>>>
On Sat, 24 Oct 2015 09:28:52 -0400
Ganesh Ajjanagadde wrote:
> ISO C does not guarantee that functions and data live in the same
> address space. It is thus (strictly speaking) illegal to assign to a
POSIX does.
> void * (which is a data pointer) from a function pointer.
>
> Found by enabling
On Sat, Oct 24, 2015 at 11:01 AM, wm4 wrote:
> On Sat, 24 Oct 2015 09:28:52 -0400
> Ganesh Ajjanagadde wrote:
>
>> ISO C does not guarantee that functions and data live in the same
>> address space. It is thus (strictly speaking) illegal to assign to a
>
> POSIX does.
Ok. You do not think that t
On Sat, 24 Oct 2015 09:29:23 -0400
Ganesh Ajjanagadde wrote:
> ISO C restricts enumerator values to the range of int. Thus (for instance)
> 0x8000
> unfortunately does not work, and throws a warning with -Wpedantic on
> clang 3.7.
>
> This fixes such errors by explicitly casting as an int,
On Sat, 24 Oct 2015 09:35:48 -0400
Ganesh Ajjanagadde wrote:
> Hi all,
>
> Apologies for the copy/pasted patch, but can't send via send-email.
> Copy pasted for review below, attached also for a non-clobbered
> version.
>
> ---
On Sat, Oct 24, 2015 at 11:08 AM, wm4 wrote:
> On Sat, 24 Oct 2015 09:29:23 -0400
> Ganesh Ajjanagadde wrote:
>
>> ISO C restricts enumerator values to the range of int. Thus (for instance)
>> 0x8000
>> unfortunately does not work, and throws a warning with -Wpedantic on
>> clang 3.7.
>>
>>
On Sat, Oct 24, 2015 at 9:44 AM, Nicolas George wrote:
> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>> Apologies for the copy/pasted patch, but can't send via send-email.
>
> Maybe you should take some time to tackle your email troubles?
I have spent some time on this. Given up
On Sat, Oct 24, 2015 at 5:29 PM, Ganesh Ajjanagadde wrote:
> On Sat, Oct 24, 2015 at 9:44 AM, Nicolas George wrote:
>> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>>> Apologies for the copy/pasted patch, but can't send via send-email.
>>
>> Maybe you should take some time to tack
Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> I have spent some time on this. Given up on gmail, as it is not in my
> control, and is inconsistent. I have tried following my university's
> mail configuration, but it does not work. Will need to speak with them
> at some point. Until
On 24.10.2015 14:47, Ronald S. Bultje wrote:
> ---
> libavcodec/x86/videodsp.asm | 15 +++
> 1 file changed, 11 insertions(+), 4 deletions(-)
>
> diff --git a/libavcodec/x86/videodsp.asm b/libavcodec/x86/videodsp.asm
> index 25d4364..48f5ac0 100644
> --- a/libavcodec/x86/videodsp.asm
Hi Andreas,
On Sat, Oct 24, 2015 at 11:41 AM, Andreas Cadhalpun <
andreas.cadhal...@googlemail.com> wrote:
> On 24.10.2015 14:47, Ronald S. Bultje wrote:
> > ---
> > libavcodec/x86/videodsp.asm | 15 +++
> > 1 file changed, 11 insertions(+), 4 deletions(-)
> >
> > diff --git a/libavc
Hi Ronald,
On 24.10.2015 17:55, Ronald S. Bultje wrote:
> On Sat, Oct 24, 2015 at 11:41 AM, Andreas Cadhalpun <
> andreas.cadhal...@googlemail.com> wrote:
>
>> On 24.10.2015 14:47, Ronald S. Bultje wrote:
>>> ---
>>> libavcodec/x86/videodsp.asm | 15 +++
>>> 1 file changed, 11 insert
tl;dr: I've got a patch that updates OpenJPEG to 2.0/2.1. Currently, I've
opted to drop OpenJPEG 1.5. Should I proceed with preparing this patch for
submission, or should I alter it to keep 1.5 support?
The OpenJPEG API went through a bit of an overhaul in the 1.x to 2.x
transition. This mea
Michael Bradshaw gmail.com> writes:
> tl;dr: I've got a patch that updates OpenJPEG to 2.0/2.1.
> Currently, I've opted to drop OpenJPEG 1.5. Should I
> proceed with preparing this patch for submission, or
> should I alter it to keep 1.5 support?
Do distributions support (contain) 2.x?
Carl
Signed-off-by: Nicolas George
---
libavfilter/avf_concat.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/libavfilter/avf_concat.c b/libavfilter/avf_concat.c
index 5a4b356..4fa9447 100644
--- a/libavfilter/avf_concat.c
+++ b/libavfilter/avf_concat.c
@@ -347,10 +347,9 @@
Signed-off-by: Nicolas George
---
libavfilter/fifo.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavfilter/fifo.c b/libavfilter/fifo.c
index e477cff..f0b77ff 100644
--- a/libavfilter/fifo.c
+++ b/libavfilter/fifo.c
@@ -201,7 +201,8 @@ static int return_audio_frame(
Signed-off-by: Nicolas George
---
libavfilter/af_join.c | 50 +-
1 file changed, 33 insertions(+), 17 deletions(-)
diff --git a/libavfilter/af_join.c b/libavfilter/af_join.c
index f5a1c50..bd780cc 100644
--- a/libavfilter/af_join.c
+++ b/libavfilte
Signed-off-by: Nicolas George
---
libavfilter/af_amix.c | 142 ++
1 file changed, 62 insertions(+), 80 deletions(-)
diff --git a/libavfilter/af_amix.c b/libavfilter/af_amix.c
index 434dd90..223328b 100644
--- a/libavfilter/af_amix.c
+++ b/libavfilt
Signed-off-by: Nicolas George
---
libavfilter/vf_framepack.c | 18 +++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/libavfilter/vf_framepack.c b/libavfilter/vf_framepack.c
index be52507..621a034 100644
--- a/libavfilter/vf_framepack.c
+++ b/libavfilter/vf_framepac
It was only useful for very specific testing purposes
and appears to be currently partially broken.
Signed-off-by: Nicolas George
---
MAINTAINERS | 1 -
doc/filters.texi | 36 ---
libavfilter/Makefile | 1 -
libavfilter/af_astreamsync.c | 243 ---
Signed-off-by: Nicolas George
---
libavfilter/af_asyncts.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavfilter/af_asyncts.c b/libavfilter/af_asyncts.c
index 214cefd..209fc4c 100644
--- a/libavfilter/af_asyncts.c
+++ b/libavfilter/af_asyncts.c
@@ -139,8 +139,7 @@ stat
On Sat, Oct 24, 2015 at 03:14:33PM +0200, Clément Bœsch wrote:
> Example:
> % ./ffmpeg -h encoder=gif
> [...]
> GIF encoder AVOptions:
> -gifflagsE..V set GIF flags (default
> offsetting+transdiff)
> offsetting E..V enable picture offsetting
>
On Sat, Oct 24, 2015 at 12:59 PM, Carl Eugen Hoyos wrote:
> Michael Bradshaw gmail.com> writes:
>
>> tl;dr: I've got a patch that updates OpenJPEG to 2.0/2.1.
>> Currently, I've opted to drop OpenJPEG 1.5. Should I
>> proceed with preparing this patch for submission, or
>> should I alter it to ke
On Sat, Oct 24, 2015 at 09:03:43AM -0700, Michael Bradshaw wrote:
> tl;dr: I've got a patch that updates OpenJPEG to 2.0/2.1. Currently, I've
> opted to drop OpenJPEG 1.5. Should I proceed with preparing this patch for
> submission, or should I alter it to keep 1.5 support?
>
>
>
> The OpenJ
Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> Definitely not. Even Arch Linux, generally an early adopter, does not
> use openjpeg2, but instead openjpeg for most things.
https://www.archlinux.org/packages/community/x86_64/openjpeg2/
Are you sure of your statement?
Regards,
--
On Sat, Oct 24, 2015 at 1:09 PM, Nicolas George wrote:
> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>> Definitely not. Even Arch Linux, generally an early adopter, does not
>> use openjpeg2, but instead openjpeg for most things.
>
> https://www.archlinux.org/packages/community/x8
On 24.10.2015 18:59, Carl Eugen Hoyos wrote:
> Michael Bradshaw gmail.com> writes:
>
>> tl;dr: I've got a patch that updates OpenJPEG to 2.0/2.1.
>> Currently, I've opted to drop OpenJPEG 1.5. Should I
>> proceed with preparing this patch for submission, or
>> should I alter it to keep 1.5 sup
Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> I did not say it is not present, just that more packages rely on
> openjpeg instead of openjpeg2.
Ok. But having it available is enough, we do not really care how many other
programs use it, only that Michael, the maintainer for this p
On Sat, Oct 24, 2015 at 09:28:52AM -0400, Ganesh Ajjanagadde wrote:
> ISO C does not guarantee that functions and data live in the same
> address space. It is thus (strictly speaking) illegal to assign to a
> void * (which is a data pointer) from a function pointer.
>
> Found by enabling -Wpedanti
On Sat, Oct 24, 2015 at 1:24 PM, Nicolas George wrote:
> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>> I did not say it is not present, just that more packages rely on
>> openjpeg instead of openjpeg2.
>
> Ok. But having it available is enough, we do not really care how many othe
This is a waste of computing power and will result to 0,
making it always dropped.
Use maximum difference values instead.
Signed-off-by: Nicolas George
---
libavfilter/vf_decimate.c | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/libavfilter/vf_decimate.c b/libavfilt
On Sat, Oct 24, 2015 at 03:52:25PM +0200, Nicolas George wrote:
> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> > Thanks for the super quick review. Will apply shortly. Do you (or
> > others) think adding -Wgnu-zero-variadic-macro-arguments to configure
> > is a good idea?
>
> Con
Hi Andreas,
On Sat, Oct 24, 2015 at 11:58 AM, Andreas Cadhalpun <
andreas.cadhal...@googlemail.com> wrote:
> Hi Ronald,
>
> On 24.10.2015 17:55, Ronald S. Bultje wrote:
> > On Sat, Oct 24, 2015 at 11:41 AM, Andreas Cadhalpun <
> > andreas.cadhal...@googlemail.com> wrote:
> >
> >> On 24.10.2015 14
On Sat, Oct 24, 2015 at 1:48 PM, Michael Niedermayer
wrote:
> On Sat, Oct 24, 2015 at 03:52:25PM +0200, Nicolas George wrote:
>> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>> > Thanks for the super quick review. Will apply shortly. Do you (or
>> > others) think adding -Wgnu-zero-
On 10/24/2015 1:03 PM, Michael Bradshaw wrote:
> tl;dr: I've got a patch that updates OpenJPEG to 2.0/2.1. Currently, I've
> opted to drop OpenJPEG 1.5. Should I proceed with preparing this patch for
> submission, or should I alter it to keep 1.5 support?
>
>
>
> The OpenJPEG API went throug
James Almer gmail.com> writes:
> Why does configure even check for 2.x if the actual
> lavc wrappers don't currently support it?
It is possible to use openjpeg2 with current
FFmpeg (I use it for testing) but it is
everything but user-friendly.
Carl Eugen
Ronald S. Bultje gmail.com> writes:
> Great, thanks for verifying that. I'll apply with
> your suggested addition to the commit message.
Please do, you could also mention ticket #3226: I
was never able to reproduce (I can reproduce the
Debian bug) but it has a very similar description
iirc.
On Sat, Oct 24, 2015 at 11:03 AM James Almer wrote:
> Gentoo and Debian both seem to ship it. Arch does as well but on their
> Community repository (ffmpeg adopting it may be incentive enough for them
> to move it to Extra).
>
In fact, at least two of the reverse dependencies (out of 8, not count
On Sat, Oct 24, 2015 at 09:29:23AM -0400, Ganesh Ajjanagadde wrote:
> ISO C restricts enumerator values to the range of int. Thus (for instance)
> 0x8000
> unfortunately does not work, and throws a warning with -Wpedantic on
> clang 3.7.
>
> This fixes such errors by explicitly casting as an
Hi,
On Sat, Oct 24, 2015 at 2:13 PM, Carl Eugen Hoyos wrote:
> Ronald S. Bultje gmail.com> writes:
>
> > Great, thanks for verifying that. I'll apply with
> > your suggested addition to the commit message.
>
> Please do, you could also mention ticket #3226: I
> was never able to reproduce (I ca
On Sat, Oct 24, 2015 at 2:33 PM, Michael Niedermayer
wrote:
> On Sat, Oct 24, 2015 at 09:29:23AM -0400, Ganesh Ajjanagadde wrote:
>> ISO C restricts enumerator values to the range of int. Thus (for instance)
>> 0x8000
>> unfortunately does not work, and throws a warning with -Wpedantic on
>>
On Sat, Oct 24, 2015 at 02:01:07PM -0400, Ganesh Ajjanagadde wrote:
> On Sat, Oct 24, 2015 at 1:48 PM, Michael Niedermayer
> wrote:
> > On Sat, Oct 24, 2015 at 03:52:25PM +0200, Nicolas George wrote:
> >> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> >> > Thanks for the super quic
Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> or do you prefer a static const style?
static const is not build-time constant, and therefore unusable for this:
impossible to use it as case label or constant initializer.
Regards,
--
Nicolas George
signature.asc
Description: D
Le tridi 3 brumaire, an CCXXIV, James Almer a écrit :
> No idea about other distros, but in any case, if there's any that doesn't
> ship it then we should keep supporting it for a while, even if it means
> adding some ugly macros.
Depending on the ugliness of the macros, maybe duplicating the file
On Sat, Oct 24, 2015 at 2:48 PM, Nicolas George wrote:
> Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
>> or do you prefer a static const style?
>
> static const is not build-time constant, and therefore unusable for this:
> impossible to use it as case label or constant initializer
Hi,
See attached.
From 3c26a0554397d623ab61671beaf2879d61911024 Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Sat, 24 Oct 2015 20:41:32 +0200
Subject: [PATCH] avcodec: add SDX2 DPCM decoder
Signed-off-by: Paul B Mahol
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
liba
On Sat, Oct 24, 2015 at 02:41:59PM -0400, Ganesh Ajjanagadde wrote:
> On Sat, Oct 24, 2015 at 2:33 PM, Michael Niedermayer
> wrote:
> > On Sat, Oct 24, 2015 at 09:29:23AM -0400, Ganesh Ajjanagadde wrote:
> >> ISO C restricts enumerator values to the range of int. Thus (for instance)
> >> 0x80
On Sat, Oct 24, 2015 at 8:58 PM, Michael Niedermayer
wrote:
> On Sat, Oct 24, 2015 at 02:41:59PM -0400, Ganesh Ajjanagadde wrote:
>> On Sat, Oct 24, 2015 at 2:33 PM, Michael Niedermayer
>> wrote:
>> > On Sat, Oct 24, 2015 at 09:29:23AM -0400, Ganesh Ajjanagadde wrote:
>> >> ISO C restricts enumer
On Sat, Oct 24, 2015 at 02:41:59PM -0400, Ganesh Ajjanagadde wrote:
> On Sat, Oct 24, 2015 at 2:33 PM, Michael Niedermayer
> wrote:
> > On Sat, Oct 24, 2015 at 09:29:23AM -0400, Ganesh Ajjanagadde wrote:
> >> ISO C restricts enumerator values to the range of int. Thus (for instance)
> >> 0x80
On Sat, Oct 24, 2015 at 09:02:29PM +0200, Hendrik Leppkes wrote:
> On Sat, Oct 24, 2015 at 8:58 PM, Michael Niedermayer
> wrote:
> > On Sat, Oct 24, 2015 at 02:41:59PM -0400, Ganesh Ajjanagadde wrote:
> >> On Sat, Oct 24, 2015 at 2:33 PM, Michael Niedermayer
> >> wrote:
> >> > On Sat, Oct 24, 201
On Sat, Oct 24, 2015 at 1:23 PM, Michael Niedermayer
wrote:
> On Sat, Oct 24, 2015 at 09:28:52AM -0400, Ganesh Ajjanagadde wrote:
>> ISO C does not guarantee that functions and data live in the same
>> address space. It is thus (strictly speaking) illegal to assign to a
>> void * (which is a data
On Sat, Oct 24, 2015 at 09:33:22AM -0400, Ganesh Ajjanagadde wrote:
> Hi all,
>
> Apologies for the copy/pasted patch, but can't send via send-email.
> Copy pasted for review below, attached also for a non-clobbered
> version.
>
> --
On Sat, Oct 24, 2015 at 4:12 PM, Michael Niedermayer
wrote:
> On Sat, Oct 24, 2015 at 09:33:22AM -0400, Ganesh Ajjanagadde wrote:
>> Hi all,
>>
>> Apologies for the copy/pasted patch, but can't send via send-email.
>> Copy pasted for review below, attached also for a non-clobbered
>> version.
>>
>
On Sat, Oct 24, 2015 at 04:16:56PM -0400, Ganesh Ajjanagadde wrote:
> On Sat, Oct 24, 2015 at 4:12 PM, Michael Niedermayer
> wrote:
> > On Sat, Oct 24, 2015 at 09:33:22AM -0400, Ganesh Ajjanagadde wrote:
> >> Hi all,
> >>
> >> Apologies for the copy/pasted patch, but can't send via send-email.
> >
On Sat, Oct 24, 2015 at 11:29:15AM -0400, Ganesh Ajjanagadde wrote:
> On Sat, Oct 24, 2015 at 9:44 AM, Nicolas George wrote:
> > Le tridi 3 brumaire, an CCXXIV, Ganesh Ajjanagadde a écrit :
> >> Apologies for the copy/pasted patch, but can't send via send-email.
> >
> > Maybe you should take some
ffprobe.xsd already contains the tag element.
Signed-off-by: Marton Balint
---
ffprobe.c | 16 +++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/ffprobe.c b/ffprobe.c
index ac03689..f5930ae 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -77,6 +77,7 @@ static int do_show_f
Signed-off-by: Marton Balint
---
tests/Makefile | 1 +
tests/fate-run.sh | 14
tests/fate/concatdec.mak | 12
tests/ref/fate/concat-demuxer-lavf-mxf | 1 +
tests/ref/fate/concat-demuxer-lavf-mxf_d10 | 1 +
Signed-off-by: Marton Balint
---
libavformat/concatdec.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c
index 7686f28..f262d44 100644
--- a/libavformat/concatdec.c
+++ b/libavformat/concatdec.c
@@ -316,6 +316,
Signed-off-by: Marton Balint
---
libavformat/concatdec.c| 6 ++
tests/ref/fate/concat-demuxer-lavf-mxf | 2 +-
tests/ref/fate/concat-demuxer-lavf-mxf_d10 | 2 +-
tests/ref/fate/concat-demuxer-lavf-ts | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
diff -
This option can be used to select useful frames from an ffconcat file which is
using inpoints and outpoints but where the source files are not intra frame
only.
Signed-off-by: Marton Balint
---
doc/filters.texi | 17 +
libavfilter/f_select.c | 20
2 fil
On Sat, Oct 24, 2015 at 11:11 AM, Carl Eugen Hoyos wrote:
> James Almer gmail.com> writes:
>
> > Why does configure even check for 2.x if the actual
> > lavc wrappers don't currently support it?
>
> It is possible to use openjpeg2 with current
> FFmpeg (I use it for testing) but it is
> everythi
On Sat, Oct 24, 2015 at 11:28 AM, Timothy Gu wrote:
> On Sat, Oct 24, 2015 at 11:03 AM James Almer wrote:
>
> > Gentoo and Debian both seem to ship it. Arch does as well but on their
> > Community repository (ffmpeg adopting it may be incentive enough for them
> > to move it to Extra).
> >
> In
On Sat, Oct 24, 2015 at 4:28 PM, Michael Niedermayer
wrote:
> On Sat, Oct 24, 2015 at 04:16:56PM -0400, Ganesh Ajjanagadde wrote:
>> On Sat, Oct 24, 2015 at 4:12 PM, Michael Niedermayer
>> wrote:
>> > On Sat, Oct 24, 2015 at 09:33:22AM -0400, Ganesh Ajjanagadde wrote:
>> >> Hi all,
>> >>
>> >> Ap
For generality, qsort uses a comparator whose elements are void *. This
makes the comparator have such a form, and thus makes the void * cast of
the comparator pointer useless. Furthermore, this makes the code more
consistent with other usages of qsort across the codebase.
Signed-off-by: Ganesh Aj
This documents the additional constness, and provides a useful libc
reference for the API specification of the comparator.
Signed-off-by: Ganesh Ajjanagadde
---
libavutil/tree.h | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libavutil/tree.h b/libavutil/tree.h
index a14f
libc's qsort comparator has a const qualifier on both arguments. This
adds a missing const qualifier to exactly match the comparator API.
Existing usages of av_tree_find, av_tree_insert are appropriately
modified: type signature changes of the comparators, and removal of
unnecessary void * casts o
This gives the compiler some flexibility
Signed-off-by: James Almer
---
libavutil/x86/intmath.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/x86/intmath.h b/libavutil/x86/intmath.h
index 7881e3c..10d3e7f 100644
--- a/libavutil/x86/intmath.h
+++ b/libavutil/x86/in
1 - 100 of 128 matches
Mail list logo