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:10:47 CET wm4 wrote:
> > > > On Thu, 18 Feb 2016 18:27:45 +0100
> > > >
> > >
On Sat, Feb 20, 2016 at 02:11:50AM +0100, Marton Balint wrote:
> Signed-off-by: Marton Balint
> ---
> libavformat/mov.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
LGTM
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When you are offende
On Fri, Feb 19, 2016 at 11:55:11PM -0300, James Almer wrote:
> On 2/19/2016 11:47 PM, Michael Niedermayer wrote:
> > On Fri, Feb 19, 2016 at 06:17:37PM -0800, Timothy Gu wrote:
> >> Hi all,
> >>
> >> For better security for the FATE server, I have just disabled the SSH keys
> >> corresponding to th
On 2/19/2016 11:47 PM, Michael Niedermayer wrote:
> On Fri, Feb 19, 2016 at 06:17:37PM -0800, Timothy Gu wrote:
>> Hi all,
>>
>> For better security for the FATE server, I have just disabled the SSH keys
>> corresponding to the following owners:
>>
>> - ab (only slot is "ab_haiku_fate;" has not bee
On Fri, Feb 19, 2016 at 06:17:37PM -0800, Timothy Gu wrote:
> Hi all,
>
> For better security for the FATE server, I have just disabled the SSH keys
> corresponding to the following owners:
>
> - ab (only slot is "ab_haiku_fate;" has not been active for 9 months)
> - amalia (only slot is "x86_64-
On Sat, Feb 20, 2016 at 12:02:15AM +0100, Mats Peterson wrote:
>
> --
> Mats Peterson
> http://matsp888.no-ip.org/~mats/
> riffenc.c | 23 +++
> 1 file changed, 19 insertions(+), 4 deletions(-)
> 63ec167e5794087397c65d3a5002e6bbd7a32caf
> 0001-lavf-riffenc-Write-space-fo
Hi all,
For better security for the FATE server, I have just disabled the SSH keys
corresponding to the following owners:
- ab (only slot is "ab_haiku_fate;" has not been active for 9 months)
- amalia (only slot is "x86_64-Fedora_20-gcc-4.8.3" with one run; has not been
active for more than 1 y
On Tue, Feb 16, 2016 at 01:42:50AM -0800, Mark Harris wrote:
> >> Header: OK, 2 frames
> >> Frame 0: Unknown (offset points beyond end of probe buffer)
> >> Frame 1: Invalid
> >> Previously this example had a score of 25, even though the score would
> >> be 1 if the unknown frame was k
On Mon, Feb 15, 2016 at 11:52:13PM -0800, Mark Harris wrote:
> Avoid invalid memory read/crash when frame offset >= 0xfff8.
> Base64-encoded example: AAABADAwMDAwMAAAMAAwMDAw/P///w==
> (The previous commit verifies that p->buf_size >= 22.)
> ---
> libavformat/icodec.c | 2 +-
> 1 file changed,
This also fixes reading gapless metadata when the entries do not start with the
mean atom. Such samples can be found here:
https://hydrogenaud.io/index.php/topic,93310.0.html
Signed-off-by: Marton Balint
---
libavformat/mov.c | 50 --
1 file change
Signed-off-by: Marton Balint
---
libavformat/mov.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 7d9a3f3..4150987 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -3177,6 +3177,7 @@ static int mov_read_custom(MOVCont
On Fri, Feb 19, 2016 at 04:28:44PM -0500, Ronald S. Bultje wrote:
> Hi,
>
> On Fri, Feb 19, 2016 at 3:48 PM, Michael Niedermayer > wrote:
>
> > On Fri, Feb 19, 2016 at 02:43:48PM -0500, Ronald S. Bultje wrote:
> > > Fixes ticket 4313.
> > > ---
> > > ffmpeg.c| 3 +
> >
Your favourite, Michael. I think the time might be ripe for this one
now. There is still QuickTime left to fix, but that's another story...
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From c2a8f5bcfbec4d6f2248cc324dee08732b28f341 Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Fri, 19
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From 9448c215acf99f2f304bcaf2afe21bfd950caa6b Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Fri, 19 Feb 2016 23:57:16 +0100
Subject: [PATCH v2 3/4] tests/ref/vsynth: Update 1 bpp files for pal8
---
tests/ref/vsynth/vsynth1-bpp1 |8
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From ace9b5d852e1da540927498989220c7b1e9e1c2b Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Fri, 19 Feb 2016 23:56:11 +0100
Subject: [PATCH v2 2/4] lavf/avienc: Write palette after BITMAPINFOHEADER in strf chunk
---
libavformat/avienc.c |
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From 41964552559234f19917a6ea40e71f0753a20ede Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Fri, 19 Feb 2016 23:55:25 +0100
Subject: [PATCH v2 1/4] lavf/riffenc: Write space for palette
---
libavformat/riffenc.c | 23 +++
On Fri, Feb 19, 2016 at 12:17 PM, Carl Eugen Hoyos wrote:
> Could you comment on ticket #3271 (is alpha possible in
> vp9?) and #4105?
I added some notes.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-de
On 02/19/2016 10:23 PM, James Almer wrote:
On 2/19/2016 6:09 PM, Mats Peterson wrote:
Just got this FATE error, Michael. Why? My changes can't possibly affect this
part, can they?
--- ./tests/ref/fate/dnxhr-parse2016-02-19 17:36:39.051308004 +0100
+++ tests/data/fate/dnxhr-parse2016-02
On 02/19/2016 11:14 PM, Mark Reid wrote:
On Feb 19, 2016 1:23 PM, "James Almer" wrote:
On 2/19/2016 6:09 PM, Mats Peterson wrote:
Just got this FATE error, Michael. Why? My changes can't possibly
affect this part, can they?
--- ./tests/ref/fate/dnxhr-parse2016-02-19 17:36:39.051308004
On Wed, 17 Feb 2016, Michael Niedermayer wrote:
On Wed, Feb 17, 2016 at 08:36:41PM +0100, Marton Balint wrote:
Codec options of streams detected during avformat_find_stream_info are not set
therefore without this patch we initialize the encoders with decoder info
based on decoders without opti
On Feb 19, 2016 1:23 PM, "James Almer" wrote:
>
> On 2/19/2016 6:09 PM, Mats Peterson wrote:
> > Just got this FATE error, Michael. Why? My changes can't possibly
affect this part, can they?
> >
> > --- ./tests/ref/fate/dnxhr-parse2016-02-19 17:36:39.051308004 +0100
> > +++ tests/data/fate/dnx
On Tue, 16 Feb 2016, Marton Balint wrote:
Signed-off-by: Marton Balint
---
libavcodec/libzvbi-teletextdec.c | 11 +++
1 file changed, 3 insertions(+), 8 deletions(-)
Applied.
Regards,
Marton
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.
On Tue, 16 Feb 2016, Marton Balint wrote:
Signed-off-by: Marton Balint
---
libavcodec/dvbtxt.h | 41 +++
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/dvbtxt.c | 50
libavf
- Original Message -
> From: "Michael Niedermayer"
> To: "FFmpeg development discussions and patches"
> Cc: "outreachy-admins" , o...@ffmpeg.org
> Sent: Wednesday, February 17, 2016 11:09:31 PM
> Subject: Re: [FFmpeg-devel] FFmpeg in Outreachy Round 12
>
> On Tue, Feb 09, 2016 at 09:14:5
Hi,
On Fri, Feb 19, 2016 at 3:48 PM, Michael Niedermayer wrote:
> On Fri, Feb 19, 2016 at 02:43:48PM -0500, Ronald S. Bultje wrote:
> > Fixes ticket 4313.
> > ---
> > ffmpeg.c| 3 +
> > libavcodec/Makefile | 1 +
> > libavcodec/allcodecs.c | 1
On 2/19/2016 6:09 PM, Mats Peterson wrote:
> Just got this FATE error, Michael. Why? My changes can't possibly affect this
> part, can they?
>
> --- ./tests/ref/fate/dnxhr-parse2016-02-19 17:36:39.051308004 +0100
> +++ tests/data/fate/dnxhr-parse2016-02-19 22:03:11.715918354 +0100
> @@ -0
On 02/19/2016 10:11 PM, Mats Peterson wrote:
On 02/19/2016 10:10 PM, Michael Niedermayer wrote:
On Fri, Feb 19, 2016 at 10:05:32PM +0100, Mats Peterson wrote:
On 02/19/2016 10:00 PM, Michael Niedermayer wrote:
-
pc_tag = ff_start_tag(pb, tag);
avio_w8(pb, 0)
On 02/19/2016 10:10 PM, Michael Niedermayer wrote:
On Fri, Feb 19, 2016 at 10:05:32PM +0100, Mats Peterson wrote:
On 02/19/2016 10:00 PM, Michael Niedermayer wrote:
-
pc_tag = ff_start_tag(pb, tag);
avio_w8(pb, 0);
avio_w8(pb, 0);
On Fri, Feb 19, 2016 at 10:05:32PM +0100, Mats Peterson wrote:
> On 02/19/2016 10:00 PM, Michael Niedermayer wrote:
> -
> pc_tag = ff_start_tag(pb, tag);
> avio_w8(pb, 0);
> >
> avio_w8(pb, 0);
> >
> avio_wl
Just got this FATE error, Michael. Why? My changes can't possibly affect
this part, can they?
--- ./tests/ref/fate/dnxhr-parse2016-02-19 17:36:39.051308004 +0100
+++ tests/data/fate/dnxhr-parse 2016-02-19 22:03:11.715918354 +0100
@@ -0,0 +1,5 @@
+#tb 0: 1/25
+0, 0, 0,
On 02/19/2016 10:00 PM, Michael Niedermayer wrote:
-
pc_tag = ff_start_tag(pb, tag);
avio_w8(pb, 0);
avio_w8(pb, 0);
avio_wl16(pb, 0); // reserved
-for (i = 0; i<256; i++) {
+for (i = 0;
On Fri, Feb 19, 2016 at 09:22:45PM +0100, Mats Peterson wrote:
> On 02/19/2016 05:52 PM, Michael Niedermayer wrote:
> >On Fri, Feb 19, 2016 at 04:35:17PM +0100, Mats Peterson wrote:
> >>
> >>--
> >>Mats Peterson
> >>http://matsp888.no-ip.org/~mats/
> >
> >> avienc.c | 31
On Fri, Feb 19, 2016 at 02:43:48PM -0500, Ronald S. Bultje wrote:
> Fixes ticket 4313.
> ---
> ffmpeg.c| 3 +
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/vp9_superframe_bsf.c | 189
> +
---
configure | 13 ++---
libavdevice/jack.c | 10 ++
2 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 287896f..78f9618 100755
--- a/configure
+++ b/configure
@@ -1732,6 +1732,7 @@ BUILTIN_LIST="
mm_empty
rdtsc
sare
On 02/19/2016 05:52 PM, Michael Niedermayer wrote:
On Fri, Feb 19, 2016 at 04:35:17PM +0100, Mats Peterson wrote:
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
avienc.c | 31 +++
1 file changed, 27 insertions(+), 4 deletions(-)
8d58e7c344ff8650d971483a802
Carl Eugen Hoyos ag.or.at> writes:
> > >> +case AV_PIX_FMT_GBRP:
> > >> +ctx->vpx_cs = VPX_CS_SRGB;
> > >
> > > This is only available since libvpx 1.4.0, so you need to wrap all this
> > > new code inside some preprocessor checks. I think VPX_IMAGE_ABI_VERSION
> > > >= 3 should do it
James Zern google.com> writes:
> >> I think his point is that the decoder always outputs LE,
> >> and this change is therefor incorrect?
> >
> > Don't you agree that this is highly unlikely?
> > (I mean by looking at the code, not because I claim it.)
> >
>
> Yes, you're correct, I wasn't consid
Hi all,
Working with the IETF Cellar Working Group,
https://datatracker.ietf.org/wg/cellar/charter/, Frank Galligan has drafted a
proposal for the management of metadata in Matroska to accommodate information
on color, full/broadcast range, HDR metadata, chroma subsampling patterns and
other i
On Fri, Feb 19, 2016 at 05:28:52PM +, Josh de Kock wrote:
> ---
> configure | 12 +---
> libavdevice/jack.c | 10 ++
> 2 files changed, 19 insertions(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index 287896f..887384c 100755
> --- a/configure
> +++ b/co
Fixes ticket 4313.
---
ffmpeg.c| 3 +
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/vp9_superframe_bsf.c | 189
libavformat/ivfenc.c| 13 +++
libavformat/matroskaenc.c
On 2/19/2016 6:30 AM, Paul B Mahol wrote:
> On 2/19/16, James Almer wrote:
>> They will now compile if avcodec is disabled
>>
>> Signed-off-by: James Almer
>> ---
>> tests/checkasm/Makefile | 6 +-
>> tests/checkasm/checkasm.c | 8 +---
>> 2 files changed, 10 insertions(+), 4 deletions
On Fri, Feb 19, 2016 at 12:43 AM, Carl Eugen Hoyos wrote:
> Hendrik Leppkes gmail.com> writes:
>
>> On Fri, Feb 19, 2016 at 8:47 AM, James Zern wrote:
>> > On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote:
>> >> On Friday 19 February 2016 07:59:37 am James Zern wrote:
>> >>
>> >>> The dec
Hello,
Is it necessary to clip value, if B == 0 ?
Martin
2016-02-19 18:47 GMT+01:00 Timothy Gu :
> On Sun, Feb 14, 2016 at 10:41:04AM +0100, Paul B Mahol wrote:
> >
> > ok
>
> Pushed (last week). Thanks.
>
> Timothy
> ___
> ffmpeg-devel mailing list
On Sun, Feb 14, 2016 at 10:41:04AM +0100, Paul B Mahol wrote:
>
> ok
Pushed (last week). Thanks.
Timothy
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
---
configure | 12 +---
libavdevice/jack.c | 10 ++
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 287896f..887384c 100755
--- a/configure
+++ b/configure
@@ -1732,6 +1732,7 @@ BUILTIN_LIST="
mm_empty
rdtsc
sares
Hi Nicolas,
Thanks for the comments.
On 19 February 2016 at 17:51, Nicolas George wrote:
> but I am rather dubious about the
> usefulness of that: you could mux the streams independently to the md5
> muxer.
>
I did not find a way to do this without having to first probe each file to
get a list
Fixes ticket 4313.
There is still an issue after this patch: it works when you use -bsf
vp9_superframe, but if you let the auto-bsf system work on its own,
ffmpeg.c triggers these warnings:
[ivf @ 0x7fc97a02fc00] Non-monotonous DTS in output stream 0:0;
previous: 900, current: 900; changing to 90
On Fri, Feb 19, 2016 at 3:52 AM, Paul B Mahol wrote:
>> +center = s->fir_len / 2;
>> +
>> +for (k = 0; k <= center; k++) {
>> +double u = k * (M_PI/center);
>> +double win;
>> +switch (s->wfunc) {
>> +case WFUNC_RECTANGULAR:
>> +
On Fri, Feb 19, 2016 at 04:35:17PM +0100, Mats Peterson wrote:
>
> --
> Mats Peterson
> http://matsp888.no-ip.org/~mats/
> avienc.c | 31 +++
> 1 file changed, 27 insertions(+), 4 deletions(-)
> 8d58e7c344ff8650d971483a80211a9eeb540d20
> 0002-lavf-avienc-Write-pa
Le primidi 1er ventôse, an CCXXIV, Remko Tronçon a écrit :
> Signed-off-by: Remko Tronçon
> ---
> This patch introduces a new 'streammd5' muxer.
> Similarly to the 'md5' and 'framemd5' muxer, it is used to compute
> the hash of media. However, I needed something in between both, to
> be able to qu
PCR insertion with specified period is functional when muxrate
is also specified (contant bitrate) as required by DVB and ATSC
(and other) specifications. Feature was non-functional for
variable bitrate (muxrate not specified). Insertion timing
is based on video frame keys and frame period (dts) th
Ronald S. Bultje gmail.com> writes:
> if (st->codec->codec_id == AV_CODEC_ID_AAC)
> if (pkt->size > 2 && (AV_RB16(pkt->data) & 0xfff0) == 0xfff0)
> ret = ff_stream_add_bitstream_filter(st, "aac_adtstoasc", NULL);
> +else if (st->codec->codec_id == AV_CODEC_ID_VP9)
> +ret = ff_s
On 02/19/2016 04:36 PM, Mats Peterson wrote:
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Forget this patch set, by the way. I should have checked with FATE
first. I get numerous FATE error
Fixes ticket 4313.
There is still an issue after this patch: it works when you use -bsf
vp9_superframe, but if you let the auto-bsf system work on its own,
ffmpeg.c triggers these warnings:
[ivf @ 0x7fc97a02fc00] Non-monotonous DTS in output stream 0:0;
previous: 900, current: 900; changing to 90
On 02/19/2016 04:35 PM, Mats Peterson wrote:
Forget this one. Forgot to attach the patch...
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This commit adds support for the (simple, allowed in the spec, but
inferior in quality) Haar wavelet transforms.
Signed-off-by: Rostislav Pehlivanov
---
libavcodec/vc2enc.c | 6 --
libavcodec/vc2enc_dwt.c | 46 ++
2 files changed, 50 insertion
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From 13d7105fc299cae346340cf696844023c1888036 Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Fri, 19 Feb 2016 16:24:05 +0100
Subject: [PATCH 3/3] lavf/avidec: Fix endianness when reading the palette from 'xxpc' chunks
---
libavformat/avide
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From 0294d37cd23f971376290be68dd681513740bb06 Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Fri, 19 Feb 2016 16:23:17 +0100
Subject: [PATCH 2/3] lavf/avienc: Write palette after BITMAPINFOHEADER
---
libavformat/avienc.c | 31 +++
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From 45624f6249703657bed9788bf1232289ee392f10 Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Fri, 19 Feb 2016 16:22:35 +0100
Subject: [PATCH 1/3] lavf/riffenc: Write space for palette
---
libavformat/riffenc.c | 23 +++---
On Fri, Feb 19, 2016 at 02:15:01PM +0100, Mats Peterson wrote:
> On 02/19/2016 02:08 PM, Mats Peterson wrote:
> >On 02/19/2016 02:05 PM, Mats Peterson wrote:
> >>On 02/18/2016 11:07 PM, Mats Peterson wrote:
> >>>On 02/18/2016 11:04 PM, Michael Niedermayer wrote:
> On Thu, Feb 18, 2016 at 10:40:
On 02/19/2016 03:46 PM, Michael Niedermayer wrote:
applied
thanks
Great, Michael. Thanks.
Mats
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Thu, Feb 18, 2016 at 10:39:38PM +0100, Moritz Barsnick wrote:
> On Thu, Feb 18, 2016 at 21:14:55 +0100, Michael Niedermayer wrote:
> > + * no zerp if a new packet was allocated and ppkt has to be freed
>
> "no zerp"? Cute. Probably "non-zero"
fixed
thx
[...]
--
Michael GnuPG fing
On 02/19/2016 02:15 PM, Mats Peterson wrote:
On 02/19/2016 02:08 PM, Mats Peterson wrote:
On 02/19/2016 02:05 PM, Mats Peterson wrote:
On 02/18/2016 11:07 PM, Mats Peterson wrote:
On 02/18/2016 11:04 PM, Michael Niedermayer wrote:
On Thu, Feb 18, 2016 at 10:40:42PM +0100, Mats Peterson wrote:
On 02/19/2016 02:08 PM, Mats Peterson wrote:
On 02/19/2016 02:05 PM, Mats Peterson wrote:
On 02/18/2016 11:07 PM, Mats Peterson wrote:
On 02/18/2016 11:04 PM, Michael Niedermayer wrote:
On Thu, Feb 18, 2016 at 10:40:42PM +0100, Mats Peterson wrote:
On 02/18/2016 10:27 PM, Mats Peterson wrote:
On 02/19/2016 02:05 PM, Mats Peterson wrote:
On 02/18/2016 11:07 PM, Mats Peterson wrote:
On 02/18/2016 11:04 PM, Michael Niedermayer wrote:
On Thu, Feb 18, 2016 at 10:40:42PM +0100, Mats Peterson wrote:
On 02/18/2016 10:27 PM, Mats Peterson wrote:
On 02/18/2016 09:14 PM, Michael Niedermayer
On 02/18/2016 11:07 PM, Mats Peterson wrote:
On 02/18/2016 11:04 PM, Michael Niedermayer wrote:
On Thu, Feb 18, 2016 at 10:40:42PM +0100, Mats Peterson wrote:
On 02/18/2016 10:27 PM, Mats Peterson wrote:
On 02/18/2016 09:14 PM, Michael Niedermayer wrote:
This can be made more efficient, but f
2016-02-15 2:35 GMT+01:00 Stefano Sabatini :
> On date Sunday 2016-02-14 15:41:05 +0100, Martin Vignali encoded:
> [...]
> > Hello,
> >
> > New patch attach, i move variable declaration at the top (for
> > AVDictionnaryEntry too).
> > I also remove the return err, in case of an error occured in th
On Thu, Feb 18, 2016 at 11:58:25PM +, Josh de Kock wrote:
> ---
> configure | 14 +++---
> libavdevice/jack.c | 12
> 2 files changed, 23 insertions(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index 287896f..f2f7c3d 100755
> --- a/configure
> +++
Signed-off-by: Remko Tronçon
---
This patch introduces a new 'streammd5' muxer.
Similarly to the 'md5' and 'framemd5' muxer, it is used to compute
the hash of media. However, I needed something in between both, to
be able to quickly see which streams are identical across different
files.
I did no
On Fri, Feb 19, 2016 at 08:42:29AM +, Carl Eugen Hoyos wrote:
> James Zern google.com> writes:
>
> > On Fri, Feb 19, 2016 at 12:00 AM, Carl Eugen Hoyos wrote:
> > > James Zern google.com> writes:
> > >
> > >> On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote:
> > >> > On Friday 19 Feb
On Fri, Feb 19, 2016 at 10:07:06 +0100, Matthieu Bouron wrote:
IANAL, but:
> + * Copyright (c) Matthieu Bouron
Every copyright notice within the ffmpeg source tree has a year (or a
set of years or a range) attached, until now.
Moritz
___
ffmpeg-devel
On 2/19/16, James Almer wrote:
> They will now compile if avcodec is disabled
>
> Signed-off-by: James Almer
> ---
> tests/checkasm/Makefile | 6 +-
> tests/checkasm/checkasm.c | 8 +---
> 2 files changed, 10 insertions(+), 4 deletions(-)
>
ok
_
On Wed, Feb 17, 2016 at 06:39:46PM +0100, Matthieu Bouron wrote:
> On Mon, Feb 15, 2016 at 10:17:25PM +0100, Matthieu Bouron wrote:
> > On Mon, Feb 15, 2016 at 08:42:48PM +0100, Michael Niedermayer wrote:
> > > On Mon, Feb 15, 2016 at 06:52:30PM +0100, Matthieu Bouron wrote:
> > > > From: Matthieu
Hendrik Leppkes gmail.com> writes:
> Well that would be nice and all, but in many of those
> cases the code is never re-indented afterwards
I am happy to fix them if you point me to them.
The only reason I did not reindent in the past
was to make merges easier.
Carl Eugen
__
Hendrik Leppkes gmail.com> writes:
> On Fri, Feb 19, 2016 at 8:47 AM, James Zern wrote:
> > On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote:
> >> On Friday 19 February 2016 07:59:37 am James Zern wrote:
> >>
> >>> The decoder won't change when built on a big-endian
> >>> platform, so I
James Zern google.com> writes:
> On Fri, Feb 19, 2016 at 12:00 AM, Carl Eugen Hoyos wrote:
> > James Zern google.com> writes:
> >
> >> On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote:
> >> > On Friday 19 February 2016 07:59:37 am James Zern wrote:
> >> >
> >> >> The decoder won't change
Nicolas George nsup.org> writes:
> Le primidi 1er ventôse, an CCXXIV, Carl Eugen Hoyos a écrit :
> > Please comment, Carl Eugen
>
> Just a quick nit: please be careful about hugh bitdepth vs. high bitrate.
I hopefully won't forget:
Thank you for pointing this out!
Carl Eugen
__
On Fri, Feb 19, 2016 at 8:16 AM, James Zern wrote:
> On Thu, Feb 18, 2016 at 3:02 PM, Hendrik Leppkes wrote:
>> On Thu, Feb 18, 2016 at 11:59 PM, Carl Eugen Hoyos wrote:
>>> On Thursday 18 February 2016 09:40:01 pm Nicolas George wrote:
Initial patch by Carl Eugen Hoyos.
Fix trac
On Fri, Feb 19, 2016 at 12:00 AM, Carl Eugen Hoyos wrote:
> James Zern google.com> writes:
>
>> On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos > > On Friday 19 February 2016 07:59:37 am James Zern wrote:
>> >
>> >> The decoder won't change when built on a big-endian
>> >> platform, so I don't
On Fri, Feb 19, 2016 at 8:47 AM, James Zern wrote:
> On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos wrote:
>> On Friday 19 February 2016 07:59:37 am James Zern wrote:
>>
>>> The decoder won't change when built on a big-endian platform, so I don't
>>> think this is correct.
>>
>> New patch att
Le primidi 1er ventôse, an CCXXIV, Carl Eugen Hoyos a écrit :
> Please comment, Carl Eugen
Just a quick nit: please be careful about hugh bitdepth vs. high bitrate.
Regards,
--
Nicolas George
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
htt
James Zern google.com> writes:
> On Thu, Feb 18, 2016 at 11:40 PM, Carl Eugen Hoyos > On Friday 19 February 2016 07:59:37 am James Zern wrote:
> >
> >> The decoder won't change when built on a big-endian
> >> platform, so I don't think this is correct.
> >
> > New patch attached.
>
> Sorry, I
83 matches
Mail list logo