fix error 'Channel layout change is not supported' when
opening wav file
Signed-off-by: Muhammad Faiz
---
libavfilter/src_movie.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c
index 9ac115b..4714ca9 100644
--- a/libavf
Hi,
> > 2016-05-30 17:50 GMT+02:00 Paul B Mahol :
> > On 5/30/16, Piotr Bandurski wrote:
> >> Hi,
> >>
> >>> patch attached.
> >>
> >> Is decoding of interlaced video supported? Because I get here invalid
> >> output.
> >>
> >> Also crash happens with this fuzzed file:
> >>
> >> https://www.dataf
On Thu, May 5, 2016 at 2:21 PM, Muhammad Faiz wrote:
> this allow a filter to be written like this:
> aformat =
> sample_fmts = fltp|flt:
> sample_rates = 44100|44800
>
> Signed-off-by: Muhammad Faiz
> ---
> libavfilter/graphparser.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deleti
On Tue, May 31, 2016 at 9:56 PM, Muhammad Faiz wrote:
> improve quality on axis drawing with yuv422p and yuv420p format
>
> Signed-off-by: Muhammad Faiz
> ---
> libavfilter/avf_showcqt.c | 73
> ++-
> 1 file changed, 60 insertions(+), 13 deletions(-)
On Wed, Jun 01, 2016 at 09:47:25PM -0400, Ronald S. Bultje wrote:
> Hi,
>
> On Wed, Jun 1, 2016 at 7:47 PM, Michael Niedermayer
> wrote:
>
> > On Thu, Jun 02, 2016 at 12:01:50AM +0200, Benjamin St wrote:
> > >
> >
> > > af_hdcd.c |2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
>
On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote:
[...]
> vf_hwdownload.c |6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
> 5eb7416fececde847414f37de9a78a4e1cd5e1af
> 0004-libavfilter-vf_hwdownload-show-error-when-ff_formats.patch
> From d1d00989a374facba3cdf777d9
> also why are some called _size and some _len ?
I will use length_recovery as it's named exactly like that in the code of
practice and use better names for the rest.
The size check will also take into account UINT16_MAX and not INT_MAX since
the recovery field is only 16-bit.
> -ret = ffurl_
When writing files to FTP, if the data connection is closed before the
control connection, the server may handle it as an aborted file transfer
and create and leave the file empty.
---
libavformat/ftp.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/libavforma
Pro-MPEG Code of Practice #3 release 2 forward error correction for rtp_mpegts
streams
Signed-off-by: Vlad Tarca
---
Changelog | 1 +
doc/general.texi| 1 +
doc/protocols.texi | 35
libavformat/Makefile| 1 +
libavformat/prompeg.c | 481 +
On Mon, May 30, 2016 at 02:42:25PM +0200, Hendrik Leppkes wrote:
> On Mon, May 30, 2016 at 2:25 PM, Michael Niedermayer
> wrote:
> > Fixes Ticket5467 "Lossless j2k information no longer shown"
> >
> > Based on suggestion by Hendrik Leppkes
> > Signed-off-by: Michael Niedermayer
> > ---
> > libav
On 5/19/2016 2:18 PM, Derek Buitenhuis wrote:
> On 5/19/2016 2:12 PM, Michael Niedermayer wrote:
>> if derek still wants to leave in 2 weeks then so be it, its his choice
>> but i really hope things can be resolved in a way that everyone
>> stays and works together and is happy
>
> I will wait 2 w
On Sun, 29 May 2016 01:32:54 +0200
Michael Niedermayer wrote:
> Hi
>
> It was suggested in the IRC meeting today that i start a vote to
> resolve if AVClass & AVOption should be added to AVCodecParameters
> This question needs to be awnsered before the next release because
> the ABI would be bro
From: Matthieu Bouron
---
libavcodec/vaapi_encode_h264.c | 2 +-
libavcodec/vaapi_encode_h265.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_h264.c
index 0a99bb1..dc7774b 100644
--- a/libavcodec/vaapi_encode_h264.
Hi,
On 30.05.2016 17:43, Ronald S. Bultje wrote:
Hi,
On Mon, May 30, 2016 at 10:41 AM, Thomas Volkert wrote:
From: Thomas Volkert
---
libavformat/Makefile | 1 +
libavformat/rtpenc.c | 14 +
libavformat/rtpenc.h | 1 +
libavformat/rtpenc_vp9.c | 54
++
Hi,
On Thu, Jun 2, 2016 at 12:33 PM, Thomas Volkert wrote:
> Hi,
>
> On 30.05.2016 17:43, Ronald S. Bultje wrote:
>
>> Hi,
>>
>> On Mon, May 30, 2016 at 10:41 AM, Thomas Volkert wrote:
>>
>> From: Thomas Volkert
>>>
>>> ---
>>> libavformat/Makefile | 1 +
>>> libavformat/rtpenc.c |
On Thu, 2 Jun 2016 16:03:03 +0100, Derek Buitenhuis wrote:
> I've read the "CoC" and IRC meeting. My feelings have not changed.
>
> Please push.
>
> - Derek
Done.
We can revert at any time if you like.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpe
On 02/06/16 17:20, Matthieu Bouron wrote:
> From: Matthieu Bouron
>
> ---
> libavcodec/vaapi_encode_h264.c | 2 +-
> libavcodec/vaapi_encode_h265.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_h264.c
> index
---
... something like this.
libavcodec/vaapi_encode_h264.c | 6 ++
libavcodec/vaapi_encode_h265.c | 6 ++
2 files changed, 12 insertions(+)
diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encode_h264.c
index 0a99bb1..019ed1f 100644
--- a/libavcodec/vaapi_encode_h264.c
+++
On Thu, Jun 02, 2016 at 07:13:39PM +0100, Mark Thompson wrote:
> ---
> ... something like this.
>
> libavcodec/vaapi_encode_h264.c | 6 ++
> libavcodec/vaapi_encode_h265.c | 6 ++
> 2 files changed, 12 insertions(+)
>
> diff --git a/libavcodec/vaapi_encode_h264.c b/libavcodec/vaapi_encod
On 02/06/16 22:00, Matthieu Bouron wrote:
> On Thu, Jun 02, 2016 at 07:13:39PM +0100, Mark Thompson wrote:
>> ---
>> ... something like this.
>>
>> libavcodec/vaapi_encode_h264.c | 6 ++
>> libavcodec/vaapi_encode_h265.c | 6 ++
>> 2 files changed, 12 insertions(+)
>>
>> diff --git a/libav
On Thu, Jun 2, 2016 at 5:18 PM Michael Niedermayer
wrote:
> On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote:
> [...]
>
> > vf_hwdownload.c |6 --
> > 1 file changed, 4 insertions(+), 2 deletions(-)
> > 5eb7416fececde847414f37de9a78a4e1cd5e1af
> 0004-libavfilter-vf_hwdownlo
some problems of https://trac.ffmpeg.org/ticket/5595 are fixed.
can playback 480p.mp4, 720p.mp4, 1080p.mp4 with videotoolbox on osx1095.
test.mp4 may be supported by videdotoolbox hardware decoding because can
playback it with commands on #5272.
ponpon
2016-06-02 11:06 GMT+09:00 Rick Kern :
> Fi
>may be
this is a miscue. by right, may not be
sorry
ponpon
2016-06-03 11:47 GMT+09:00 pon pon :
> some problems of https://trac.ffmpeg.org/ticket/5595 are fixed.
> can playback 480p.mp4, 720p.mp4, 1080p.mp4 with videotoolbox on osx1095.
> test.mp4 may be supported by videdotoolbox hardware deco
23 matches
Mail list logo