[FFmpeg-devel] [PATCH 3/4] lavf/mp3enc: write encoder delay/padding upon closing

2016-09-28 Thread Jon Toohill
trailing_padding is not known before encoding. --- libavformat/mp3enc.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/libavformat/mp3enc.c b/libavformat/mp3enc.c index de63401..37608f1 100644 --- a/libavformat/mp3enc.c +++ b/libavformat/mp3enc.c @@

[FFmpeg-devel] [PATCH 0/4] Handle trailing_padding in MP3 Info tag

2016-09-28 Thread Jon Toohill
Trimming trailing_padding samples from the end of the track is not yet implemented. Jon Toohill (4): ffmpeg: re-copy codec parameters after encoding lavc/libmp3lame: set trailing_padding after flushing encoder lavf/mp3enc: write encoder delay/padding upon closing lavf/mp3dec: read encoder

[FFmpeg-devel] [PATCH 1/4] ffmpeg: re-copy codec parameters after encoding

2016-09-28 Thread Jon Toohill
This preserves changes to fields of AVCodecParameters that get updated during encoding, such as trailing_padding (which may not be known until encoding is complete). --- ffmpeg.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/ffmpeg.c b/ffmpeg.c index d0f247e..0cdc762 100644

[FFmpeg-devel] [PATCH 2/4] lavc/libmp3lame: set trailing_padding after flushing encoder

