On 27-05-2018 02:37 AM, Lou Logan wrote:
On Sat, May 26, 2018, at 12:33 AM, Gyan Doshi wrote:
Part of the ugliness is due to how the code fragments are rendered: with
vertical margins, creating uneven line spacing. Do you mind if I reduce
or eliminate those margins?
Which file sets those ma
print full caps type in print_codec().
Signed-off-by: Jun Zhao
---
fftools/cmdutils.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 8ffc9d2..70234b8 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -1414,6 +1414,16 @@ sta
V2: - fix the alignment as Reto Kromer's comment
- improve the characterization as Mark's comments
Jun Zhao (2):
cmdutils: print missing caps in print_codec().
cmdutils: dump supported hardware devices in print_codec()
fftools/cmdutils.c | 21 +
1 file changed, 21 ins
dump the supported hardware devices for codec when use the command
like ./ffmpeg -h decoder=h264.
Signed-off-by: Jun Zhao
---
fftools/cmdutils.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 70234b8..844f433 100644
--- a/fftools/cm
On Sat, May 26, 2018 at 05:16:10PM +0100, Mark Thompson wrote:
> ---
> libavcodec/v4l2_m2m_dec.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
LGTM
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
He who knows, does not speak. He who speaks, does no
On Sat, May 26, 2018, at 12:33 AM, Gyan Doshi wrote:
>
> Part of the ugliness is due to how the code fragments are rendered: with
> vertical margins, creating uneven line spacing. Do you mind if I reduce
> or eliminate those margins?
Which file sets those margins? The ugly justified text in the
Signed-off-by: Paul B Mahol
---
libavfilter/Makefile | 1 +
libavfilter/af_anlmeans.c | 282 ++
libavfilter/allfilters.c | 1 +
3 files changed, 284 insertions(+)
create mode 100644 libavfilter/af_anlmeans.c
diff --git a/libavfilter/Makefile
On 23-5-2018 2:11, Reino Wijnsma wrote:
> On 22-4-2018 14:47, Thomas Volkert wrote:
>> +enabled mbedtls && { check_pkg_config mbedtls mbedtls
>> mbedtls/x509_crt.h mbedtls_x509_crt_init ||
>> + check_pkg_config mbedtls mbedtls
>> mbedtls/ssl.h mbedtls_ssl
On Sat, May 26, 2018 at 14:08:56 +0800, hwren wrote:
> Add Chinese AVS2 video encoder, FFmpeg can make use of the libxavs2 library
> for AVS2 encoding.
[...]
> +.long_name = NULL_IF_CONFIG_SMALL("raw Chinese AVS2 (2nd Audio
> Video Standard)"),
Is that really the name of the codec? O
On 24/05/18 15:26, Mironov, Mikhail wrote:
> AMD has published OpenCL extension which allows split D3D11 texture interoped
> as a single 2D image into two 2D images representing Y and UV planes.
> https://www.khronos.org/registry/OpenCL/extensions/amd/cl_amd_planar_yuv.txt
Nice! That looks like
On 5/18/18, Clement Boesch wrote:
> On Sat, May 12, 2018 at 10:24:35PM +0200, Paul B Mahol wrote:
>> For better control of denoising.
>>
>> Signed-off-by: Paul B Mahol
>> ---
>> doc/filters.texi | 4
>> libavfilter/vf_nlmeans.c | 5 -
>> 2 files changed, 8 insertions(+), 1 delet
On 24/05/18 17:57, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes ticket #7227 here, -skip_frame nokey shows no
> warnings on decoding with this change and still decodes less frames
> than -skip_frame nointra (which shows many warnings).
>
> Please comment, Carl Eugen
>
>
> From ea5cf5a
On 25/05/18 07:57, Tobias Rapp wrote:
> On 25.05.2018 07:58, Xiang, Haihao wrote:
>> On Thu, 2018-05-24 at 11:15 +0100, Mark Thompson wrote:
>>>
>>> For example:
>>>
>>> ffmpeg -i bt709_input.mkv -vf colorspace=bt2020 bt2020_output.mkv
>>>
>>> will have the output file marked as BT.709 after this p
On 25/05/18 07:01, Xiang, Haihao wrote:
>
> Hi Mark
>
> Do you plan to merge this commit any time soon?
There are quite a few changes throughout the set, I'll resend it soon.
- Mark
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.o
---
libavcodec/v4l2_m2m_dec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/v4l2_m2m_dec.c b/libavcodec/v4l2_m2m_dec.c
index bca45be148..598dc10781 100644
--- a/libavcodec/v4l2_m2m_dec.c
+++ b/libavcodec/v4l2_m2m_dec.c
@@ -221,7 +221,8 @@ AVCodec ff_ ## NAME ## _
On 26/05/18 14:14, Jun Zhao wrote:
> dump the hwaccel type for codec when use the command like
> ./ffmpeg -h decoder=h264.
>
> Signed-off-by: Jun Zhao
> ---
> fftools/cmdutils.c | 11 +++
> 1 file changed, 11 insertions(+)
>
> diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
> index
On 26/05/18 14:14, Jun Zhao wrote:
> print full caps type in print_codec().
>
> Signed-off-by: Jun Zhao
> ---
> fftools/cmdutils.c | 10 ++
> 1 file changed, 10 insertions(+)
>
> diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
> index 8ffc9d2..4f2e0a2 100644
> --- a/fftools/cmdutil
On 5/26/2018 10:51 AM, daniel.kuc...@gmail.com wrote:
> From: Daniel Kucera
>
> Signed-off-by: Daniel Kucera
> ---
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/arm/sunxi/cedar_ve.h | 79 ++
> libavcodec/arm/sunxi/ion.h | 377 +
On 26/05/18 14:51, daniel.kuc...@gmail.com wrote:
> From: Daniel Kucera
>
> Signed-off-by: Daniel Kucera
> ---
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/arm/sunxi/cedar_ve.h | 79 ++
> libavcodec/arm/sunxi/ion.h | 377 ++
On 26/05/18 07:08, hwren wrote:
> Add Chinese AVS2 video encoder, FFmpeg can make use of the libxavs2 library
> for AVS2 encoding.
>
> Signed-off-by: hwren
> ---
> Changelog| 2 +-
> configure| 6 +
> doc/general.texi | 8 ++
> libavcodec/Makefile
On 26/05/18 05:41, hwren wrote:
> Add Chinese AVS2 video decoder, FFmpeg can make use of the libdavs2 library
> for AVS2 decoding.
>
> Signed-off-by: hwren
> ---
> Changelog | 1 +
> configure | 6 ++
> doc/general.texi| 8 ++
> libavcodec/Makefile
Jun Zhao wrote:
>print full caps type in print_codec().
>
>Signed-off-by: Jun Zhao
>---
> fftools/cmdutils.c | 10 ++
> 1 file changed, 10 insertions(+)
>
>diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
>index 8ffc9d2..4f2e0a2 100644
>--- a/fftools/cmdutils.c
>+++ b/fftools/cmdutils.
From: Daniel Kucera
Signed-off-by: Daniel Kucera
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/arm/sunxi/cedar_ve.h | 79 ++
libavcodec/arm/sunxi/ion.h | 377 ++
libavcodec/arm/sunxi/ion_sunxi.h | 108 +
Attaching again from another mail client.
On Sat, May 26, 2018 at 12:23 AM, Marton Balint wrote:
>
>
> On Fri, 25 May 2018, Jonathan Morley wrote:
>
> Attached are the two patches to address your feedback, Marton. Please
>> advise.
>>
>>
> Your mail contains no attachments as far as I see.
>
>
>
- print full capabilities
- dump hwaccel type support by codec
Jun Zhao (2):
cmdutils: print missing caps in print_codec().
cmdutils: dump HWAccel type in print_codec()
fftools/cmdutils.c | 21 +
1 file changed, 21 insertions(+)
--
2.7.4
___
dump the hwaccel type for codec when use the command like
./ffmpeg -h decoder=h264.
Signed-off-by: Jun Zhao
---
fftools/cmdutils.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 4f2e0a2..14b 100644
--- a/fftools/cmdutils.c
+++ b
print full caps type in print_codec().
Signed-off-by: Jun Zhao
---
fftools/cmdutils.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 8ffc9d2..4f2e0a2 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -1414,6 +1414,16 @@ sta
tor 2018-05-24 klockan 22:27 +0200 skrev Marton Balint:
> FFmbc uses this.
> bmx uses this.
> XAVC MXF Mapping and Operating Points prefers this.
> Basic rounding rules also yields these numbers.
>
> > Signed-off-by: Marton Balint
> ---
> libavformat/mxf.c | 2 +-
> 1 file changed, 1 insertion(+
Hi Lou,
Most sectioning and formatting suggestions applied locally.
On 26-05-2018 03:50 AM, Lou Logan wrote:
Examples are often * itemized by convention, but the resulting text
justification such verbose examples makes them hard to read in HTML
format. I would ditch the itemization.
Part of
On Fri, 25 May 2018, Jonathan Morley wrote:
Attached are the two patches to address your feedback, Marton. Please advise.
Your mail contains no attachments as far as I see.
Regards,
Marton
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
htt
30 matches
Mail list logo