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
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
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
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
> 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
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 +
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
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
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
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
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
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
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
> ++-
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
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
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
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
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 +-
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
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
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
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
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
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 +++-
> > >
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
>>> ++
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
> 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
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
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
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
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
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
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.
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.
-
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 (
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
61 matches
Mail list logo