Re: [FFmpeg-devel] [PATCH 3/3] avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attribute

2017-12-26 Thread Steven Liu
2017-12-26 19:11 GMT+08:00 Karthick J : > From: Karthick Jeyapal > > This is required for AV playout from master.m3u8. > Otherwise master.m3u8 lists only video-only and/or audio-only streams. > --- > libavformat/dashenc.c | 24 ++-- > 1 file changed, 22 insertions(+), 2 deleti

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-use

2017-12-26 Thread Steven Liu
2017-12-27 6:22 GMT+08:00 Aman Gupta : > On Sat, Dec 16, 2017 at 11:03 AM Karthick J wrote: > >> From: Karthick Jeyapal >> >> --- >> libavformat/hlsenc.c | 12 +++- >> libavformat/internal.h | 8 >> libavformat/utils.c| 5 + >> 3 files changed, 16 insertions(+), 9 de

Re: [FFmpeg-devel] [PATCH] avformat/avio: check input URLContext value NULL

2017-12-26 Thread Jeyapal, Karthick
On 12/27/17, 11:55 AM, "Steven Liu" wrote: >2017-11-20 15:58 GMT+08:00 Steven Liu : >> fix ticket id: #6846 >> >> Signed-off-by: Steven Liu >> --- >> libavformat/avio.c | 10 ++ >> 1 file changed, 6 insertions(+), 4 deletions(-) >> >>[…] >> int ffurl_shutdown(URLContext *h, int flags

Re: [FFmpeg-devel] [PATCH] avformat/avio: check input URLContext value NULL

2017-12-26 Thread Steven Liu
2017-11-20 15:58 GMT+08:00 Steven Liu : > fix ticket id: #6846 > > Signed-off-by: Steven Liu > --- > libavformat/avio.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/libavformat/avio.c b/libavformat/avio.c > index 4dc468350c..63e82872f7 100644 > --- a/libavfo

Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-26 Thread 刘歧
> On 27 Dec 2017, at 11:43, Vishwanath Dixit wrote: > > > > On 12/26/17 4:29 PM, 刘歧 wrote: >> >>> On 26 Dec 2017, at 18:38, Vishwanath Dixit wrote: >>> >>> >>> >>> On 12/26/17 3:37 PM, 刘歧 wrote: > On 26 Dec 2017, at 17:53, vdi...@akamai.com wrote: > > From: Vishwanath Dixit

Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-26 Thread Vishwanath Dixit
On 12/26/17 4:29 PM, 刘歧 wrote: On 26 Dec 2017, at 18:38, Vishwanath Dixit wrote: On 12/26/17 3:37 PM, 刘歧 wrote: On 26 Dec 2017, at 17:53, vdi...@akamai.com wrote: From: Vishwanath Dixit --- doc/muxers.texi | 31 +-- libavformat/hlsenc.c | 153 +

Re: [FFmpeg-devel] [PATCH v2] frame: add an av_frame_new_side_data_from_buf function

2017-12-26 Thread Michael Niedermayer
On Tue, Oct 17, 2017 at 11:57:28PM +0100, Rostislav Pehlivanov wrote: > Signed-off-by: Rostislav Pehlivanov > --- > libavutil/frame.c | 38 -- > libavutil/frame.h | 13 + > 2 files changed, 33 insertions(+), 18 deletions(-) this seems not to build

Re: [FFmpeg-devel] [PATCH] Adding mkdir option for img2enc (2nd attempt)

2017-12-26 Thread Michael Niedermayer
On Tue, Dec 26, 2017 at 10:44:31PM +, Dr Alan Barclay wrote: > Hi All, > > Please would someone with an interest in img2enc take a look at my revised > patches for a minor feature addition and consider committing it to the main > line for me. > > Example: > ffmpeg -i ~/trailer.mp4 -strftime 1

[FFmpeg-devel] [RFC][PATCH] simple_idct: Template functions to support an input bitdepth parameter

2017-12-26 Thread Kieran Kunhya
For MPEG-4 Simple Studio Profile, I need to be able to support int32_t input coeffcients to the IDCT functions. I have attempted to implement this with the attached patch. Any comments would be appreciated, I'm pretty sure it is not optimal as-is. Regards, Kieran Kunhya 0001-simple_idct-Template

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/libx264: fix compilation with x264 builds >= 153

