On 17/03/16 13:57, Michael Niedermayer wrote:
> On Thu, Mar 17, 2016 at 01:48:37PM +, Mark Thompson wrote:
>> hevc_parse.c | 10 --
>> 1 file changed, 8 insertions(+), 2 deletions(-)
>> daf73b16f8185221a1e8112ab1928157a855fe76
>> 0001-lavc-hevc-Allow-arbitrary-garbage-in-bytestream
On 17/03/16 14:11, Mark Thompson wrote:
> On 17/03/16 13:57, Michael Niedermayer wrote:
>> On Thu, Mar 17, 2016 at 01:48:37PM +, Mark Thompson wrote:
>>> hevc_parse.c | 10 --
>>> 1 file changed, 8 insertions(+), 2 deletions(-)
>>> daf73b16f8185221a1e8112ab1928157a855fe76
>>> 0001-
On Wed, Mar 16, 2016 at 9:03 PM, James Almer wrote:
> Signed-off-by: James Almer
> ---
> libavcodec/libwebpenc_animencoder.c | 2 ++
> 1 file changed, 2 insertions(+)
>
lgtm. Not really sure if this logging in the lib was really necessary...
> diff --git a/libavcodec/libwebpenc_animencoder.c
On Fri, 18 Mar 2016 11:13:58 -0700, Amancio Hasty wrote:
> From be5f142f820e05b411bfdc95719e0ab6388bcbe5 Mon Sep 17 00:00:00 2001
> From: Amancio Hasty
> Date: Fri, 18 Mar 2016 10:00:14 -0700
> Subject: [PATCH] added support for hardware assist H264 video encoding for
> the Raspberry Pi
>
> --
On Sat, Mar 12, 2016 at 3:09 AM, Michael Niedermayer
wrote:
> On Thu, Mar 10, 2016 at 07:57:53PM +0100, Hendrik Leppkes wrote:
>> On Mon, Sep 21, 2015 at 6:41 AM, Alex Smith
>> wrote:
>> > From: Alex Smith
>> >
>> > Binutils will always strip the relocation information from executable
>> > file
Signed-off-by: Benjamin Steffes
---
libavfilter/vf_detelecine.c | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/libavfilter/vf_detelecine.c b/libavfilter/vf_detelecine.c
index 16230f1..639a391 100644
--- a/libavfilter/vf_detelecine.c
+++ b/libavfilter/vf_deteleci
Michael Niedermayer skrev: (18 mars 2016 13:46:40 CET)
>On Fri, Mar 18, 2016 at 11:11:53AM +0100, Mats Peterson wrote:
>> Add a small blurb, partly in order to encourage someone to implement
>> proper handling of indexed xxpc chunks.
>>
>> --
>> Mats Peterson
>> http://matsp888.no-ip.org/~mats/
On 16 March 2016 at 23:04, wm4 wrote:
> On Wed, 16 Mar 2016 22:55:09 +1100
> Matt Oliver wrote:
>
> > On 16 March 2016 at 22:32, Clément Bœsch wrote:
> >
> > > On Wed, Mar 16, 2016 at 12:31:35PM +0100, Matt Oliver wrote:
> > > > ffmpeg | branch: master | Matt Oliver | Wed
> Mar
> > > 16 22:28:
2016-03-20 0:31 GMT+09:00 Thilo Borgmann :
> All comments addressed, linux compilation fixed.
>
fixed.
can build.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Signed-off-by: James Almer
---
libavcodec/libwebpenc_animencoder.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/libwebpenc_animencoder.c
b/libavcodec/libwebpenc_animencoder.c
index 35c456a..9068922 100644
--- a/libavcodec/libwebpenc_animencoder.c
+++ b/libavcodec/libwebpenc_a
Hi,
See attached; fixes ticket #5344.
Thanks,
- Mark
>From fbc76e59225d2a6a0609119ca682d4886874705b Mon Sep 17 00:00:00 2001
From: Mark Thompson
Date: Wed, 16 Mar 2016 20:26:39 +
Subject: [PATCH] lavc/hevc: Allow arbitrarily many trailing_zero_8bits after a
NAL unit in bytestream format.
Am 12.03.16 um 15:14 schrieb Thilo Borgmann:
> Add coreimage filter for OSX.
Included all comments so far.
Also features a "coreimagesrc" video source like suggested by Nicolas.
Updated patch attached, please comment.
-Thilo
From b269b36cf2c5da15e54c11176aaa71361d0f4520 Mon Sep 17 00:00:00 2001
Fixes Ticket5305
Signed-off-by: Michael Niedermayer
---
libavformat/utils.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 5cff3a7..45b03c0 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -3202,6 +3202,8 @@ int avformat_find
On 16/03/16 23:41, Hendrik Leppkes wrote:
> On Wed, Mar 16, 2016 at 9:37 PM, Mark Thompson wrote:
>> ---
>> libavcodec/hevc_parse.c | 14 ++
>> 1 file changed, 14 insertions(+)
>>
>> diff --git a/libavcodec/hevc_parse.c b/libavcodec/hevc_parse.c
>> index 63ed84a..8c629ff 100644
>> --- a
On Wed, Mar 16, 2016 at 7:14 PM, Michael Niedermayer
wrote:
> On Mon, Mar 14, 2016 at 10:04:59PM -0400, Ganesh Ajjanagadde wrote:
>> This is ~2x faster for y not an integer on Haswell+GCC, and should
>> generally be faster due to the fact that anyway powf essentially does
>> this under the hood. M
On Thu, Mar 17, 2016 at 09:47:10PM -0300, James Almer wrote:
> On 3/17/2016 3:33 PM, Michael Niedermayer wrote:
> > On Thu, Mar 17, 2016 at 01:15:23PM -0300, James Almer wrote:
> >> On 3/17/2016 1:02 PM, Michael Niedermayer wrote:
> >>> On Thu, Mar 17, 2016 at 11:06:29AM -0300, James Almer wrote:
>
On Thu, Mar 17, 2016 at 1:21 PM, Hendrik Leppkes wrote:
> On Thu, Mar 17, 2016 at 1:10 PM, Mark Thompson wrote:
>>>
>>> Wouldn't it be simpler then to add a condition to the existing loop to
>>> only error out when no NALs exist?
>>
>> I apologise if I'm not understanding exactly what you mean, b
On Thu, Mar 17, 2016 at 01:48:37PM +, Mark Thompson wrote:
> On 17/03/16 12:30, Hendrik Leppkes wrote:
> > On Thu, Mar 17, 2016 at 1:21 PM, Hendrik Leppkes
> > wrote:
> >> On Thu, Mar 17, 2016 at 1:10 PM, Mark Thompson wrote:
>
> Wouldn't it be simpler then to add a condition to th
On Mon, 14 Mar 2016, Marton Balint wrote:
On Sun, 13 Mar 2016, Marton Balint wrote:
Related to ticket #2324, #2325.
Stream duration still need to be fixed...
Signed-off-by: Marton Balint
---
libavformat/mov.c| 3 +++
tests/ref/fate/gaplessenc-itunes-to-ipod-aac |
On Tue, Mar 15, 2016 at 12:48 PM, Carl Eugen Hoyos wrote:
> Carl Eugen Hoyos ag.or.at> writes:
>
>> Attached patch makes the output of the mkv muxer more
>> similar to what mkvmerge does.
>> May fix ticket #5332.
>
> Ping, I can confirm that the patch fixes ticket #5332.
Pushed an alternate patc
Am 16.03.16 um 21:10 schrieb Moritz Barsnick:
> [...]
All addressed in newest patch, thanks!
> - You have a variable by the same name as a function (list_filters),
> but Objective C may not mind. (Does ffmpeg coding style mind?)
I've done it in the OSX/iOS devices as well and nobody complained
This zeroes the WebPAnimEncoderOptions.verbose field, silencing library info
messages
printed to stderr.
Signed-off-by: James Almer
---
libavcodec/libwebpenc_animencoder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/libwebpenc_animencoder.c
b/libavcodec/libwe
On Tue, Mar 15, 2016 at 8:00 PM, Derek Buitenhuis <
derek.buitenh...@gmail.com> wrote:
> On 3/15/2016 8:58 AM, Pradeep Ramachandran wrote:
> > Has anyone else experienced such a stark difference in speed? Are the
> > limits of linux pipes the reason for this difference, or is there
> something
> >
On Sat, Mar 19, 2016 at 7:25 PM, Hendrik Leppkes wrote:
> Then tell that to binutils to actually produce proper binaries, and
> not this broken mess that it produces now.
https://sourceware.org/bugzilla/show_bug.cgi?id=19011
Doesn't seem like anything has happened since that bug report though.
_
On Sat, Mar 19, 2016 at 7:42 PM, Henrik Gramner wrote:
> On Sat, Mar 19, 2016 at 7:25 PM, Hendrik Leppkes wrote:
>> Then tell that to binutils to actually produce proper binaries, and
>> not this broken mess that it produces now.
>
> https://sourceware.org/bugzilla/show_bug.cgi?id=19011
>
> Doesn
I wrote this driver a while ago before the mmal decoding was submitted…
Amancio
> On Mar 18, 2016, at 11:57 AM, wm4 wrote:
>
> On Fri, 18 Mar 2016 11:13:58 -0700
> Amancio Hasty wrote:
>
>> Amancio Hasty
>>
>
> It seems a bit strange that decoding now uses MMAL, and encoding OMX?
>
> Prob
On Wed, Mar 16, 2016 at 12:31:35PM +0100, Matt Oliver wrote:
> ffmpeg | branch: master | Matt Oliver | Wed Mar 16
> 22:28:29 2016 +1100| [109dfed7fc265f3e071854d5e6de5dd7f82ff9fb] | committer:
> Matt Oliver
>
> lavc/dxva2_h264: Fix incorrect assert statement.
>
> Signed-off-by: Matt Oliver
>
On Sat, Mar 19, 2016 at 7:08 PM, Ismail Donmez wrote:
> On Sat, Mar 19, 2016 at 6:50 PM, Christophe Gisquet
> wrote:
>> Hi,
>>
>> 2016-03-11 8:57 GMT+01:00 Christophe Gisquet :
It should either be reverted or made dependent on
--enable/disable-debug (I would favor the first, honestly, s
Enables writing a bit rate field into the ISML manifest when bit rate is not
set but maxrate is, adds support for language codes in the smooth streaming
manifest as well as makes the tfxd timestamps be the DTS of the fragment
instead of PTS, which seems to what the the specification means by "absol
On Thu, 17 Mar 2016, Lukasz Marek wrote:
Signed-off-by: Lukasz Marek
---
ffplay.c | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/ffplay.c b/ffplay.c
index 2cfdf26..731ae25 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -243,7 +243,6 @@ typedef struct VideoState {
On Mon, Mar 14, 2016 at 10:04:59PM -0400, Ganesh Ajjanagadde wrote:
> This is ~2x faster for y not an integer on Haswell+GCC, and should
> generally be faster due to the fact that anyway powf essentially does
> this under the hood. Made an inline function in lavu/internal.h for this
> purpose.
>
>
On Donnerstag, 10. März 2016 22:47:38 CET Clément Bœsch wrote:
> On Thu, Mar 10, 2016 at 06:12:57PM +0100, Gerion Entrup wrote:
> [...]
>
> > > - an USF demuxer which extracts the timing and text (with its markup) of
> > >
> > > every event, and put them into an AVPacket
> > >
> > > - introduc
On Fri, 18 Mar 2016, Michael Niedermayer wrote:
Signed-off-by: Michael Niedermayer
---
ffplay.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffplay.c b/ffplay.c
index 2cfdf26..ade5159 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1716,7 +1716,7 @@ static int queue_picture(Vi
On Sat, Mar 19, 2016 at 6:50 PM, Christophe Gisquet
wrote:
> Hi,
>
> 2016-03-11 8:57 GMT+01:00 Christophe Gisquet :
>>> It should either be reverted or made dependent on
>>> --enable/disable-debug (I would favor the first, honestly, since its a
>>> rather ugly hack in itself).
>>
>> At the very le
2016-03-19 18:15 GMT+01:00 Hendrik Leppkes :
> The same would need to be applied for the 32-bit case as well, fwiw.
I didn't have a build environment to assert that, but now I do, and I
confirm it is needed. Patch updated.
--
Christophe
From 87e4f2a42bdb5f733d104ffba7cf70f786b72a03 Mon Sep 17 00
On Wed, Mar 16, 2016 at 10:24:09PM +0100, Thilo Borgmann wrote:
> Am 16.03.16 um 21:10 schrieb Moritz Barsnick:
> > [...]
>
> All addressed in newest patch, thanks!
>
> > - You have a variable by the same name as a function (list_filters),
> > but Objective C may not mind. (Does ffmpeg coding s
Le septidi 27 ventôse, an CCXXIV, Michael Niedermayer a écrit :
> This will prevent cleanup from being done on ctrl-c during the input
> open stage
> especially if input open is stuck due to network or whatever the
> user likely would abort it.
I had not noticed that ffmpeg_parse_options() also op
On Fri, Mar 18, 2016 at 11:11:53AM +0100, Mats Peterson wrote:
> Add a small blurb, partly in order to encourage someone to implement
> proper handling of indexed xxpc chunks.
>
> --
> Mats Peterson
> http://matsp888.no-ip.org/~mats/
> avidec.c |2 ++
> 1 file changed, 2 insertions(+)
> 825
Streaming servers appear to ignore all other language metadata.
---
libavformat/movenc.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 16b044a..11c8275 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -3351,6 +3351,9 @@ sta
This way, in case of bit rate not being set, max_rate will be used
instead. This enables, for example, remuxing of MPEG-TS to ISMV+ISML
without losing general bit rate information.
---
libavformat/movenc.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/libavformat/move
Am 01.03.16 um 10:49 schrieb Rodger Combs:
> [...]
> External library support:
> + --disable-audiotoolbox enable AudioToolbox decoders and encoders
> [autodetect]
Do we consider platform codecs external libraries?
> [...]
> +ret = AudioConverterFillComplexBuffer(at->converter,
> ffat_d
As far as can be seen, this value is supposed to be the DTS of a
fragment in smooth streaming. Thus, don't take b-picture delay and
such into mention when calculating the start timestamp. The duration
calculation requires PTS values, so it is not touched.
---
libavformat/movenc.c | 3 +--
1 file c
Actually this breaks lossless mode, made the following 2 changes locally:
-fix lossless mode
-set default slice sizes to 32x16 (greater quality and speed)
---
libavcodec/vc2enc.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/libavcodec/vc2enc.c b/liba
On Sat, Mar 19, 2016 at 04:31:56PM +0100, Thilo Borgmann wrote:
> All comments addressed,
> linux compilation fixed.
confirmed, thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Let us carefully observe those good qualities wherein our enemies excel us
and e
On Sat, Mar 19, 2016 at 5:50 PM, Christophe Gisquet
wrote:
> Hi,
>
> 2016-03-11 8:57 GMT+01:00 Christophe Gisquet :
>>> It should either be reverted or made dependent on
>>> --enable/disable-debug (I would favor the first, honestly, since its a
>>> rather ugly hack in itself).
>>
>> At the very le
Hi,
2016-03-11 8:57 GMT+01:00 Christophe Gisquet :
>> It should either be reverted or made dependent on
>> --enable/disable-debug (I would favor the first, honestly, since its a
>> rather ugly hack in itself).
>
> At the very least, that dependence is needed, yes.
And here's something for the sma
On 16 March 2016 at 22:32, Clément Bœsch wrote:
> On Wed, Mar 16, 2016 at 12:31:35PM +0100, Matt Oliver wrote:
> > ffmpeg | branch: master | Matt Oliver | Wed Mar
> 16 22:28:29 2016 +1100| [109dfed7fc265f3e071854d5e6de5dd7f82ff9fb] |
> committer: Matt Oliver
> >
> > lavc/dxva2_h264: Fix incorrec
On Thu, 17 Mar 2016 13:15:23 -0300
James Almer wrote:
> On 3/17/2016 1:02 PM, Michael Niedermayer wrote:
> > On Thu, Mar 17, 2016 at 11:06:29AM -0300, James Almer wrote:
> >> On 3/17/2016 4:32 AM, wm4 wrote:
> >>> On Thu, 17 Mar 2016 01:03:49 -0300
> >>> James Almer wrote:
> >>>
> Thi
2016-03-19 17:26 GMT+01:00 Carl Eugen Hoyos :
> Martin Vignali gmail.com> writes:
>
> > The B44/B44A block decoding function (unpack_14 and unpack_3)
> > come from the official library.
>
> Then please add an appropriate copyright notice to your patch.
>
> Carl Eugen
>
>
What form the copyright n
Martin Vignali gmail.com> writes:
> The B44/B44A block decoding function (unpack_14 and unpack_3)
> come from the official library.
Then please add an appropriate copyright notice to your patch.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@
On Sat, Mar 19, 2016 at 12:42:09PM +0100, Clément Bœsch wrote:
> On Fri, Mar 18, 2016 at 10:12:14PM -0700, Ganesh Ajjanagadde wrote:
> > -static inline void abs_pow34_v(float *av_restrict out, const float
> > *av_restrict in, const int size)
> > -{
> > -int i;
> > -for (i = 0; i < size; i+
Hello,
in attach patch who add support for B44 and B44A compression in openexr
file.
The B44/B44A block decoding function (unpack_14 and unpack_3) come from the
official library.
B44 only compress Half float data (Float data stay uncompress)
The compression use bloc of 4x4 pixels, and reduce the
On Wed, Mar 16, 2016 at 9:37 PM, Mark Thompson wrote:
> ---
> libavcodec/hevc_parse.c | 14 ++
> 1 file changed, 14 insertions(+)
>
> diff --git a/libavcodec/hevc_parse.c b/libavcodec/hevc_parse.c
> index 63ed84a..8c629ff 100644
> --- a/libavcodec/hevc_parse.c
> +++ b/libavcodec/hevc_pa
On Wed, Mar 16, 2016 at 9:03 PM, James Almer wrote:
> This zeroes the WebPAnimEncoderOptions.verbose field, silencing library info
> messages
> printed to stderr.
>
> Signed-off-by: James Almer
> ---
> libavcodec/libwebpenc_animencoder.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
On 17 March 2016 at 04:23, greeshma wrote:
> Hello,
>
> The attached patch is MLP encoder added and updated for the task True HD
> encoder.
>
> Thank you,
>
> Greeshma B
>
Hi,
Doesn't compile:
libavcodec/mlpenc.c:569:12: warning: 'coded_frame' is deprecated
[-Wdeprecated-declarations]
avc
On Sun, Mar 13, 2016 at 12:07:46PM +0100, Nicolas George wrote:
> Signed-off-by: Nicolas George
> ---
> ffmpeg.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>
> It seems more logical, and the next patch does not work without.
>
>
> diff --git a/ffmpeg.c b/ffmpeg.c
> index 9a
All comments addressed, linux compilation fixed.
-Thilo
From ef8588871eb3fa05b8f4e3bea12f00ad7728ac05 Mon Sep 17 00:00:00 2001
From: Thilo Borgmann
Date: Sat, 19 Mar 2016 16:28:40 +0100
Subject: [PATCH 2/2] lavfi: Add coreimage filter for GPU based image filtering
on OSX.
---
Changelog
On 3/17/2016 1:02 PM, Michael Niedermayer wrote:
> On Thu, Mar 17, 2016 at 11:06:29AM -0300, James Almer wrote:
>> On 3/17/2016 4:32 AM, wm4 wrote:
>>> On Thu, 17 Mar 2016 01:03:49 -0300
>>> James Almer wrote:
>>>
This zeroes the WebPAnimEncoderOptions.verbose field, silencing library
i
On Thu, Mar 17, 2016 at 1:10 PM, Mark Thompson wrote:
>>
>> Wouldn't it be simpler then to add a condition to the existing loop to
>> only error out when no NALs exist?
>
> I apologise if I'm not understanding exactly what you mean, but wouldn't that
> then accept any trailing garbage at all as lo
On Wed, Mar 16, 2016 at 1:14 PM, Matt Oliver wrote:
> On 16 March 2016 at 23:04, wm4 wrote:
>
>> On Wed, 16 Mar 2016 22:55:09 +1100
>> Matt Oliver wrote:
>>
>> > On 16 March 2016 at 22:32, Clément Bœsch wrote:
>> >
>> > > On Wed, Mar 16, 2016 at 12:31:35PM +0100, Matt Oliver wrote:
>> > > > ffm
On Wed, Mar 16, 2016 at 12:10:40PM +0100, Mats Peterson wrote:
> On 03/16/2016 12:09 PM, Mats Peterson wrote:
> >On 03/16/2016 11:46 AM, Michael Niedermayer wrote:
> >>On Wed, Mar 16, 2016 at 10:06:56AM +0100, Mats Peterson wrote:
> >>>Moritz Barsnick skrev: (16 mars 2016 09:59:00 CET)
> On We
On 19 March 2016 at 05:12, Ganesh Ajjanagadde wrote:
> It seems like in all usages, size is a multiple of 4. This is documented
> as an assert.
>
> Yields speedup in this function, and small speedup for aac encoding
> overall.
>
> Sample benchmark (Haswell, -march=native + GCC):
> old:
>[...]
Hello,
The attached patch is MLP encoder added and updated for the task True HD
encoder.
Thank you,
Greeshma B
commit fa948097ce24e6290216243269d954f9b445529e
Author: greeshmab
Date: Thu Mar 17 09:45:36 2016 +0530
added MLP ecoder and update with recent changes
diff --git a/libavcodec/M
On 3/17/2016 3:36 AM, James Zern wrote:
> On Wed, Mar 16, 2016 at 9:03 PM, James Almer wrote:
>> Signed-off-by: James Almer
>> ---
>> libavcodec/libwebpenc_animencoder.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>
> lgtm. Not really sure if this logging in the lib was really necessary...
>
0001-added-support-for-hardware-assist-H264-video-encodin.patch
Description: Binary data
Amancio Hasty
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Thu, Mar 17, 2016 at 05:20:00PM +0100, wm4 wrote:
> On Thu, 17 Mar 2016 13:15:23 -0300
> James Almer wrote:
>
> > On 3/17/2016 1:02 PM, Michael Niedermayer wrote:
> > > On Thu, Mar 17, 2016 at 11:06:29AM -0300, James Almer wrote:
> > >> On 3/17/2016 4:32 AM, wm4 wrote:
> > >>> On Thu, 17 M
On Tue, Mar 15, 2016 at 6:49 PM, Rostislav Pehlivanov
wrote:
> On 15 March 2016 at 23:21, Ganesh Ajjanagadde wrote:
>
>> On Tue, Mar 15, 2016 at 10:59 AM, Derek Buitenhuis
>> wrote:
>> > On 3/15/2016 2:56 PM, Ronald S. Bultje wrote:
>> >> Might be related to aacenc? But yes, we need to know over
On Sat, Mar 19, 2016 at 10:38:15AM +0100, Hendrik Leppkes wrote:
> On Sat, Mar 19, 2016 at 3:21 AM, Michael Niedermayer
> wrote:
> > On Sat, Mar 19, 2016 at 03:06:22AM +0100, Michael Niedermayer wrote:
> >> On Thu, Mar 17, 2016 at 02:35:27PM +, Mark Thompson wrote:
> >> > On 17/03/16 14:11, Ma
On Fri, Mar 18, 2016 at 10:12:14PM -0700, Ganesh Ajjanagadde wrote:
> It seems like in all usages, size is a multiple of 4. This is documented
> as an assert.
>
> Yields speedup in this function, and small speedup for aac encoding overall.
>
> Sample benchmark (Haswell, -march=native + GCC):
> ol
On Fri, Mar 18, 2016 at 07:27:46PM -0700, Ganesh Ajjanagadde wrote:
> Yields speedup in quantize_bands, and non-negligible speedup in aac encoding
> overall.
>
> Sample benchmark (Haswell, -march=native + GCC):
> new:
> [...]
> 553 decicycles in quantize_bands, 2097136 runs, 16 skips9
On Wed, Jan 20, 2016 at 05:06:37PM +0100, Nicolas George wrote:
> Le primidi 1er pluviôse, an CCXXIV, Michael Niedermayer a écrit :
> > From: Michael Niedermayer
> >
> > This should prevent the unintended use of concat
>
> I am rather against this patch and the corresponding for subfile: these
>
On Thu, 17 Mar 2016 21:34:36 -0600, Doug bay wrote:
> Is there a way with FFprobe to get a report of the color of each pixel in
> an I-Frame?
I meant to reject this while it was in the moderation queue...
Wrong mailing list. ffmpeg-devel is only for patch submissions and
discussions related to t
The encoder will first sort all slices based on their score (determined
by the slice energy divided by the bytes the first pass has decided) and
will then reduce their quantization index based on the log2 of the
distance between the slice energy and the average energy of the frame.
If the reservoir
On Mon, Mar 14, 2016 at 01:44:24PM +0100, Benjamin Steffes wrote:
> Signed-off-by: Benjamin Steffes
> ---
> libavfilter/vf_detelecine.c | 40 +++-
> 1 file changed, 19 insertions(+), 21 deletions(-)
i think this is correct
independant of this patch, could you
Hi,
I don't think this project is suitable for FFmpeg.
Regards,
Kieran Kunhya
On Thu, 17 Mar 2016 at 17:41 Pawan Pal wrote:
> Hi,
> I am 3rd year undergraduate student pursuing B.Tech in Information
> Technology and Mathematical innovation from Cluster Innovation Centre,
> University of Delhi.
On Wed, 16 Mar 2016 22:55:09 +1100
Matt Oliver wrote:
> On 16 March 2016 at 22:32, Clément Bœsch wrote:
>
> > On Wed, Mar 16, 2016 at 12:31:35PM +0100, Matt Oliver wrote:
> > > ffmpeg | branch: master | Matt Oliver | Wed Mar
> > 16 22:28:29 2016 +1100| [109dfed7fc265f3e071854d5e6de5dd7f82f
On Thu, Mar 17, 2016 at 10:46:35AM +0530, Pawan Pal wrote:
> Hi,
> I am 3rd year undergraduate student pursuing B.Tech in Information
> Technology and Mathematical innovation from Cluster Innovation Centre,
> University of Delhi.
>
> I have been developing android application from 2 years and a go
Is there a way with FFprobe to get a report of the color of each pixel in
an I-Frame?
--
-Doug Bay
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Sat, Mar 19, 2016 at 3:21 AM, Michael Niedermayer
wrote:
> On Sat, Mar 19, 2016 at 03:06:22AM +0100, Michael Niedermayer wrote:
>> On Thu, Mar 17, 2016 at 02:35:27PM +, Mark Thompson wrote:
>> > On 17/03/16 14:11, Mark Thompson wrote:
>> > > On 17/03/16 13:57, Michael Niedermayer wrote:
>>
On Sat, Mar 19, 2016 at 3:27 AM, Ganesh Ajjanagadde wrote:
> Yields speedup in quantize_bands, and non-negligible speedup in aac encoding
> overall.
>
> Sample benchmark (Haswell, -march=native + GCC):
> new:
> [...]
> 553 decicycles in quantize_bands, 2097136 runs, 16 skips9x
> 5
On 3/17/2016 4:32 AM, wm4 wrote:
> On Thu, 17 Mar 2016 01:03:49 -0300
> James Almer wrote:
>
>> This zeroes the WebPAnimEncoderOptions.verbose field, silencing library info
>> messages
>> printed to stderr.
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/libwebpenc_animencoder.c | 2 +-
>
On Wed, Mar 16, 2016 at 07:10:38PM +0100, Nicolas George wrote:
> Le septidi 27 ventôse, an CCXXIV, Michael Niedermayer a écrit :
> > This will prevent cleanup from being done on ctrl-c during the input
> > open stage
> > especially if input open is stuck due to network or whatever the
> > user lik
Le septidi 27 ventôse, an CCXXIV, Michael Niedermayer a écrit :
> iam not saying its necessary (or that its not), just that its done
> currently and would not be done anymore in the future.
But what? What is done now and not with this patch. I do now know what
cleanup you are referring to.
Regard
On 3/17/2016 3:33 PM, Michael Niedermayer wrote:
> On Thu, Mar 17, 2016 at 01:15:23PM -0300, James Almer wrote:
>> On 3/17/2016 1:02 PM, Michael Niedermayer wrote:
>>> On Thu, Mar 17, 2016 at 11:06:29AM -0300, James Almer wrote:
On 3/17/2016 4:32 AM, wm4 wrote:
> On Thu, 17 Mar 2016 01:03:
On Thu, Mar 17, 2016 at 12:50 AM, Mark Thompson wrote:
> On 16/03/16 23:41, Hendrik Leppkes wrote:
>> On Wed, Mar 16, 2016 at 9:37 PM, Mark Thompson wrote:
>>> ---
>>> libavcodec/hevc_parse.c | 14 ++
>>> 1 file changed, 14 insertions(+)
>>>
>>> diff --git a/libavcodec/hevc_parse.c b/l
On Thu, 17 Mar 2016 01:03:49 -0300
James Almer wrote:
> This zeroes the WebPAnimEncoderOptions.verbose field, silencing library info
> messages
> printed to stderr.
>
> Signed-off-by: James Almer
> ---
> libavcodec/libwebpenc_animencoder.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(
On Thu, Mar 17, 2016 at 01:15:23PM -0300, James Almer wrote:
> On 3/17/2016 1:02 PM, Michael Niedermayer wrote:
> > On Thu, Mar 17, 2016 at 11:06:29AM -0300, James Almer wrote:
> >> On 3/17/2016 4:32 AM, wm4 wrote:
> >>> On Thu, 17 Mar 2016 01:03:49 -0300
> >>> James Almer wrote:
> >>>
> This
Hello ffmpeg developer,
We are currently using Adobe Media Server and Red5 for streaming, Adobe
Flex and encoding h.264. Now, we would like to improve audio/video quality,
and have multi-bit rate with low latency.
If possible, we would like to consult with you. Here are some issues:
1. our existi
On Sun, Mar 13, 2016 at 12:07:48PM +0100, Nicolas George wrote:
> SIGQUIT is meant for debugging purposes. A signal handler will
> corrupt stack traces and make everything more complicated.
>
> Signed-off-by: Nicolas George
> ---
> ffmpeg.c | 1 -
> 1 file changed, 1 deletion(-)
LGTM thx
[...
On Thu, Mar 17, 2016 at 11:06:29AM -0300, James Almer wrote:
> On 3/17/2016 4:32 AM, wm4 wrote:
> > On Thu, 17 Mar 2016 01:03:49 -0300
> > James Almer wrote:
> >
> >> This zeroes the WebPAnimEncoderOptions.verbose field, silencing library
> >> info messages
> >> printed to stderr.
> >>
> >> Sign
Hi all
ill make 3.0.1 soon as i intended to make it already but didnt
if you want something backported, please backport it now
Thanks
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Good people do not need laws to tell them to act responsibly, while bad
people will f
From: Matthieu Bouron
---
Hello,
The following patch add hwaccel support to the mediacodec (h264) decoder by
allowing
the user to render the output frames directly on a surface.
In order to do so the user needs to initialize the hwaccel through the use of
av_mediacodec_alloc_context and av_me
On 17/03/16 12:30, Hendrik Leppkes wrote:
> On Thu, Mar 17, 2016 at 1:21 PM, Hendrik Leppkes wrote:
>> On Thu, Mar 17, 2016 at 1:10 PM, Mark Thompson wrote:
Wouldn't it be simpler then to add a condition to the existing loop to
only error out when no NALs exist?
>>>
>>> I apologise
Am 16.03.16 um 14:43 schrieb Thilo Borgmann:
> Am 12.03.16 um 15:14 schrieb Thilo Borgmann:
>> Add coreimage filter for OSX.
>
> Included all comments so far.
> Also features a "coreimagesrc" video source like suggested by Nicolas.
Actually suggested by Clement. Sorry.
-Thilo
__
Add a small blurb, partly in order to encourage someone to implement
proper handling of indexed xxpc chunks.
--
Mats Peterson
http://matsp888.no-ip.org/~mats/
>From 1bf4ce9eee9bce5da86ecffe49cbabd9d59322c7 Mon Sep 17 00:00:00 2001
From: Mats Peterson
Date: Fri, 18 Mar 2016 11:09:18 +0100
Subjec
On 03/16/2016 12:32 PM, Michael Niedermayer wrote:
On Wed, Mar 16, 2016 at 12:10:40PM +0100, Mats Peterson wrote:
On 03/16/2016 12:09 PM, Mats Peterson wrote:
On 03/16/2016 11:46 AM, Michael Niedermayer wrote:
On Wed, Mar 16, 2016 at 10:06:56AM +0100, Mats Peterson wrote:
Moritz Barsnick skr
On Fri, Mar 18, 2016 at 11:56:37AM +0100, Hendrik Leppkes wrote:
> On Sat, Mar 12, 2016 at 3:09 AM, Michael Niedermayer
> wrote:
> > On Thu, Mar 10, 2016 at 07:57:53PM +0100, Hendrik Leppkes wrote:
> >> On Mon, Sep 21, 2015 at 6:41 AM, Alex Smith
> >> wrote:
> >> > From: Alex Smith
> >> >
> >>
97 matches
Mail list logo