On Thu, Jun 15, 2017 at 4:59 AM, wm4 wrote:
>
> > av_log(NULL, AV_LOG_WARNING,
> > "No pixel format specified, %s for H.264 encoding
> chosen.\n"
> > "Use -pix_fmt yuv420p for compatibility with
> outdated media players.\n",
>
> This warning sh
On 6/3/2017 2:04 PM, James Almer wrote:
> Signed-off-by: James Almer
> ---
> libavcodec/aacps.c | 7 ---
> libavcodec/x86/aacpsdsp.asm | 6 --
> 2 files changed, 4 insertions(+), 9 deletions(-)
I'll push this soon if nobody comments.
_
Fixes: runtime error: signed integer overflow: -1575818955 + -915383657 cannot
be represented in type 'int'
Fixes: 2224/clusterfuzz-testcase-minimized-6208559949807616
Found-by: continuous fuzzing process
https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niede
On Wed, 14 Jun 2017 23:03:39 +0100
Mark Thompson wrote:
> It's also 8-bit YUV 4:2:0.
> ---
> Most visible with streams downloaded from hardware to encode properly with
> libx264, which will typically be NV12.
>
>
> ffmpeg.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff -
On 6/6/2017 12:05 PM, James Almer wrote:
> On 6/1/2017 8:10 PM, James Almer wrote:
>> Meant for DSP functions returning a float or double, as they'd fail if emms
>> is called after every run on x86_32.
>>
>> Signed-off-by: James Almer
>> ---
>> tests/checkasm/checkasm.h | 11 +++
>>
On 15/05/17 23:44, Mark Thompson wrote:
> On 15/05/17 22:46, James Almer wrote:
>> On 5/15/2017 5:29 PM, Mark Thompson wrote:
>>> On 30/04/17 13:34, Mark Thompson wrote:
Fixes ticket #6356.
---
This was broken in 627c044f50da3046809314f7cc742b8a10cf26a1, which changed
the array
On 13/06/17 13:07, wm4 wrote:
> On Mon, 12 Jun 2017 23:40:17 +0100
> Mark Thompson wrote:
>
>> This merges a set of stuff from libav to do with hardware codecs/processing.
>
> All patches LGTM. I don't think it makes sense to delay pushing those
> either.
Set applied (with some fixups from Mich
It's also 8-bit YUV 4:2:0.
---
Most visible with streams downloaded from hardware to encode properly with
libx264, which will typically be NV12.
ffmpeg.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index 6170bd453c..e6e8b9e119 100644
--- a/ffmpeg.c
On Wed, Jun 14, 2017 at 06:17:54PM +0200, Matthieu Bouron wrote:
> On Wed, Jun 14, 2017 at 01:39:12PM +0200, Matthieu Bouron wrote:
> > ---
> > libavcodec/aarch64/simple_idct_neon.S | 28 ++--
> > 1 file changed, 14 insertions(+), 14 deletions(-)
> >
> > diff --git a/libav
Each frame is now padded with 0 values if not enough samples are
present, and all frames are guaranteed to have exactly
1 << (venc->log2_blocksize[1] - 1) samples.
Signed-off-by: Tyler Jones
---
libavcodec/vorbisenc.c | 33 -
1 file changed, 16 insertions(+), 17 d
Usage of blocksize, window, mode, and mdct indexes are switched from
default 0 to a default of 1 to better align with specs. A flag of 0
should correspond with short windows, a flag of 1 with long.
Signed-off-by: Tyler Jones
---
libavcodec/vorbisenc.c | 25 ++---
1 file chang
Audio samples are shifted around when copying from the frame queue so that
analysis can be done without negatively impacting calculation of the MDCT.
Window coefficients are applied to the current two overlapped windows
simultaneously instead of applying overlap for the next frame ahead of time.
T
Hi all!
There is an incoming RTMP stream containing metainfo:
$ rtmpdump -r rtmp://10.20.30.40/test1 --live -o /dev/null -V
...
DEBUG: RTMP_ClientPacket, received: notify 330 bytes
DEBUG: (object begin)
DEBUG: (object begin)
DEBUG: Property:
DEBUG: Property:
DEBUG: Property:
DEBUG: Property:
On Wed, Jun 14, 2017 at 01:39:12PM +0200, Matthieu Bouron wrote:
> ---
> libavcodec/aarch64/simple_idct_neon.S | 28 ++--
> 1 file changed, 14 insertions(+), 14 deletions(-)
>
> diff --git a/libavcodec/aarch64/simple_idct_neon.S
> b/libavcodec/aarch64/simple_idct_neon.S
>
Hi,
On Wed, Jun 14, 2017 at 11:34 AM, James Almer wrote:
> On 6/14/2017 9:46 AM, Ronald S. Bultje wrote:
> > Fixes trac issue 6459.
> > ---
> > libavcodec/x86/vp9intrapred_16bpp.asm | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/libavcodec/x86/vp9intrapred_16bpp.asm
> b/libavcode
On 6/14/2017 9:46 AM, Ronald S. Bultje wrote:
> Fixes trac issue 6459.
> ---
> libavcodec/x86/vp9intrapred_16bpp.asm | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/libavcodec/x86/vp9intrapred_16bpp.asm
> b/libavcodec/x86/vp9intrapred_16bpp.asm
> index 764f704..c651c08 100644
> --- a/lib
Fixes trac issue 6459.
---
libavcodec/x86/vp9intrapred_16bpp.asm | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/x86/vp9intrapred_16bpp.asm
b/libavcodec/x86/vp9intrapred_16bpp.asm
index 764f704..c651c08 100644
--- a/libavcodec/x86/vp9intrapred_16bpp.asm
+++ b/libavcodec/x86/vp9intra
---
libavcodec/aarch64/simple_idct_neon.S | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/libavcodec/aarch64/simple_idct_neon.S
b/libavcodec/aarch64/simple_idct_neon.S
index 5bd31e5be9..5e4d021a97 100644
--- a/libavcodec/aarch64/simple_idct_neon.
On 14/06/17 04:12, Jun Zhao wrote:
> On 2017/6/13 6:40, Mark Thompson wrote:
>> The non-H.26[45] codecs already use this form. Since we don't
>> currently generate I frames for codecs which support them separately
>> to IDR, the p_per_i variable is set to infinity by default so that it
>> doesn't
On Tue, Jun 13, 2017 at 7:45 PM, Paul B Mahol wrote:
> On 6/13/17, Paras Chadha wrote:
> > Above mentioned changes have been done.
> >
> > Signed-off-by: Paras Chadha
> > ---
> > Changelog | 1 +
> > doc/general.texi| 2 +
> > libavcodec/Makefile | 1 +
> > liba
20 matches
Mail list logo