This reduces the startup delay if such streams exist and never get fully
analyzed
Signed-off-by: Michael Niedermayer
---
libavformat/utils.c |6 ++
1 file changed, 6 insertions(+)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index fb79ecd..bcfadef 100644
--- a/libavformat/uti
Signed-off-by: Michael Niedermayer
---
libavformat/avformat.h |5 +
libavformat/mpegts.c |3 +++
libavformat/utils.c| 10 ++
3 files changed, 18 insertions(+)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3007f81..3dbbaca 100644
--- a/libavformat/
Signed-off-by: Marton Balint
---
Makefile | 1 +
doc/ffplay.texi | 4 +
ffplay.c | 336 +
libavfilter/Makefile | 1 +
libavfilter/vf_ffplay_subtitle.c | 347 +
On Sat, Feb 14, 2015 at 12:56:28AM +0800, zhaoxiu.zeng wrote:
> From fcc874caec6aa2ae439b476559a7a1ee25aecc4e Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Sat, 14 Feb 2015 00:37:25 +0800
> Subject: [PATCH 2/2] avcodec/apedec: simplify sign conversion
applied
thanks
[...]
--
Michael
On Sat, Feb 14, 2015 at 12:58:58AM +0800, zhaoxiu.zeng wrote:
> From 7d782e106cf485ca9a44d4283a18402bf0a84fb9 Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Sat, 14 Feb 2015 00:44:39 +0800
> Subject: [PATCH] avcodec/golomb: simplify sign conversion
>
> Signed-off-by: Zeng Zhaoxiu
applied
Show warning if the resulting file is expected to be unplayable.
The warning also has a hint about NUT format which support more pixel
formats for rawvideo data.
The file is muxed anyway, as it can be useful for some special tools.
Signed-off-by: Vitaly _Vi Shukela
---
libavformat/matroskaenc.c
On Sat, Feb 14, 2015 at 12:55:34AM +0800, zhaoxiu.zeng wrote:
> From b6ab794e41c549509c3e2aad30c0fc67726dbd56 Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Sat, 14 Feb 2015 00:33:32 +0800
> Subject: [PATCH 1/2] avcodec/apedec: move 'coeffs[256] and delay[256]' into
> long_filter_high_3800
On Sat, Feb 14, 2015 at 12:53:12AM +0800, zhaoxiu.zeng wrote:
> From 4096d5565e55bdbc3dbe3b0aa3be920f73c00aa8 Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Sat, 14 Feb 2015 00:27:03 +0800
> Subject: [PATCH 3/3] avcodec/wmalosslessdec: cleanup
>
> Signed-off-by: Zeng Zhaoxiu
[...]
> @@
Signed-off-by: Gilles Chanteperdrix
---
Changelog | 1 +
libavcodec/mpegaudio_parser.c | 14 ++-
libavcodec/mpegaudiodecheader.c | 3 +-
libavformat/rtpdec.c| 1 +
libavformat/rtpdec_formats.h| 1 +
libavformat/rtpdec_mpeg12.c | 204 +++
Signed-off-by: Gilles Chanteperdrix
---
Changelog| 1 +
MAINTAINERS | 1 +
libavformat/Makefile | 1 +
libavformat/rtpdec.c | 1 +
libavformat/rtpdec_ac3.c | 157 +++
libavformat/rtpdec_format
Signed-off-by: Gilles Chanteperdrix
---
libavformat/rtpdec_mpeg4.c | 84 +-
1 file changed, 76 insertions(+), 8 deletions(-)
diff --git a/libavformat/rtpdec_mpeg4.c b/libavformat/rtpdec_mpeg4.c
index 9655d30..f2814b5 100644
--- a/libavformat/rtpdec_mpe
Hi,
please find a second version of some patches for various RTP audio
payload format. This second version addresses Thomas Volkert
comments.
Regards.
--
Gilles.
___
ffmpeg-devel mailing list
ffmpeg-devel@ff
On Thu, Feb 12, 2015 at 10:07:39PM +0100, Thomas Volkert wrote:
> >+if (nr_frames > 1) {
> >+av_log(ctx, AV_LOG_ERROR,
> >+ "Unimplemented multiple AC3 frames per packet\n");
>
> You could use avpriv_report_missing_feature() here.
I am not sure that the case
On Fri, Feb 13, 2015 at 07:45:27PM +0100, Gilles Chanteperdrix wrote:
> On Sun, Feb 08, 2015 at 10:20:20PM +0100, Gilles Chanteperdrix wrote:
> > Hi,
> >
> > I am using ffmpeg 2.5.3 as an RTSP client and found a few missing
> > pieces, which the following series of patches should address.
>
> Hi,
On 13/02/15 3:45 PM, Gilles Chanteperdrix wrote:
> On Sun, Feb 08, 2015 at 10:20:20PM +0100, Gilles Chanteperdrix wrote:
>> Hi,
>>
>> I am using ffmpeg 2.5.3 as an RTSP client and found a few missing
>> pieces, which the following series of patches should address.
>
> Hi,
>
> ping ?
>
> I sent t
On Sun, Feb 08, 2015 at 10:20:20PM +0100, Gilles Chanteperdrix wrote:
> Hi,
>
> I am using ffmpeg 2.5.3 as an RTSP client and found a few missing
> pieces, which the following series of patches should address.
Hi,
ping ?
I sent these patches almost a week ago and received no answer. Is it
becau
I've rebased the patch against current master, it is a lot of FATE
changes due to the extra 4 bytes...
It should now merge appropriately, see https://github.com/FFmpeg/FFmpeg/pull/110
Please let me know if anything needs tweaking
Thanks
Kevin
___
ffmp
On Sat, Feb 14, 2015 at 12:51:27AM +0800, zhaoxiu.zeng wrote:
> From b08b4a38c87000fe5549de96f65de6ba77740b30 Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Fri, 13 Feb 2015 23:52:29 +0800
> Subject: [PATCH 2/3] avcodec/wmalosslessdec: optimize sign operation
>
> Signed-off-by: Zeng Zhaoxi
On Sat, Feb 14, 2015 at 12:49:49AM +0800, zhaoxiu.zeng wrote:
> From f1ea8512460b62e802134f5894bfa274e8914f24 Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Fri, 13 Feb 2015 23:37:13 +0800
> Subject: [PATCH 1/3] avcodec/wmalosslessdec: change type of acfilter_coeffs
> from int64_t to int16
OK I'll proceed with that.
Thanks
Kevin
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Fri, Feb 13, 2015 at 04:34:37PM +, Kevin Wheatley wrote:
> On Fri, Feb 13, 2015 at 3:06 PM, Michael Niedermayer wrote:
> > On Fri, Feb 13, 2015 at 02:43:13PM +, Kevin Wheatley wrote:
>
> > what difference does the terminator make ?
> > does it improve compatibility with other software
>From 7d782e106cf485ca9a44d4283a18402bf0a84fb9 Mon Sep 17 00:00:00 2001
From: Zeng Zhaoxiu
Date: Sat, 14 Feb 2015 00:44:39 +0800
Subject: [PATCH] avcodec/golomb: simplify sign conversion
Signed-off-by: Zeng Zhaoxiu
---
libavcodec/golomb.h | 41 +
1 file c
The only distributions which still use it according to
https://trac.ffmpeg.org/wiki/Downstreams
are ROSA 2012 LTS but its https://abf.rosalinux.ru/advisories lists no security
updates for FFmpeg 1.2
and "gentoo stable" but its http://www.gentoo.org/security/en/glsa/index.xml
also lists no securit
>From b6ab794e41c549509c3e2aad30c0fc67726dbd56 Mon Sep 17 00:00:00 2001
From: Zeng Zhaoxiu
Date: Sat, 14 Feb 2015 00:33:32 +0800
Subject: [PATCH 1/2] avcodec/apedec: move 'coeffs[256] and delay[256]' into
long_filter_high_3800
Signed-off-by: Zeng Zhaoxiu
---
libavcodec/apedec.c | 18 --
>From fcc874caec6aa2ae439b476559a7a1ee25aecc4e Mon Sep 17 00:00:00 2001
From: Zeng Zhaoxiu
Date: Sat, 14 Feb 2015 00:37:25 +0800
Subject: [PATCH 2/2] avcodec/apedec: simplify sign conversion
Signed-off-by: Zeng Zhaoxiu
---
libavcodec/apedec.c | 23 +--
1 file changed, 5 inse
>From 4096d5565e55bdbc3dbe3b0aa3be920f73c00aa8 Mon Sep 17 00:00:00 2001
From: Zeng Zhaoxiu
Date: Sat, 14 Feb 2015 00:27:03 +0800
Subject: [PATCH 3/3] avcodec/wmalosslessdec: cleanup
Signed-off-by: Zeng Zhaoxiu
---
libavcodec/wmalosslessdec.c | 24
1 file changed, 8 inse
>From b08b4a38c87000fe5549de96f65de6ba77740b30 Mon Sep 17 00:00:00 2001
From: Zeng Zhaoxiu
Date: Fri, 13 Feb 2015 23:52:29 +0800
Subject: [PATCH 2/3] avcodec/wmalosslessdec: optimize sign operation
Signed-off-by: Zeng Zhaoxiu
---
libavcodec/wmalosslessdec.c | 34
>From f1ea8512460b62e802134f5894bfa274e8914f24 Mon Sep 17 00:00:00 2001
From: Zeng Zhaoxiu
Date: Fri, 13 Feb 2015 23:37:13 +0800
Subject: [PATCH 1/3] avcodec/wmalosslessdec: change type of acfilter_coeffs
from int64_t to int16_t
Signed-off-by: Zeng Zhaoxiu
---
libavcodec/wmalosslessdec.c | 4 +
On Fri, Feb 13, 2015 at 3:06 PM, Michael Niedermayer wrote:
> On Fri, Feb 13, 2015 at 02:43:13PM +, Kevin Wheatley wrote:
> what difference does the terminator make ?
> does it improve compatibility with other software ?
I believe there are some versions of Apple's Final Cut that need the
t
On Thu, Feb 05, 2015 at 02:22:28PM +0100, Mickaƫl Raulet wrote:
> Michael,
>
> Please find some commits that can be cherry picked from
> https://github.com/OpenHEVC/FFmpeg/commits/ffmpeg_patch
>
> Optimized deblocking filter (8bits only)
> 1b9ee47d2f43b0a029a9468233626102eb1473b8
this breaks th
On Fri, Feb 13, 2015 at 02:43:13PM +, Kevin Wheatley wrote:
> Hi,
>
> currently when writing ACLR atoms to .mov's there is a 'corruption'
> caused by the function mov_write_avid_tag() writing an additional 4
> bytes of zero's. this is potentially then followed by other atoms colr
> and pasp. L
On Fri, Feb 13, 2015 at 09:14:47AM +, Paul B Mahol wrote:
> On 2/13/15, Michael Niedermayer wrote:
> > On Thu, Feb 12, 2015 at 04:53:48PM +, Paul B Mahol wrote:
> >> Signed-off-by: Paul B Mahol
> >> ---
> >> tests/fate/image.mak | 3 +++
> >> tests/ref/fate/exr-slice-piz | 2 ++
>
On Fri, Feb 13, 2015 at 12:05:36AM +0800, zhaoxiu.zeng wrote:
> From 232bb6fa60aeb02ae8ecd0b28e9785d4cfb2d7a0 Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Thu, 12 Feb 2015 23:43:26 +0800
> Subject: [PATCH] avcodec/wmv2: simplify cbp_table_index calculation
>
> Signed-off-by: Zeng Zhaoxiu
Hi,
currently when writing ACLR atoms to .mov's there is a 'corruption'
caused by the function mov_write_avid_tag() writing an additional 4
bytes of zero's. this is potentially then followed by other atoms colr
and pasp. Looking at the specifications it appears this 4 bytes is
supposed to occur at
On Fri, Feb 13, 2015 at 12:03:21AM +0800, zhaoxiu.zeng wrote:
> From 1a89b725e31e7567ade7563fc67ebc5d80a7c20c Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Thu, 12 Feb 2015 23:30:08 +0800
> Subject: [PATCH 2/2] avcodec/vc1: simplify vc1_split()
>
> Signed-off-by: Zeng Zhaoxiu
applied
t
On Fri, Feb 13, 2015 at 12:02:04AM +0800, zhaoxiu.zeng wrote:
> From ae973955c4e8a16ad38843cef60639f9bd69abee Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Thu, 12 Feb 2015 23:22:59 +0800
> Subject: [PATCH 1/2] avcodec/vc1: simplify find_next_marker()
applied
thanks
[...]
--
Michael
On Fri, 13 Feb 2015 13:50:23 +0800
Zhaoxiu Zeng wrote:
> From 3cac16572aee4425377e4bc9e496ab5844200a51 Mon Sep 17 00:00:00 2001
> From: Zeng Zhaoxiu
> Date: Fri, 13 Feb 2015 13:27:26 +0800
> Subject: [PATCH 1/2] avcodec/parser: simplify ff_mpeg4video_split()
>
> Signed-off-by: Zeng Zhaoxiu
> -
On 2/13/15, Michael Niedermayer wrote:
> On Thu, Feb 12, 2015 at 04:53:48PM +, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol
>> ---
>> tests/fate/image.mak | 3 +++
>> tests/ref/fate/exr-slice-piz | 2 ++
>> 2 files changed, 5 insertions(+)
>> create mode 100644 tests/ref/fate/
38 matches
Mail list logo