2016-09-28 Thread Jon Toohill
--- libavcodec/libmp3lame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c index 5642264..1566921 100644 --- a/libavcodec/libmp3lame.c +++ b/libavcodec/libmp3lame.c @@ -218,6 +218,7 @@ static int mp3lame_encode_frame(AVCodecContext *avctx,

[FFmpeg-devel] [PATCH 1/4] ffmpeg: re-copy codec contexts after encoding

2016-09-28 Thread Jon Toohill
This preserves changes to fields of AVCodecContext that get updated during encoding, such as trailing_padding (which may not be known until encoding is complete). --- ffmpeg.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/ffmpeg.c b/ffmpeg.c index df55a49..1e973f5 100644

Re: [FFmpeg-devel] [PATCH 0/4] Handle trailing_padding in MP3 Info tag

2016-09-28 Thread Jon Toohill
Oops, forgot to send this in reply to the previous thread. Should I re-send? http://ffmpeg.org/pipermail/ffmpeg-devel/2016-September/200092.html On Wed, Sep 28, 2016 at 11:28 AM, Jon Toohill wrote: > Trimming trailing_padding samples from the end of the track is not yet >

[FFmpeg-devel] [PATCH 4/4] lavf/mp3dec: read encoder delay/padding from Info tag

2016-09-28 Thread Jon Toohill
--- libavformat/mp3dec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 56c7f8c..9cc85a3 100644 --- a/libavformat/mp3dec.c +++ b/libavformat/mp3dec.c @@ -239,6 +239,8 @@ static void mp3_parse_info_tag(AVFormatContext *s, AVStream *st,

Re: [FFmpeg-devel] [PATCH 2/4] lavc/libmp3lame: set trailing_padding after flushing encoder

2016-09-28 Thread Jon Toohill
On Tue, Sep 27, 2016 at 1:04 AM, Carl Eugen Hoyos wrote: > 2016-09-26 19:13 GMT+02:00 Jon Toohill >: > > > +avctx->trailing_padding = FFMAX(lame_get_encoder_padding(s->gfp) > - 528 - 1, 0); > > Can you confirm that this function

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: don't call open_file when seek position within a file

2016-09-28 Thread Nicolas George
Le duodi 2 vendémiaire, an CCXXV, raymondzheng1...@gmail.com a écrit : > Thanks for your suggest, I have modified patch. see below. > --- > libavformat/concatdec.c | 24 +--- > 1 file changed, 17 insertions(+), 7 deletions(-) > > diff --git a/libavformat/concatdec.c

[FFmpeg-devel] [PATCH 2/2] avformat/tee: Add FATE tests for tee

2016-09-28 Thread sebechlebskyjan
From: Jan Sebechlebsky This commit also adds new diff option for fate tests allowing do compare multiple tuples of files. Signed-off-by: Jan Sebechlebsky --- tests/Makefile| 1 + tests/fate-run.sh

Re: [FFmpeg-devel] [PATCH] avformat/framehash: print channel layout as a string instead of a hex value

2016-09-28 Thread Michael Niedermayer
On Wed, Sep 28, 2016 at 08:18:20PM -0300, James Almer wrote: > On 9/28/2016 8:09 PM, James Almer wrote: > > On 9/28/2016 7:35 PM, Michael Niedermayer wrote: > >> On Wed, Sep 28, 2016 at 07:23:37PM -0300, James Almer wrote: > >>> Numerical values for channel layout can be confusing and unintuitive,

Re: [FFmpeg-devel] [PATCH 1/4] ffmpeg: re-copy codec parameters after encoding

2016-09-28 Thread Michael Niedermayer
On Wed, Sep 28, 2016 at 11:29:00AM -0700, Jon Toohill wrote: > This preserves changes to fields of AVCodecParameters that > get updated during encoding, such as trailing_padding > (which may not be known until encoding is complete). > --- > ffmpeg.c | 15 +++ > 1 file changed, 15

Re: [FFmpeg-devel] [PATCH 1/2 v2] movenc: use similar logic to DASH when writing bit rate to ISML

2016-09-28 Thread Carl Eugen Hoyos
2016-09-28 1:14 GMT+02:00 Jan Ekström : > This way, in case of bit rate not being set, max_bitrate will be > used instead. Makes sense to me but I'd prefer if somebody else (looks again and) applies. Thank you, Carl Eguen ___

Re: [FFmpeg-devel] [PATCH]lavc/8bps: Fix 32bit output of 24bit video

2016-09-28 Thread Carl Eugen Hoyos
2016-09-25 14:31 GMT+02:00 Carl Eugen Hoyos : > Hi! > > Attached patch fixes a long-time regression. Patch applied. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] doc/codecs.texi: fix and expand color related options doxigen

2016-09-28 Thread Michael Niedermayer
On Wed, Sep 28, 2016 at 05:15:43PM -0300, James Almer wrote: > Found-by: Michael Niedermayer > Signed-off-by: James Almer > --- > doc/codecs.texi | 73 > + > 1 file changed, 63 insertions(+), 10

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-09-28 Thread Chao Liu
On Sat, Sep 24, 2016 at 6:18 AM, wm4 wrote: > On Sat, 24 Sep 2016 02:34:56 +0200 > Michael Niedermayer wrote: > > > On Mon, Aug 15, 2016 at 04:22:33PM +0800, Jun Zhao wrote: > > > add libyami decoder/encoder/vpp in ffmpeg, about build step, > > >

Re: [FFmpeg-devel] [PATCH] doc/codecs.texi: fix and expand color related options doxigen

2016-09-28 Thread Moritz Barsnick
> Subject: [FFmpeg-devel] [PATCH] doc/codecs.texi: fix and expand color related > options doxigen This isn't doxygen (which you didn't spell correctly ;-)), but texinfo. You can just drop the last word. Moritz ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH 1/2 v2] movenc: use similar logic to DASH when writing bit rate to ISML

2016-09-28 Thread Michael Niedermayer
On Wed, Sep 28, 2016 at 05:55:02PM +0200, Carl Eugen Hoyos wrote: > 2016-09-28 1:14 GMT+02:00 Jan Ekström : > > This way, in case of bit rate not being set, max_bitrate will be > > used instead. > > Makes sense to me but I'd prefer if somebody else (looks > again and) applies.

Re: [FFmpeg-devel] [PATCH 1/2] compat/avisynth: minor update for alpha offsets

