On Fri, 2018-06-08 at 00:43 +0100, Mark Thompson wrote:
> Choose what types of reference frames will be used based on what types
> are available, and make the intra-only mode explicit (GOP size one,
> which must be used for MJPEG).
> ---
> libavcodec/vaapi_encode.c | 83 +
On Wed, 2018-06-13 at 23:42 +0100, Mark Thompson wrote:
> On 13/06/18 08:03, Xiang, Haihao wrote:
> > On Fri, 2018-06-08 at 00:43 +0100, Mark Thompson wrote:
> > > Query which modes are supported and select between VBR and CBR based
> > > on that - this removes all of the codec-specific rate contro
though the output is not satisfactory, samples are now being processed
---
libavcodec/cfhd.c | 469 ++
libavcodec/cfhd.h | 16 +-
2 files changed, 418 insertions(+), 67 deletions(-)
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index 051d2
On Wed, 2018-06-13 at 23:27 +0100, Mark Thompson wrote:
> On 12/06/18 08:22, Xiang, Haihao wrote:
> > On Fri, 2018-06-08 at 00:43 +0100, Mark Thompson wrote:
> > > Previously there was one fixed choice for each codec (e.g. H.265 -> Main
> > > profile), and using anything else then required an expli
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Carl Eugen Hoyos
> Sent: Wednesday, June 13, 2018 6:11 PM
> To: FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH v2] lavc/qsv: suppress code scan
> complain
>
On Wed, Jun 13, 2018 at 9:59 PM Nicolas George wrote:
>
> Jun Zhao (2018-06-13):
> > need to call av_bprint_finalize to free the memory source to match
> > av_bprint_init.
>
> No, this buffer is never allocated dynamically.
>
> Regards,
Thanks the comments, I think I have some misunderstand for bp
On 6/13/2018 6:28 PM, Mark Thompson wrote:
> On 08/06/18 05:18, James Almer wrote:
>> On 6/7/2018 8:43 PM, Mark Thompson wrote:
>>> +static int cbs_jpeg_write_unit(CodedBitstreamContext *ctx,
>>> +CodedBitstreamUnit *unit)
>>> +{
>>> +CodedBitstreamJPEGContext *p
On 13/06/18 08:03, Xiang, Haihao wrote:
> On Fri, 2018-06-08 at 00:43 +0100, Mark Thompson wrote:
>> Query which modes are supported and select between VBR and CBR based
>> on that - this removes all of the codec-specific rate control mode
>> selection code.
>> ---
>> doc/encoders.texi
On 12/06/18 08:22, Xiang, Haihao wrote:
> On Fri, 2018-06-08 at 00:43 +0100, Mark Thompson wrote:
>> Previously there was one fixed choice for each codec (e.g. H.265 -> Main
>> profile), and using anything else then required an explicit option from
>> the user. This changes to selecting the profil
On 12/06/18 05:32, Xiang, Haihao wrote:
> On Fri, 2018-06-08 at 00:43 +0100, Mark Thompson wrote:
>> ---
>> libavcodec/vaapi_encode.c | 15 ---
>> libavcodec/vaapi_encode.h | 4
>> 2 files changed, 16 insertions(+), 3 deletions(-)
>>
>> diff --git a/libavcodec/vaapi_encode.c b/li
On 11/06/18 07:08, Xiang, Haihao wrote:
> On Fri, 2018-06-08 at 00:42 +0100, Mark Thompson wrote:
>> This will make it easier to support options in common between different
>> encoders. It also cleans up some of the field naming.
>> ---
>> libavcodec/vaapi_encode_h264.c | 228
>>
On 08/06/18 06:05, myp...@gmail.com wrote:
> On Fri, Jun 8, 2018 at 7:45 AM Mark Thompson wrote:
>>
>> Query which modes are supported and select between VBR and CBR based
>> on that - this removes all of the codec-specific rate control mode
>> selection code.
>> ---
>> doc/encoders.texi
On 08/06/18 02:16, myp...@gmail.com wrote:
> On Fri, Jun 8, 2018 at 7:46 AM Mark Thompson wrote:
>>
>> ---
>> configure | 2 +
>> libavcodec/Makefile | 1 +
>> libavcodec/cbs.c | 6 +
>> libavcodec/cbs_internal.h
On 08/06/18 05:18, James Almer wrote:
> On 6/7/2018 8:43 PM, Mark Thompson wrote:
>> +static int cbs_jpeg_write_unit(CodedBitstreamContext *ctx,
>> +CodedBitstreamUnit *unit)
>> +{
>> +CodedBitstreamJPEGContext *priv = ctx->priv_data;
>> +PutBitContext pbc;
>
On Wed, 13 Jun 2018, Tomas Härdin wrote:
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> Signed-off-by: Marton Balint
---
libavformat/mxfdec.c | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index
On Wed, 13 Jun 2018, Tomas Härdin wrote:
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
Also use common code with opAtom.
Fixes ticket #2776.
Partially fixes ticket #5671.
Fixes ticket #5866.
> Signed-off-by: Marton Balint
---
libavformat/mxfdec.c | 281 --
On Wed, 13 Jun 2018, Tomas Härdin wrote:
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
Also compute the correct essence_offset and essence_length for all clip wrapped
essences.
> Signed-off-by: Marton Balint
---
libavformat/mxfdec.c | 108 +++--
On Wed, Jun 13, 2018 at 02:02:43PM +, Eran Kornblau wrote:
> >
> > -Original Message-
> > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> > Michael Niedermayer
> > Sent: Wednesday, June 13, 2018 12:26 AM
> > To: FFmpeg development discussions and patches
>
On Wed, Jun 13, 2018 at 08:54:20AM +, Eran Kornblau wrote:
> >
> > -Original Message-
> > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> > Michael Niedermayer
> > Sent: Wednesday, June 13, 2018 1:41 AM
> > To: FFmpeg development discussions and patches
> >
On Wed, 13 Jun 2018, Jan Ekström wrote:
On Wed, Jun 13, 2018 at 12:47 PM, Carl Eugen Hoyos wrote:
2018-05-06 23:05 GMT+02:00, Marton Balint :
+List of teletext page numbers to decode. Pages that do not match the
specified
+list are dropped. You may use the special @code{*} string to match
ons 2018-06-13 klockan 20:27 +0200 skrev Marton Balint:
>
> On Wed, 13 Jun 2018, Tomas Härdin wrote:
>
> > sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> > > > Signed-off-by: Marton Balint
> > >
> > > ---
> > > libavformat/mxf.h| 1 +
> > > libavformat/mxfdec.c | 13 ---
ons 2018-06-13 klockan 20:30 +0200 skrev Marton Balint:
>
> On Wed, 13 Jun 2018, Tomas Härdin wrote:
>
> > sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> > > Some code is based on bmxlib-libmxf/mxf/mxf_utils.c.
> > >
> > > > Signed-off-by: Marton Balint
> > >
> > > ---
> > > libavf
On Mon, Jun 11, 2018 at 7:21 AM Thomas Guillem wrote:
> Cf. comment. Restart the VT session when the APP goes from foreground to
> background and vice versa.
> ---
> libavcodec/videotoolboxenc.c | 25 +++--
> 1 file changed, 23 insertions(+), 2 deletions(-)
>
> diff --git a/l
On Wed, 13 Jun 2018, Tomas Härdin wrote:
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
Also make sure we set a valid track index sid and a valid track edit rate in
order for the index to be useful.
> Signed-off-by: Marton Balint
---
libavformat/mxfdec.c | 39 +
On Wed, 13 Jun 2018, Tomas Härdin wrote:
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
Some code is based on bmxlib-libmxf/mxf/mxf_utils.c.
> Signed-off-by: Marton Balint
---
libavformat/mxf.h| 9 ++
libavformat/mxfdec.c | 79 +++--
On Wed, 13 Jun 2018, Tomas Härdin wrote:
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> Signed-off-by: Marton Balint
---
libavformat/mxf.h| 1 +
libavformat/mxfdec.c | 13 -
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/libavformat/mxf.h b/libavf
On Wed, Jun 13, 2018 at 1:27 PM, Gj X wrote:
> fix:
> diff --git a/libavformat/ftp.c b/libavformat/ftp.c
> index 9aa7a45629..3474a0adbc 100644
> --- a/libavformat/ftp.c
> +++ b/libavformat/ftp.c
> @@ -777,7 +777,11 @@ static int ftp_read(URLContext *h, unsigned char *buf,
> int size)
> {
> F
On Wed, 13 Jun 2018, Carl Eugen Hoyos wrote:
2018-05-06 23:05 GMT+02:00, Marton Balint :
+List of teletext page numbers to decode. Pages that do not match the
specified
+list are dropped. You may use the special @code{*} string to match all
pages,
+or @code{subtitle} to match all subtitle pa
fix:
diff --git a/libavformat/ftp.c b/libavformat/ftp.c
index 9aa7a45629..3474a0adbc 100644
--- a/libavformat/ftp.c
+++ b/libavformat/ftp.c
@@ -777,7 +777,11 @@ static int ftp_read(URLContext *h, unsigned char *buf,
int size)
{
FTPContext *s = h->priv_data;
int read, err, retry_done = 0;
On Sat, Jun 09, 2018 at 10:57:05PM +0200, Michael Niedermayer wrote:
> Fixes: assertion failure
> Fixes: ffmpeg_crash_5.avi
>
> Found-by: Thuan Pham , Marcel Böhme, Andrew Santosa
> and Alexandru Razvan Caciulescu with AFLSmart
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/mpeg4videod
On Wed, Jun 13, 2018 at 12:47 PM, Carl Eugen Hoyos wrote:
> 2018-05-06 23:05 GMT+02:00, Marton Balint :
>
>> +List of teletext page numbers to decode. Pages that do not match the
>> specified
>> +list are dropped. You may use the special @code{*} string to match all
>> pages,
>> +or @code{subtitle
Signed-off-by: Michael Niedermayer
---
libavformat/mov.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 5d9ffa69a3..0acf981aef 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -7586,7 +7586,9 @@ static int mov_read_packe
Regression since: af1761f7
Fixes: Division by 0
Fixes: ffmpeg_crash_1
Found-by: Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan
Caciulescu with AFLSmart
Signed-off-by: Michael Niedermayer
---
fftools/ffmpeg.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --gi
Signed-off-by: Michael Niedermayer
---
fftools/ffmpeg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index ba8789a43c..a31994bbdd 100644
--- a/fftools/ffmpeg.c
+++ b/fftools/ffmpeg.c
@@ -2710,6 +2710,7 @@ static int process_input_packet(InputStream *ist,
2018-06-13 18:03 GMT+02:00, Wang Cao :
> @@ -220,6 +221,12 @@ static int yuv4_read_header(AVFormatContext *s)
> alt_pix_fmt = AV_PIX_FMT_YUV422P;
> else if (strncmp("444", tokstart, 3) == 0)
> alt_pix_fmt = AV_PIX_FMT_YUV444P;
> +
On Wed, 13 Jun 2018 17:18:51 +0200
Carl Eugen Hoyos wrote:
> 2018-06-13 16:57 GMT+02:00, Timo Teras :
> > On Tue, 12 Jun 2018 23:09:47 +0200
> > Michael Niedermayer wrote:
> >
> >> On Mon, Jun 04, 2018 at 05:36:19PM +0300, Timo Teräs wrote:
> >> > For chapter images, the mov demux produces s
---
libavformat/yuv4mpegdec.c | 8
libavformat/yuv4mpegenc.c | 37 +++--
2 files changed, 43 insertions(+), 2 deletions(-)
diff --git a/libavformat/yuv4mpegdec.c b/libavformat/yuv4mpegdec.c
index eff7fc518e..86e8673b2f 100644
--- a/libavformat/yuv4mpegdec
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
> index 8f9a3a752d..32ca9e0f99 100644
> --- a/libavformat/mxfdec.c
> +++ b/
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> Fixes samples/ffmpeg-bugs/roundup/issue591/02785736.mxf
>
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 19 ++-
> 1 file changed, 14 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/mxfdec.c b/
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 34 +-
> 1 file changed, 17 insertions(+), 17 deletions(-)
>
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
Trivial stuff
/Tomas
___
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> Also use common code with opAtom.
>
> Fixes ticket #2776.
> Partially fixes ticket #5671.
> Fixes ticket #5866.
>
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 281
> ---
2018-06-13 16:57 GMT+02:00, Timo Teras :
> On Tue, 12 Jun 2018 23:09:47 +0200
> Michael Niedermayer wrote:
>
>> On Mon, Jun 04, 2018 at 05:36:19PM +0300, Timo Teräs wrote:
>> > For chapter images, the mov demux produces streams with disposition
>> > set to attached_pic+timed_thumbnails. This patch
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 18 ++
> 1 file changed, 10 insertions(+), 8 deletions(-)
>
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
> index 0f4cc9c3a3..8054e051cf 100644
> -
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> sample_count will be used for per-stream current_edit_unit.
>
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 39 +--
> 1 file changed, 17 insertions(+), 22 deletions(-)
>
> diff --git
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> No change in functionality.
>
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
> index be6884edb
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 51 ++-
> 1 file changed, 26 insertions(+), 25 deletions(-)
>
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
Looks
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> Also compute the correct essence_offset and essence_length for all clip
> wrapped
> essences.
>
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 108
> +++
> 1 file changed,
On Tue, 12 Jun 2018 23:09:47 +0200
Michael Niedermayer wrote:
> On Mon, Jun 04, 2018 at 05:36:19PM +0300, Timo Teräs wrote:
> > For chapter images, the mov demux produces streams with disposition
> > set to attached_pic+timed_thumbnails. This patch fixes to properly
> > recognize streams that sho
-if (ctx->encoder_flushing)
-return AVERROR_EOF;
+if (ctx->encoder_flushing) {
+if (avctx->internal->draining)
+return AVERROR_EOF;
+
+ctx->encoder_flushing = 0;
+ctx->first_packet_output = 0;
+ctx->initial_pts[0] = AV_NOPTS_VALUE;
+
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> Also make sure we set a valid track index sid and a valid track edit rate in
> order for the index to be useful.
>
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 39 +++
> 1 file change
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> Some code is based on bmxlib-libmxf/mxf/mxf_utils.c.
>
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxf.h| 9 ++
> libavformat/mxfdec.c | 79
> +++-
> 2 files changed, 68 i
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint:
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxf.h| 1 +
> libavformat/mxfdec.c | 13 -
> 2 files changed, 9 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/mxf.h b/libavformat/mxf.h
> index 19f8d8a9f5..9
On Tue, Jun 12, 2018 at 02:26:20PM -0700, Jacob Trimble wrote:
> Found by Chrome's ClusterFuzz: http://crbug.com/849062.
>
> Signed-off-by: Jacob Trimble
> ---
> libavformat/mov.c | 9 +++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
will apply
thanks
[...]
--
Michael GnuPG fi
On Tue, Jun 12, 2018 at 11:59:26PM +0200, Marton Balint wrote:
>
>
> On Tue, 12 Jun 2018, Michael Niedermayer wrote:
>
> >On Tue, Jun 12, 2018 at 10:47:24AM +0200, Marton Balint wrote:
> >>
> >>
> >>On Tue, 12 Jun 2018, Michael Niedermayer wrote:
> >>
> >>>On Sun, Jun 10, 2018 at 12:36:47PM +020
On Tue, Jun 12, 2018 at 12:45:00AM +, Xiao Yang wrote:
> ---
> libavcodec/msvideo1.c |7 +++
> 1 file changed, 7 insertions(+)
please provide a reproducabel testcase that shows the problem this fixes
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
A
On Tue, Jun 12, 2018 at 12:43:24AM +, Xiao Yang wrote:
> ---
> libavcodec/dsicinvideo.c |7 +++
> 1 file changed, 7 insertions(+)
please provide a reproduable testcase that shows the problem this fixes
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
On Tue, Jun 12, 2018 at 12:24:15AM +, Xiao Yang wrote:
> ---
> libavcodec/qtrle.c |7 +++
> 1 file changed, 7 insertions(+)
Please provide a reproducable testcase that shows the problem this fixes
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0F
need to call av_bprint_finalize to free the memory source to match
av_bprint_init.
Signed-off-by: Jun Zhao
---
fftools/ffmpeg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index d4ac690..cbe89a9 100644
--- a/fftools/ffmpeg.c
+++ b/fftoo
>
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Michael Niedermayer
> Sent: Wednesday, June 13, 2018 12:26 AM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] qt-faststart bug near 4GB
>
> fails on mingw64
Jun Zhao (2018-06-13):
> need to call av_bprint_finalize to free the memory source to match
> av_bprint_init.
No, this buffer is never allocated dynamically.
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
___
ffmpeg-devel
need to call av_bprint_finalize to free the memory source to match
av_bprint_init.
Signed-off-by: Jun Zhao
---
fftools/ffmpeg_filter.c | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c
index 068f499..a294e43 100644
--
On Thu, Jun 7, 2018 at 9:08 AM Pavel Koshevoy wrote:
>
> ---
> libavcodec/nvenc.c | 12 ++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
> index b4186c0bec..cfa7268a5e 100644
> --- a/libavcodec/nvenc.c
> +++ b/libavcodec/nven
On Thu, Jun 7, 2018 at 8:16 PM Pavel Koshevoy wrote:
>
> ---
> doc/filters.texi| 17 ++---
> libavfilter/af_atempo.c | 6 +++---
> 2 files changed, 17 insertions(+), 6 deletions(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 256ab42b00..6b98b04774 100644
> --
Default for both parameters in both libs is 0.
Regards,
Gyan
From f875734cc5a1652162156118864db406b192526b Mon Sep 17 00:00:00 2001
From: Gyan Doshi
Date: Wed, 13 Jun 2018 19:01:17 +0530
Subject: [PATCH] avcodec/libx265: apply lavc maxrate and bufsize
CLI options -maxrate and -bufsize are now p
On Tue, Jun 12, 2018 at 09:23:25PM -0700, Aman Gupta wrote:
> On Tue, Jun 12, 2018 at 3:17 PM Michael Niedermayer
> wrote:
>
> > On Mon, Jun 11, 2018 at 12:43:31AM -0700, Aman Gupta wrote:
> > > From: Aman Gupta
> > >
> > > In 9152c1e4955, the mpegts parser was taught how to parse
> > > PMT sect
On Tue, Jun 12, 2018 at 12:27:20AM +, Xiao Yang wrote:
> ---
> libavcodec/msrle.c |7 +++
> 1 file changed, 7 insertions(+)
breaks files with odd dimension, which decode fine before this patch
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
No snow
Hi!
Attached patch fixes decoding of two files (width 999) that Piotr
kindly provided, uploaded to
http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket5639/
Please comment, Carl Eugen
From 1b78ea4615522fa0dc4f8e4df422cfd26916c134 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Wed, 13 Jun 201
2018-06-13 12:12 GMT+02:00, Gj X :
There was no patch attached to your mail:
http://ffmpeg.org/pipermail/ffmpeg-devel/2018-June/231256.html
Please remember to attach a patch file made with "git format-patch".
Carl Eugen
___
ffmpeg-devel mailing list
ff
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
revert expensive optimizations in gcc O3 optimization.
The bug in gcc-4.9.x has been fixed in gcc master branch.
Loongson released gcc-4.9.3-3.fc21.loongson with this patch.
More bug info see:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67736
https://gcc.gnu.org/ml/gcc-patches/2012-05/msg00401.ht
2018-06-12 10:04 GMT+02:00, Carl Eugen Hoyos :
> Attached patch fixes a linking error reported on libav-user, other
> solutions are slightly more intrusive.
Patch applied.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.o
2018-06-13 12:05 GMT+02:00, Li, Zhong :
>> -Original Message-
>> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
>> Of Carl Eugen Hoyos
>> Sent: Wednesday, June 13, 2018 5:42 PM
>> To: FFmpeg development discussions and patches
>>
>> Subject: Re: [FFmpeg-devel] [PATCH
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Carl Eugen Hoyos
> Sent: Wednesday, June 13, 2018 5:42 PM
> To: FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH v2] lavc/qsv: suppress code scan
> complain
>
2018-05-24 11:39 GMT+02:00, Li, Zhong :
>> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
>> Of Carl Eugen Hoyos
>> Sent: Thursday, May 24, 2018 5:33 PM
>> To: FFmpeg development discussions and patches
>>
>> Subject: Re: [FFmpeg-devel] [PATCH v2] lavc/qsv: suppress code sca
2018-05-06 23:05 GMT+02:00, Marton Balint :
> +List of teletext page numbers to decode. Pages that do not match the
> specified
> +list are dropped. You may use the special @code{*} string to match all
> pages,
> +or @code{subtitle} to match all subtitle pages.
Shouldn't this default to "subtitle
>
> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of
> Michael Niedermayer
> Sent: Wednesday, June 13, 2018 1:41 AM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] qt-faststart bug near 4GB
>
>
> this is not ma
On Fri, 2018-06-08 at 00:43 +0100, Mark Thompson wrote:
> Query which modes are supported and select between VBR and CBR based
> on that - this removes all of the codec-specific rate control mode
> selection code.
> ---
> doc/encoders.texi | 2 -
> libavcodec/vaapi_encode.c |
77 matches
Mail list logo