Signed-off-by: Steven Robertson
---
tests/fate/dnxhd.mak | 2 ++
tests/ref/fate/dnxhr-12bit | 6 ++
2 files changed, 8 insertions(+)
create mode 100644 tests/ref/fate/dnxhr-12bit
diff --git a/tests/fate/dnxhd.mak b/tests/fate/dnxhd.mak
index 4008e6c..60bfd34 100644
--- a/tests/fate/dn
Yes, thank you. I'll resend this.
On Wed, Aug 3, 2016 at 2:01 PM, Mark Reid wrote:
> On Tue, Aug 2, 2016 at 11:51 PM, Steven Robertson
> wrote:
> > Test file available at http://tinyurl.com/fate-dnxhd-12bit .
> >
> > Signed-off-by: Steven Robertson
> > ---
> > tests/fate/dnxhd.mak | 2 +
Hi!
2016-08-15 21:45 GMT+02:00 Matthias Hunstock :
> how can I access the sample file of https://trac.ffmpeg.org/ticket/5068 ?
I don't think I have it.
Sorry, Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/li
On Tue, Aug 16, 2016 at 11:27 AM, Mark Thompson wrote:
> On 16/08/16 03:44, Jun Zhao wrote:
> >
> >
> > On 2016/8/16 10:14, Chao Liu wrote:
> >> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote:
> >>
> >>>
> >>>
> >>> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote:
> On 15 Aug, Hendrik Leppkes
On 8/10/2016 1:20 PM, James Almer wrote:
> Signed-off-by: James Almer
> ---
> doc/examples/demuxing_decoding.c | 33 ++---
> 1 file changed, 22 insertions(+), 11 deletions(-)
I'll be pushing this soon unless someone objects.
__
On Tue, Aug 16, 2016 at 1:06 AM, Jun Zhao wrote:
>
>
> On 2016/8/16 15:37, Chao Liu wrote:
> > On Mon, Aug 15, 2016 at 7:44 PM, Jun Zhao wrote:
> >
> >>
> >>
> >> On 2016/8/16 10:14, Chao Liu wrote:
> >>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote:
> >>>
>
>
> On 2016/8/16 1
On 8/16/2016 5:14 PM, sebechlebsky...@gmail.com wrote:
> From: Jan Sebechlebsky
>
> Signed-off-by: Jan Sebechlebsky
> ---
> I've noticed that conflicting patch was applied meanwhile, so I'm resending
> this.
> Please apply :)
Applied.
___
ffmpeg-d
On 2016/8/17 2:27, Mark Thompson wrote:
> On 16/08/16 03:44, Jun Zhao wrote:
>>
>>
>> On 2016/8/16 10:14, Chao Liu wrote:
>>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote:
>>>
On 2016/8/16 1:48, Jean-Baptiste Kempf wrote:
> On 15 Aug, Hendrik Leppkes wrote :
>>> On Mon,
On 2016/8/17 2:33, Mark Thompson wrote:
> On 16/08/16 09:51, Jun Zhao wrote:
>>
>> barry@barry:~/Source/video/yami/ffmpeg_libyami$ ./ffmpeg -y -vaapi_device
>> /dev/dri/card0 -hwaccel vaapi -hwaccel_output_format vaapi -i
>> ../ffmpeg_yami_testcase/skyfall2-trailer.mp4 -an -vf
>> 'format=nv12|
A number of new pix_fmts have been added to AviSynth+:
16-bit packed RGB and RGBA
10-, 12-, 14, and 16-bit YUV 4:2:0, 4:2:2, and 4:4:4
8-, 10-, 12-, 14-, and 16-bit Planar RGB
8-, 10-, 12-, 14-, and 16-bit Planar YUVA and Planar RGBA*
10-, 12-, 14-, and 16-bit GRAY variants*
32-bit floating point P
On Tuesday, August 16, 2016, Moritz Barsnick wrote:
> On Tue, Aug 16, 2016 at 09:45:49 +0200, Paul B Mahol wrote:
>
> > +Show & measure bit plane noise.
>
> '&' seems a bit casual instead of "and". In several places.
>
> It would perhaps be valuable to document how it's measured, and how
> it's s
On Tue, Aug 16, 2016 at 09:45:49 +0200, Paul B Mahol wrote:
> +Show & measure bit plane noise.
'&' seems a bit casual instead of "and". In several places.
It would perhaps be valuable to document how it's measured, and how
it's shown. (Is it really shown? Is the measured value not inserted
into
From: Carlos Fernandez
Signed-off-by: Carlos Fernandez
---
libavformat/mpegts.c | 43 ++-
1 file changed, 42 insertions(+), 1 deletion(-)
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index b31d233..4185af0 100644
--- a/libavformat/mpegts.c
++
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
I've noticed that conflicting patch was applied meanwhile, so I'm resending
this.
Please apply :)
doc/APIchanges | 7 +++
1 file changed, 7 insertions(+)
diff --git a/doc/APIchanges b/doc/APIchanges
index 74145b2..582563a 10064
From: Carlos Fernandez
Signed-off-by: Carlos Fernandez
---
libavformat/hlsenc.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 7c90157..a73c50d 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -360,
From: Carlos Fernandez
Signed-off-by: Carlos Fernandez
---
libavformat/Makefile | 2 +-
libavformat/hlsenc.c | 107 --
libavformat/scte_35.c | 525 ++
libavformat/scte_35.h | 86 +
4 files changed, 698 insertions(+), 22 deleti
* Patchset against current HEAD - v5 didn't build cleanly. Apologies.
Carlos Fernandez (4):
Adding SCTE-35 CUI codec
SCTE-35 extraction from mpegts
SCTE-35 support in hlsenc
Correct Indentation
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 6 +
libavcodec/version.h|
From: Carlos Fernandez
Signed-off-by: Carlos Fernandez
---
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 6 ++
libavcodec/version.h| 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index b43ee5a..d564178 100644
-
On Tue, Aug 16, 2016 at 11:13 AM, Michael Niedermayer
wrote:
>
> in which patch is the function ?
Apologies - looks like it's me who had some leftovers and didn't do a
proper clean before submitting.
I'll send a new patch set right away... just tested with current HEAD.
_
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
Changes since the last version of the patch:
- Added note in fifo muxer documentation in muxers.texi
regarding thread-safety requirement for callbacks in AVFormatContext
Changelog| 1 +
configure|
On 8/16/2016 2:00 PM, Michael Niedermayer wrote:
On Tue, Aug 16, 2016 at 12:57:53PM -0400, Stephen Hutchinson wrote:
On 8/16/2016 9:31 AM, Michael Niedermayer wrote:
breaks build
libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in a
function)
libavformat/avisynth.c:1
On 16/08/16 09:51, Jun Zhao wrote:
>
> barry@barry:~/Source/video/yami/ffmpeg_libyami$ ./ffmpeg -y -vaapi_device
> /dev/dri/card0 -hwaccel vaapi -hwaccel_output_format vaapi -i
> ../ffmpeg_yami_testcase/skyfall2-trailer.mp4 -an -vf
> 'format=nv12|vaapi,hwupload' -c:v h264_vaapi -profile 77 -lev
On 16/08/16 03:44, Jun Zhao wrote:
>
>
> On 2016/8/16 10:14, Chao Liu wrote:
>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote:
>>
>>>
>>>
>>> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote:
On 15 Aug, Hendrik Leppkes wrote :
>> On Mon, Aug 15, 2016 at 10:22 AM, Jun Zhao
>>> wrote:
On Tue, Aug 16, 2016 at 09:19:16AM -0700, Carlos Fernandez Sanz wrote:
> On Tue, Aug 16, 2016 at 6:39 AM, Michael Niedermayer
> wrote:
> > On Mon, Aug 15, 2016 at 10:47:49AM -0700, Carlos Fernandez Sanz wrote:
> >> From: Carlos Fernandez
> >
> > seems to break build
> >
> > libavformat/scte_35.c:
On Tue, Aug 16, 2016 at 12:57:53PM -0400, Stephen Hutchinson wrote:
> On 8/16/2016 9:31 AM, Michael Niedermayer wrote:
> >
> >breaks build
> >
> >libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in
> >a function)
> >libavformat/avisynth.c:100:54: error: ‘AVS_PLANAR_B’ unde
Am 12.08.16 um 14:27 schrieb Umair Khan:
> Hi,
>
> On Mon, Aug 8, 2016 at 11:09 PM, Carl Eugen Hoyos wrote:
>> 2016-08-08 19:10 GMT+02:00 Umair Khan :
>>> Attached the 3 separate patches.
>>
>> Which other codecs could use mlz decompression in the future?
>> Which other codecs could use IEEE 754
On 08/16/2016 06:42 PM, Nicolas George wrote:
Le decadi 30 thermidor, an CCXXIV, Marton Balint a écrit :
I think the idea was to document this limitation to the fifo muxer only.
That would be acceptable, although I still think it would be preferable to
avoid that requirement altogether.
Regar
On 8/16/2016 9:46 AM, Roger Pack wrote:
Does this require some version check in configure to be added as well?
No. We ship the header ourselves, rendering a version check in configure
moot. What configure checks for is the presence of the dynamic loading
functionality that the library depen
On Tue, Aug 16, 2016 at 5:46 PM Michael Niedermayer
wrote:
> [...]
>
> not sure i suggested it previously already but you can add yourself
> to the MAINTAINERs file if you want to maintain / continue working on
> the code after GSoC
>
i surely will.
thanks
__
On 8/16/2016 9:31 AM, Michael Niedermayer wrote:
breaks build
libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in a
function)
libavformat/avisynth.c:100:54: error: ‘AVS_PLANAR_B’ undeclared here (not in a
function)
libavformat/avisynth.c:101:43: error: ‘AVS_PLANAR_R’
Le decadi 30 thermidor, an CCXXIV, Marton Balint a écrit :
> I think the idea was to document this limitation to the fifo muxer only.
That would be acceptable, although I still think it would be preferable to
avoid that requirement altogether.
Regards,
--
Nicolas George
signature.asc
Descri
On Tue, Aug 16, 2016 at 6:39 AM, Michael Niedermayer
wrote:
> On Mon, Aug 15, 2016 at 10:47:49AM -0700, Carlos Fernandez Sanz wrote:
>> From: Carlos Fernandez
>
> seems to break build
>
> libavformat/scte_35.c: In function ‘ff_alloc_scte35_parser’:
Maybe some left overs from a previous version?
On Tue, 16 Aug 2016, Nicolas George wrote:
Le decadi 30 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit :
From: Jan Sebechlebsky
Muxing might be running in a separate thread if actual muxer is
run inside of fifo pseudo-muxer. Callback should be therefore
thread-safe.
This is an inc
Hi!
Attached patch fixes ticket #5774.
Please comment, Carl Eugen
From 263e0b0f95bd20e557e53bee91d0a9488bf6a76e Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Tue, 16 Aug 2016 17:51:03 +0200
Subject: [PATCH] lavf/udp: Do not use MCAST_* for multicast on tvOS.
Fixes ticket #5774.
---
lib
On Tue, Aug 16, 2016 at 11:45:52AM +0300, Ivan Uskov wrote:
>
> Hello Jun,
>
> Thursday, August 11, 2016, 10:59:51 AM, you wrote:
>
> > From cafa70e97ce48b65e2a4a99782f6ce3557fef755 Mon Sep 17 00:00:00 2001
> > From: Jun Zhao
> > Date: Thu, 11 Aug 2016 15:34:01 +0800
> > Subject: [PATCH] ffmpeg
On Tue, Aug 16, 2016 at 05:10:03PM +0700, Nablet Developer wrote:
> From: ChaoX A Liu
>
> Signed-off-by: ChaoX A Liu
> ---
> configure | 3 +
> libavcodec/qsv.c | 2 +-
> libavcodec/qsv_internal.h | 2 +-
> libavfilter/Makefile | 1 +
> libavfilter/allfilte
On Tue, Aug 16, 2016 at 05:16:49AM -0500, Burt P wrote:
> af_hdcd.c began as an extended hdcd_decode.c from foo_hdcd, and
> recently the ffmpeg improvements were put back into a form that
> worked with foo_hdcd, but maintaining that sharing is cumbersome.
>
> This patch moves the core HDCD decoder
On 8/16/16, Roger Pack wrote:
> On 4/10/16, Michael Niedermayer wrote:
>> On Sun, Apr 10, 2016 at 07:29:05PM +0100, Rostislav Pehlivanov wrote:
>>> On 10 April 2016 at 17:42, Michael Niedermayer
>>> wrote:
>>>
>>> > On Sun, Apr 10, 2016 at 04:38:35PM +0100, Kieran Kunhya wrote:
>>> > > ---
>>> >
On 8/13/16, Timo Rothenpieler wrote:
> On 8/12/2016 8:12 PM, Dan Haddix wrote:
>> Can you cross compile ffmpeg for Windows using the new bash built in to
>> Win10 anniversary? I'm currently using MinGW but it seems like it might be
>> easier to use the built in bash if possible. However I tried a
On 4/10/16, Michael Niedermayer wrote:
> On Sun, Apr 10, 2016 at 07:29:05PM +0100, Rostislav Pehlivanov wrote:
>> On 10 April 2016 at 17:42, Michael Niedermayer
>> wrote:
>>
>> > On Sun, Apr 10, 2016 at 04:38:35PM +0100, Kieran Kunhya wrote:
>> > > ---
>> > > Changelog | 1 +
>> >
Does this require some version check in configure to be added as well?
On 8/16/16, Michael Niedermayer wrote:
> On Mon, Aug 15, 2016 at 12:37:31PM -0400, Stephen Hutchinson wrote:
>> A number of new pix_fmts have been added to AviSynth+:
>> 16-bit packed RGB and RGBA
>> 10-, 12-, 14, and 16-bit Y
Windows 10 anniversary edition screwed with how dshow video capture works.
This patch "helps" in some instances, though it still crashes with
rgb24 input (still working on that), at least now it works with yuvp
etc.
Thanks.
-Roger (a dshow maintainer)
0001-dshow-satisfy-alloc-contract-better-prev
On Mon, Aug 15, 2016 at 10:47:49AM -0700, Carlos Fernandez Sanz wrote:
> From: Carlos Fernandez
>
> Signed-off-by: Carlos Fernandez
> ---
> libavformat/Makefile | 2 +-
> libavformat/hlsenc.c | 107 --
> libavformat/scte_35.c | 525
>
On Mon, Aug 15, 2016 at 12:37:31PM -0400, Stephen Hutchinson wrote:
> A number of new pix_fmts have been added to AviSynth+:
> 16-bit packed RGB and RGBA
> 10-, 12-, 14, and 16-bit YUV 4:2:0, 4:2:2, and 4:4:4
> 8-, 10-, 12-, 14-, and 16-bit Planar RGB
> 8-, 10-, 12-, 14-, and 16-bit Planar YUVA and
On Mon, Aug 15, 2016 at 7:47 PM, Rostislav Pehlivanov
wrote:
> On 15 August 2016 at 11:51, Robert Krüger
> wrote:
>
> > On Sun, Aug 14, 2016 at 5:05 PM, Rostislav Pehlivanov <
> atomnu...@gmail.com
> > >
> > wrote:
> >
> > > On 10 April 2016 at 16:38, Kieran Kunhya wrote:
> > >
>
> > http://ffm
On Mon, Aug 15, 2016 at 7:58 PM, Nicolas George wrote:
> Le nonidi 29 thermidor, an CCXXIV, Rostislav Pehlivanov a écrit :
> > The git master is fast changing and can happen API or setting
> > wise every day. Deprecations, behavioral changes, etc. This is why users
> > who need stability use the
On Sat, Aug 13, 2016 at 12:18:56PM +, Davinder Singh wrote:
> On Thu, Aug 11, 2016 at 12:10 AM Davinder Singh wrote:
>
> > [...]
> >
> > latest changes:
> https://github.com/dsmudhar/FFmpeg/blob/dev/libavfilter/vf_minterpolate.c
> uses shared motion estimation code now, added options, improve
On Mon, Aug 15, 2016 at 01:23:39PM +0200, Paul B Mahol wrote:
> ffmpeg | branch: master | Paul B Mahol | Mon Aug 15
> 11:53:56 2016 +0200| [ce5ba770794576cd40749d7754cb8a837ef73e2f] | committer:
> Paul B Mahol
>
> avfilter/avf_showspectrum: add some multithreading support
>
> > http://git.vide
Le decadi 30 thermidor, an CCXXIV, sebechlebsky...@gmail.com a écrit :
> From: Jan Sebechlebsky
>
> Muxing might be running in a separate thread if actual muxer is
> run inside of fifo pseudo-muxer. Callback should be therefore
> thread-safe.
This is an incompatible API change, and therefore not
On Tue, Aug 16, 2016 at 12:55:17PM +0200, Paul B Mahol wrote:
> On 8/16/16, Michael Niedermayer wrote:
> > On Mon, Aug 15, 2016 at 01:13:06PM -0700, Jon Toohill wrote:
> >> Shows encoder delay/padding in the stream summary if they are set.
> >> ---
> >> doc/APIchanges | 4
> >> libavc
On 8/16/16, Michael Niedermayer wrote:
> On Mon, Aug 15, 2016 at 01:13:06PM -0700, Jon Toohill wrote:
>> Shows encoder delay/padding in the stream summary if they are set.
>> ---
>> doc/APIchanges | 4
>> libavcodec/avcodec.h | 11 +++
>> libavcodec/utils.c | 40
From: Jan Sebechlebsky
Muxing might be running in a separate thread if actual muxer is
run inside of fifo pseudo-muxer. Callback should be therefore
thread-safe.
Signed-off-by: Jan Sebechlebsky
---
libavformat/avformat.h | 2 +-
libavformat/avio.h | 2 ++
2 files changed, 3 insertions(+),
On Mon, Aug 15, 2016 at 01:13:06PM -0700, Jon Toohill wrote:
> Shows encoder delay/padding in the stream summary if they are set.
> ---
> doc/APIchanges | 4
> libavcodec/avcodec.h | 11 +++
> libavcodec/utils.c | 40 +++-
> libavcodec/vers
From: ChaoX A Liu
Signed-off-by: ChaoX A Liu
---
libavcodec/qsv.c | 89 ---
libavcodec/qsv_internal.h | 6 ++--
libavcodec/qsvdec.c | 16 ++---
libavcodec/qsvdec_h2645.c | 17 ++---
libavcodec/qsvenc.c | 12 +--
libav
On 8/16/16, Nablet Developer wrote:
> From: ChaoX A Liu
>
> Signed-off-by: ChaoX A Liu
> ---
> configure | 3 +
> libavcodec/qsv.c | 2 +-
> libavcodec/qsv_internal.h | 2 +-
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/v
On 8/16/16, Michael Niedermayer wrote:
> On Tue, Aug 16, 2016 at 08:54:16AM +0200, Paul B Mahol wrote:
>> On 8/16/16, Michael Niedermayer wrote:
>> > On Mon, Aug 15, 2016 at 08:15:10PM +0200, Paul B Mahol wrote:
>> >> Hi,
>> >>
>> >> patch attached.
>> >
>> > this mail has no attachments
>> >
>>
From: ChaoX A Liu
Signed-off-by: ChaoX A Liu
---
ffmpeg_qsv.c| 46 ---
libavcodec/libavcodec.v | 1 +
libavcodec/qsv.h| 2 +
libavfilter/vf_vpp.c| 153
4 files changed, 172 insertions(+), 30 deletions(-)
From: ChaoX A Liu
Signed-off-by: ChaoX A Liu
---
ffmpeg.c | 2 +-
ffmpeg.h | 2 +
ffmpeg_opt.c | 2 +-
ffmpeg_qsv.c | 636 +-
libavcodec/qsv.h | 3 +
libavcodec/qsv_internal.
From: ChaoX A Liu
Signed-off-by: ChaoX A Liu
---
libavcodec/qsvdec.c | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/libavcodec/qsvdec.c b/libavcodec/qsvdec.c
index 47dd818..2075a23 100644
--- a/libavcodec/qsvdec.c
+++ b/libavcodec/qsvdec.c
@@ -370,13 +370,18 @@
From: ChaoX A Liu
Signed-off-by: ChaoX A Liu
---
configure | 3 +
libavcodec/qsv.c | 2 +-
libavcodec/qsv_internal.h | 2 +-
libavfilter/Makefile | 1 +
libavfilter/allfilters.c | 1 +
libavfilter/vf_vpp.c | 863 +
From: ChaoX A Liu
Signed-off-by: ChaoX A Liu
---
libavcodec/qsv.c | 7 ++-
libavcodec/qsv_internal.h | 1 +
libavcodec/qsvdec.c | 22 +-
libavcodec/qsvdec_h2645.c | 12
libavcodec/qsvdec_mpeg2.c | 6 ++
libavcodec/qsvdec_vc1.c | 6 ++
We have create 6 patches based on latest
ffmpeg-master: 3282e31baaa77d161a4451c27ad0d45f78e1da0a
With these patches:
1. We modify HEVC plugin loading order, default to HW plugin,
since HEVC can be supported in SKL platform.
2. Move code in vaapi_allocator.c to ffmpeg_qsv.c, and re
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
Changes since the last version of the patch:
- fixed "s@item" in muxers.texi
- fixed second -> seconds in FIFO_DEFAULT_RECOVERY_WAIT_TIME_USEC comment
- removed AVFormat *oformat from FifoContext (it is local variable now)
- if reco
From: Jan Sebechlebsky
Add support for nonblocking calls.
Signed-off-by: Jan Sebechlebsky
---
No chanes since the last version of patch, rebased because of changes in the
patch adding fifo.
libavformat/fifo.c | 62 --
1 file changed, 56 in
On Tue, Aug 16, 2016 at 08:54:16AM +0200, Paul B Mahol wrote:
> On 8/16/16, Michael Niedermayer wrote:
> > On Mon, Aug 15, 2016 at 08:15:10PM +0200, Paul B Mahol wrote:
> >> Hi,
> >>
> >> patch attached.
> >
> > this mail has no attachments
> >
>
> Sorry.
> doc/filters.texi |3 +++
> li
On 2016/8/16 15:40, Chao Liu wrote:
> On Mon, Aug 15, 2016 at 10:22 PM, Jun Zhao wrote:
>
cult...
>>
>> I used the ffmpeg_QSV/ffmpeg_libyami/ffmpeg_vaapi to do zero-copy mode
>> transcode with default setting as profile case.
>>
> Perhaps you could share your test environment settings and the r
Hello Jun,
Thursday, August 11, 2016, 10:59:51 AM, you wrote:
> From cafa70e97ce48b65e2a4a99782f6ce3557fef755 Mon Sep 17 00:00:00 2001
> From: Jun Zhao
> Date: Thu, 11 Aug 2016 15:34:01 +0800
> Subject: [PATCH] ffmpeg/qsv: fix QSV-accelerated transcode performance drop
> issue.
> the merge co
On 2016/8/16 15:40, Chao Liu wrote:
> On Mon, Aug 15, 2016 at 10:22 PM, Jun Zhao wrote:
>
>>
>>
>> On 2016/8/16 11:07, Timothy Gu wrote:
>>> Hi
>>>
>>> On Mon, Aug 15, 2016 at 7:44 PM Jun Zhao wrote:
>>>
On 2016/8/16 10:14, Chao Liu wrote:
> Sorry for this little diversion:
On 2016/8/16 15:37, Chao Liu wrote:
> On Mon, Aug 15, 2016 at 7:44 PM, Jun Zhao wrote:
>
>>
>>
>> On 2016/8/16 10:14, Chao Liu wrote:
>>> On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote:
>>>
On 2016/8/16 1:48, Jean-Baptiste Kempf wrote:
> On 15 Aug, Hendrik Leppkes wrote :
>
On 8/14/16, Paul B Mahol wrote:
> Hi,
>
> patch attached.
>
Updated patch attached.
0001-avfilter-add-bitplanenoise-filter.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-d
On Mon, Aug 15, 2016 at 10:22 PM, Jun Zhao wrote:
>
>
> On 2016/8/16 11:07, Timothy Gu wrote:
> > Hi
> >
> > On Mon, Aug 15, 2016 at 7:44 PM Jun Zhao wrote:
> >
> >>
> >>
> >> On 2016/8/16 10:14, Chao Liu wrote:
> >>> Sorry for this little diversion: what are the differences between QSV
> and
>
On Mon, Aug 15, 2016 at 7:44 PM, Jun Zhao wrote:
>
>
> On 2016/8/16 10:14, Chao Liu wrote:
> > On Mon, Aug 15, 2016 at 6:00 PM, Jun Zhao wrote:
> >
> >>
> >>
> >> On 2016/8/16 1:48, Jean-Baptiste Kempf wrote:
> >>> On 15 Aug, Hendrik Leppkes wrote :
> > On Mon, Aug 15, 2016 at 10:22 AM, Jun
72 matches
Mail list logo