Re: [FFmpeg-devel] [PATCH] libopenjpegenc: fix out-of-bounds reads when filling the edges

2016-10-13 Thread Michael Bradshaw
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

Re: [FFmpeg-devel] [PATCH] libopenjpegenc: recreate image data buffer after encoding frame

2016-10-13 Thread Michael Bradshaw
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. __

Re: [FFmpeg-devel] [PATCH] libopenjpegenc: fix out-of-bounds reads when filling the edges

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avfilter/showcqt: add csp option

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avfilter/af_silenceremove: add optional tone when silence is removed

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avfilter/showcqt: add csp option

2016-10-13 Thread Muhammad Faiz
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 >> >> >>

Re: [FFmpeg-devel] [PATCH] libopenjpegenc: fix out-of-bounds reads when filling the edges

2016-10-13 Thread Andreas Cadhalpun
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

Re: [FFmpeg-devel] [PATCH] libavf: Auto-detect mjpeg 2000 in mpeg-ts

2016-10-13 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCHv3] mov: Evaluate the movie display matrix

2016-10-13 Thread Vittorio Giovara
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

Re: [FFmpeg-devel] [PATCH] libopenjpegenc: fix out-of-bounds reads when filling the edges

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] mov: Evaluate the movie display matrix

2016-10-13 Thread Vittorio Giovara
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

Re: [FFmpeg-devel] [PATCH] libopenjpegenc: fix out-of-bounds reads when filling the edges

2016-10-13 Thread Andreas Cadhalpun
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

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-10-13 Thread Moritz Barsnick
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

Re: [FFmpeg-devel] [PATCH] libopenjpegenc: fix out-of-bounds reads when filling the edges

2016-10-13 Thread Hendrik Leppkes
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

[FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-13 Thread Andreas Cadhalpun
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 +++

Re: [FFmpeg-devel] [PATCH] lavfi/sidedata: add filter for manipulating frame side data

2016-10-13 Thread Marton Balint
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

Re: [FFmpeg-devel] [PATCH] mov: add option to ignore moov atoms which are detected in free atoms.

2016-10-13 Thread Zhenni Huang
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

Re: [FFmpeg-devel] [PATCH] mov: add option to ignore moov atoms which are detected in free atoms.

2016-10-13 Thread Robert Krüger
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(-) > >> >

[FFmpeg-devel] [PATCH] avfilter/af_silenceremove: add optional tone when silence is removed

2016-10-13 Thread Greg Rowe
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

[FFmpeg-devel] [PATCH] libopenjpegenc: fix out-of-bounds reads when filling the edges

2016-10-13 Thread Andreas Cadhalpun
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

Re: [FFmpeg-devel] [PATCH] avfilter/showcqt: add csp option

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] Improved selftest coverage for libavutil/fifo.c

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avfilter/showcqt: add csp option

2016-10-13 Thread Muhammad Faiz
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 >> ++

Re: [FFmpeg-devel] [PATCH] lavf/aviobuf: add ff_get_line2() variant

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] mov: add option to ignore moov atoms which are detected in free atoms.

2016-10-13 Thread Dave Rice
> 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

Re: [FFmpeg-devel] [PATCH] libopenjpegenc: recreate image data buffer after encoding frame

2016-10-13 Thread Andreas Cadhalpun
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

Re: [FFmpeg-devel] [PATCH] configure: fix detection of libopenjpeg

2016-10-13 Thread Andreas Cadhalpun
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

Re: [FFmpeg-devel] [PATCH] fate: add test for firequalizer filter

2016-10-13 Thread Muhammad Faiz
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 >>

Re: [FFmpeg-devel] [PATCH] lavc/mpeg12dec.c: Read cc words field-wise, limit to cc_count and support extra field.

2016-10-13 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH] mov: add option to ignore moov atoms which are detected in free atoms.

2016-10-13 Thread liangsi
--- 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

Re: [FFmpeg-devel] [PATCH] mov: add option to ignore moov atoms which are detected in free atoms.

2016-10-13 Thread Hendrik Leppkes
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 __

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-10-13 Thread Stefano Sabatini
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

[FFmpeg-devel] [PATCH] lavf/aviobuf: add ff_get_line2() variant

2016-10-13 Thread Stefano Sabatini
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

Re: [FFmpeg-devel] [PATCH v2] avformat/matroskadec: workaround the field_order bug in the Matroska muxer

2016-10-13 Thread James Almer
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

[FFmpeg-devel] [PATCH] libavcodec/nvenc_hevc.c: Added missing option -temporal_aq

2016-10-13 Thread Sven C. Dack
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

Re: [FFmpeg-devel] [PATCH] libavcodec/mips/h264dsp_msa.c: fix type in some function parameters

2016-10-13 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH] Improved selftest coverage for libavutil/fifo.c

2016-10-13 Thread Thomas Turner
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

[FFmpeg-devel] [PATCH] mov: add option to ignore moov atoms which are detected in free atoms.

2016-10-13 Thread liangsi
--- 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

Re: [FFmpeg-devel] [PATCH] lavc/mpeg12dec.c: Read cc words field-wise, limit to cc_count and support extra field.

2016-10-13 Thread Jonathan Campbell
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

Re: [FFmpeg-devel] [PATCH] avfilter/showcqt: add csp option

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] avcodec/libx264: fix forced_idr logic

2016-10-13 Thread Michael Niedermayer
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(-)

Re: [FFmpeg-devel] [PATCH 2/4] lavc: add vp8/vp9 mediacodec decoders

2016-10-13 Thread Matthieu Bouron
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

Re: [FFmpeg-devel] [PATCH v2] avformat/matroskadec: workaround the field_order bug in the Matroska muxer

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] libavf: Auto-detect mjpeg 2000 in mpeg-ts

2016-10-13 Thread Ståle Kristoffersen
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

Re: [FFmpeg-devel] [PATCH] fate: add test for firequalizer filter

2016-10-13 Thread Michael Niedermayer
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 ++ > >>

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread Steven Liu
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

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-13 Thread Steven Liu
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/

Re: [FFmpeg-devel] [PATCH] avcodec/vda: define av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL equ 0

2016-10-13 Thread Steven Liu
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

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH] lavc/mpeg12dec.c: Read cc words field-wise, limit to cc_count and support extra field.

2016-10-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH] libavf: Auto-detect mjpeg 2000 in mpeg-ts

2016-10-13 Thread Ståle Kristoffersen
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

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread 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 ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.or

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread Steven Liu
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

Re: [FFmpeg-devel] [PATCH] lavfi/pan: allow negative gain parameters also for other inputs than the first named

2016-10-13 Thread Nicolas George
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 --

Re: [FFmpeg-devel] [PATCH] add hds demuxer

2016-10-13 Thread 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 when it was first submitted: I am not really happy about the us