On Thu, Oct 13, 2016 at 6:49 PM, Michael Niedermayer wrote:
>
> > libopenjpegenc.c | 18 +-
> > 1 file changed, 9 insertions(+), 9 deletions(-)
> > 17061aee3e88729993c9581f688cbfda01fccaac 0001-libopenjpegenc-fix-out-
> of-bounds-reads-when-filling-.patch
> > From 1461064c1eaab
On Thu, Oct 13, 2016 at 12:21 PM, Andreas Cadhalpun <
andreas.cadhal...@googlemail.com> wrote:
>
> OK. Attached patch does that for openjpeg 2.
> I didn't change the behavior for openjpeg 1, as reusing the image works
> there.
Looks good to me. Thanks! Please feel free to apply it.
__
On Fri, Oct 14, 2016 at 02:00:49AM +0200, Andreas Cadhalpun wrote:
> On 14.10.2016 00:49, Michael Niedermayer wrote:
> > On Fri, Oct 14, 2016 at 12:23:02AM +0200, Andreas Cadhalpun wrote:
> >> The avctx->width/avctx->height is not zero, but libopenjpeg_copy_unpacked8
> >> does:
> >
> >> wi
On Fri, Oct 14, 2016 at 08:05:15AM +0700, Muhammad Faiz wrote:
> On Fri, Oct 14, 2016 at 3:20 AM, Michael Niedermayer
> wrote:
> > On Fri, Oct 14, 2016 at 02:50:52AM +0700, Muhammad Faiz wrote:
> >> On Thu, Oct 13, 2016 at 10:38 PM, Michael Niedermayer
> >> wrote:
> >> > On Thu, Oct 13, 2016 at 0
On Thu, Oct 13, 2016 at 08:48:11PM +, Greg Rowe wrote:
> The attached patch adds two optional parameters to af_silenceremove for the
> purpose of inserting a tone in place of where silence was removed. This
> alerts the user that silence has been trimmed from the original stream. The
> par
On Fri, Oct 14, 2016 at 3:20 AM, Michael Niedermayer
wrote:
> On Fri, Oct 14, 2016 at 02:50:52AM +0700, Muhammad Faiz wrote:
>> On Thu, Oct 13, 2016 at 10:38 PM, Michael Niedermayer
>> wrote:
>> > On Thu, Oct 13, 2016 at 06:05:19AM +0700, Muhammad Faiz wrote:
>> >> from colorspace filter
>> >>
>>
On 14.10.2016 00:49, Michael Niedermayer wrote:
> On Fri, Oct 14, 2016 at 12:23:02AM +0200, Andreas Cadhalpun wrote:
>> The avctx->width/avctx->height is not zero, but libopenjpeg_copy_unpacked8
>> does:
>
>> width = avctx->width / image->comps[compno].dx;
>> height = avctx->heigh
On Thu, Oct 13, 2016 at 04:41:00PM +0200, Ståle Kristoffersen wrote:
> On 2016-10-12 at 13:57, Carl Eugen Hoyos wrote:
> > 2016-10-11 16:27 GMT+02:00 Michael Niedermayer :
> >
> > > also the img2 demuxer for mjpeg2000 from img2dec.c does not work
> > > for this ?
> >
> > We separated the jpg from
This matrix needs to be applied after all others have (currently only
display matrix from trak), but cannot be handled in movie box, since
streams are not allocated yet. So store it in main context, and apply
it when appropriate, that is after parsing the tkhd one.
Signed-off-by: Vittorio Giovara
On Fri, Oct 14, 2016 at 12:23:02AM +0200, Andreas Cadhalpun wrote:
> On 14.10.2016 00:00, Hendrik Leppkes wrote:
> > On Thu, Oct 13, 2016 at 10:25 PM, Andreas Cadhalpun
> > wrote:
> >> If x is 0, 'x - 1' is in the previous line, or worse outside the buffer
> >> for the first line.
> >>
> >> If y i
On Sat, Oct 8, 2016 at 1:39 PM, Michael Niedermayer
wrote:
> On Fri, Oct 07, 2016 at 10:38:22PM -0400, Vittorio Giovara wrote:
>> On Fri, Oct 7, 2016 at 8:38 PM, Michael Niedermayer
>> wrote:
>> > On Fri, Oct 07, 2016 at 03:31:46PM -0400, Vittorio Giovara wrote:
>> >> This matrix needs to be appl
On 14.10.2016 00:00, Hendrik Leppkes wrote:
> On Thu, Oct 13, 2016 at 10:25 PM, Andreas Cadhalpun
> wrote:
>> If x is 0, 'x - 1' is in the previous line, or worse outside the buffer
>> for the first line.
>>
>> If y is 0, 'x - image->comps[compno].w' is outside the buffer.
>>
>
> I'm slightly puz
On Thu, Oct 13, 2016 at 19:46:41 +0200, Stefano Sabatini wrote:
> +In particular, can be also used to inject data stream generated by
^ it can
> +Unrecognized values are discarded (this allows the demuxer to accept
> +the output generated by @command{ffprobe} without further
> +m
On Thu, Oct 13, 2016 at 10:25 PM, Andreas Cadhalpun
wrote:
> If x is 0, 'x - 1' is in the previous line, or worse outside the buffer
> for the first line.
>
> If y is 0, 'x - image->comps[compno].w' is outside the buffer.
>
I'm slightly puzzled, as you say, these are for edge handling, edges
in t
Thanks to Mathieu Malaterre for reporting the
Que/Queue typo. (https://bugs.debian.org/839542)
Signed-off-by: Andreas Cadhalpun
---
doc/Doxyfile| 2 +-
doc/encoders.texi | 2 +-
doc/ffprobe.texi| 2 +-
doc/filters.texi| 10 +++
On Tue, 11 Oct 2016, Marton Balint wrote:
On Thu, 6 Oct 2016, Marton Balint wrote:
This is a similar filter to f_metadata, only it works on side data. Since
adding side data from a user provided arbitrary binary string is unsafe,
because current code assumes that a side data of a certain kind
Sorry about the second patch I sent.
This option is for flexibility since some apps may not want to use the
hidden atoms.
On Thu, Oct 13, 2016 at 1:44 PM, Robert Krüger
wrote:
> On Thu, Oct 13, 2016 at 9:54 PM, Dave Rice wrote:
>
> >
> > > On Oct 13, 2016, at 1:56 PM, Hendrik Leppkes
> > wrot
On Thu, Oct 13, 2016 at 9:54 PM, Dave Rice wrote:
>
> > On Oct 13, 2016, at 1:56 PM, Hendrik Leppkes
> wrote:
> >
> > Am 13.10.2016 19:03 schrieb "liangsi" :
> >>
> >> ---
> >> libavformat/isom.h | 1 +
> >> libavformat/mov.c | 5 -
> >> 2 files changed, 5 insertions(+), 1 deletion(-)
> >>
>
The attached patch adds two optional parameters to af_silenceremove for the
purpose of inserting a tone in place of where silence was removed. This alerts
the user that silence has been trimmed from the original stream. The
parameters are tone_duration which defaults to 0.0 which disables the
If x is 0, 'x - 1' is in the previous line, or worse outside the buffer
for the first line.
If y is 0, 'x - image->comps[compno].w' is outside the buffer.
Finally, image->comps[compno].w is unsigned (at least in openjpeg2), so
the calculation could silently wrap around without the explicit cast t
On Fri, Oct 14, 2016 at 02:50:52AM +0700, Muhammad Faiz wrote:
> On Thu, Oct 13, 2016 at 10:38 PM, Michael Niedermayer
> wrote:
> > On Thu, Oct 13, 2016 at 06:05:19AM +0700, Muhammad Faiz wrote:
> >> from colorspace filter
> >>
> >> Signed-off-by: Muhammad Faiz
> >> ---
> >> doc/filters.texi
On Wed, Oct 12, 2016 at 11:30:19PM -0700, Thomas Turner wrote:
> Tested functions: av_fifo_generic_peek(), av_fifo_grow()
> ---
> libavutil/tests/fifo.c | 32 +++-
> tests/ref/fate/fifo| 43 +++
> 2 files changed, 74 insertion
On Thu, Oct 13, 2016 at 10:38 PM, Michael Niedermayer
wrote:
> On Thu, Oct 13, 2016 at 06:05:19AM +0700, Muhammad Faiz wrote:
>> from colorspace filter
>>
>> Signed-off-by: Muhammad Faiz
>> ---
>> doc/filters.texi | 26 ++
>> libavfilter/avf_showcqt.c | 56
>> ++
On Thu, Oct 13, 2016 at 07:40:59PM +0200, Stefano Sabatini wrote:
> This allows to probe if the read line was partially discarded.
> ---
> libavformat/aviobuf.c | 10 +-
> libavformat/internal.h | 14 ++
> 2 files changed, 23 insertions(+), 1 deletion(-)
>
> diff --git a/liba
> On Oct 13, 2016, at 1:56 PM, Hendrik Leppkes wrote:
>
> Am 13.10.2016 19:03 schrieb "liangsi" :
>>
>> ---
>> libavformat/isom.h | 1 +
>> libavformat/mov.c | 5 -
>> 2 files changed, 5 insertions(+), 1 deletion(-)
>>
>
> Can you elaborate on the reasons of why someone would want this? Pr
On 13.10.2016 03:36, Michael Bradshaw wrote:
> Thanks for that (and the link back to the OpenJPEG source). Well dang. I
> think it would be better to change the patch to completely remove the image
> member from LibOpenJPEGContext, and instead just create a local image (and
> destroy it) for every
On 13.10.2016 03:11, Michael Bradshaw wrote:
> On Wed, Oct 12, 2016 at 8:30 AM, Andreas Cadhalpun <
> andreas.cadhal...@googlemail.com> wrote:
>>
>> Updated patch attached.
>
>
> New patch looks good to me (though I don't have push privileges so can't
> commit it).
I pushed it myself. Thanks for
On Thu, Oct 13, 2016 at 9:18 PM, Michael Niedermayer
wrote:
> On Thu, Oct 13, 2016 at 08:53:30AM +0700, Muhammad Faiz wrote:
>> On Thu, Oct 13, 2016 at 8:19 AM, Michael Niedermayer
>> wrote:
>> > On Thu, Oct 13, 2016 at 05:14:38AM +0700, Muhammad Faiz wrote:
>> >> Signed-off-by: Muhammad Faiz
>>
On Thu, Sep 15, 2016 at 11:49:58AM -0700, Jonathan Campbell wrote:
> I'm sorry if the previous posting was not recognized as a patch.
>
> This updates the mpeg12dec.c DVD caption decoding to decode field-wise and
> handle caption packets with an extra field. It obeys the cc_count field,
> though
---
libavformat/isom.h | 1 +
libavformat/mov.c | 5 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 2246fed..6824f7e 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -214,6 +214,7 @@ typedef struct MOVContext {
int
Am 13.10.2016 19:03 schrieb "liangsi" :
>
> ---
> libavformat/isom.h | 1 +
> libavformat/mov.c | 5 -
> 2 files changed, 5 insertions(+), 1 deletion(-)
>
Can you elaborate on the reasons of why someone would want this? Preferably
in the commit message for future consideration.
- Hendrik
__
On date Thursday 2016-09-29 21:55:11 +0200, wm4 encoded:
> On Thu, 29 Sep 2016 01:21:01 +0200
> Stefano Sabatini wrote:
>
> > On date Monday 2016-09-26 18:55:47 +0200, wm4 encoded:
> > > On Sun, 25 Sep 2016 19:32:37 +0200
> > > Stefano Sabatini wrote:
> > [...]
> > > > > > My use case: I need
This allows to probe if the read line was partially discarded.
---
libavformat/aviobuf.c | 10 +-
libavformat/internal.h | 14 ++
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c
index 134d627..28183b4 100644
--- a/li
On 10/13/2016 12:02 PM, Michael Niedermayer wrote:
> On Wed, Oct 12, 2016 at 09:20:06PM -0300, James Almer wrote:
>> Signed-off-by: James Almer
>> ---
>> Now also checks for micro version.
>
> LGTM
>
> thx
Pushed.
___
ffmpeg-devel mailing list
ffmpeg
The option is present in nvenc_h264.c, but was missing from nvenc_hevc.c. Please
note that there is a bit of a mess going on in the options with regards to
dashes and underlines. Is there a guideline available for this??
I've settled for "temporal_aq" with nvenc_hevc.c, because of the already
On Wed, Oct 12, 2016 at 04:09:40PM +0100, Vicente Olivert Riera wrote:
> This fixes a build problem for MIPS architecture that looks like this:
>
> libavcodec/mips/h264dsp_msa.c:2498:6: error: conflicting types for
> ‘ff_weight_h264_pixels16_8_msa’
> void ff_weight_h264_pixels16_8_msa(uint8_t *sr
Tested functions: av_fifo_generic_peek(), av_fifo_grow()
---
libavutil/tests/fifo.c | 32 +++-
tests/ref/fate/fifo| 43 +++
2 files changed, 74 insertions(+), 1 deletion(-)
diff --git a/libavutil/tests/fifo.c b/libavutil/test
---
libavformat/isom.h | 1 +
libavformat/mov.c | 5 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 2246fed..6824f7e 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -214,6 +214,7 @@ typedef struct MOVContext {
int
True.
It just occurred to me that VLC player probably is using it's own CC user
packet reader.
However it still helps to read the user packet properly instead of counting by
full frames. Also this code shows how to read cc_count properly. It's not
incorrect by any means, it was just mis-interp
On Thu, Oct 13, 2016 at 06:05:19AM +0700, Muhammad Faiz wrote:
> from colorspace filter
>
> Signed-off-by: Muhammad Faiz
> ---
> doc/filters.texi | 26 ++
> libavfilter/avf_showcqt.c | 56
> ++-
> libavfilter/avf_showcqt.h
On Wed, Oct 12, 2016 at 09:57:16PM +0200, Timo Rothenpieler wrote:
> Currently, it forces IDR frames for both true and false.
> Not entirely sure what the original idea behind the tri-state bool
> option is.
> ---
> libavcodec/libx264.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
On Wed, Oct 12, 2016 at 8:09 PM, James Zern
wrote:
> On Wed, Oct 12, 2016 at 6:22 AM, Matthieu Bouron <
> matthieu.bou...@gmail.com>
> wrote:
>
> > From: Matthieu Bouron
> >
> > ---
> > configure| 4 +++
> > libavcodec/Makefile | 2 ++
> > libavcodec/allco
On Wed, Oct 12, 2016 at 09:20:06PM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> Now also checks for micro version.
LGTM
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level language in which you can solve the p
On 2016-10-12 at 13:57, Carl Eugen Hoyos wrote:
> 2016-10-11 16:27 GMT+02:00 Michael Niedermayer :
>
> > also the img2 demuxer for mjpeg2000 from img2dec.c does not work
> > for this ?
>
> We separated the jpg from the mjpeg probe, jpg makes sure that the
> sample starts like a jpg image and cont
On Thu, Oct 13, 2016 at 08:53:30AM +0700, Muhammad Faiz wrote:
> On Thu, Oct 13, 2016 at 8:19 AM, Michael Niedermayer
> wrote:
> > On Thu, Oct 13, 2016 at 05:14:38AM +0700, Muhammad Faiz wrote:
> >> Signed-off-by: Muhammad Faiz
> >> ---
> >> tests/fate/filter-audio.mak | 10 ++
> >>
2016-10-13 17:41 GMT+08:00 Carl Eugen Hoyos :
> 2016-10-13 8:51 GMT+02:00 Steven Liu :
> > patch update.
> >
> > xml2 disabled by default
>
> Before reading Nicolas' mail, I wanted to suggest that you fix
> autodetection instead...
>
> Carl Eugen
>
Hi Carl,
I need your help,
I have s
ping
2016-10-12 14:21 GMT+08:00 Steven Liu :
>
> Signed-off-by: Steven Liu
> ---
> doc/protocols.texi|3 +++
> libavformat/udp.c | 19 ++-
> libavformat/version.h |3 +++
> 3 files changed, 24 insertions(+), 1 deletions(-)
>
> diff --git a/doc/protocols.texi b/
ping
2016-10-12 17:36 GMT+08:00 Steven Liu :
> on OSX:
> ../configure --disable-everything --enable-demuxer=hls make
> error message: Undefined symbols for architecture x86_64:
> "_av_vda_default_init2", referenced from:_videotoolbox_init in
> ffmpeg_videotoolbox.o
> so add av_vda_default_init2 w
On Thu, Oct 13, 2016 at 02:49:57PM +0800, Steven Liu wrote:
> init add hds demuxer
>
> Based-on: patch by CORY MCCARTHY
> Based-on: patch by Gorilla Maguila
> Signed-off-by: Steven Liu
> ---
> configure |4 +
> libavformat/Makefile |1 +
> libavformat/allformats.c
2016-10-13 8:29 GMT+02:00 Jonathan Campbell :
> I just realized this has been sitting in my inbox for awhile.
>
> Here's the clip in question.
>
> If you play it in VLC player with "Closed Captions 1" selected, you'll notice
> that some of the text in the captions is missing.
>
> https://www.dropb
On 2016-10-12 at 23:05, Carl Eugen Hoyos wrote:
> Perhaps you can provide ffmpeg -i output for a file with PMT and PAT
> if you cannot share a sample?
Okay, here are three samples i have:
$ ffmpeg -i sample1.ts
ffmpeg version N-80172-g79b6c9a Copyright (c) 2000-2016 the FFmpeg developers
bui
2016-10-13 8:51 GMT+02:00 Steven Liu :
> patch update.
>
> xml2 disabled by default
Before reading Nicolas' mail, I wanted to suggest that you fix
autodetection instead...
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.or
2016-10-13 17:27 GMT+08:00 Nicolas George :
> Le duodi 22 vendémiaire, an CCXXV, Steven Liu a écrit :
> > init add hds demuxer
> >
> > Based-on: patch by CORY MCCARTHY
> > Based-on: patch by Gorilla Maguila
> > Signed-off-by: Steven Liu
>
> Thanks for the update.
>
> I think I already said it w
Le decadi 20 vendémiaire, an CCXXV, Moritz Barsnick a écrit :
> Expands the parser to also accept the separator '-' in addition to
> '+', and take the negative sign into consideration.
>
> Signed-off-by: Moritz Barsnick
> ---
> doc/filters.texi | 2 +-
> libavfilter/af_pan.c | 11 --
Le duodi 22 vendémiaire, an CCXXV, Steven Liu a écrit :
> init add hds demuxer
>
> Based-on: patch by CORY MCCARTHY
> Based-on: patch by Gorilla Maguila
> Signed-off-by: Steven Liu
Thanks for the update.
I think I already said it when it was first submitted: I am not really happy
about the us
55 matches
Mail list logo