On 7/6/15, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavfilter/vf_colormatrix.c | 53
> +++-
> 1 file changed, 52 insertions(+), 1 deletion(-)
applied
___
ffmpeg-devel mailing list
ffmpeg-devel
On Sun, Jul 5, 2015 at 1:01 PM, Michael Niedermayer wrote:
> On Sat, Jul 04, 2015 at 10:21:47AM -0400, Ganesh Ajjanagadde wrote:
>> On Sat, Jun 27, 2015 at 7:18 PM, Ganesh Ajjanagadde wrote:
>> > On Sat, Jun 27, 2015 at 9:49 AM, Ganesh Ajjanagadde
>> > wrote:
>> >> On Sat, Jun 27, 2015 at 2:22
On Tue, Jul 07, 2015 at 10:12:05PM +, Carl Eugen Hoyos wrote:
> Michael Niedermayer gmx.at> writes:
>
> > maybe adding the field to AVCodecInternal
> > would work and be a solution ?
>
> enc->internal is NULL in avcodec_string().
> (That was my first try.)
then i think your original patch
On Tue, Jul 07, 2015 at 11:32:59PM +0200, Andreas Cadhalpun wrote:
> On 06.07.2015 02:40, Michael Niedermayer wrote:
> > On Sun, Jul 05, 2015 at 09:11:44PM +0200, Andreas Cadhalpun wrote:
> >> Can you explain how elements can be too larger to fit?
> >
> > emulated_edge_mc() writes a block of width
Michael Niedermayer gmx.at> writes:
> maybe adding the field to AVCodecInternal
> would work and be a solution ?
enc->internal is NULL in avcodec_string().
(That was my first try.)
But I also wonder why library users would
prefer to jump through loops to know if a
video stream contains Close
On 04.07.2015 02:04, Michael Niedermayer wrote:
> On Fri, Jul 03, 2015 at 12:07:10AM +0200, Andreas Cadhalpun wrote:
>> Otherwise a frame with non-zero nb_samples but without any data can be
>> returned.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavcodec/wmalosslessdec.c | 1 +
>> 1 file
On 03.07.2015 00:36, Michael Niedermayer wrote:
> On Fri, Jul 03, 2015 at 12:07:04AM +0200, Andreas Cadhalpun wrote:
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavcodec/wmalosslessdec.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> LGTM
Pushed.
Best regards,
Andreas
__
On 06.07.2015 02:40, Michael Niedermayer wrote:
> On Sun, Jul 05, 2015 at 09:11:44PM +0200, Andreas Cadhalpun wrote:
>> Can you explain how elements can be too larger to fit?
>
> emulated_edge_mc() writes a block of width x height,
More precisely that's block_w x block_h.
> if stride < width thi
On Sun, Jul 05, 2015 at 05:03:44PM +0200, Sebastien Zwickert wrote:
>
> > On 05 Jul 2015, at 16:41, Sebastien Zwickert wrote:
> >
> > delete mode 100644 ffmpeg_vda.c
> > create mode 100644 ffmpeg_videotoolbox.c
>
> -M as arguments to the format-patch CLI does not detect these as rename...
>
>
On Sun, Jul 05, 2015 at 04:48:19PM +0100, Rostislav Pehlivanov wrote:
> Since the new PNS implementation has been merged and is no longer considered
> proof of concept (as it's much more complex and better than the previous),
> change the comments to reflect that. We need people testing it (since
On 06.07.2015 10:43, Luca Barbato wrote:
> On 05/07/15 20:42, Andreas Cadhalpun wrote:
>> Like that:
>> if (s->packet_loss) {
>> /* Reset number of saved bits so that the decoder does not start
>> * to decode incomplete frames in the s->len_prefix == 0 case. */
>>
On 07/07/15 3:26 PM, Michael Niedermayer wrote:
> On Tue, Jul 07, 2015 at 02:35:26PM -0300, James Almer wrote:
>> Signed-off-by: James Almer
>> ---
>> configure | 4 +++-
>> libavcodec/libdcadec.c | 21 +
>> 2 files changed, 24 insertions(+), 1 deletion(-)
>
> L
On Tue, Jul 07, 2015 at 05:49:12PM +, Chris Watkins wrote:
> Hi,
>
> This patch fixes a simple compiler warning:
>
> When compiling libavutil/internal.h as C++11, clang warns that a space is
> required between a string literal and an identifier. Put spaces in
> concatenations of string litera
On Tue, Jul 07, 2015 at 12:49:23PM +, Paul B Mahol wrote:
> On 7/7/15, Carl Eugen Hoyos wrote:
> > Paul B Mahol gmail.com> writes:
> >
> >> > How can we proceed?
> >>
> >> Adding side data.
> >
> > I was under the impression that side date
> > is used for communication between different
> > l
On Mon, Jul 06, 2015 at 05:16:49PM +0800, 周晓勇 wrote:
> From 7cef687fac2f056a0f1a6e7cf65df5358b16a642 Mon Sep 17 00:00:00 2001
> From: ZhouXiaoyong
> Date: Mon, 6 Jul 2015 09:42:17 +0800
> Subject: [PATCH 1/2] configure: loongson enabled local aligned 32
applied
thanks
[...]
--
Michael GnuP
On Tue, Jul 07, 2015 at 02:35:26PM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> configure | 4 +++-
> libavcodec/libdcadec.c | 21 +
> 2 files changed, 24 insertions(+), 1 deletion(-)
LGTM
thanks
[...]
--
Michael GnuPG fingerprint: 9FF21
On Tue, 7 Jul 2015 14:57:28 + (UTC)
Carl Eugen Hoyos wrote:
> Paul B Mahol gmail.com> writes:
>
> > +AV_PIX_FMT_AYUV16LE,///< packed AYUV 4:4:4,64bpp
> > (1 Cr & Cb sample per 1x1 Y & A samples), little-endian
> > +AV_PIX_FMT_AYUV16BE,///< packed AYUV 4:4:4,64bpp
> > (1 Cr
wm4 googlemail.com> writes:
> > > Adding side data.
> >
> > I was under the impression that side date
> > is used for communication between different
> > libraries. Is that wrong?
>
> Yes.
So how can avcodec_string() use side data?
Carl Eugen
___
Hi,
This patch fixes a simple compiler warning:
When compiling libavutil/internal.h as C++11, clang warns that a space is
required between a string literal and an identifier. Put spaces in
concatenations of string literals and EXTERN_PREFIX.
Thanks,
Chris
From e6a21650b18896ac14070a0237b68bf4d36
On Tuesday 07 July 2015 06:45:04 pm Michael Niedermayer wrote:
> On Tue, Jul 07, 2015 at 03:13:06PM +0200, Carl Eugen Hoyos wrote:
> > Hi!
> >
> > Matroska streaming currently consumes memory for
> > cuepoints that are never used if the output stream
> > is no seekable. This can lead to oom.
> > At
On Tue, Jul 07, 2015 at 02:57:28PM +, Carl Eugen Hoyos wrote:
> Paul B Mahol gmail.com> writes:
>
> > +AV_PIX_FMT_AYUV16LE,///< packed AYUV 4:4:4,64bpp
> > (1 Cr & Cb sample per 1x1 Y & A samples), little-endian
> > +AV_PIX_FMT_AYUV16BE,///< packed AYUV 4:4:4,64bpp
> > (1 Cr
Hello All,
For example, the encoder may return MFX_WRN_INCOMPATIBLE_VIDEO_PARAM
warning i.e. ret==5 old loop implementation will repeat several times
until output buffer overflow. New implementation explicitly uses
loop only for device busy case.
--
Best regards,
Ivan
On 07/07/15 1:23 PM, Michael Niedermayer wrote:
> On Tue, Jul 07, 2015 at 05:29:17PM +0200, Hendrik Leppkes wrote:
>> On Tue, Jul 7, 2015 at 1:46 PM, Michael Niedermayer wrote:
>>> On Tue, Jul 07, 2015 at 03:06:23AM -0300, James Almer wrote:
Signed-off-by: James Almer
---
libavcod
On Tue, 7 Jul 2015 12:35:01 + (UTC)
Carl Eugen Hoyos wrote:
> Paul B Mahol gmail.com> writes:
>
> > > How can we proceed?
> >
> > Adding side data.
>
> I was under the impression that side date
> is used for communication between different
> libraries. Is that wrong?
Yes.
> This is ab
Signed-off-by: James Almer
---
configure | 4 +++-
libavcodec/libdcadec.c | 21 +
2 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index bb3041b..962afce 100755
--- a/configure
+++ b/configure
@@ -1829,6 +1829,7 @@ TYPES_LIST="
On Mon, Jul 06, 2015 at 12:13:41PM +0200, Hendrik Leppkes wrote:
> On Mon, Jul 6, 2015 at 12:07 PM, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavcodec/internal.h |3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/libavcodec/internal.h b/lib
On Tue, Jul 07, 2015 at 03:13:06PM +0200, Carl Eugen Hoyos wrote:
> Hi!
>
> Matroska streaming currently consumes memory for
> cuepoints that are never used if the output stream
> is no seekable. This can lead to oom.
> Attached patch fixes ticket #4690.
>
> Please comment, Carl Eugen
> matro
On Tue, Jul 07, 2015 at 05:29:17PM +0200, Hendrik Leppkes wrote:
> On Tue, Jul 7, 2015 at 1:46 PM, Michael Niedermayer wrote:
> > On Tue, Jul 07, 2015 at 03:06:23AM -0300, James Almer wrote:
> >> Signed-off-by: James Almer
> >> ---
> >> libavcodec/libdcadec.c | 19 +++
> >> 1 fil
On Tue, Jul 7, 2015 at 1:46 PM, Michael Niedermayer wrote:
> On Tue, Jul 07, 2015 at 03:06:23AM -0300, James Almer wrote:
>> Signed-off-by: James Almer
>> ---
>> libavcodec/libdcadec.c | 19 +++
>> 1 file changed, 19 insertions(+)
>>
>> diff --git a/libavcodec/libdcadec.c b/libav
On 7/7/15, Carl Eugen Hoyos wrote:
> Paul B Mahol gmail.com> writes:
>
>> +AV_PIX_FMT_AYUV16LE,///< packed AYUV 4:4:4,64bpp
>> (1 Cr & Cb sample per 1x1 Y & A samples), little-endian
>> +AV_PIX_FMT_AYUV16BE,///< packed AYUV 4:4:4,64bpp
>> (1 Cr & Cb sample per 1x1 Y & A samples),
Hi,
> On Jul 7, 2015, at 10:35 AM, Michael Niedermayer wrote:
>
> On Thu, Jul 02, 2015 at 09:50:21AM -0400, Dave Rice wrote:
>> Hi all,
>> Last month I posted a draft of the FFV1 specification formatted in Markdown
>> [1], whereas it currently lives in lyx. From that post there were responses
On Tue, Jul 7, 2015 at 3:12 AM, Clément Bœsch wrote:
> On Mon, Jul 06, 2015 at 10:27:47PM +0530, Niklesh Lalwani wrote:
> > From: Niklesh
> >
> > Signed-off-by: Niklesh
> > ---
> > libavcodec/movtextdec.c | 254
> +---
> > 1 file changed, 173 inserti
Paul B Mahol gmail.com> writes:
> +AV_PIX_FMT_AYUV16LE,///< packed AYUV 4:4:4,64bpp
> (1 Cr & Cb sample per 1x1 Y & A samples), little-endian
> +AV_PIX_FMT_AYUV16BE,///< packed AYUV 4:4:4,64bpp
> (1 Cr & Cb sample per 1x1 Y & A samples), big-endian
I believe only one should be
On Thu, Jul 02, 2015 at 09:50:21AM -0400, Dave Rice wrote:
> Hi all,
> Last month I posted a draft of the FFV1 specification formatted in Markdown
> [1], whereas it currently lives in lyx. From that post there were responses
> in favor of the use of Markdown formatting and suggestions to not use
On Mon, Jun 29, 2015 at 08:57:15PM +0530, shivraj.pa...@imgtec.com wrote:
> From: Shivraj Patil
>
> This patch adds MSA (MIPS-SIMD-Arch) optimizations for idctdsp functions in
> new file idctdsp_msa.c and simple_idct_msa.c
>
> Signed-off-by: Shivraj Patil
> ---
> libavcodec/idctdsp.c
On Tue, Jul 07, 2015 at 03:29:49PM +0200, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch stops -benchmark from using stdout.
>
> Please comment, Carl Eugen
i wonder why this used printf()
maybe wait a day or 2 before applying in case there was a reason that
i forgot
otherwise LGTM
[...]
--
Hi!
Attached patch stops -benchmark from using stdout.
Please comment, Carl Eugen
diff --git a/ffmpeg.c b/ffmpeg.c
index e592629..32d0cf7 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -473,7 +473,7 @@ static void ffmpeg_cleanup(int ret)
if (do_benchmark) {
int maxrss = getmaxrss() / 102
Hi!
Matroska streaming currently consumes memory for
cuepoints that are never used if the output stream
is no seekable. This can lead to oom.
Attached patch fixes ticket #4690.
Please comment, Carl Eugen
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 3b525ad..f07851e 1
On 7/7/15, Carl Eugen Hoyos wrote:
> Paul B Mahol gmail.com> writes:
>
>> > How can we proceed?
>>
>> Adding side data.
>
> I was under the impression that side date
> is used for communication between different
> libraries. Is that wrong?
>
> This is about storing information about video
> strea
Paul B Mahol gmail.com> writes:
> > How can we proceed?
>
> Adding side data.
I was under the impression that side date
is used for communication between different
libraries. Is that wrong?
This is about storing information about video
streams and using this information within
libavcodec.
On 7/7/15, Carl Eugen Hoyos wrote:
> Carl Eugen Hoyos ag.or.at> writes:
>
>> > > As in attached?
>> >
>> > If anything it should use the automatic accessor macros,
>>
>> I don't think that works, no setter is needed.
>>
>> > but I still find it a silly solution.
>>
>> Then please suggest another
On Mon, Jul 06, 2015 at 09:37:52PM +0300, Ivan Uskov wrote:
> Hello All,
>
> Unfortunately, previous patch for libavcodec/qsv.c at the commit
> db89f45535aa3e99bceb5f6bf957c90e7ca39841 does initiate the compiler warning
> "ISO C90 forbids mixed declarations and code" under linux platform,
> becau
Carl Eugen Hoyos ag.or.at> writes:
> > > As in attached?
> >
> > If anything it should use the automatic accessor macros,
>
> I don't think that works, no setter is needed.
>
> > but I still find it a silly solution.
>
> Then please suggest another solution.
Ping.
How can we proceed?
Carl
Carl Eugen Hoyos ag.or.at> writes:
> Attached patch fixes ticket #3957 here, the output
> file plays fine with WMP and QT.
Reviewed an merged by Michael.
Thank you, Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/m
On Tue, Jul 07, 2015 at 03:06:23AM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> libavcodec/libdcadec.c | 19 +++
> 1 file changed, 19 insertions(+)
>
> diff --git a/libavcodec/libdcadec.c b/libavcodec/libdcadec.c
> index 890d270..4bc3765 100644
> --- a/libavcode
Hello everyone,
I would like to bring to your attention a known bug with FFMpeg's dvbsub
codec that seems to work fine with VLC.
It is well-documented on this ticket:
https://trac.ffmpeg.org/ticket/4200
Can someone please take a look and see if a fix is possible in the near
future?
Thank you fo
46 matches
Mail list logo