2016-09-28 Thread Michael Niedermayer
On Tue, Sep 27, 2016 at 10:07:20PM -0400, Stephen Hutchinson wrote: > On 9/27/2016 4:11 PM, Michael Niedermayer wrote: > >can you update the status for the patch(es) on > >https://patchwork.ffmpeg.org/project/ffmpeg/list/?submitter=49 > >? > > > >so developers know what needs a review, needs to be

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-09-28 Thread wm4
On Wed, 28 Sep 2016 14:57:50 -0700 Chao Liu wrote: > On Wed, Sep 28, 2016 at 2:45 PM, wm4 wrote: > > > On Wed, 28 Sep 2016 12:18:38 -0700 > > Chao Liu wrote: > > > > > On Sat, Sep 24, 2016 at 6:18 AM, wm4

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-09-28 Thread wm4
On Wed, 28 Sep 2016 12:18:38 -0700 Chao Liu wrote: > On Sat, Sep 24, 2016 at 6:18 AM, wm4 wrote: > > > On Sat, 24 Sep 2016 02:34:56 +0200 > > Michael Niedermayer wrote: > > > > > On Mon, Aug 15, 2016 at 04:22:33PM +0800, Jun

[FFmpeg-devel] [PATCH] avformat/framehash: print channel layout as a string instead of a hex value

2016-09-28 Thread James Almer
Numerical values for channel layout can be confusing and unintuitive, especially when no channel count is printed. Signed-off-by: James Almer --- libavformat/framehash.c | 5 - tests/ref/fate/8bps | 2 +-

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-09-28 Thread Chao Liu
On Wed, Sep 28, 2016 at 3:23 PM, Mark Thompson wrote: > On 28/09/16 22:57, Chao Liu wrote: > > BTW, is there any plan to support VP8 with vaapi hwaccel? > > No plan; already done: a9fb134730da1f9642eb5a2baa50943b8a4aa245>. > Cool.

Re: [FFmpeg-devel] [PATCH] avformat/framehash: print channel layout as a string instead of a hex value

2016-09-28 Thread Michael Niedermayer
On Wed, Sep 28, 2016 at 07:23:37PM -0300, James Almer wrote: > Numerical values for channel layout can be confusing and unintuitive, > especially > when no channel count is printed. doesnt this break the format in libavformat/hashenc.c for format_version=2 ? [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-09-28 Thread Chao Liu
On Wed, Sep 28, 2016 at 2:45 PM, wm4 wrote: > On Wed, 28 Sep 2016 12:18:38 -0700 > Chao Liu wrote: > > > On Sat, Sep 24, 2016 at 6:18 AM, wm4 wrote: > > > > > On Sat, 24 Sep 2016 02:34:56 +0200 > > > Michael Niedermayer

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-09-28 Thread Mark Thompson
On 28/09/16 22:57, Chao Liu wrote: > BTW, is there any plan to support VP8 with vaapi hwaccel? No plan; already done: . (Depends on the changed decode infrastructure though, so it won't cherry-pick easily.)

Re: [FFmpeg-devel] [FFmpeg-cvslog] Merge commit 'a8164323374e86ce5f93759230868c98356833a2'

2016-09-28 Thread Michael Niedermayer
On Wed, Sep 28, 2016 at 06:15:03PM +0200, James Almer wrote: > ffmpeg | branch: master | James Almer | Wed Sep 28 > 13:12:18 2016 -0300| [6e76c9c45018b9cea383ff1c3f17d08792623509] | committer: > James Almer > > Merge commit 'a8164323374e86ce5f93759230868c98356833a2' > > *

[FFmpeg-devel] [PATCH] doc/codecs.texi: fix and expand color related options doxigen

2016-09-28 Thread James Almer
Found-by: Michael Niedermayer Signed-off-by: James Almer --- doc/codecs.texi | 73 + 1 file changed, 63 insertions(+), 10 deletions(-) diff --git a/doc/codecs.texi b/doc/codecs.texi index

Re: [FFmpeg-devel] [PATCH] doc/codecs.texi: fix and expand color related options doxigen

2016-09-28 Thread James Almer
On 9/28/2016 5:23 PM, Moritz Barsnick wrote: >> Subject: [FFmpeg-devel] [PATCH] doc/codecs.texi: fix and expand color >> related options doxigen > > This isn't doxygen (which you didn't spell correctly ;-)), but > texinfo. You can just drop the last word. > > Moritz Oops. Fixed locally, thanks

Re: [FFmpeg-devel] [PATCH 1/4] ffmpeg: re-copy codec contexts after encoding

