I applied all the patches and it worked fine.
But, there is a problem with the first patch indeed.
There is one 'fi' command added that looks misplaced.
It looks like patch 12 fixes problem caused with patch 1 by adding appropriate
'if'.
-Nedeljko
__
On 15 November 2015 at 01:09, Ricardo Constantino wrote:
> Enables RTMP(T)E support with SChannel
>
> (Not sure if this is the right way to enable this)
>
> Signed-off-by: Ricardo Constantino
> ---
> configure | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/configu
Hi Pavel,
I can confirm that there is a problem with the UDP packet engine in
FFmpeg. FFmpeg has excessive jitter in it's UDP streaming output to the
point where hardware decoders can't handle it. My solution was to buffer
to disk and have my own program read and send the datagrams via a very
ti
On Mon, Nov 16, 2015 at 8:12 AM, Ganesh Ajjanagadde wrote:
> On Mon, Nov 16, 2015 at 7:53 AM, Hendrik Leppkes wrote:
>> On Mon, Nov 16, 2015 at 1:52 PM, Ganesh Ajjanagadde wrote:
>>> On Mon, Nov 16, 2015 at 3:27 AM, wm4 wrote:
On Sun, 15 Nov 2015 17:56:22 -0500
Ganesh Ajjanagadde wro
ffio_ensure_seekback can fail due to e.g ENOMEM. This return value is
checked here and a diagnostic is logged.
All usage of ffio_ensure_seekback in the codebase now has the return value
checked.
Signed-off-by: Ganesh Ajjanagadde
---
libavformat/mp3dec.c | 6 --
libavformat/rmdec.c | 3 ++-
On Mon, Nov 16, 2015 at 7:50 AM, Ganesh Ajjanagadde wrote:
> On Mon, Nov 16, 2015 at 6:55 AM, Michael Niedermayer
> wrote:
>> On Sat, Nov 14, 2015 at 08:05:59PM -0500, Ganesh Ajjanagadde wrote:
>>> isnan and isinf are actually macros as per the standard. In particular,
>>> the existing implementa
isnan and isinf are actually macros as per the standard. In particular,
the existing implementation has incorrect signature. Furthermore, this
results in undefined behavior for e.g double values outside float range
as per the standard.
This patch corrects the undefined behavior for all usage withi
On Sun, Nov 15, 2015 at 8:43 PM, Ganesh Ajjanagadde wrote:
> On Sun, Nov 15, 2015 at 8:33 PM, Michael Niedermayer
> wrote:
>> On Sun, Nov 15, 2015 at 10:33:10AM -0500, Ganesh Ajjanagadde wrote:
>>> On Fri, Nov 13, 2015 at 12:05 PM, Ganesh Ajjanagadde
>>> wrote:
>>> > On Fri, Nov 13, 2015 at 11:
On Fri, Nov 13, 2015 at 9:50 AM, Ganesh Ajjanagadde wrote:
> On Wed, Oct 28, 2015 at 10:19 PM, Michael Niedermayer
> wrote:
>> On Tue, Oct 27, 2015 at 07:58:03PM -0400, Ganesh Ajjanagadde wrote:
>>> In the spirit of commit 8199908fdf9b3797cceaea9d1e2fc09d02ef7309, likely
>>> typo originally.
>>>
On Mon, Nov 16, 2015 at 02:57:07PM +, Vicente Olivert Riera wrote:
[...]
> index 9a736ce..0461a97 100755
> --- a/configure
> +++ b/configure
> @@ -380,7 +380,7 @@ Optimization options (experts only):
>--disable-yasm disable use of nasm/yasm assembly
>--disable-mips32r5 d
DASH manifest should have framerate specified as an attribute in the
AdaptationSet element and Representation elements. Though ISO/IEC
23009-1:2014 doesn't seem to define frameRate as a required attribute,
it is at least optional, and DASH-IF IOP 3.0 seems to require it. See
section 3.2.4 of http:/
Hi Matt,
Thanks for the quick reply.
On Mon, Nov 16, 2015 at 11:02 PM, Matt Oliver wrote:
> On 17 November 2015 at 12:12, Hans Wennborg wrote:
>> This commit [1] is causing problems when compiling with Clang on Windows:
>>
>> ..\..\third_party\ffmpeg\libavutil/x86/intmath.h(53,33) : error:
>>
On 11/16/15, Paul B Mahol wrote:
> On 11/16/15, Michael Niedermayer wrote:
>> On Mon, Nov 16, 2015 at 11:25:33AM +0100, Paul B Mahol wrote:
>>> 2n version attached
>>
>>> Makefile |1
>>> allformats.c |1
>>> rmdec.c | 303
>>> +++
On 11/17/15, Michael Niedermayer wrote:
> From: Michael Niedermayer
>
> Signed-off-by: Michael Niedermayer
> ---
> libavformat/genh.c |2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavformat/genh.c b/libavformat/genh.c
> index 260e320..d8723d5 100644
> --- a/libavformat/genh.c
Hi,
On Tue, Nov 17, 2015 at 11:40 AM, Vicente Olivert Riera <
vincent.ri...@imgtec.com> wrote:
> Dear Moritz Barsnick,
>
> On 11/17/2015 04:20 PM, Moritz Barsnick wrote:
> > On Tue, Nov 17, 2015 at 15:07:56 +, Vicente Olivert Riera wrote:
> >> file. Do you mean the patch subject instead of pa
Dear Moritz Barsnick,
On 11/17/2015 04:20 PM, Moritz Barsnick wrote:
> On Tue, Nov 17, 2015 at 15:07:56 +, Vicente Olivert Riera wrote:
>> file. Do you mean the patch subject instead of patch name? If so, what's
>> the error?
>
> Indeed, the grammar:
>
>> [PATCH 06/13] MIPS i6400 core do has
On date Tuesday 2015-11-17 17:12:46 +0100, wm4 encoded:
> On Tue, 17 Nov 2015 17:00:29 +0100
> Stefano Sabatini wrote:
[...]
> > No, just in case ret == AVERROR(EAGAIN), in all other failure cases it
> > will exit the loop immediately.
> >
> > BTW, the same problem affects some API usage examples
On Tue, Nov 17, 2015 at 15:07:56 +, Vicente Olivert Riera wrote:
> file. Do you mean the patch subject instead of patch name? If so, what's
> the error?
Indeed, the grammar:
> [PATCH 06/13] MIPS i6400 core do has an FPU, so not disable it
-> MIPS i6400 core has an FPU, so not disable it
or w
On Tue, 17 Nov 2015 17:00:29 +0100
Stefano Sabatini wrote:
> On date Tuesday 2015-11-17 15:20:32 +0100, wm4 encoded:
> > On Tue, 17 Nov 2015 15:13:02 +0100
> > Stefano Sabatini wrote:
> >
> > > Fix demuxing of files for which the demuxer returns AVERROR(EAGAIN) at
> > > some point. Also retur
On Tue, Nov 17, 2015 at 12:28:58AM +0100, Hendrik Leppkes wrote:
> Fixes probing of truehd/mlp files with a lot of frames in between the
> major sync frames. The spec allows a distance of up to 128 frames in
> between major sync frames, which leads to the probing code not reaching
> the desired sco
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 -0500, Ganesh Ajjanagadde wrote:
On Sun, Nov 15, 2015 at 10:56 A
From: Michael Niedermayer
Signed-off-by: Michael Niedermayer
---
libavformat/genh.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/genh.c b/libavformat/genh.c
index 260e320..d8723d5 100644
--- a/libavformat/genh.c
+++ b/libavformat/genh.c
@@ -32,6 +32,8 @@ static int genh_
This way, it never starts with 0xFFF0, and never trips the
ADTS "Detection" code in movenc.c.
Signed-off-by: Derek Buitenhuis
---
libavformat/movenc-test.c | 4 ++--
tests/ref/fate/movenc | 40
2 files changed, 22 insertions(+), 22 deletions(-)
diff
On date Tuesday 2015-11-17 15:20:32 +0100, wm4 encoded:
> On Tue, 17 Nov 2015 15:13:02 +0100
> Stefano Sabatini wrote:
>
> > Fix demuxing of files for which the demuxer returns AVERROR(EAGAIN) at
> > some point. Also returns error code to the caller in case of different
> > non EOF error.
> > ---
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 -0500, Ganesh Ajjanagadde wrote:
>>> On Sun, Nov 15, 2015 at 10:56 AM, Michael Niedermayer
>>> wrote:
>>> > On Sun, Nov 15, 2015 at 1
Hi,
Attached patch adds support for OpenJPEG 2.0/2.1. Please review.
Thanks,
Michael Bradshaw
0001-avcodec-add-OpenJPEG-2.x-compatibility.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/l
Dear Nedeljko Babic,
On 11/17/2015 03:04 PM, Nedeljko Babic wrote:
> It looks to me that there is an error in patch name.
the patch has been sent via git send-email, so there is no attachment
file. Do you mean the patch subject instead of patch name? If so, what's
the error?
Regards,
Vincent.
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 12/13] Improve detection of MIPS ISAs, FPU and ASEs (DSP, MSA)
Signed-off-by:
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 11/13] Remove the MIPS "generic" core in favor of "*"
There is no point to ha
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 13/13] Add support for MIPS R6
Understanding the mips32r6 and mips64r6 ISAs i
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 08/13] Add mips64r2 architecture variant
Signed-off-by: Vicente Olivert Riera
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 09/13] Add mips32r6 architecture variant
Signed-off-by: Vicente Olivert Riera
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 10/13] Put "disable mipsfpu" in a better place for loongson
Let's disable the
It looks to me that there is an error in patch name.
Other than that LGTM.
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 06/13]
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 05/13] Add MIPS i6400 core optimizations
Signed-off-by: Vicente Olivert Riera
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 04/13] Remove --mips64r6 configure option
Having a configure option with the
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 07/13] MIPS i6400 core is not mips32r2, so disable mips32r2
Signed-off-by: Vi
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 03/13] Add MIPS p5600 core optimizations
Signed-off-by: Vicente Olivert Riera
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 02/13] Remove --mips32r5 configure option
Having a configure option with the
LGTM
Thanks,
Nedeljko
Od: Vincent Olivert Riera
Poslato: 16. novembar 2015 15:57
Za: ffmpeg-devel@ffmpeg.org
Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera
Tema: [PATCH 01/13] Rename mipsdspr1 to mipsdsp
Signed-off-by: Vicente Olivert Riera
---
On Tue, 17 Nov 2015 15:13:02 +0100
Stefano Sabatini wrote:
> Fix demuxing of files for which the demuxer returns AVERROR(EAGAIN) at
> some point. Also returns error code to the caller in case of different
> non EOF error.
> ---
> ffprobe.c | 11 ++-
> 1 file changed, 10 insertions(+), 1
If videotoolbox_common_end_frame failed, then the AVFrame was returned
to the API user with the dummy buffer (in AVFrame.buf[0]) still set, and
the decode call indicating success.
These "half-set" AVFrames with dummy buffer are a videotoolbox specific
hack, because the decoder requires an allocate
Fix demuxing of files for which the demuxer returns AVERROR(EAGAIN) at
some point. Also returns error code to the caller in case of different
non EOF error.
---
ffprobe.c | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/ffprobe.c b/ffprobe.c
index c304a6d..481ff0b 10
On Fri, 13 Nov 2015 19:44:24 -0500
Rick Kern wrote:
> ---
> MAINTAINERS|1 +
> configure | 14 +
> libavcodec/Makefile|1 +
> libavcodec/allcodecs.c |1 +
> libavcodec/vtenc.c | 1089
>
> 5 files cha
44 matches
Mail list logo