Le quintidi 15 prairial, an CCXXIII, Ganesh Ajjanagadde a écrit :
> 1. using av_assert0() to ensure that array access remains in bounds in
> these few cases. This could lead to performance hit.
Using av_assert1() or av_assert2() will yield a performance hit, but only
when enabled in development bu
From: Shivraj Patil
This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and sao
functions in new file hevc_lpf_sao_msa.c
Adds new generic macros (needed for this patch) in
libavutil/mips/generic_macros_msa.h
Signed-off-by: Shivraj Patil
---
libavcodec/mips/Makefile
From: Shivraj Patil
This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC idct functions in
new file hevc_idct_msa.c
Adds new generic macros (needed for this patch) in
libavutil/mips/generic_macros_msa.h
Signed-off-by: Shivraj Patil
---
libavcodec/mips/Makefile| 3 +-
lib
From: Shivraj Patil
This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC intra predition
functions in new file hevcpred_msa.c
Adds new generic macros (needed for this patch) in
libavutil/mips/generic_macros_msa.h
Signed-off-by: Shivraj Patil
---
libavcodec/hevcpred.c|
Le sextidi 16 prairial, an CCXXIII, Stephan Holljes a écrit :
> I hope I understood what you meant.
Exactly.
> The order of the patches attached was reversed, maybe that's why it
> looked like the indentation was done first.
I was a bit confused at first then I noticed. It was just advice for
co
On Thu, 4 Jun 2015 04:37:31 +0200
Michael Niedermayer wrote:
> On Wed, Jun 03, 2015 at 11:11:23AM +0200, wm4 wrote:
> > On Wed, 3 Jun 2015 01:22:49 +0200
> > Michael Niedermayer wrote:
> >
> > > Signed-off-by: Michael Niedermayer
> > > ---
> > > libswresample/resample.c| 17 +++
The existing code is such a jumble, I'm unable to figure out why it is coded
the way it is. When I try to test it I get wacky results. I do get some
inaccurate colors in files encoded by ffmpeg. I'm guessing this code may be the
source of the inaccuracies. I have tested this fairly thoroughly by
On Thu, Jun 04, 2015 at 12:58:56AM -0300, James Almer wrote:
> On 03/06/15 10:47 PM, Michael Niedermayer wrote:
> > This avoids leaks if the user doest call swr_close() after a failed init
>
> This should be backported then, since the doxy mentions swr_init() can be used
> without swr_close(), so
Ganesh Ajjanagadde mit.edu> writes:
> I think it would be great if ffmpeg could be
> built warning-free
I am sure nobody here is against compiling FFmpeg
without warnings but I wonder if it is possible
and if it is worth the effort.
> Which option do the devs here prefer?
Not related to you
On Wed, Jun 03, 2015 at 10:05:54PM -0400, Ganesh Ajjanagadde wrote:
> While compiling ffmpeg, I noticed a bunch of -Warray-bounds warnings.
> I think it would be great if ffmpeg could be built warning-free, and
> -Warray-bounds seems to be one of the biggest culprits. Nevertheless,
> -Warray-bound
On Thu, Jun 04, 2015 at 10:48:01AM +0200, wm4 wrote:
> On Thu, 4 Jun 2015 04:37:31 +0200
> Michael Niedermayer wrote:
>
> > On Wed, Jun 03, 2015 at 11:11:23AM +0200, wm4 wrote:
> > > On Wed, 3 Jun 2015 01:22:49 +0200
> > > Michael Niedermayer wrote:
> > >
> > > > Signed-off-by: Michael Niederm
Michael Niedermayer gmx.at> writes:
> Also the S302 in fate is identified by a registration
> descriptor there should be nothing unreliable in its
> detection
I don't know if this is related at all
but FFmpeg (also) detects Dolby-E as S302, see
http://samples.ffmpeg.org/ffmpeg-bugs/trac/tick
On Wed, Apr 08, 2015 at 01:04:55AM +0200, Lukasz Marek wrote:
> One of the most annoying things with ffmpeg is that password must be provided
> as a program param.
> It is visible while typing and on process list. (I'm talking about
> ffplay/ffmpeg/ffprobe here.)
>
> This patchset provides API t
>> diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h
>> index 8097d28..182e517 100644
>> --- a/libavutil/softfloat.h
>> +++ b/libavutil/softfloat.h
>> @@ -47,7 +47,7 @@ static const SoftFloat FLOAT_099= { 0x3BCE,
>> 0};
>> static av_const SoftFloat av_normalize_sf(SoftFloat
>> From: Jovan Zelincevic
>>
>> Move existing code to the new template files
>>
>> Signed-off-by: Nedeljko Babic
>> ---
>> libavcodec/aacdec.c| 3101
>> +---
>> libavcodec/aacdec_template.c | 3021
>> +++
>>
Hi!
As requested by the developer documentation, fixes some wrong
format specifiers and removes a few ugly casts.
Please comment, Carl Eugen
diff --git a/libavcodec/cinepakenc.c b/libavcodec/cinepakenc.c
index 7277345..2931fa3 100644
--- a/libavcodec/cinepakenc.c
+++ b/libavcodec/cinepakenc.c
@@
>> Add functions needed for implementation of fixed point aac dec.
>>
>> Signed-off-by: Nedeljko Babic
>
>applied
>
>these also need a update to doc/APIchanges and version.h
>i saw a version.h update in a later patch, not sure if theres a
>doc/APIchange one
>if not please add one
version.h is upd
On Thu, Jun 4, 2015 at 7:00 AM, Michael Niedermayer wrote:
> On Wed, Jun 03, 2015 at 10:05:54PM -0400, Ganesh Ajjanagadde wrote:
>> While compiling ffmpeg, I noticed a bunch of -Warray-bounds warnings.
>> I think it would be great if ffmpeg could be built warning-free, and
>> -Warray-bounds seems
Signed-off-by: Michael Niedermayer
---
libavcodec/s302m.c | 34 ++
1 file changed, 34 insertions(+)
diff --git a/libavcodec/s302m.c b/libavcodec/s302m.c
index 7639a0f..cb10914 100644
--- a/libavcodec/s302m.c
+++ b/libavcodec/s302m.c
@@ -95,6 +95,7 @@ static int
On Thu, Jun 04, 2015 at 12:45:52PM +, Nedeljko Babic wrote:
> >> diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h
> >> index 8097d28..182e517 100644
> >> --- a/libavutil/softfloat.h
> >> +++ b/libavutil/softfloat.h
> >> @@ -47,7 +47,7 @@ static const SoftFloat FLOAT_099= { 0x3
On 04/06/15 10:08 AM, Ganesh Ajjanagadde wrote:
> On Thu, Jun 4, 2015 at 7:00 AM, Michael Niedermayer wrote:
>> On Wed, Jun 03, 2015 at 10:05:54PM -0400, Ganesh Ajjanagadde wrote:
>>> While compiling ffmpeg, I noticed a bunch of -Warray-bounds warnings.
>>> I think it would be great if ffmpeg coul
On 04/06/15 9:58 AM, Carl Eugen Hoyos wrote:
> diff --git a/libavdevice/iec61883.c b/libavdevice/iec61883.c
> index b29aad1..152a9f7 100644
> --- a/libavdevice/iec61883.c
> +++ b/libavdevice/iec61883.c
> @@ -271,7 +271,7 @@ static int iec61883_read_header(AVFormatContext *context)
> }
>
>
On Thu, Jun 04, 2015 at 12:58:56PM +, Nedeljko Babic wrote:
> >> Add functions needed for implementation of fixed point aac dec.
> >>
> >> Signed-off-by: Nedeljko Babic
> >
> >applied
> >
> >these also need a update to doc/APIchanges and version.h
> >i saw a version.h update in a later patch,
On Thursday 04 June 2015 06:34:17 pm James Almer wrote:
> On 04/06/15 9:58 AM, Carl Eugen Hoyos wrote:
> > diff --git a/libavdevice/iec61883.c b/libavdevice/iec61883.c
> > index b29aad1..152a9f7 100644
> > --- a/libavdevice/iec61883.c
> > +++ b/libavdevice/iec61883.c
> > @@ -271,7 +271,7 @@ static
Version 2.20 of glibc deprecates _BSD_SOURCE and _SVID_SOURCE
and replaces with _DEFAULT_SOURCE
Signed-off-by: Ganesh Ajjanagadde
---
libavformat/img2dec.c | 2 +-
libavformat/udp.c | 2 +-
libswscale/utils.c| 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavform
Ganesh Ajjanagadde gmail.com> writes:
> Version 2.20 of glibc deprecates _BSD_SOURCE and
> _SVID_SOURCE and replaces with _DEFAULT_SOURCE
I don't think FFmpeg requires version 2.20 of glibc
so unless this fixes more than just a warning it
should probably not be committed.
Carl Eugen
___
On Thu, Jun 04, 2015 at 01:31:48PM +0530, shivraj.pa...@imgtec.com wrote:
> From: Shivraj Patil
>
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and
> sao functions in new file hevc_lpf_sao_msa.c
> Adds new generic macros (needed for this patch) in
> libavutil/mips/ge
Making it fail if e.g. soxr is used makes the function completely
useless.
---
libswresample/swresample.c | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/libswresample/swresample.c b/libswresample/swresample.c
index 9ab29d6..0ef556a 100644
--- a/libswresample/swresam
On Thu, Jun 04, 2015 at 01:31:47PM +0530, shivraj.pa...@imgtec.com wrote:
> From: Shivraj Patil
>
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC idct functions in
> new file hevc_idct_msa.c
> Adds new generic macros (needed for this patch) in
> libavutil/mips/generic_macros_msa.h
This makes no sense in this context, and can cause swr_get_out_samples()
and swr_get_delay() negative numbers that are not error codes.
---
libswresample/soxr_resample.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libswresample/soxr_resample.c b/libswresample/soxr_resample.
Hello all,
we are in the process of migrating the FFmpeg website
to the new server. The homepage and the git repos are
now resolving to the new server.
So if you have SSH access to the ffmpeg-web.git or fateserver.git
repositories you will get a fat warning that the host changed
(possible dns s
Hello
New patch to remove merge conflicts.
-Anshul
>From 4433686fdc62f9aebe23937b51b641febacfa2fe Mon Sep 17 00:00:00 2001
From: Anshul Maheshwari
Date: Thu, 4 Jun 2015 13:25:52 +0530
Subject: [PATCH] Add WebVtt support in hls
Signed-off-by: Anshul Maheshwari
---
libavformat/hlsenc.c | 202 +
Without this check it causes SIGILL crashes on ARMv5.
Signed-off-by: Andreas Cadhalpun
---
libavutil/arm/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/arm/cpu.c b/libavutil/arm/cpu.c
index f1683e8..ac42a05 100644
--- a/libavutil/arm/cpu.c
+++ b/libavutil/arm
On 4 June 2015 at 15:57, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/s302m.c | 34 ++
> 1 file changed, 34 insertions(+)
This should be made optional - there are legitimate reasons such as
decoding 302m to wav that this wo
The option went into the MpegTSContext struct and can be addressed via
dictionary:
AVFormatContext * formatContext = NULL;
/* enable mpeg-ts private stream recognition */
AVDictionary * dict = NULL;
av_dict_set_int(&dict, "mpegts_recognize_private_streams", 1, 0);
/* open fil
Am Thu, 4 Jun 2015 03:18:20 +0200
schrieb Michael Niedermayer :
> On Sun, May 31, 2015 at 06:35:18PM +0200, Wolfgang Lorenz wrote:
> > Am Sat, 30 May 2015 12:58:38 +0200
> > schrieb Hendrik Leppkes :
> >
> > > On Sat, May 30, 2015 at 12:39 PM, Wolfgang Lorenz wrote:
> > > > Am Sat, 30 May 2015 1
I have created a small test case which gets at the heart of one of
these spurious
warnings, namely the one for libavfilter/vf_swapuv.c.
Here is the ticket on the GCC Bugzilla:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66422
Note that as of the moment, -Warray-bounds appears quite broken on GC
Signed-off-by: Stephan Holljes
---
libavformat/http.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/libavformat/http.c b/libavformat/http.c
index 90e88ad..32fc1ce 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -563,6 +563,7 @@ static int process_line(URLContext *h, cha
On Thu, Jun 04, 2015 at 11:17:45PM +0200, Andreas Cadhalpun wrote:
> Without this check it causes SIGILL crashes on ARMv5.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavutil/arm/cpu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavutil/arm/cpu.c b/libavutil/ar
On Thu, Jun 04, 2015 at 07:54:15PM +0200, wm4 wrote:
> This makes no sense in this context, and can cause swr_get_out_samples()
> and swr_get_delay() negative numbers that are not error codes.
> ---
> libswresample/soxr_resample.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
is there a
On Tue, Jun 02, 2015 at 08:21:36PM +0200, Paul B Mahol wrote:
> On 6/2/15, Donny Yang wrote:
> > On 3 June 2015 at 03:38, Paul B Mahol wrote:
> >
> >> Dana 2. 6. 2015. 17:50 osoba "Donny Yang" napisala je:
> >> >
> >> > Signed-off-by: Donny Yang
> >> > ---
> >> > libavcodec/pngdec.c | 8 ++
On Tue, Jun 02, 2015 at 03:49:27PM +, Donny Yang wrote:
> Currently restricted to blending pixels that only contain either
> 0 or 255 in their alpha components
>
> Signed-off-by: Donny Yang
> ---
> libavcodec/pngdec.c | 15 ++-
> 1 file changed, 14 insertions(+), 1 deletion(-)
>
On Tue, Jun 02, 2015 at 12:31:53PM -0700, Vignesh Venkatasubramanian wrote:
> Per matroska Block Structure [1], for keyframes 0th bit of the flag
> should not be set (unlike SimpleBlocks). For Blocks, keyframes is
> inferred by the absence of ReferenceBlock element (as done by
> matroskadec). This
On Thu, Jun 04, 2015 at 06:40:25PM +0200, Carl Eugen Hoyos wrote:
> On Thursday 04 June 2015 06:34:17 pm James Almer wrote:
> > On 04/06/15 9:58 AM, Carl Eugen Hoyos wrote:
> > > diff --git a/libavdevice/iec61883.c b/libavdevice/iec61883.c
> > > index b29aad1..152a9f7 100644
> > > --- a/libavdevice
On Thu, Jun 04, 2015 at 04:29:49PM -0700, Vignesh Venkatasubramanian wrote:
> Per matroska Block Structure [1], for keyframes 0th bit of the flag
> should not be set (unlike SimpleBlocks). For Blocks, keyframes is
> inferred by the absence of ReferenceBlock element (as done by
> matroskadec). This
On Thu, Jun 04, 2015 at 05:04:08PM -0700, Vignesh Venkatasubramanian wrote:
> On Thu, Jun 4, 2015 at 4:54 PM, Michael Niedermayer wrote:
> > On Thu, Jun 04, 2015 at 04:29:49PM -0700, Vignesh Venkatasubramanian wrote:
> >> Per matroska Block Structure [1], for keyframes 0th bit of the flag
> >> sho
46 matches
Mail list logo