Based on the draft spec at
https://git.xiph.org/?p=flac.git;a=blob;f=doc/isoflac.txt
'-strict -2' is required to create files in this format.
Signed-off-by: Matthew Gregan
---
libavformat/isom.c | 2 ++
libavformat/movenc.c | 43 +--
2 files changed,
Based on the draft spec at
https://git.xiph.org/?p=flac.git;a=blob;f=doc/isoflac.txt
Signed-off-by: Matthew Gregan
---
libavformat/mov.c | 41 +
1 file changed, 41 insertions(+)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 357d800..fc36b0e 10
On 31 October 2016 at 05:30, James Almer wrote:
> On 10/30/2016 8:31 AM, Matt Oliver wrote:
> > From 1dc1f59158cfb12d9160ee47342f5742d67ad864 Mon Sep 17 00:00:00 2001
> > From: Matt Oliver
> > Date: Sun, 30 Oct 2016 15:13:47 +1100
> > Subject: [PATCH] avformat/avisynth.c: Use new safe dlopen cod
Thanks for the comments and corrections. Fixed the typos and pushed as:
commit f06598a8e1fcccef8c38a657162db309773d1515
Author: Reynaldo H. Verdejo Pinochet
Date: Sun Oct 30 01:37:26 2016 -0700
news: add final report for summer of code 2016
Bests,
--
Reynaldo H. Verdejo Pinochet
Open S
On Sun, Oct 30, 2016 at 01:57:58AM -0700, reyna...@osg.samsung.com wrote:
> From: "Reynaldo H. Verdejo Pinochet"
>
> Signed-off-by: Reynaldo H. Verdejo Pinochet
> ---
> src/index | 34 ++
> 1 file changed, 34 insertions(+)
except the typos pointed out by others,
On 10/30/2016 8:23 PM, Lukasz Marek wrote:
> On 27.10.2016 20:26, Michael Niedermayer wrote:
>> On Thu, Oct 27, 2016 at 11:03:07AM -0700, Reynaldo H. Verdejo Pinochet wrote:
>> I agree with moving the apps to a seperate repo hosted within
>> the same infra and keeping ffserver.
>> I will help with
On 27.10.2016 20:26, Michael Niedermayer wrote:
On Thu, Oct 27, 2016 at 11:03:07AM -0700, Reynaldo H. Verdejo Pinochet wrote:
I agree with moving the apps to a seperate repo hosted within
the same infra and keeping ffserver.
I will help with ffserver as my time & todo list permits
I don't follo
On 30.10.2016 22:16, Paul B Mahol wrote:
> On 10/30/16, Andreas Cadhalpun wrote:
>> This fixes out-of-bounds reads.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavcodec/interplayacm.c | 12
>> 1 file changed, 12 insertions(+)
>>
>> diff --git a/libavcodec/interplayacm.c b/lib
On 30.10.2016 22:15, Paul B Mahol wrote:
> On 10/30/16, Andreas Cadhalpun wrote:
>> The number of channels is used as divisor in decode_frame, so it must
>> not be zero to avoid SIGFPE crashes.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavcodec/interplayacm.c | 5 +
>> 1 file change
On 30.10.2016 22:18, Paul B Mahol wrote:
> On 10/30/16, Andreas Cadhalpun wrote:
>> This fixes out-of-bounds reads by the bitstream reader.
>>
>> Signed-off-by: Andreas Cadhalpun
>> ---
>> libavcodec/interplayacm.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libav
On 10/30/16, Andreas Cadhalpun wrote:
> This fixes out-of-bounds reads by the bitstream reader.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavcodec/interplayacm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/interplayacm.c b/libavcodec/interplayacm.c
>
On 10/30/16, Andreas Cadhalpun wrote:
> This fixes out-of-bounds reads.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavcodec/interplayacm.c | 12
> 1 file changed, 12 insertions(+)
>
> diff --git a/libavcodec/interplayacm.c b/libavcodec/interplayacm.c
> index 0fd3501..0486e00 100
On 10/30/16, Andreas Cadhalpun wrote:
> The number of channels is used as divisor in decode_frame, so it must
> not be zero to avoid SIGFPE crashes.
>
> Signed-off-by: Andreas Cadhalpun
> ---
> libavcodec/interplayacm.c | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/libavcodec/int
On 10/30/16, DeHackEd wrote:
> On 10/30/2016 12:09 PM, Paul B Mahol wrote:
>> On 10/30/16, DeHackEd wrote:
>>> Enables specifying how many threads are available to each filtergraph.
>>> ---
>>> v2->v3:
>>> - Typos in docs fixed
>>>
>>> v1->v2:
>>> - Reworded documentation
>>> - Removed hunk from
The number of channels is used as divisor in decode_frame, so it must
not be zero to avoid SIGFPE crashes.
Signed-off-by: Andreas Cadhalpun
---
libavcodec/interplayacm.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/interplayacm.c b/libavcodec/interplayacm.c
index f4a3446..
This fixes out-of-bounds reads by the bitstream reader.
Signed-off-by: Andreas Cadhalpun
---
libavcodec/interplayacm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/interplayacm.c b/libavcodec/interplayacm.c
index 0486e00..f4a3446 100644
--- a/libavcodec/interpla
This fixes out-of-bounds reads.
Signed-off-by: Andreas Cadhalpun
---
libavcodec/interplayacm.c | 12
1 file changed, 12 insertions(+)
diff --git a/libavcodec/interplayacm.c b/libavcodec/interplayacm.c
index 0fd3501..0486e00 100644
--- a/libavcodec/interplayacm.c
+++ b/libavcodec/in
This fixes a heap buffer overflow.
Signed-off-by: Andreas Cadhalpun
---
libavformat/mov.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 357d800..95b546e 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -3028,7 +3028,7 @@
Hi Kieran,
On Sun, Oct 30, 2016 at 10:06 AM, Kieran O Leary
wrote:
> Hi,
>
> On Sun, Oct 30, 2016 at 7:07 AM, Vittorio Giovara <
> vittorio.giov...@gmail.com> wrote:
>
> > Signed-off-by: Vittorio Giovara
> > ---
> > I couldn't find any reference to the name of the whitepoint used for 431,
> > s
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
---
Changes since the last version:
- fixed out of tree build (previous version refered to SRC_PATH instead of
TARGET_PATH,
thanks to M
On 10/17/2016 01:13 PM, sebechlebsky...@gmail.com wrote:
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
Thanks for noticing, I've fixed the patch
(also some minor formatting issues I've noticed).
doc/muxers.texi | 20 +
libavformat/tee.c | 87
On 10/30/2016 12:09 PM, Paul B Mahol wrote:
> On 10/30/16, DeHackEd wrote:
>> Enables specifying how many threads are available to each filtergraph.
>> ---
>> v2->v3:
>> - Typos in docs fixed
>>
>> v1->v2:
>> - Reworded documentation
>> - Removed hunk from ffmpeg_filter.c not directly applicable t
On 10/30/2016 8:31 AM, Matt Oliver wrote:
> From 1dc1f59158cfb12d9160ee47342f5742d67ad864 Mon Sep 17 00:00:00 2001
> From: Matt Oliver
> Date: Sun, 30 Oct 2016 15:13:47 +1100
> Subject: [PATCH] avformat/avisynth.c: Use new safe dlopen code.
>
> ---
> configure | 5 ++---
> libavfor
On Sun, Oct 30, 2016 at 10:31:16PM +1100, Matt Oliver wrote:
> On 30 October 2016 at 20:21, Hendrik Leppkes wrote:
>
> > On Sun, Oct 30, 2016 at 5:13 AM, Matt Oliver wrote:
> > > On 30 October 2016 at 03:41, Stephen Hutchinson
> > wrote:
> > >
> > >> On 10/29/2016 11:22 AM, Michael Niedermayer
On 10/30/16, Carl Eugen Hoyos wrote:
>
>
>> Am 30.10.2016 um 00:55 schrieb Paul B Mahol :
>>
>>> On 10/30/16, Carl Eugen Hoyos wrote:
>>> Hi!
>>>
>>> Attached patch fixes ticket #5916 for (for example) yuv444p9le.
>>
>> Same as for another mergeplanes patch from you, please explain why
>> this is
On 10/30/16, DeHackEd wrote:
> Enables specifying how many threads are available to each filtergraph.
> ---
> v2->v3:
> - Typos in docs fixed
>
> v1->v2:
> - Reworded documentation
> - Removed hunk from ffmpeg_filter.c not directly applicable to patch
>
> doc/ffmpeg.texi | 10 ++
> ffmpeg
On Sun, Oct 30, 2016 at 12:04:14PM +0100, Timo Rothenpieler wrote:
> > has the issue been fixed for all branches an cases or is something
> > missing that needs this ?
> > (if so this needs a null pointer check i think)
>
> This was fixed in a diffrent way in 6d9a46e884d090a68069112a3b0436aa8b5639
2016-10-24 16:27 GMT+08:00 Steven Liu :
>
>
> 2016-10-24 15:22 GMT+08:00 wm4 :
>
>> On Sat, 15 Oct 2016 15:52:48 +0200
>> Nicolas George wrote:
>>
>> > Le tridi 23 vendémiaire, an CCXXV, wm4 a écrit :
>> > > XML is very complex
>> >
>> > This is the usual, and often only, argument raised in t
On Sun, Oct 30, 2016 at 01:57:58 -0700, reyna...@osg.samsung.com wrote:
> +Without further ado, here's the silver-lining for each one of the
> projects we sought to complete during this Summer of Code season:
> +
> + FFv1 (Mentor: Michael Nierdermayer)
^ Niede
Hi,
On Sun, Oct 30, 2016 at 7:07 AM, Vittorio Giovara <
vittorio.giov...@gmail.com> wrote:
> Signed-off-by: Vittorio Giovara
> ---
> I couldn't find any reference to the name of the whitepoint used for 431,
> so I came up with DCI, since it looks like it is only used there.
> Please CC.
>
Could
> Am 30.10.2016 um 00:55 schrieb Paul B Mahol :
>
>> On 10/30/16, Carl Eugen Hoyos wrote:
>> Hi!
>>
>> Attached patch fixes ticket #5916 for (for example) yuv444p9le.
>
> Same as for another mergeplanes patch from you, please explain why
> this is correct.
I think that for little endian yuv
> Am 30.10.2016 um 00:53 schrieb Paul B Mahol :
>
>> On 10/30/16, Carl Eugen Hoyos wrote:
>> Hi!
>>
>> Attached patch fixes the command line provided in ticket #5916.
>
> Can you explain why this patch is correct way to fix bug?
I don't know if the patch is correct (that's one of the reasons
Hi,
On Sun, Oct 30, 2016 at 3:07 AM, Vittorio Giovara <
vittorio.giov...@gmail.com> wrote:
> Signed-off-by: Vittorio Giovara
> ---
> This is a little hackish, not sure how to represent the matrix otherwise.
Haha :) I have to admit I hadn't put much thought into YCgCo yet. It's a
little hacky b
Enables specifying how many threads are available to each filtergraph.
---
v2->v3:
- Typos in docs fixed
v1->v2:
- Reworded documentation
- Removed hunk from ffmpeg_filter.c not directly applicable to patch
doc/ffmpeg.texi | 10 ++
ffmpeg.h| 3 +++
ffmpeg_filter.c | 7 +++
On 29/10/16 22:57, Michael Niedermayer wrote:
> On Sat, Oct 29, 2016 at 09:53:30AM +0100, Mark Thompson wrote:
>> The use of TLSv1_*_method() disallows newer protocol versions; instead
>> use SSLv23_*_method() and then explicitly disable the deprecated
>> protocol versions which should not be suppo
Hi,
On Sun, Oct 30, 2016 at 3:07 AM, Vittorio Giovara <
vittorio.giov...@gmail.com> wrote:
> Signed-off-by: Vittorio Giovara
> ---
> I couldn't find any reference to the name of the whitepoint used for 431,
> so I came up with DCI, since it looks like it is only used there.
> Please CC.
> Vittor
Hi,
On Sun, Oct 30, 2016 at 3:07 AM, Vittorio Giovara <
vittorio.giov...@gmail.com> wrote:
> Signed-off-by: Vittorio Giovara
> ---
> As described in http://www.color.org/chardata/rgb/xvycc.xalter
> Please CC.
> Vittorio
>
> libavfilter/vf_colorspace.c | 3 +++
> 1 file changed, 3 insertions(+)
On 10/30/16, reyna...@osg.samsung.com wrote:
> From: "Reynaldo H. Verdejo Pinochet"
>
> Signed-off-by: Reynaldo H. Verdejo Pinochet
> ---
> src/index | 34 ++
> 1 file changed, 34 insertions(+)
>
No more comments from me.
On 30 October 2016 at 20:21, Hendrik Leppkes wrote:
> On Sun, Oct 30, 2016 at 5:13 AM, Matt Oliver wrote:
> > On 30 October 2016 at 03:41, Stephen Hutchinson
> wrote:
> >
> >> On 10/29/2016 11:22 AM, Michael Niedermayer wrote:
> >>
> >>> On Sat, Oct 29, 2016 at 06:35:19PM +1100, Matt Oliver wro
> has the issue been fixed for all branches an cases or is something
> missing that needs this ?
> (if so this needs a null pointer check i think)
This was fixed in a diffrent way in 6d9a46e884d090a68069112a3b0436aa8b563967
It forces the h264 decoder to be used, so the assumption it is in use is
On Sun, Oct 30, 2016 at 5:13 AM, Matt Oliver wrote:
> On 30 October 2016 at 03:41, Stephen Hutchinson wrote:
>
>> On 10/29/2016 11:22 AM, Michael Niedermayer wrote:
>>
>>> On Sat, Oct 29, 2016 at 06:35:19PM +1100, Matt Oliver wrote:
>>>
configure |5 +
libavformat/
From: "Reynaldo H. Verdejo Pinochet"
Signed-off-by: Reynaldo H. Verdejo Pinochet
---
src/index | 34 ++
1 file changed, 34 insertions(+)
diff --git a/src/index b/src/index
index edc1243..eb3a929 100644
--- a/src/index
+++ b/src/index
@@ -37,6 +37,40 @@
News
On 10/30/16, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes ticket #5916 for (for example) yuv444p9le.
>
> Please comment, Carl Eugen
Same as for another mergeplanes patch from you, please explain why
this is correct. Are patches dependend on each other?
__
On 10/30/16, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes the command line provided in ticket #5916.
>
> Please comment, Carl Eugen
Can you explain why this patch is correct way to fix bug?
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
Signed-off-by: Vittorio Giovara
---
This is a little hackish, not sure how to represent the matrix otherwise.
Please CC.
Vittorio
libavfilter/vf_colorspace.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/libavfilter/vf_colorspace.c b/libavfilter/vf_colorspace.c
index d26f6
Signed-off-by: Vittorio Giovara
---
I couldn't find any reference to the name of the whitepoint used for 431,
so I came up with DCI, since it looks like it is only used there.
Please CC.
Vittorio
libavfilter/vf_colorspace.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/libavfilter/vf
Signed-off-by: Vittorio Giovara
---
As described in http://www.color.org/chardata/rgb/xvycc.xalter
Please CC.
Vittorio
libavfilter/vf_colorspace.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavfilter/vf_colorspace.c b/libavfilter/vf_colorspace.c
index 930aa95..d26f658 100644
--- a/
47 matches
Mail list logo