> On Dec 10, 2017, at 08:08, Nicolas George wrote:
>
> Rodger Combs (2017-12-08):
>> ---
>> libavformat/matroskadec.c | 8 ++--
>> 1 file changed, 6 insertions(+), 2 deletions(-)
>>
>> diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
>> index 496499b553..b51f67af00 100644
Signed-off-by: James Almer
---
libavformat/mux.c | 24
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/libavformat/mux.c b/libavformat/mux.c
index effcc1152f..ea9f13fdf5 100644
--- a/libavformat/mux.c
+++ b/libavformat/mux.c
@@ -445,6 +445,14 @@ static int
On Sun, 10 Dec 2017 14:14:30 +0100
Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/nvenc.c | 6 ++
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
> index 4a91d99720..6ef51adaf0 100644
> --- a/libavcodec/nvenc.
W dniu 10.12.2017 o 21:13, Martin Vignali pisze:
>>
>> For me there is no "src + (width - 1) * step" in tests/checkasm/vf_hflip.c
>>
>> You pass start of the src buffer but you should pass end of the buffer.
>>
>>
>>
>> Thanks !
>
> New patch in attach.
Now it is OK in my system (mingw 32/64-bit,
libaom tools work with ivf files.
---
libavformat/ivfenc.c | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c
index fdc0ee03e1..2d1f9aeef6 100644
--- a/libavformat/ivfenc.c
+++ b/libavformat/ivfenc.c
@@ -37,14 +37,16 @@ static i
On Fri, Dec 8, 2017 at 11:27 AM, Michael Niedermayer
wrote:
> On Fri, Dec 08, 2017 at 09:49:25AM +0100, Hendrik Leppkes wrote:
>> On Fri, Dec 8, 2017 at 6:09 AM, Rostislav Pehlivanov
>> wrote:
>> > Its already done by lockmgr.
>> >
>> > Signed-off-by: Rostislav Pehlivanov
>> > ---
>> > libavcod
Not a question for ffmpeg-devel.
Also, lagarith decoding is supported natively.
smime.p7s
Description: S/MIME Cryptographic Signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
For a long time that I use the Lagarith codec.
https://lags.leetcode.net/codec.html
(free codec)
It is one of the best lossless 24bit codec available for PC, despite being
around for a long time.
It does not "add" gradients on the color space when packing and the quality,
well is lossless, idea
On 10/12/17 21:49, Michael Niedermayer wrote:
> On Sun, Dec 10, 2017 at 07:56:49PM +, Mark Thompson wrote:
>> On 10/12/17 15:20, Michael Niedermayer wrote:
>>> Signed-off-by: Michael Niedermayer
>>> ---
>>> libavcodec/mpeg4video.h| 3 +++
>>> libavcodec/mpeg4videodec.c | 32 +
This speeds up the filter, and also fixes scene change detection score which is
reduced based on the difference of the current MAFD to the preivous MAFD.
Obviously if we compare two frames twice, the difference will be 0...
Signed-off-by: Marton Balint
---
libavfilter/vf_framerate.c | 45 +++
- normalize score to [0..100] instead of [0..85]
- change the default score to 8.2 to roughly keep existing behaviour
- take into account bit depth
- do not truncate to integer
Signed-off-by: Marton Balint
---
doc/filters.texi | 2 +-
libavfilter/vf_framerate.c
Signed-off-by: Marton Balint
---
libavfilter/vf_framerate.c | 78 ++
1 file changed, 31 insertions(+), 47 deletions(-)
diff --git a/libavfilter/vf_framerate.c b/libavfilter/vf_framerate.c
index f931a6f512..1cad2305ad 100644
--- a/libavfilter/vf_framera
Also, do not overread input if linesize > width, or linesize is not divisible
by 8, and use the proper rounded width/height for MAFD calculation.
Signed-off-by: Marton Balint
---
libavfilter/vf_framerate.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/lib
Signed-off-by: Marton Balint
---
libavfilter/vf_framerate.c | 54 ++
1 file changed, 7 insertions(+), 47 deletions(-)
diff --git a/libavfilter/vf_framerate.c b/libavfilter/vf_framerate.c
index d505c5a8a4..f931a6f512 100644
--- a/libavfilter/vf_framerat
Signed-off-by: Marton Balint
---
libavfilter/vf_framerate.c | 202 -
1 file changed, 125 insertions(+), 77 deletions(-)
diff --git a/libavfilter/vf_framerate.c b/libavfilter/vf_framerate.c
index dc8b05f40f..d505c5a8a4 100644
--- a/libavfilter/vf_framer
Signed-off-by: Marton Balint
---
tests/fate/filter-video.mak| 4 ++
tests/ref/fate/filter-framerate-12bit-down | 55 +
tests/ref/fate/filter-framerate-12bit-up | 64 ++
3 files changed, 123 insertions(+)
create mode 100644 te
On Sun, Dec 10, 2017 at 07:56:49PM +, Mark Thompson wrote:
> On 10/12/17 15:20, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavcodec/mpeg4video.h| 3 +++
> > libavcodec/mpeg4videodec.c | 32
> > 2 files changed, 35 inse
On Sun, Dec 10, 2017 at 08:22:17PM +0100, Paul B Mahol wrote:
> On 12/10/17, Michael Niedermayer wrote:
> > On Sun, Dec 10, 2017 at 02:14:36PM +0100, Paul B Mahol wrote:
> >> Signed-off-by: Paul B Mahol
> >> ---
> >> fftools/ffmpeg_filter.c | 4 +--
> >> libavcodec/raw.c
Signed-off-by: Paul B Mahol
---
libavfilter/vf_aspect.c | 30 +-
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/libavfilter/vf_aspect.c b/libavfilter/vf_aspect.c
index 4c93639554..c042698ef7 100644
--- a/libavfilter/vf_aspect.c
+++ b/libavfilter/vf_asp
It should not be needed for each filter that sets sample aspect ratio
to set it explicitly also for each and every frame, instead that is
automatically done in get_buffer call.
Signed-off-by: Paul B Mahol
---
libavfilter/video.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff
>
> For me there is no "src + (width - 1) * step" in tests/checkasm/vf_hflip.c
>
> You pass start of the src buffer but you should pass end of the buffer.
>
>
>
> Thanks !
New patch in attach.
Martin
0001-avfilter-vf_hflip-move-context-func-init-in.patch
Description: Binary data
0002-checkasm
On 10/12/17 15:20, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/mpeg4video.h| 3 +++
> libavcodec/mpeg4videodec.c | 32
> 2 files changed, 35 insertions(+)
>
> diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video
On 12/10/17, Nicolas George wrote:
> Paul B Mahol (2017-12-10):
>> > Looking at the format convertion it seems that an additional scaler
>> > is used to convert to gbrp which is then converted again
>> Here output looks more correct IMHO.
>
> What about the performances? Two expensive conversions
Paul B Mahol (2017-12-10):
> > Looking at the format convertion it seems that an additional scaler
> > is used to convert to gbrp which is then converted again
> Here output looks more correct IMHO.
What about the performances? Two expensive conversions instead of one
(zero?) will cause a loss.
R
On 12/10/17, Michael Niedermayer wrote:
> On Sun, Dec 10, 2017 at 02:14:15PM +0100, Paul B Mahol wrote:
>> lavf-mkv changes only because of metadata.
>>
>> Signed-off-by: Paul B Mahol
>> ---
>> libavcodec/mpeg4videoenc.c | 1 +
>> libavcodec/mpegvideo_enc.c | 4
>> tests/ref/lavf/mkv
W dniu 09.12.2017 o 15:46, Martin Vignali pisze:
>>
>>> Do you test on X86_32 or x86_64 ?
>>
>> failure occurs on both
>>
>>
>>> Nasm or Yasm ?
>>
>> NASM version 2.10.09 compiled on Dec 29 2013
>>
>>
>>
>> I try to compile with the same nasm version (on os X, X86_64)
> using --x86asmexe=nasm_exe_p
Here the cleanup version from the patch.
From b6b6e4ab885f9b35a6696492286e504a4b3d6d92 Mon Sep 17 00:00:00 2001
From: Jonathan
Date: Mon, 4 Dec 2017 16:05:48 +0100
Subject: [PATCH] unify blackdetect with af_silencedetect. Is more useful for
monitoring streams.
---
libavfilter/vf_blackdetect.c
On 12/10/17, Michael Niedermayer wrote:
> On Sun, Dec 10, 2017 at 02:14:36PM +0100, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol
>> ---
>> fftools/ffmpeg_filter.c | 4 +--
>> libavcodec/raw.c | 18 +++---
>> libavcodec/utils.c
On 12/11/2017 12:06 AM, Mark Thompson wrote:
--disable-hwaccels does not disable hardware codecs: it disables hwaccels only,
decoders and encoders will still be present.
If you want to disable decoder and encoder wrappers as well then you will need
to either use --disable-decoders --disable-
On Thu, Dec 07, 2017 at 12:09:17AM +0100, Michael Niedermayer wrote:
> Fixes: signed integer overflow: -1698586465 + -551542752 cannot be
> represented in type 'int'
> Fixes: 4490/clusterfuzz-testcase-minimized-5210014592532480
>
> Found-by: continuous fuzzing process
> https://github.com/google
On Thu, Dec 07, 2017 at 05:39:41PM +0100, Michael Niedermayer wrote:
> The added value matches "Digital cellular telecommunications system (Phase
> 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Extended
> Adaptive Multi-Rate - Wideband (AMR-WB+) codec; Floating-point ANSI-C c
On 10/12/17 18:22, Gyan Doshi wrote:
> On 12/10/2017 10:44 PM, Mark Thompson wrote:
>
>> Can you explain what you actually want to achieve here? It sounds more like
>> you want --disable-autodetect (hardware libraries are not the only ones
>> which can give surprise dependencies).
>
> If the f
On Sun, Dec 10, 2017 at 02:14:36PM +0100, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> fftools/ffmpeg_filter.c | 4 +--
> libavcodec/raw.c | 18 +++---
> libavcodec/utils.c | 11 --
> libavutil/pixdesc.c
On 12/10/2017 10:44 PM, Mark Thompson wrote:
Can you explain what you actually want to achieve here? It sounds more like
you want --disable-autodetect (hardware libraries are not the only ones which
can give surprise dependencies).
If the ffmpeg HW decoder/encoder wrappers are disabled, the
On Sun, Dec 10, 2017 at 02:14:15PM +0100, Paul B Mahol wrote:
> lavf-mkv changes only because of metadata.
>
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/mpeg4videoenc.c | 1 +
> libavcodec/mpegvideo_enc.c | 4
> tests/ref/lavf/mkv | 8
> tests/ref/seek/lavf-mkv|
On 07/12/17 09:31, Gyan Doshi wrote:
> On 12/7/2017 12:59 PM, Tobias Rapp wrote:
>>
>> Why not add the HWACCEL_AUTODETECT_LIBRARY_LIST to --disable-hwaccels?
>
> That is a better choice but there wasn't a bespoke case for
> '--disable-hwaccels', so originally ignored that possibility. Added it in
On 08/12/17 16:22, Thomas Guillem wrote:
> On Fri, Dec 8, 2017, at 17:15, Mark Thompson wrote:
>> From: Thomas Guillem
>>
>> This fixes the use of old ad-hoc methods which are still supported by
>> some
>> hwaccels which also support newer methods (DXVA2, VAAPI, VDPAU,
>> videotoolbox) - without t
On Sun, Dec 10, 2017 at 04:30:25PM +0100, Nicolas George wrote:
> Michael Niedermayer (2017-12-10):
> > IIUC we are still within the major bump thing (didnt check but others
> > have said it in relation to other changes)
>
> Well, there are no laws that say when we leave the "major bump thing".
>
Michael Niedermayer (2017-12-10):
> IIUC we are still within the major bump thing (didnt check but others
> have said it in relation to other changes)
Well, there are no laws that say when we leave the "major bump thing".
We dice how long it lasts.
I can suggest this: versions with minor 0 have a
On Sun, Dec 10, 2017 at 05:17:44AM -0600, Rodger Combs wrote:
>
>
> > On Dec 9, 2017, at 12:19, Michael Niedermayer
> > wrote:
> >
> > On Fri, Dec 08, 2017 at 10:34:39PM -0600, Rodger Combs wrote:
> >>
> >>
> >>> On Dec 8, 2017, at 11:06, Michael Niedermayer
> >>> wrote:
> >>>
> >>> On Th
Signed-off-by: Michael Niedermayer
---
libavcodec/mpeg4video.h| 3 +++
libavcodec/mpeg4videodec.c | 32
2 files changed, 35 insertions(+)
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 515b008ae4..0ba502d50b 100644
--- a/libavcodec/mpeg
Rodger Combs (2017-12-08):
> ---
> libavformat/matroskadec.c | 8 ++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
> index 496499b553..b51f67af00 100644
> --- a/libavformat/matroskadec.c
> +++ b/libavformat/matroskad
Signed-off-by: Paul B Mahol
---
libavfilter/buffersrc.c | 18 ++
libavfilter/buffersrc.h | 5 +
2 files changed, 23 insertions(+)
diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c
index cd56f8ca45..51a1a9fb49 100644
--- a/libavfilter/buffersrc.c
+++ b/libavfilte
Signed-off-by: Paul B Mahol
---
libavfilter/avfilter.c | 2 ++
libavfilter/avfilter.h | 2 ++
libavfilter/video.c| 8 +++-
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index b98b32bacb..4a579bb49d 100644
--- a/libavfilter/a
2017-12-09 3:24 GMT+01:00 Rodger Combs :
> -if (matroska_parse_cluster(matroska) < 0)
> -break;
> +if ((ret = matroska_parse_cluster(matroska)) < 0) {
> +if ((ret == AVERROR_EOF) || matroska_resync(matroska, pos) <
> 0)
If you believe the b
Carl Eugen Hoyos (2017-12-10):
> Sorry if I miss something:
> This looks completely broken to me, how can the same function
> of the same external library have two different amounts of
> arguments (in C)?
https://github.com/Netflix/vmaf/commit/96b99b9416135a0dfeb42c3b148852cce2b3f531
This commit
2017-12-09 2:35 GMT+01:00 Ronald S. Bultje :
> Fixes trac issue #6884 and Netflix/vmaf issue #124.
> -s->vmaf_score = compute_vmaf(format, s->width, s->height, read_frame, s,
> - s->model_path, s->log_path, s->log_fmt, 0,
> 0,
> -
On Fri, Dec 08, 2017 at 07:42:50PM +0100, Michael Niedermayer wrote:
> On Fri, Dec 08, 2017 at 08:46:52AM +0100, Mateusz wrote:
> > After commit 3701d49 'error_resilience: remove avpriv_atomic usage'
> > we have included windows.h in much more files and we should
> > avoid conflicts with defines/fu
Paul B Mahol (2017-12-10):
> Signed-off-by: Paul B Mahol
> ---
> libavfilter/buffersrc.c | 18 ++
> libavfilter/buffersrc.h | 5 +
> 2 files changed, 23 insertions(+)
>
> diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c
> index cd56f8ca45..9e6d07c7df 100644
> -
Paul B Mahol (2017-12-10):
> Signed-off-by: Paul B Mahol
> ---
> libavfilter/avfilter.c | 2 ++
> libavfilter/avfilter.h | 2 ++
> libavfilter/video.c| 8 +++-
> 3 files changed, 11 insertions(+), 1 deletion(-)
>
> diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
> index b98b
Signed-off-by: Paul B Mahol
---
fftools/ffmpeg_filter.c | 4 +--
libavcodec/raw.c | 18 +++---
libavcodec/utils.c | 11 --
libavutil/pixdesc.c | 60
libavutil/pixfmt.h
Signed-off-by: Paul B Mahol
---
libavfilter/avf_showspectrum.c | 2 +-
libavfilter/vaf_spectrumsynth.c| 4 +---
libavfilter/vf_atadenoise.c| 3 ---
libavfilter/vf_avgblur.c | 4 +---
libavfilter/vf_bitplanenoise.c
Signed-off-by: Paul B Mahol
---
libavformat/rtpenc_jpeg.c | 10 --
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/libavformat/rtpenc_jpeg.c b/libavformat/rtpenc_jpeg.c
index 38eb2e68eb..e0e7afebfc 100644
--- a/libavformat/rtpenc_jpeg.c
+++ b/libavformat/rtpenc_jpeg.c
@@ -46
Signed-off-by: Paul B Mahol
---
libavfilter/vf_setparams.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/libavfilter/vf_setparams.c b/libavfilter/vf_setparams.c
index 8427f98ba8..98a4aa2ad3 100644
--- a/libavfilter/vf_setparams.c
+++ b/libavfilter/vf_setparams.c
@@ -56,6 +56,16
Remove YUVJ pixel format usage.
Signed-off-by: Paul B Mahol
---
libavfilter/vf_blackdetect.c | 10 +-
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/libavfilter/vf_blackdetect.c b/libavfilter/vf_blackdetect.c
index 06ef9988d1..ff4b9eebb9 100644
--- a/libavfilter/vf_blackdet
Signed-off-by: Paul B Mahol
---
libavcodec/qsv.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c
index 250b4e61e3..6eee40a222 100644
--- a/libavcodec/qsv.c
+++ b/libavcodec/qsv.c
@@ -171,7 +171,6 @@ int ff_qsv_map_pixfmt(enum AVPixelFormat format, uint32_t
Signed-off-by: Paul B Mahol
---
libavcodec/hevcdec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c
index 433a7056ea..d1b54b1db5 100644
--- a/libavcodec/hevcdec.c
+++ b/libavcodec/hevcdec.c
@@ -363,7 +363,6 @@ static enum AVPixelFormat get_format(HE
Signed-off-by: Paul B Mahol
---
libavcodec/nvenc.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
index 4a91d99720..6ef51adaf0 100644
--- a/libavcodec/nvenc.c
+++ b/libavcodec/nvenc.c
@@ -911,8 +911,7 @@ static av_cold int nvenc_s
Signed-off-by: Paul B Mahol
---
libavcodec/vdpau.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/vdpau.c b/libavcodec/vdpau.c
index 1b2ec989cd..f7d1535fc7 100644
--- a/libavcodec/vdpau.c
+++ b/libavcodec/vdpau.c
@@ -82,19 +82,16 @@ int av_vdpau_get_surface_parameters(AVCodecCon
Signed-off-by: Paul B Mahol
---
libavcodec/libx264.c | 12 +---
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 9c67c91f33..7a7f21c3d0 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -152,7 +152,6 @@ static in
Signed-off-by: Paul B Mahol
---
libavcodec/roqvideoenc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/roqvideoenc.c b/libavcodec/roqvideoenc.c
index ac05123dc6..0f49450054 100644
--- a/libavcodec/roqvideoenc.c
+++ b/libavcodec/roqvideoenc.c
@@ -1132,7 +1132,8 @
Signed-off-by: Paul B Mahol
---
libavcodec/fraps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c
index 7a7673f73f..b2025b5d3f 100644
--- a/libavcodec/fraps.c
+++ b/libavcodec/fraps.c
@@ -218,7 +218,7 @@ static int decode_frame(AVCodecC
Color range is already set.
Signed-off-by: Paul B Mahol
---
libavcodec/hevc_ps.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c
index a4f7ed60f7..19ec2d7ebf 100644
--- a/libavcodec/hevc_ps.c
+++ b/libavcodec/hevc_ps.c
@@ -578,8 +578,6 @@ static v
Signed-off-by: Paul B Mahol
---
libavcodec/h264_slice.c | 22 ++
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index aad5484588..a75ab08c29 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@
Signed-off-by: Paul B Mahol
---
libavcodec/mdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c
index 330b761279..637158d231 100644
--- a/libavcodec/mdec.c
+++ b/libavcodec/mdec.c
@@ -227,7 +227,7 @@ static av_cold int decode_init(AVCode
Signed-off-by: Paul B Mahol
---
libavcodec/roqvideodec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c
index 0ab7d399d6..c5b7bbe236 100644
--- a/libavcodec/roqvideodec.c
+++ b/libavcodec/roqvideodec.c
@@ -190,7 +190,7 @@ st
Add .color_range field to encoder's AVCodec struct.
Signed-off-by: Paul B Mahol
---
libavcodec/proresenc_anatoliy.c | 2 ++
libavcodec/proresenc_kostya.c | 1 +
2 files changed, 3 insertions(+)
diff --git a/libavcodec/proresenc_anatoliy.c b/libavcodec/proresenc_anatoliy.c
index 0516066163..8a
Signed-off-by: Paul B Mahol
---
libavcodec/mjpegdec.c| 18 +-
libavcodec/tdsc.c| 2 +-
tests/fate/filter-video.mak | 2 +-
tests/fate/vcodec.mak| 4 ++--
tests/ref/fate/api-mjpeg-codec-param | 4 ++--
tests/ref/fate/
Signed-off-by: Paul B Mahol
---
libavcodec/mjpegenc.c| 6 --
libavcodec/mjpegenc_common.c | 2 +-
libavcodec/mpegvideo_enc.c | 8 +---
3 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/libavcodec/mjpegenc.c b/libavcodec/mjpegenc.c
index d2fcb8e191..9602a6fe64 10064
Signed-off-by: Paul B Mahol
---
libavcodec/svq3.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index a937b2f951..4c6d838a15 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -1158,7 +1158,7 @@ static av_cold int svq3_decode_
Signed-off-by: Paul B Mahol
---
libavcodec/mjpegdec.c | 11 ++-
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c
index 55676d8576..160bbfd34b 100644
--- a/libavcodec/mjpegdec.c
+++ b/libavcodec/mjpegdec.c
@@ -2415,12 +2415,9 @@ th
Signed-off-by: Paul B Mahol
---
libavfilter/vf_scale.c | 8
1 file changed, 8 insertions(+)
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c
index 9f45032e85..802f841cc3 100644
--- a/libavfilter/vf_scale.c
+++ b/libavfilter/vf_scale.c
@@ -303,9 +303,15 @@ static int config_p
Signed-off-by: Paul B Mahol
---
fftools/ffmpeg_filter.c | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c
index 877fd670e6..e69bfe295c 100644
--- a/fftools/ffmpeg_filter.c
+++ b/fftools/ffmpeg_filter.c
@@ -449,6
Signed-off-by: Paul B Mahol
---
libavcodec/ljpegenc.c | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/libavcodec/ljpegenc.c b/libavcodec/ljpegenc.c
index 924d2e2fff..2d7235dd96 100644
--- a/libavcodec/ljpegenc.c
+++ b/libavcodec/ljpegenc.c
@@ -289,10 +289,7 @@ static av_c
lavf-mkv changes only because of metadata.
Signed-off-by: Paul B Mahol
---
libavcodec/mpeg4videoenc.c | 1 +
libavcodec/mpegvideo_enc.c | 4
tests/ref/lavf/mkv | 8
tests/ref/seek/lavf-mkv| 44 ++--
4 files changed, 31 insertio
Signed-off-by: Paul B Mahol
---
libavfilter/avfilter.c | 2 ++
libavfilter/avfilter.h | 2 ++
libavfilter/video.c| 8 +++-
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index b98b32bacb..4a579bb49d 100644
--- a/libavfilter/a
Signed-off-by: Paul B Mahol
---
libavfilter/buffersrc.c | 18 ++
libavfilter/buffersrc.h | 5 +
2 files changed, 23 insertions(+)
diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c
index cd56f8ca45..9e6d07c7df 100644
--- a/libavfilter/buffersrc.c
+++ b/libavfilte
Signed-off-by: Paul B Mahol
---
libavcodec/avcodec.h | 1 +
libavcodec/utils.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 5db6a81320..e5de4797c8 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3376,6 +3376,7 @@ typed
Signed-off-by: Paul B Mahol
---
libavfilter/buffersink.c | 1 +
libavfilter/buffersink.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/libavfilter/buffersink.c b/libavfilter/buffersink.c
index 0f87b5439a..897396cac4 100644
--- a/libavfilter/buffersink.c
+++ b/libavfilter/buffersink.c
@@ -
Am 10.12.2017 um 13:48 schrieb Carl Eugen Hoyos:
2017-12-09 19:28 GMT+01:00 Jonathan Baecker :
-static void check_black_end(AVFilterContext *ctx)
+static void check_black(AVFilterContext *ctx)
Why do you rename this function?
I rename them because before the function only got called, if the la
2017-12-09 19:28 GMT+01:00 Jonathan Baecker :
> -static void check_black_end(AVFilterContext *ctx)
> +static void check_black(AVFilterContext *ctx)
Why do you rename this function?
Please remove the superfluous brackets in the "if()"
you change.
Carl Eugen
__
On 12/10/17, Nicolas George wrote:
> Paul B Mahol (2017-12-10):
>> And how do you know that?
>>
>> Only users you care about are mplayer users.
>
> Stop your nonsensical ad-hominem attacks. You are wasting your time and
> mine.
>
> The patch as is is rejected, I have given reasons. Update it or di
Paul B Mahol (2017-12-10):
> And how do you know that?
>
> Only users you care about are mplayer users.
Stop your nonsensical ad-hominem attacks. You are wasting your time and
mine.
The patch as is is rejected, I have given reasons. Update it or discuss
them. But I will no longer answer to ad-ho
2017-12-10 13:00 GMT+01:00 Gyan Doshi :
> Ping for the patch
Threaten to apply and wait a few days.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On 12/10/17, Nicolas George wrote:
> Paul B Mahol (2017-12-10):
>> I spent enought time porting this filter and do not intend to waste any
>> more
>> time in void discussion with your ego.
>
> Keep your ad-hominem attacks for yourself. It is not a matter about me,
> it is a matter about the usabil
On 12/10/17, Michael Niedermayer wrote:
> On Sat, Dec 09, 2017 at 04:37:57PM +0100, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol
>> ---
>> libavfilter/vf_scale.c | 8
>> 1 file changed, 8 insertions(+)
>
> This changes the output for:
>
> ./ffmpeg -i ~/tickets/2939/lena.jpg -y fil
2017-12-09 20:17 GMT+01:00 Anssi Hannula :
>> Selecting the first available program, if none was selected
>> seems the most natural way. Selecting all or none make
>> less sense.
>
> Hmm.. I wonder if selecting the highest-bandwidth-one might
> make more sense
This is what FFmpeg tries in some ot
Paul B Mahol (2017-12-10):
> I spent enought time porting this filter and do not intend to waste any more
> time in void discussion with your ego.
Keep your ad-hominem attacks for yourself. It is not a matter about me,
it is a matter about the usability of the project.
The patch as is is unaccept
On 12/10/17, Nicolas George wrote:
> Paul B Mahol (2017-12-10):
>> Just leave for once.
>
> I have "left" with you more times than I can count. Not today.
> Committing like this would be bad for the users, and you can make it
> good with not much effort.
>
> If you do not care about the good of th
Paul B Mahol (2017-12-10):
> Just leave for once.
I have "left" with you more times than I can count. Not today.
Committing like this would be bad for the users, and you can make it
good with not much effort.
If you do not care about the good of the users, then why are you
contributing to the pro
On 12/8/2017 6:18 PM, Gyan Doshi wrote:
On 12/8/2017 4:56 PM, Tobias Rapp wrote:
includes autodetected hwaccels, but that's just my personal opinion. I
leave it to the maintainer of the file to decide what to push.
Speaking of which, who is the maintainer of configure? Neither the file
nor
On 12/10/17, Nicolas George wrote:
> Paul B Mahol (2017-12-10):
>> I will then just apply this.
>
> No, you will not. You will discuss a solution that is good for the
> project as a whole.
>
>> If Carl Eugen can ignore you, I can too.
>
> Two wrongs do not make a right.
>
> If you feel you have be
Paul B Mahol (2017-12-10):
> I will then just apply this.
No, you will not. You will discuss a solution that is good for the
project as a whole.
> If Carl Eugen can ignore you, I can too.
Two wrongs do not make a right.
If you feel you have been wronged by Carl Eugene, then complain about it
wi
On 12/10/17, Nicolas George wrote:
> Paul B Mahol (2017-12-10):
>> That is very extreme step, if you insist on such step.
>>
>> Could you please change your statement?
>
> I do not understand what you mean.
>
> For users, having several filters that do almost exactly the same thing
> is confusing.
> On Dec 10, 2017, at 05:40, Nicolas George wrote:
>
> Rodger Combs (2017-12-10):
>> The goal is to use this in conjunction with the previous patches in
>> the set to deal with live broadcast streams coming off a tuner. The
>> first patch sets the CORRUPT flag when the TEI bit is set in a TS
>>
Rodger Combs (2017-12-10):
> The goal is to use this in conjunction with the previous patches in
> the set to deal with live broadcast streams coming off a tuner. The
> first patch sets the CORRUPT flag when the TEI bit is set in a TS
> packet (indicating that the tuner detected uncorrectable error
Paul B Mahol (2017-12-10):
> That is very extreme step, if you insist on such step.
>
> Could you please change your statement?
I do not understand what you mean.
For users, having several filters that do almost exactly the same thing
is confusing. It should be avoided, with the convenience of u
Michael Niedermayer (2017-12-03):
> I think i may be missing something here
>
> The way i remember this, is that all the changes do never get
> triggered unless the user application passes frames with changing
> parameters into the filter graph.
> That is something not supported before these commi
On 12/10/17, Nicolas George wrote:
> Paul B Mahol (2017-12-10):
>> See vf_aspect.c, it changes inlink parameters.
>>
>> This patch is required for example if one change sar of first input
>> and that value is not propagated to next links.
>
> I had not noticed that. The code in vf_aspect.c looks i
On 12/10/17, Nicolas George wrote:
> Paul B Mahol (2017-12-10):
>> For increased tempo it have much better quality.
>> For decreased tempo is have similar quality.
>>
>> Also it have more options and is more configurable
>> and have increased range of tempo scaling.
>
> Is there any benefit in ate
1 - 100 of 123 matches
Mail list logo