2016-09-28 Thread Jon Toohill
This was sent in error, please disregard. Jon Toohill | Google Play Music | jtooh...@google.com | (650) 215-0770 On Wed, Sep 28, 2016 at 11:28 AM, Jon Toohill wrote: > This preserves changes to fields of AVCodecContext that get > updated during encoding, such as

[FFmpeg-devel] [PATCH] avfilter/vf_colorspace: fix range for output colorspace option

2016-09-28 Thread James Almer
Signed-off-by: James Almer --- libavfilter/vf_colorspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_colorspace.c b/libavfilter/vf_colorspace.c index c74fe00..5b060f9 100644 --- a/libavfilter/vf_colorspace.c +++

Re: [FFmpeg-devel] [PATCH] avfilter/vf_colorspace: fix range for output colorspace option

2016-09-28 Thread James Almer
On 9/28/2016 5:26 PM, James Almer wrote: > Signed-off-by: James Almer > --- > libavfilter/vf_colorspace.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/vf_colorspace.c b/libavfilter/vf_colorspace.c > index c74fe00..5b060f9 100644 > ---

Re: [FFmpeg-devel] [PATCH 2/3] doc/muxers: fix error for hlsenc exmpales

2016-09-28 Thread Lou Logan
On Wed, 28 Sep 2016 18:15:37 +0800, Steven Liu wrote: > From c919c381aa1a580a71f23923a567dff1c873cfd5 Mon Sep 17 00:00:00 2001 > From: Steven Liu > Date: Wed, 28 Sep 2016 18:12:38 +0800 > Subject: [PATCH] doc/muxers: fix hlsenc options examples error > > Signed-off-by:

Re: [FFmpeg-devel] [PATCH 2/2] movenc: Add support for writing language codes into ISML manifests

2016-09-28 Thread Josh de Kock
On 26/09/2016 23:10, Jan Ekström wrote: Streaming servers appear to ignore all other language metadata. Signed-off-by: Jan Ekström --- libavformat/movenc.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index

Re: [FFmpeg-devel] [PATCH] avformat/framehash: print channel layout as a string instead of a hex value

2016-09-28 Thread James Almer
On 9/28/2016 8:26 PM, Michael Niedermayer wrote: > On Wed, Sep 28, 2016 at 08:18:20PM -0300, James Almer wrote: >> On 9/28/2016 8:09 PM, James Almer wrote: >>> On 9/28/2016 7:35 PM, Michael Niedermayer wrote: On Wed, Sep 28, 2016 at 07:23:37PM -0300, James Almer wrote: > Numerical values

Re: [FFmpeg-devel] [PATCH 1/3] lavc/utils.c: Subtract skip_samples when frame is DISCARDed.

2016-09-28 Thread Michael Niedermayer
On Mon, Sep 26, 2016 at 06:41:01PM -0700, Sasi Inguva wrote: > Signed-off-by: Sasi Inguva > --- > libavcodec/utils.c | 16 +++- > libavcodec/version.h | 2 +- > 2 files changed, 8 insertions(+), 10 deletions(-) applied thx [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH 2/3] lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an edit list.

2016-09-28 Thread Michael Niedermayer
On Tue, Sep 27, 2016 at 04:12:22PM -0700, Sasi Inguva wrote: > Corrected indentation. Don't know why the patch would not apply. I am > attaching it as a file, if it helps. applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The worst form of

Re: [FFmpeg-devel] [PATCH] hwcontext: add a QSV implementation

2016-09-28 Thread James Almer
On 9/19/2016 7:00 AM, Ivan Uskov wrote: > This should be a good step to make qsv branches of ffmpeg and libav > closer. > LGTM. This has now been merged. Could i ask you or Nablet to look at commits a0524d9b1e1bb0012207584f067096df7792df6c and ad9c9440d592e4d53d6bec9961b4b22e25387d70 from libav

Re: [FFmpeg-devel] [PATCH] avformat/framehash: print channel layout as a string instead of a hex value

2016-09-28 Thread James Almer
On 9/28/2016 7:35 PM, Michael Niedermayer wrote: > On Wed, Sep 28, 2016 at 07:23:37PM -0300, James Almer wrote: >> Numerical values for channel layout can be confusing and unintuitive, >> especially >> when no channel count is printed. > > doesnt this break the format in libavformat/hashenc.c >

