On 02/22/2016 06:24 AM, Mats Peterson wrote:
Slightly more compact code in the palette writing loop.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Another one coming.
--
Mats Peterson
http:/
Slightly more compact code in the palette writing loop.
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From d8b42fb13a69efa5270f2af6472d92a6b320b9ee Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Mon, 22 Feb 2016 06:22:54 +0100
Subject: [PATCH v8] lavf/movenc: Add palette to video sample
On Mon, Feb 22, 2016 at 04:31:56AM +0100, Michael Niedermayer wrote:
> Hi all
>
> we are still missing 3 backup mentors for the 10 "mentored" projects
> listed at https://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2016
> I know its no problem to find qualified developers for it but google is
> r
On 02/21/2016 12:30 PM, Mats Peterson wrote:
Use AVPALETTE_COUNT instead of AVPALETTE_SIZE / 4 in movenc.h.
New version coming.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Hi all
we are still missing 3 backup mentors for the 10 "mentored" projects
listed at https://trac.ffmpeg.org/wiki/SponsoringPrograms/GSoC/2016
I know its no problem to find qualified developers for it but google is
reviewing ideas pages currently so we need these spots filled ASAP
as it could ver
On Sun, Feb 21, 2016 at 10:56:47PM +0100, Paul B Mahol wrote:
> Hi,
[..]
> +static float spectral_chromaticity[81][3] = {
static const
[...]
> +static struct ColorSystem CustomSystem = {
> +"Custom",
> +0.64, 0.33, 0.30, 0.60, 0.15, 0.06,
> +D65, GAMMA_REC709
> +};
unused
[.
On 2/21/16, Piotr Bandurski wrote:
> Hi,
>
>> Locally fixed. If no furhter comments will push soon. With delta
>> compression using PutByte API.
>
> Ok, if this is fixed then let's move to ANIM-7.
What software correctly plays BoingThrows? It is 74/J compression.
_
On Sun, Feb 14, 2016 at 03:01:55AM +0100, Marton Balint wrote:
>
> On Sat, 6 Feb 2016, Marton Balint wrote:
>
> >Every date parsing routine now uses av_parse_time which handles 'now' and
> >provides greater precision as well. This change also enables the segmenter
> >muxer to set the proper 'now'
On Sun, Feb 21, 2016 at 06:51:54AM +0100, Mats Peterson wrote:
>
> --
> Mats Peterson
> http://matsp888.no-ip.org/~mats/
> rawdec.c | 11 ++-
> 1 file changed, 6 insertions(+), 5 deletions(-)
> 04f30c26217a89f53a117c72d917ffaa3e560d3f
> 0001-lavc-rawdec-Align-AV_PIX_FMT_RGB24-correc
On Sun, Feb 21, 2016 at 10:42:32PM +, Josh de Kock wrote:
> ---
> configure | 9 +++--
> libavdevice/jack.c | 10 ++
> 2 files changed, 17 insertions(+), 2 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Th
---
configure | 9 +++--
libavdevice/jack.c | 10 ++
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index a78e228..6b3ee5f 100755
--- a/configure
+++ b/configure
@@ -1732,6 +1732,7 @@ BUILTIN_LIST="
mm_empty
rdtsc
sarestar
On Sun, 14 Feb 2016, Marton Balint wrote:
On Sat, 6 Feb 2016, Marton Balint wrote:
Every date parsing routine now uses av_parse_time which handles 'now' and
provides greater precision as well. This change also enables the segmenter
muxer to set the proper 'now' creation time at the beginning of
On Sun, 14 Feb 2016, Marton Balint wrote:
Improves streaming compatibility with Windows Media Services. Also tested for
compatilbility in Windows Media Player, Windows Media ASF Viewer and VLC.
This version of the patch only writes exclusion among audio streams, therefore
choosing a subtitle l
Hi,
patch attached.
There is bug in format negotiation, xyz12 format is preferred over
others when using yuv inputs.
The hacky xyz12 swscale output sucks.
From d2712eec65842b3423cb4eff012d718d8c5c714f Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Mon, 1 Feb 2016 21:05:16 +0100
Subject: [PAT
On Sun, Feb 21, 2016 at 06:53:40PM +0100, Zalewa PL wrote:
> >On Sun, Feb 21, 2016 at 05:17:48PM +0100, Zalewa PL wrote:
> >>>Hi,
> >>>
> >>>this patch fixes a problem with parsing ffserver.conf file.
> >>>
> >>>If you had two streams, one with only the NoVideo flag and the other one
> >>>with only
Hi,
I recently discovered a proprietary software violating multiple licenses of
several open source projects, including Mplayer, FFmpeg and XviD.
The program is SmartCutter by Fame Ring: http://www.fame-ring
.com/smart_cutter.html
If you download their "portable version" and grep on the binary,
On Sat, Feb 20, 2016 at 05:01:03PM +1100, Matt Oliver wrote:
> On 19 February 2016 at 09:20, Gerion Entrup
> wrote:
>
> > On Donnerstag, 18. Februar 2016 21:02:09 CET wm4 wrote:
> > > On Thu, 18 Feb 2016 20:41:29 +0100
> > >
> > > Gerion Entrup wrote:
> > > > On Donnerstag, 18. Februar 2016 20:1
On Mon, Feb 15, 2016 at 04:29:03AM +0100, Michael Niedermayer wrote:
> On Sun, Feb 14, 2016 at 10:22:30PM -0500, Alexander Agranovsky wrote:
> > Thanks - any problems with 2/3? Or is it still pending?
>
> i saw a case where it caused much more data to be read in probing
> i didnt had time to look
On Sat, Feb 13, 2016 at 11:48:08PM -0500, Alexander Agranovsky wrote:
>
> mpjpegdec.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> b5637e2534b25112c2b239177112c3c77898e776
> 0002-lavf-mpjpeg-probe-should-not-depend-on-Content-Lengt.patch
> From 83c0b5f7a64e4c47801ee2f94635eea5e
On Sun, Feb 21, 2016 at 05:17:48PM +0100, Zalewa PL wrote:
Hi,
this patch fixes a problem with parsing ffserver.conf file.
If you had two streams, one with only the NoVideo flag and the other one
with only the NoAudio flag then the second stream would get both flags.
Best regards.
Hi, is the
On Sun, Feb 21, 2016 at 06:29:42PM +0100, Michael Niedermayer wrote:
> On Sun, Feb 21, 2016 at 01:08:27PM +0100, Clément Bœsch wrote:
> > [PATCH 1/6] Kill timed SSA
> >
> > This one is an old patch, which kills the usage of the old and unused
> > AV_CODEC_ID_SSA
> >
> > [PATCH 2/6] lavc: allow su
On Sun, Feb 21, 2016 at 05:17:48PM +0100, Zalewa PL wrote:
> >Hi,
> >
> >this patch fixes a problem with parsing ffserver.conf file.
> >
> >If you had two streams, one with only the NoVideo flag and the other one
> >with only the NoAudio flag then the second stream would get both flags.
> >
> >Best
On Sun, Feb 21, 2016 at 01:08:29PM +0100, Clément Bœsch wrote:
[...]
> diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h
> index aa8bfac..b493dd1 100644
> --- a/libavcodec/options_table.h
> +++ b/libavcodec/options_table.h
> @@ -519,6 +519,9 @@ static const AVOption avcodec_optio
On 2/21/2016 8:44 AM, Michael Niedermayer wrote:
> On Sat, Feb 20, 2016 at 09:54:52PM -0300, James Almer wrote:
>> Signed-off-by: James Almer
>> ---
>> libavcodec/webp.c | 9 -
>> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> LGTM
>
> thx
Pushed.
On Sun, Feb 21, 2016 at 01:08:27PM +0100, Clément Bœsch wrote:
> [PATCH 1/6] Kill timed SSA
>
> This one is an old patch, which kills the usage of the old and unused
> AV_CODEC_ID_SSA
>
> [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing
>
> The big commit. Text based decoder
On Sun, 21 Feb 2016 13:08:27 +0100
Clément Bœsch wrote:
> [PATCH 1/6] Kill timed SSA
>
> This one is an old patch, which kills the usage of the old and unused
> AV_CODEC_ID_SSA
>
> [PATCH 2/6] lavc: allow subtitle text format to be ASS without timing
>
> The big commit. Text based decoders do
Hi,
this patch fixes a problem with parsing ffserver.conf file.
If you had two streams, one with only the NoVideo flag and the other one
with only the NoAudio flag then the second stream would get both flags.
Best regards.
Hi, is there something wrong with my submission? It has now been a wee
Paul B Mahol gmail.com> writes:
> Locally fixed. If no furhter comments will push soon.
Please mention ticket #664 in the commit message.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Mon, Jan 11, 2016 at 03:58:18AM -0600, Rodger Combs wrote:
> ---
> libavcodec/srtdec.c | 4 +++
> tests/ref/fate/sub-textenc | 66
> ++--
> tests/ref/fate/sub-webvttenc | 66
> ++--
> 3 files changed,
---
ffmpeg.c | 2 ++
tests/ref/fate/sub-charenc | 2 +-
tests/ref/fate/sub-textenc | 66 ++--
tests/ref/fate/sub-webvttenc | 66 ++--
4 files changed, 69 insertions(+), 67 deletions(-)
diff -
---
libavcodec/assenc.c| 2 ++
libavcodec/avcodec.h | 2 ++
libavcodec/movtextenc.c| 7 ++-
libavcodec/options_table.h | 6 ++
libavcodec/srtenc.c| 7 ++-
libavcodec/utils.c | 4
libavcodec/version.h | 3 +++
libavcodec/webvttenc.c | 7 +
---
libavcodec/ass.c | 3 ++-
libavcodec/avcodec.h | 4
libavcodec/ccaption_dec.c| 3 ++-
libavcodec/libzvbi-teletextdec.c | 3 ++-
libavcodec/movtextdec.c | 3 ++-
libavcodec/options_table.h | 1 +
libavcodec/samidec.c | 3 ++-
l
---
libavfilter/vf_subtitles.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/libavfilter/vf_subtitles.c b/libavfilter/vf_subtitles.c
index 63b22c3..9e55002 100644
--- a/libavfilter/vf_subtitles.c
+++ b/libavfilter/vf_subtitles.c
@@ -393,6 +393,8 @@ static av_cold in
---
libavcodec/ass.c | 96 +++-
libavcodec/ass.h | 56 ++---
libavcodec/ass_split.c | 49 ++
libavcodec/ass_split.h | 15 ++
libavcodec/assdec.c
---
libavcodec/Makefile | 4 ++--
libavcodec/assdec.c | 60 +++-
libavcodec/assenc.c | 14 ++--
libavformat/assenc.c | 14
libavformat/nut.c| 1 -
5 files changed, 24 insertions(+), 69 deletions(-)
diff --git a/libavcod
[PATCH 1/6] Kill timed SSA
This one is an old patch, which kills the usage of the old and unused
AV_CODEC_ID_SSA
[PATCH 2/6] lavc: allow subtitle text format to be ASS without timing
The big commit. Text based decoders do not have to rescale and insert the
timing in the ASS text anymore. A compa
On Sat, Feb 20, 2016 at 09:33:49AM +0200, Oliver Collyer wrote:
> Hi all
>
> My first patch/appearance in these parts so please go easy on me if I’ve done
> anything wrong!
>
> I discovered that ffserver streaming was broken (it seems like it has been
> since 20th November) and I opened a ticke
Hi,
> Locally fixed. If no furhter comments will push soon. With delta
> compression using PutByte API.
Ok, if this is fixed then let's move to ANIM-7.
Regards
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo
On Sat, Feb 20, 2016 at 09:54:52PM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> libavcodec/webp.c | 9 -
> 1 file changed, 4 insertions(+), 5 deletions(-)
LGTM
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The misfortune of the
Use AVPALETTE_COUNT instead of AVPALETTE_SIZE / 4 in movenc.h.
>From 90c9bd35cb4de39360c580a5c93b24c5900b916b Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Sun, 21 Feb 2016 12:28:34 +0100
Subject: [PATCH v7] lavf/movenc: Add palette to video sample description
---
libavformat/movenc.c |
Moved the new stuff in MOVMuxContext in movenc.h to the bottom of the
structure.
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From c42d9c22a3b3ecd962c756d256c11fcde82a970a Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Sun, 21 Feb 2016 11:27:34 +0100
Subject: [PATCH v6] lavf/movenc: A
On 2/20/16, Piotr Bandurski wrote:
> Hi,
>
>> 2nd version attached.
>
> These files fails to decode:
>
> http://www.datafilehost.com/d/d5a2d63f
>
> Regards
>
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo
42 matches
Mail list logo