On Fri, Nov 20, 2015 at 11:35:41AM +0100, Clément Bœsch wrote:
> ---
> FATE test changes because of the replacement of >>n with /(1< http://ubitux.fr/pub/pics/_the-effect-of-replacing-a-shift-by-a-div.png (new,
> old, diff)
> ---
> libavcodec/mpegvideo.c | 36 +---
Signed-off-by: Paul B Mahol
---
libavformat/thp.c | 44 +---
1 file changed, 41 insertions(+), 3 deletions(-)
diff --git a/libavformat/thp.c b/libavformat/thp.c
index 5569027..c661569 100644
--- a/libavformat/thp.c
+++ b/libavformat/thp.c
@@ -114,6 +114,7
On Thu, Nov 19, 2015 at 8:14 AM, Ganesh Ajjanagadde
wrote:
>
> See e.g
> https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c
> for rationale.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavcodec/aacps_tablegen_template.c | 4 ++--
> 1 file changed, 2 insertions(
On Sat, Nov 21, 2015 at 10:17:53PM +0100, Clément Bœsch wrote:
> From: Clément Bœsch
>
> ---
> libswresample/options.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
LGTM
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lo
On Sat, Nov 21, 2015 at 10:17:54PM +0100, Clément Bœsch wrote:
> From: Clément Bœsch
>
> ---
> libswscale/options.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
LGTM
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
It is what and why we do
On Sat, Nov 21, 2015 at 09:28:31PM +0100, Clément Bœsch wrote:
> ---
> libavcodec/mpegvideo.h | 10 +-
> libavcodec/ratecontrol.c | 10 +++---
> 2 files changed, 16 insertions(+), 4 deletions(-)
>
> diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
> index df1a13f..271ef5
From: Clément Bœsch
---
libswscale/options.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libswscale/options.c b/libswscale/options.c
index e666e5a..c1ea336 100644
--- a/libswscale/options.c
+++ b/libswscale/options.c
@@ -59,8 +59,8 @@ static const AVOption swscale_opt
From: Clément Bœsch
---
libswresample/options.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libswresample/options.c b/libswresample/options.c
index 654102a..eac1a7c 100644
--- a/libswresample/options.c
+++ b/libswresample/options.c
@@ -84,7 +84,7 @@ static const AVOpt
From: Clément Bœsch
---
libavformat/adtsenc.c| 4 ++--
libavformat/aiffenc.c| 2 +-
libavformat/apngdec.c| 2 +-
libavformat/asfdec_f.c | 4 ++--
libavformat/assenc.c | 2 +-
libavformat/avidec.c | 2 +-
libavformat/conc
From: Clément Bœsch
---
libavfilter/avf_showwaves.c | 2 +-
libavfilter/vf_pullup.c | 2 +-
libavfilter/vf_scale.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c
index 77ff913..4c46d8e 100644
--- a/libavfi
From: Clément Bœsch
---
libavcodec/ac3dec_fixed.c | 2 +-
libavcodec/ac3dec_float.c | 2 +-
libavcodec/ac3enc_opts_template.c | 4 ++--
libavcodec/alac.c | 2 +-
libavcodec/cinepakenc.c | 2 +-
libavcodec/dcadec.c | 4 ++--
libavcodec
For the record I used:
diff --git a/libavutil/opt.c b/libavutil/opt.c
index 4fd25ff..d7a4ef0 100644
--- a/libavutil/opt.c
+++ b/libavutil/opt.c
@@ -1005,6 +1005,13 @@ static void opt_list(void *obj, void *av_log_obj, const
char *unit,
int i;
while ((opt = av_opt_next(obj, opt))) {
+
+
---
libavcodec/mpegvideo.h | 10 +-
libavcodec/ratecontrol.c | 10 +++---
2 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index df1a13f..271ef5e 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -557,6
On 11/21/15, Clement Boesch wrote:
> On Fri, Nov 20, 2015 at 08:13:11PM +0100, Paul B Mahol wrote:
> [...]
>> +for (y = 0; y < h; y++) {
>> +for (x = 0; x < w; x++) {
>> +int diff = next[x] - src[x];
>> +int t = 0;
>> +
>> +for (z
On Fri, Nov 20, 2015 at 08:13:11PM +0100, Paul B Mahol wrote:
[...]
> +for (y = 0; y < h; y++) {
> +for (x = 0; x < w; x++) {
> +int diff = next[x] - src[x];
> +int t = 0;
> +
> +for (z = 0; z < FF_BUFQUEUE_SIZE - 1; z++) {
> +
On Fri, Nov 20, 2015 at 08:13:11PM +0100, Paul B Mahol wrote:
[...]
> +static av_cold void uninit(AVFilterContext *ctx)
> +{
> +DeFlashContext *s = ctx->priv;
> +}
> +
> +static const AVFilterPad inputs[] = {
> +{
> +.name = "default",
> +.type = AVMEDIA_
On Fri, Nov 20, 2015 at 09:34:12PM -0800, Timothy Gu wrote:
> Calculate packet size only once, and propagate errors earlier in the chain.
>
> Also remove use of the deprecated av_image_get_buffer_size().
> ---
> libavformat/rawvideodec.c | 17 +
> 1 file changed, 9 insertions(+),
On Fri, Nov 20, 2015 at 09:34:13PM -0800, Timothy Gu wrote:
> Fixes a floating point exception when width and height are not supplied
> (and therefore are zero).
> ---
> libavformat/v210.c | 17 +
> 1 file changed, 9 insertions(+), 8 deletions(-)
>
> diff --git a/libavformat/v210.
On 22 November 2015 at 03:48, Ricardo Constantino wrote:
> >+ --enable-gcrypt enable gmp, needed for rtmp(t)e support
> >+ if openssl, librtmp or gmp is not used [no]
>
> Probably meant "enable gcrypt" there?
>
>
Damn, cant believe I missed that one, will updat
>+ --enable-gcrypt enable gmp, needed for rtmp(t)e support
>+ if openssl, librtmp or gmp is not used [no]
Probably meant "enable gcrypt" there?
On 21 November 2015 at 15:28, Matt Oliver wrote:
> Adding rtmp(t)e support when not using openssl or librtmp uses e
Adding rtmp(t)e support when not using openssl or librtmp uses either gmp
or gcrypt to implement the required Diffie-Hellmann code. Since this code
can be compiled using either gmp or gcrypt a command line option to
enable/disable either of those libs needs to be provided.
Currently configure seem
On Sat, Nov 21, 2015 at 12:34 AM, Timothy Gu wrote:
> More readable and less breakable.
> ---
> libavutil/imgutils.c | 14 --
> 1 file changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/libavutil/imgutils.c b/libavutil/imgutils.c
> index 8956ae3..a189a50 100644
> --- a/libavut
On Sun, Nov 15, 2015 at 10:05 AM, Ganesh Ajjanagadde wrote:
> On Sat, Nov 14, 2015 at 9:19 PM, Michael Niedermayer
> wrote:
>> On Sat, Nov 14, 2015 at 12:11:20PM -0500, Ganesh Ajjanagadde wrote:
>>> This improves the mathematical behavior of hypotenuse computation.
>>>
>>> Signed-off-by: Ganesh A
On Tue, Nov 17, 2015 at 11:05 AM, Hendrik Leppkes wrote:
> On Tue, Nov 17, 2015 at 5:00 PM, Ganesh Ajjanagadde wrote:
>> On Sun, Nov 15, 2015 at 11:59 AM, Ganesh Ajjanagadde
>> wrote:
>>> On Sun, Nov 15, 2015 at 11:34 AM, Michael Niedermayer
>>> wrote:
On Sun, Nov 15, 2015 at 11:01:58AM -
On Fri, Nov 20, 2015 at 3:01 PM, Michael Niedermayer wrote:
> On Thu, Nov 19, 2015 at 08:14:12AM -0500, Ganesh Ajjanagadde wrote:
>> See e.g
>> https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c
>> for rationale.
>>
>> Signed-off-by: Ganesh Ajjanagadde
>> ---
>
> sh
On Wed, Nov 18, 2015 at 3:04 PM, Ganesh Ajjanagadde wrote:
> On Wed, Nov 18, 2015 at 2:58 PM, Michael Niedermayer wrote:
>> On Tue, Nov 17, 2015 at 04:54:10PM -0500, Ganesh Ajjanagadde wrote:
>>> isnan and isinf are actually macros as per the standard. In particular,
>>> the existing implementati
26 matches
Mail list logo