[FFmpeg-devel] [PATCH 2/2] doc/muxers: add flvenc living_stream flag doc

2016-09-28 Thread Steven Liu
0002-doc-muxers-add-flvenc-living_stream-flag-doc.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 1/2] avformat/flvenc: add flv living stream flag

2016-09-28 Thread Steven Liu
0001-avformat-flvenc-add-flv-living-stream-flag.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] flv format support mp3 audio with 48khz

2016-09-28 Thread wm4
On Wed, 28 Sep 2016 07:47:47 -0700 fuqiuping wrote: > --- > libavformat/flvenc.c |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c > index 99903f5..296426a 100644 > --- a/libavformat/flvenc.c

Re: [FFmpeg-devel] [PATCH]lavf/mpegtsenc: Set min PID for data pkt to 0x0010

2016-09-28 Thread Carl Eugen Hoyos
2016-09-27 9:15 GMT+02:00 Carl Eugen Hoyos : > 2016-09-27 5:42 GMT+02:00 Andrey Turkin : >> Nevermind, I didn't though this through. Default value is high enough to >> comply with all standards. > > I'll apply the patch if there are no objections.

Re: [FFmpeg-devel] order T-shirts

2016-09-28 Thread John Warburton
On Sun, Sep 4, 2016 at 10:34 PM, Thomas Volkert wrote: > Hi, > > Some guys at the VDD asked for FFmpeg T-shirts. > I'd like to do a new T-shirt order. The shirts could be given to > multimedia devs who stop at one of our next booths. > > ​I'd *buy* one. XL. Wear it at the lectures

Re: [FFmpeg-devel] [PATCH] libavcodec/qdm2.c: fix warning due to misleading indentation

2016-09-28 Thread Josh de Kock
On 27/09/2016 23:11, Josh de Kock wrote: On 27/09/2016 20:47, Adriano Pallavicino wrote: Sure Adriano This patch looks good to me, just going to give it a little time for others to comment. Thanks, applied. -- Josh ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH 2/3] doc/muxers: fix error for hlsenc exmpales

2016-09-28 Thread Steven Liu
change from "in.nut" to "-i in.nut" what about: The examples of hlsenc is error, for example: ffmpeg in.nut -use_localtime 1 -hls_segment_filename 'file-%Y%m%d-%s.ts' out.m3u8 this example missing input parameter -i, so this patch add the -i into the example 2016-09-28 17:44 GMT+08:00 Moritz

Re: [FFmpeg-devel] [PATCH 2/3] doc/muxers: fix error for hlsenc exmpales

2016-09-28 Thread Moritz Barsnick
On Wed, Sep 28, 2016 at 17:56:27 +0800, Steven Liu wrote: > change from "in.nut" to "-i in.nut" > > what about: > > The examples of hlsenc is error, for example: > ffmpeg in.nut -use_localtime 1 -hls_segment_filename 'file-%Y%m%d-%s.ts' > out.m3u8 > this example missing input parameter -i, so

Re: [FFmpeg-devel] [PATCH 2/3] doc/muxers: fix error for hlsenc exmpales

2016-09-28 Thread Steven Liu
2016-09-28 18:03 GMT+08:00 Moritz Barsnick : > On Wed, Sep 28, 2016 at 17:56:27 +0800, Steven Liu wrote: > > change from "in.nut" to "-i in.nut" > > > > what about: > > > > The examples of hlsenc is error, for example: > > ffmpeg in.nut -use_localtime 1 -hls_segment_filename

Re: [FFmpeg-devel] [PATCH 3/4] V11 - SCTE-35 support in hlsenc

2016-09-28 Thread Steven Liu
2016-09-28 4:38 GMT+08:00 Carlos Fernandez Sanz : > From: Carlos Fernandez > > Signed-off-by: Carlos Fernandez > --- > libavformat/Makefile | 2 +- > libavformat/hlsenc.c | 108 +-- > libavformat/scte_35.c |

Re: [FFmpeg-devel] [PATCH 2/3] doc/muxers: fix error for hlsenc exmpales