2017-12-26 Thread Michael Niedermayer
On Tue, Dec 26, 2017 at 07:43:27PM -0300, James Almer wrote: > On 12/26/2017 7:22 PM, Michael Niedermayer wrote: > > On Tue, Dec 26, 2017 at 02:58:19PM +, James Almer wrote: > >> ffmpeg | branch: master | James Almer | Mon Dec 25 > >> 19:41:09 2017 -0300| [2a111c99a60fdf4fe5eea2b073901630190c

Re: [FFmpeg-devel] [PATCH 2/6] mpeg: add experimental support for PSMF audio.

2017-12-26 Thread Michael Niedermayer
On Tue, Dec 26, 2017 at 10:20:23AM +0800, Misty De Meo wrote: > I originally left this patch alone since it was another person's > commit; I can squash the fixes for that into this commit if you > prefer, though. no commit in a patchset should knowingly introduce a bug. That would make git bisect

Re: [FFmpeg-devel] [PATCH 2/6] mpeg: add experimental support for PSMF audio.

2017-12-26 Thread Michael Niedermayer
On Tue, Dec 26, 2017 at 10:24:07AM +0800, Misty De Meo wrote: > On Tue, Dec 26, 2017 at 8:42 AM, Michael Niedermayer > wrote: > > returning errors from the parse function will cause assertion failure at: > > > > Assertion index > -0x2000 failed at libavcodec/parser.c:185 > > > > [...] > > Wha

Re: [FFmpeg-devel] [PATCH] avfilter: add deconvolve filter

2017-12-26 Thread Moritz Barsnick
On Mon, Dec 25, 2017 at 21:38:41 +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 22 +++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_convolve.c | 99 > ++-

[FFmpeg-devel] [PATCH] Adding mkdir option for img2enc (2nd attempt)

2017-12-26 Thread Dr Alan Barclay
Hi All, Please would someone with an interest in img2enc take a look at my revised patches for a minor feature addition and consider committing it to the main line for me. Example: ffmpeg -i ~/trailer.mp4 -strftime 1 -mkdir 1 %Y/%m/%d/out_%H-%M-%S.jpg Without the new mkdir option, this comma

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/libx264: fix compilation with x264 builds >= 153

2017-12-26 Thread James Almer
On 12/26/2017 7:22 PM, Michael Niedermayer wrote: > On Tue, Dec 26, 2017 at 02:58:19PM +, James Almer wrote: >> ffmpeg | branch: master | James Almer | Mon Dec 25 >> 19:41:09 2017 -0300| [2a111c99a60fdf4fe5eea2b073901630190c6c93] | committer: >> James Almer >> >> avcodec/libx264: fix compila

[FFmpeg-devel] [PATCH 2/3] avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()

2017-12-26 Thread Michael Niedermayer
Fixes: signed integer overflow: 2 * 1629495328 cannot be represented in type 'int' Fixes: 4716/clusterfuzz-testcase-minimized-5835915940331520 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/f

[FFmpeg-devel] [PATCH 3/3] avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w()

2017-12-26 Thread Michael Niedermayer
Fixes: left shift of negative value -1 Fixes: 4690/clusterfuzz-testcase-minimized-6117482428366848 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/hevcdsp_template.c | 4 ++-- 1 file changed, 2

[FFmpeg-devel] [PATCH 1/3] avcodec/flacdec: avoid undefined shift

2017-12-26 Thread Michael Niedermayer
Fixes: shift exponent 32 is too large for 32-bit type 'unsigned int' Fixes: 4688/clusterfuzz-testcase-minimized-6572210748653568 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/flacdec.c | 2 +-

Re: [FFmpeg-devel] [PATCH v2 1/2] avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-use

2017-12-26 Thread Aman Gupta
On Sat, Dec 16, 2017 at 11:03 AM Karthick J wrote: > From: Karthick Jeyapal > > --- > libavformat/hlsenc.c | 12 +++- > libavformat/internal.h | 8 > libavformat/utils.c| 5 + > 3 files changed, 16 insertions(+), 9 deletions(-) > > diff --git a/libavformat/hlsenc.c

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/libx264: fix compilation with x264 builds >= 153

2017-12-26 Thread Michael Niedermayer
On Tue, Dec 26, 2017 at 02:58:19PM +, James Almer wrote: > ffmpeg | branch: master | James Almer | Mon Dec 25 > 19:41:09 2017 -0300| [2a111c99a60fdf4fe5eea2b073901630190c6c93] | committer: > James Almer > > avcodec/libx264: fix compilation with x264 builds >= 153 > > x264 now supports mult

Re: [FFmpeg-devel] [PATCH 3/3] Don't complain about codec2's 700 bit/s modes in ffmpeg.c

2017-12-26 Thread Tomas Härdin
mån 2017-12-25 klockan 20:07 +0100 skrev Michael Niedermayer: > On Sat, Dec 23, 2017 at 11:15:56PM +0100, Tomas Härdin wrote: > > > >  ffmpeg.c |3 ++- > >  1 file changed, 2 insertions(+), 1 deletion(-) > > 68440596af0b5c26d6123f5ee964414ce9e2f48f  0003-Don-t-complain- > > about-codec2-s-700-b

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Fix for ticket 6658 (Dash demuxer segfault)

2017-12-26 Thread Tomas Härdin
tis 2017-12-26 klockan 01:12 + skrev Colin NG: > +static int resolve_content_path(AVFormatContext *s, const char *url, > xmlNodePtr *baseurl_nodes, int n_baseurl_nodes) { > + > +char *tmp_str = av_mallocz(MAX_URL_SIZE); > +char *path = av_mallocz(MAX_URL_SIZE); > +char *mpdName = N

Re: [FFmpeg-devel] [PATCH] avfilter: add deconvolve filter

2017-12-26 Thread Tomas Härdin
mån 2017-12-25 klockan 21:38 +0100 skrev Paul B Mahol: > > > -if (!(s->fft_hdata[i] = av_calloc(s->fft_len[i] + 1, s->fft_len[i] * > sizeof(FFTComplex > +if (!(s->fft_hdata[i] = av_calloc(s->fft_len[i], s->fft_len[i] * > sizeof(FFTComplex >  return AVERROR(ENO

Re: [FFmpeg-devel] [PATCH] avformat/hls: fix compiling error

2017-12-26 Thread Aman Gupta
On Mon, Dec 25, 2017 at 3:46 PM wm4 wrote: > On Mon, 25 Dec 2017 17:21:23 + > Aman Gupta wrote: > > > On Sun, Dec 24, 2017 at 7:48 PM Steven Liu wrote: > > > > > fix --disable-network compipling error > > > > > > Signed-off-by: Steven Liu > > > --- > > > libavformat/hls.c | 4 +++- > > >

Re: [FFmpeg-devel] [PATCH 2/6] mpeg: add experimental support for PSMF audio.

2017-12-26 Thread Misty De Meo
I originally left this patch alone since it was another person's commit; I can squash the fixes for that into this commit if you prefer, though. On Tue, Dec 26, 2017 at 8:39 AM, Michael Niedermayer wrote: > On Mon, Dec 25, 2017 at 10:28:30AM +0800, mi...@brew.sh wrote: >> From: Maxim Poliakovski

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Rostislav Pehlivanov
On 26 December 2017 at 16:57, Derek Buitenhuis wrote: > On 12/26/2017 4:52 PM, Rostislav Pehlivanov wrote: > > You didn't even bother to read the patch? Your objections have been > > addressed. > > Since your new objection is invalid, I still intent to push it. > > I said wording, which others ha

Re: [FFmpeg-devel] [PATCH] mpeg4videodec: Fix unused variable warning

2017-12-26 Thread Mark Thompson
On 23/12/17 23:57, Michael Niedermayer wrote: > On Thu, Dec 21, 2017 at 07:54:56PM +, Mark Thompson wrote: >> video_format is not used. >> --- >> Introduced by 4b2a186ef02c1fbe7f7cae30a2bdfff72bcc75f7: >> >> src/libavcodec/mpeg4videodec.c: In function ‘mpeg4_decode_visual_object’: >> src/libavc

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Derek Buitenhuis
On 12/26/2017 5:03 PM, Nicolas George wrote: > Derek Buitenhuis (2017-12-26): >> It would be nice if this community moved away from the "aggressive asshole" >> style of development, as seen here, but after so many years, that just >> seems impossible. Normal people get pushed away by aggressive ass

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Nicolas George
Derek Buitenhuis (2017-12-26): > It would be nice if this community moved away from the "aggressive asshole" > style of development, as seen here, but after so many years, that just > seems impossible. Normal people get pushed away by aggressive assholes. I agree on the idea. Maybe start by not ca

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Derek Buitenhuis
On 12/26/2017 4:52 PM, Rostislav Pehlivanov wrote: > You didn't even bother to read the patch? Your objections have been > addressed. > Since your new objection is invalid, I still intent to push it. I said wording, which others had issues with, and were *not* addressed until v2 of the patch yeste

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread James Almer
On 12/26/2017 1:52 PM, Rostislav Pehlivanov wrote: > On 26 December 2017 at 16:35, Derek Buitenhuis > wrote: > >> On 12/26/2017 4:10 PM, Nicolas George wrote: >>> I missed that. If the proposal was similar enough to what was sent >>> yesterday, then my objection does not stand, of course, sorry.

Re: [FFmpeg-devel] [PATCH 6/9] sbc: add raw muxer for SBC

2017-12-26 Thread Aurelien Jacobs
On Mon, Dec 25, 2017 at 12:43:18PM +, Rostislav Pehlivanov wrote: > On 23 December 2017 at 18:01, Aurelien Jacobs wrote: > > > --- > > doc/general.texi | 2 +- > > libavformat/Makefile | 2 ++ > > libavformat/allformats.c | 4 ++-- > > libavformat/rawenc.c | 28

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Rostislav Pehlivanov
On 26 December 2017 at 16:35, Derek Buitenhuis wrote: > On 12/26/2017 4:10 PM, Nicolas George wrote: > > I missed that. If the proposal was similar enough to what was sent > > yesterday, then my objection does not stand, of course, sorry. > > The version on the ML then was different, and it never

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Derek Buitenhuis
On 12/26/2017 4:10 PM, Nicolas George wrote: > I missed that. If the proposal was similar enough to what was sent > yesterday, then my objection does not stand, of course, sorry. The version on the ML then was different, and it never reached consensus at all on wording. I object for the reasons st

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Derek Buitenhuis
On 12/26/2017 3:54 PM, Rostislav Pehlivanov wrote: > This has been on the ML for over a month. No one disagreed then. No one was > on vacation then. I agree with Nicholas, sending a new, different version of a patch, *on Christmas Day*, and pushing on Boxing Day if nobody has objections, is not O

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Nicolas George
Rostislav Pehlivanov (2017-12-26): > This has been on the ML for over a month. No one disagreed then. No one was > on vacation then. I missed that. If the proposal was similar enough to what was sent yesterday, then my objection does not stand, of course, sorry. Regards, -- Nicolas George s

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0()

2017-12-26 Thread Michael Niedermayer
On Fri, Dec 22, 2017 at 03:52:41AM +0100, Michael Niedermayer wrote: > Fixes: runtime error: signed integer overflow: 2147483646 + 33554433 cannot > be represented in type 'int' > Fixes: 4563/clusterfuzz-testcase-minimized-5438979567517696 > > Found-by: continuous fuzzing process > https://githu

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Rostislav Pehlivanov
On 26 December 2017 at 15:47, Nicolas George wrote: > Rostislav Pehlivanov (2017-12-26): > > I'll push this tonight if there are no more objections. > > Way too soon. For a patch that sensitive, leaving a week for people to > voice their concerns and raise objections that you may not have thought

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Nicolas George
Rostislav Pehlivanov (2017-12-26): > I'll push this tonight if there are no more objections. Way too soon. For a patch that sensitive, leaving a week for people to voice their concerns and raise objections that you may not have thought of seems like a reasonable minimum. Plus we are on vacation pe

Re: [FFmpeg-devel] [PATCH v2] frame: add an av_frame_new_side_data_from_buf function

2017-12-26 Thread Rostislav Pehlivanov
On 17 October 2017 at 23:57, Rostislav Pehlivanov wrote: > Signed-off-by: Rostislav Pehlivanov > --- > libavutil/frame.c | 38 -- > libavutil/frame.h | 13 + > 2 files changed, 33 insertions(+), 18 deletions(-) > > I'll push this tonight if there

Re: [FFmpeg-devel] [PATCH] lavr: deprecate the entire library

2017-12-26 Thread Rostislav Pehlivanov
On 25 December 2017 at 17:53, Rostislav Pehlivanov wrote: > Deprecate the entire library. Merged years ago to provide compatibility > with Libav, it remained unmaintained by the FFmpeg project and duplicated > functionality provided by libswresample. > > In order to improve consistency and reduce

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/libx264: fix compilation with x264 builds >= 153

2017-12-26 Thread Ricardo Constantino
On 26 December 2017 at 00:44, James Almer wrote: > x264 now supports multibitdepth builds, with a slightly changed API to > request bitdepth during initialization. > > Signed-off-by: James Almer > --- > libx264 can still be compiled with only 8 or 10 bit format support even > after the multibitd

Re: [FFmpeg-devel] [PATCH 6/6] psmf: add FATE tests

2017-12-26 Thread Michael Niedermayer
On Mon, Dec 25, 2017 at 11:32:50PM +, Rostislav Pehlivanov wrote: > On 25 December 2017 at 23:27, Michael Niedermayer > wrote: > > > On Mon, Dec 25, 2017 at 10:28:34AM +0800, mi...@brew.sh wrote: > > > From: Misty De Meo > > > > > > --- > > > tests/Makefile | 1 + > > > tests/fate/psm

[FFmpeg-devel] [PATCH v3 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-26 Thread vdixit
From: Vishwanath Dixit --- doc/muxers.texi | 31 +-- libavformat/hlsenc.c | 153 ++- 2 files changed, 126 insertions(+), 58 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 93db549..6af970d 100644 --- a/doc/muxers.te

[FFmpeg-devel] [PATCH v3 3/3] avformat/hlsenc: creation of variant streams in subdirectories

2017-12-26 Thread vdixit
From: Vishwanath Dixit --- doc/muxers.texi | 33 - libavformat/hlsenc.c | 68 +--- 2 files changed, 92 insertions(+), 9 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 6af970d..2951262 100644 --- a/do

[FFmpeg-devel] [PATCH v3 1/3] avformat/hlsenc: revamped master playlist url creation logic

2017-12-26 Thread vdixit
From: Vishwanath Dixit --- libavformat/hlsenc.c | 34 ++ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 74f66ce..bd43336 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -1697,28 +16

[FFmpeg-devel] [PATCH 3/3] avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attribute

2017-12-26 Thread Karthick J
From: Karthick Jeyapal This is required for AV playout from master.m3u8. Otherwise master.m3u8 lists only video-only and/or audio-only streams. --- libavformat/dashenc.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/libavformat/dashenc.c b/libavfor

[FFmpeg-devel] [PATCH 1/3] avformat/hlsenc: Modularized audio rendition playlist write to allow reuse

2017-12-26 Thread Karthick J
From: Karthick Jeyapal --- libavformat/hlsenc.c | 6 ++ libavformat/hlsplaylist.c | 9 + libavformat/hlsplaylist.h | 1 + 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 74f66ce..fe531fb 100644 --- a/libavformat/h

[FFmpeg-devel] [PATCH 2/3] avformat/hlsplaylist: Audio rendition's name and defaultness made configurable

2017-12-26 Thread Karthick J
From: Karthick Jeyapal --- libavformat/hlsenc.c | 2 +- libavformat/hlsplaylist.c | 5 +++-- libavformat/hlsplaylist.h | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index fe531fb..5cff3b4 100644 --- a/libavformat/hlsenc.c

Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-26 Thread 刘歧
> On 26 Dec 2017, at 18:38, Vishwanath Dixit wrote: > > > > On 12/26/17 3:37 PM, 刘歧 wrote: >>> On 26 Dec 2017, at 17:53, vdi...@akamai.com wrote: >>> >>> From: Vishwanath Dixit >>> >>> --- >>> doc/muxers.texi | 31 +-- >>> libavformat/hlsenc.c | 153 >>> ++

Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-26 Thread Vishwanath Dixit
On 12/26/17 3:37 PM, 刘歧 wrote: On 26 Dec 2017, at 17:53, vdi...@akamai.com wrote: From: Vishwanath Dixit --- doc/muxers.texi | 31 +-- libavformat/hlsenc.c | 153 ++- 2 files changed, 127 insertions(+), 57 deletions(-) diff --git a

Re: [FFmpeg-devel] [PATCH v2 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-26 Thread 刘歧
> On 26 Dec 2017, at 17:53, vdi...@akamai.com wrote: > > From: Vishwanath Dixit > > --- > doc/muxers.texi | 31 +-- > libavformat/hlsenc.c | 153 ++- > 2 files changed, 127 insertions(+), 57 deletions(-) > > diff --git a/doc/muxers.te

[FFmpeg-devel] [PATCH v2 3/3] avformat/hlsenc: creation of variant streams in subdirectories

2017-12-26 Thread vdixit
From: Vishwanath Dixit --- doc/muxers.texi | 33 - libavformat/hlsenc.c | 68 +--- 2 files changed, 92 insertions(+), 9 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 6af970d..2951262 100644 --- a/do

[FFmpeg-devel] [PATCH v2 2/3] avformat/hlsenc: configurable variant stream index position in filenames

2017-12-26 Thread vdixit
From: Vishwanath Dixit --- doc/muxers.texi | 31 +-- libavformat/hlsenc.c | 153 ++- 2 files changed, 127 insertions(+), 57 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 93db549..6af970d 100644 --- a/doc/muxers.te

[FFmpeg-devel] [PATCH v2 1/3] avformat/hlsenc: revamped master playlist url creation logic

2017-12-26 Thread vdixit
From: Vishwanath Dixit --- libavformat/hlsenc.c | 34 ++ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 74f66ce..bd43336 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -1697,28 +16

[FFmpeg-devel] [PATCH 3/5] Fix detecting ATRAC3 audio from MPS files

2017-12-26 Thread misty
From: Misty De Meo MPS files are MPEG files used on PSP Video discs. They lack the PSMF header used by .pms files, and so the special casing in the original patch fails to support their audio. This patch fixes this by unconditionally reading a new byte for the startcode for PRIVATE_STREAM_1 secti

[FFmpeg-devel] [PATCH 5/5] psmf: add FATE tests

2017-12-26 Thread misty
From: Misty De Meo --- tests/Makefile | 1 + tests/fate/psmf.mak | 23 +++ 2 files changed, 24 insertions(+) create mode 100644 tests/fate/psmf.mak diff --git a/tests/Makefile b/tests/Makefile index fd3713fe81..c569091fcb 100644 --- a/tests/Makefile +++ b/tests/Makefi

[FFmpeg-devel] [PATCH 2/5] mpeg: add experimental support for PSMF audio.

2017-12-26 Thread misty
From: Maxim Poliakovski Changes by Misty De Meo : atrac3plus_parser: remove return statements for invalid data atrac3plus_parser: use libavcodec's oma Signed-off-by: Misty De Meo --- libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/atrac3plus_parser.

[FFmpeg-devel] [PATCH 1/5] oma: move some constants into libavcodec

2017-12-26 Thread misty
From: Misty De Meo Most of the constants in libavcodec/oma aren't specific to libavformat; moving them into libavcodec makes them available to libavcodec as well as keeping them compatible with libavformat. ff_oma_codec_tags uses a libavformat-specific type, so it has been left in libavformat. -

[FFmpeg-devel] [PATCH 4/5] mpeg: fix use of deprecated struct

2017-12-26 Thread misty
From: Misty De Meo --- libavformat/mpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index a366ece0ed..210424faf3 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -547,8 +547,8 @@ redo: len--; for (

[FFmpeg-devel] [PATCH 0/5] mpeg: add experimental support for PSMF audio.

2017-12-26 Thread misty
From: Misty De Meo I checked in with IRC and got some suggestions on the best way to handle both of these. I've updated the patchset with the changes you requested. The media files referenced by the tests are here: https://public.drac.at/6.MPS http://samples.ffmpeg.org/PSMF/EV01_01_0500D.PMF