2016-09-28 Thread Moritz Barsnick
On Wed, Sep 28, 2016 at 16:25:30 +0800, Steven Liu wrote: > > > Subject: [PATCH 2/3] doc/muxers: fix error for hlsenc exmpales > > > > not a english word You didn't fix this in your commit message!? Moritz

Re: [FFmpeg-devel] order T-shirts

2016-09-28 Thread Carlos Fernandez Sanz
On Tue, Sep 27, 2016 at 8:21 PM, Steven Liu wrote: >> > Hi guys, > what about the next step :-D Probably a good idea would be to have some ready for Google's Summer of Code summit... I know I'd love to get one there. ___

Re: [FFmpeg-devel] [PATCH 2/3] doc/muxers: fix error for hlsenc exmpales

2016-09-28 Thread Steven Liu
2016-09-27 9:05 GMT+08:00 Michael Niedermayer : > On Mon, Sep 26, 2016 at 04:04:55PM +0800, Steven Liu wrote: > > > > > muxers.texi |6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > 44f5601d940ca8826a22c66cdbbb640b1ee247c5

Re: [FFmpeg-devel] imagepipe filter (was [PATCH] avfilter: add dynoverlay filter.)

2016-09-28 Thread Paul B Mahol
On 9/28/16, Priebe, Jason wrote: > On 9/23/16, Paul B Mahol wrote: > >> On 9/27/16, Priebe, Jason wrote: >> > On 9/23/16, Paul B Mahol wrote: >> > >> > - it uses a slightly inelegant technique to read the

Re: [FFmpeg-devel] imagepipe filter (was [PATCH] avfilter: add dynoverlay filter.)

2016-09-28 Thread Priebe, Jason
On 9/23/16, Paul B Mahol wrote: > On 9/27/16, Priebe, Jason wrote: > > On 9/23/16, Paul B Mahol wrote: > > > > - it uses a slightly inelegant technique to read the images; it writes > > the image data to a temp file so it can call

Re: [FFmpeg-devel] FFmpeg 3.2

2016-09-28 Thread Timo Rothenpieler
Am 27.09.2016 um 15:30 schrieb Michael Niedermayer: > Hi all > > Its long since FFmpeg 3.1, so its time to make 3.2 > ill branch release/3.2 off master and make 3.2 in maybe about a week or > 2 unless something delays it Should ffserver be deprecated for 3.2, or will it be resurrected now? I'm

[FFmpeg-devel] [PATCH 1/2] pass TLS args for RTSPS

2016-09-28 Thread jayridge
From: Jay Ridgeway rename URISTR to NONNULLSTR --- libavformat/rtsp.c| 19 --- libavformat/rtsp.h| 8 libavformat/tls_gnutls.c | 7 +++ libavformat/tls_openssl.c | 7 +++

Re: [FFmpeg-devel] [PATCH 1/3] avformat/hlsenc: support mkdir_p for use_localtime_mkdir

2016-09-28 Thread Steven Liu
2016-09-27 21:56 GMT+08:00 Steven Liu : > > > 2016-09-27 6:50 GMT+08:00 Michael Niedermayer : > >> On Mon, Sep 26, 2016 at 04:04:32PM +0800, Steven Liu wrote: >> > >> >> > hlsenc.c | 31 ++- >> > 1 file changed, 30

Re: [FFmpeg-devel] [PATCH 1/3] avformat/hlsenc: support mkdir_p for use_localtime_mkdir

2016-09-28 Thread Steven Liu
Tested-by: Zuo Genyu <1515161...@qq.com> (Windows) 2016-09-28 16:13 GMT+08:00 Steven Liu : > > > 2016-09-27 21:56 GMT+08:00 Steven Liu : > >> >> >> 2016-09-27 6:50 GMT+08:00 Michael Niedermayer : >> >>> On Mon, Sep 26,

[FFmpeg-devel] 答复: [PATCH] flv format support mp3 audio with 48khz

2016-09-28 Thread 付 秋平
I have already tried the "mp3_audio_48khz" flv live stream and rtmp live stream in the adobe flash player. It supports the format and works well. 发件人: ffmpeg-devel 代表 Yusuke Nakamura 发送时间:

[FFmpeg-devel] 答复: [PATCH] flv format support mp3 audio with 48khz

2016-09-28 Thread 付 秋平
Sorry, this is a mistake. I will change it and resubmit the patch. 发件人: ffmpeg-devel 代表 Michael Niedermayer 发送时间: 2016年9月27日 19:57 收件人: FFmpeg development discussions and patches 主题: Re: [FFmpeg-devel]

Re: [FFmpeg-devel] imagepipe filter (was [PATCH] avfilter: add dynoverlay filter.)

2016-09-28 Thread Moritz Barsnick
On Wed, Sep 28, 2016 at 12:40:24 +, Priebe, Jason wrote: > Like I said, I don't see any way to decode an in-memory encoded > image (PNG, JPG, etc.) with the existing function calls. I only > see ff_load_image(), which takes a filename. The image2pipe demuxer already handles a "stream" of

Re: [FFmpeg-devel] FFmpeg 3.2

2016-09-28 Thread Carl Eugen Hoyos
2016-09-27 15:30 GMT+02:00 Michael Niedermayer : > Its long since FFmpeg 3.1, so its time to make 3.2 The configure option --enable-incompatible-libav-abi was intentionally broken some time ago, if it cannot get removed it should at least be removed from the help output.

Re: [FFmpeg-devel] imagepipe filter (was [PATCH] avfilter: add dynoverlay filter.)

2016-09-28 Thread Priebe, Jason
On 9/23/16, Paul B Mahol wrote: > On 9/28/16, Priebe, Jason wrote: > > > If there's a better way to decode these still images without using > > an intermediate temp file, please point me to it, and I'll make the > > change. > > Using avformat/avcodec

[FFmpeg-devel] [PATCH] flv format support mp3 audio with 48khz

2016-09-28 Thread fuqiuping
--- libavformat/flvenc.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index 99903f5..296426a 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @@ -107,6 +107,13 @@ static int get_audio_flags(AVFormatContext

[FFmpeg-devel] [PATCH 1/2] avformat/tee: Copy interrupt callback and flags to slave

2016-09-28 Thread sebechlebskyjan
From: Jan Sebechlebsky Copy interrupt callback to slave format context to allow user to interrupt IO. Copy format flags as well. Signed-off-by: Jan Sebechlebsky --- libavformat/tee.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [FFmpeg-devel] [PATCH 1/5] lavc : yami : add libyami decoder/encoder

2016-09-28 Thread Mark Thompson
On 28/09/16 23:30, Chao Liu wrote: > On Wed, Sep 28, 2016 at 3:23 PM, Mark Thompson wrote: > >> On 28/09/16 22:57, Chao Liu wrote: >>> BTW, is there any plan to support VP8 with vaapi hwaccel? >> >> No plan; already done: >

Re: [FFmpeg-devel] [PATCH] avformat/framehash: print channel layout as a string instead of a hex value

2016-09-28 Thread James Almer
On 9/28/2016 8:09 PM, James Almer wrote: > On 9/28/2016 7:35 PM, Michael Niedermayer wrote: >> On Wed, Sep 28, 2016 at 07:23:37PM -0300, James Almer wrote: >>> Numerical values for channel layout can be confusing and unintuitive, >>> especially >>> when no channel count is printed. >> >> doesnt

Re: [FFmpeg-devel] [PATCH] ffmpeg_vaapi: fix choice of decoder_format

2016-09-28 Thread Michael Niedermayer
On Tue, Sep 27, 2016 at 11:25:49PM +0100, Mark Thompson wrote: > On 27/09/16 14:23, Moritz Barsnick wrote: > > The check could previously never evaluate to true, probably due to > > a typo. > > > > Reported-By: Mihai Chindea > > Signed-off-by: Moritz Barsnick

[FFmpeg-devel] [PATCH] avformat/framehash: also print channel layout as a string

2016-09-28 Thread James Almer
This should be more useful for users since numerical values for channel layout can be confusing and unintuitive. Signed-off-by: James Almer --- libavformat/framehash.c | 3 +++ tests/ref/fate/8bps | 1 +