2016-03-28 2:20 GMT+09:00 Rodger Combs :
> - ADTS-formatted AAC didn't work
> - Channel layouts were never exported
> - Channel mappings were incorrect beyond stereo
> - Channel counts weren't updated after packets were decoded
> - Timestamps were exported incorrectly
> ---
>
>
patching is fixed
Work well on iPhone 6, but on iPhone 4S iOS 9.0, return [aac_at @
0x1702a400] Encode error: -50, can not work
On Mon, Mar 28, 2016 at 8:47 AM, Michael Niedermayer wrote:
> On Sun, Mar 27, 2016 at 12:20:24PM -0500, Rodger Combs wrote:
> > ---
> > libavcodec/audiotoolboxenc.c | 7 ++-
> > 1
On Sun, Mar 27, 2016 at 12:20:24PM -0500, Rodger Combs wrote:
> ---
> libavcodec/audiotoolboxenc.c | 7 ++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
does this fix?
http://fate.ffmpeg.org/report.cgi?time=20160323070044&slot=arm64-darwin-clang-apple-6.0
should be ok
thx
[...]
--
Mic
Signed-off-by: Michael Niedermayer
---
doc/developer.texi | 29 +
1 file changed, 29 insertions(+)
diff --git a/doc/developer.texi b/doc/developer.texi
index 6db93ce..b3928d3 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -403,6 +403,35 @@ finding a new
Hi
On Sat, Mar 26, 2016 at 09:28:08PM +0100, Thilo Borgmann wrote:
> Am 26.03.16 um 15:00 schrieb Josh de Kock:
> > On 26/03/2016 13:28, Michael Niedermayer wrote:
> >> +@section Code of conduct
> >> +
> >> +Respect other people, treat others the way you yourself want to be
> >> treated.
> > The
On Sun, Mar 27, 2016 at 7:35 PM, Michael Bradshaw wrote:
> Hi Aaron,
>
> This mailing list is intended for the development of FFmpeg itself. It
> sounds like you're working on your own project or personal
> customizations (without the plan of trying to upstream the changes
> into the mainline FFm
On Mon, Mar 28, 2016 at 12:10 AM, Thilo Borgmann wrote:
> Am 26.03.16 um 01:49 schrieb Hendrik Leppkes:
>> On Sat, Mar 26, 2016 at 1:12 AM, Thilo Borgmann
>> wrote:
When you go from talking about a developers concerns to just pushing,
then how else do you think someone should feel
Hi Aaron,
This mailing list is intended for the development of FFmpeg itself. It
sounds like you're working on your own project or personal
customizations (without the plan of trying to upstream the changes
into the mainline FFmpeg code), in which case the libav-user mailing
list sounds like the m
On Sun, Mar 27, 2016 at 11:01:11AM +0530, Disha Singh wrote:
> > testing this
> > ./ffmpeg -i in.m4a test.mlp
> > says it needs 'To use it anyways, you must set "-strict inofficial".'
> > thats ok if it would work:
> >
> > ./ffmpeg -i in.m4a -strict inofficial test.mlp
> > [mlp @ 0x2494740] Unable
Am 26.03.16 um 21:28 schrieb Thilo Borgmann:
> [...]
>> Remember that there are others who try to benefit from the project, and
>> in different ways. Some want to use it, some want to contribute to it,
>> but the main thing is that we all have a goal--to help each other.
>
> Remember that there a
Am 26.03.16 um 01:49 schrieb Hendrik Leppkes:
> On Sat, Mar 26, 2016 at 1:12 AM, Thilo Borgmann
> wrote:
>>>
>>> When you go from talking about a developers concerns to just pushing,
>>> then how else do you think someone should feel?
>>
>> You are again ignoring what I did and what I've written
Am 27.03.16 um 15:53 schrieb wm4:
> On Sat, 26 Mar 2016 01:12:17 +0100
> Thilo Borgmann wrote:
>
>> Am 25.03.16 um 21:12 schrieb wm4:
>>> On Fri, 25 Mar 2016 19:41:40 +0100
>>> Thilo Borgmann wrote:
>>>
Am 25.03.16 um 18:48 schrieb Hendrik Leppkes:
> On Fri, Mar 25, 2016 at 6:26 PM
On Sun, Mar 27, 2016 at 6:09 PM, Marton Balint wrote:
> Signed-off-by: Marton Balint
> ---
> libavcodec/utils.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/libavcodec/utils.c b/libavcodec/utils.c
> index c625bbc..073c6fa 100644
> --- a/libavcodec/utils.c
> +++ b/li
Hi,
on my device ("OMX.allwinner.video.decoder.avc") returned stride property
is always 0.
I have found that stride is overridden for "OMX.SEC.avc.dec" and prepared
the similar patch.
But probably it is better to change comparison at the line above to "value
> 0"?
>s->stride = value >= 0 ? val
---
libavcodec/mediacodecdec.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c
index d385651..b6e7c46 100644
--- a/libavcodec/mediacodecdec.c
+++ b/libavcodec/mediacodecdec.c
@@ -266,6 +266,8 @@ static int mediacodec_dec_parse_format(AV
On Sun, Mar 27, 2016 at 07:08:00PM +0200, Timo Rothenpieler wrote:
> ping
LGTM
thx
[..]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Those who are too smart to engage in politics are punished by being
governed by those who are dumber. -- Plato
signature.asc
De
On Sun, Mar 27, 2016 at 4:10 PM, Michael Niedermayer wrote:
> On Thu, Mar 24, 2016 at 03:03:01PM +, Carl Eugen Hoyos wrote:
> > Aaron Boxer gmail.com> writes:
> >
> > > Anyways, the important thing here is to ensure that
> > > code from other projects gets proper attribution.
> >
> > Then pl
On Thu, Mar 24, 2016 at 03:03:01PM +, Carl Eugen Hoyos wrote:
> Aaron Boxer gmail.com> writes:
>
> > Anyways, the important thing here is to ensure that
> > code from other projects gets proper attribution.
>
> Then please send a patch that adds the attribution,
> remember that it is based
>>>Kieran Kunhya schrieb am So, 27.3.2016:
> On Sun, 27 Mar 2016 at 13:22 Thomas Mundt
> wrote:
>
>> Ronald S. Bultje schrieb am So, 27.3.2016:
>> > On Sun, Mar 27, 2016 at 7:09 AM, Thomas Mundt > ffmpeg.org> wrote:
>> >
>> >> >>>Ronald S. Bultje schrieb am Sa, 26.3.2016:
>> >> > On Sat, Mar
On Sat, Mar 26, 2016 at 14:24:53 +0100, Carl Eugen Hoyos wrote:
> -av_log(avctx, AV_LOG_WARNING,
> +av_log(avctx, AV_LOG_DEBUG,
> "Invalid cursor position: (%d,%d). Skipping cusor.\n",
"Unrelated fix", but you might as well fix the typo: ^
Moritz
__
On Sun, Mar 27, 2016 at 04:39:39PM +, Petru Rares Sincraian wrote:
>
> - Added test for: swscale_license()
> - Added test for: alphaless_fmt()
> - Added test for: alloc_gamma_tbl()
[...]
> +static void test_alloc_gamma_tbl(void)
> +{
> +uint16_t *tbl = alloc_gamma_tbl(1.
On Sun, Mar 27, 2016 at 04:39:39PM +, Petru Rares Sincraian wrote:
>
> - Added test for: swscale_license()
> - Added test for: alphaless_fmt()
> - Added test for: alloc_gamma_tbl()
[...]
> +static void test_alphaless_fmt(void)
> +{
> +int result;
> +
> +result = alph
On Sun, Mar 27, 2016 at 2:39 PM, Aaron Boxer wrote:
> Hello Again,
>
> I have a C++ version of openjpeg that I would like to use with FFmpeg -
> this
> library is going to be statically linked, just like the C version of
> openjpeg.
>
> Are there any special flags I need to set to link with the C
Hello Again,
I have a C++ version of openjpeg that I would like to use with FFmpeg - this
library is going to be statically linked, just like the C version of
openjpeg.
Are there any special flags I need to set to link with the C++ version,
which uses the STL and C++11 ?
Thanks so much,
Aaron
__
>> In come cases APNG encoder generate only static video.
>>
>> The errors are located in the apng_encode_frame function (pngenc.c file).
>>
>> The
>> av_frame_copy(diffFrame, s->last_frame);
>> and
>> av_frame_copy(diffFrame, s->last_frame);
>>
>> functions doesn't work if the image size was chang
---
libavcodec/audiotoolboxdec.c | 35 ++-
1 file changed, 34 insertions(+), 1 deletion(-)
diff --git a/libavcodec/audiotoolboxdec.c b/libavcodec/audiotoolboxdec.c
index 270e07f..1fa6f16 100644
--- a/libavcodec/audiotoolboxdec.c
+++ b/libavcodec/audiotoolboxdec.c
@
---
libavcodec/audiotoolboxenc.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/libavcodec/audiotoolboxenc.c b/libavcodec/audiotoolboxenc.c
index 22352da..2fca15b 100644
--- a/libavcodec/audiotoolboxenc.c
+++ b/libavcodec/audiotoolboxenc.c
@@ -307,6 +307,7 @@ static av_c
- ADTS-formatted AAC didn't work
- Channel layouts were never exported
- Channel mappings were incorrect beyond stereo
- Channel counts weren't updated after packets were decoded
- Timestamps were exported incorrectly
---
libavcodec/audiotoolboxdec.c | 248 -
- size variables were used in a confusing way
- incorrect size var use led to channel layouts not being set properly
- channel layouts were incorrectly mapped for >2-channel AAC
- bitrates not accepted by the encoder were discarded instead of being clamped
- some minor style/indentation fixes
---
This isn't necessary here, and for some reason broke only multichannel
AAC encoding when a channel layout tag was set.
---
libavcodec/audiotoolboxenc.c | 16 +++-
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/libavcodec/audiotoolboxenc.c b/libavcodec/audiotoolboxenc.c
The build failure here is caused by the enum value not being defined, but
as long as we're on a newer SDK that has it, it's safe to use it even
when our deployment target is older. Setting the property will error, but
we're not failing on errors there.
---
libavcodec/audiotoolboxenc.c | 2 +-
1 fi
ping
Any objections/problems, or can I push this?
Timo
signature.asc
Description: OpenPGP digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On 3/27/16, Dmitriy wrote:
> In come cases APNG encoder generate only static video.
>
> The errors are located in the apng_encode_frame function (pngenc.c file).
>
> The
> av_frame_copy(diffFrame, s->last_frame);
> and
> av_frame_copy(diffFrame, s->last_frame);
>
> functions doesn't work if the im
- Added test for: swscale_license()
- Added test for: alphaless_fmt()
- Added test for: alloc_gamma_tbl()
---
libswscale/Makefile | 1 +
libswscale/utils.c| 158 ++
tests/Makefile| 1 +
tests/fate/li
Stream duration might not be reliable, let's not use if the frame size is known.
Signed-off-by: Marton Balint
---
libavformat/mov.c| 2 ++
tests/ref/fate/gaplessenc-itunes-to-ipod-aac | 4 ++--
tests/ref/fate/gaplessenc-pcm-to-mov-aac | 4 ++--
3 files changed, 6
Signed-off-by: Marton Balint
---
libavcodec/utils.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index c625bbc..073c6fa 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -2337,8 +2337,7 @@ int attribute_align_arg
avcodec_
On Fri, Mar 25, 2016 at 11:45 PM, Matthieu Bouron wrote:
> The following patchset aims to make bitexact the yuv->rgba armv7 neon code
> path
> with the aarch64 one. It also aims to make the two code bases as close as
> possible.
>
> [PATCH 01/10] swscale/arm/yuv2rgb: remove 32bit code path
>
> Th
In come cases APNG encoder generate only static video.
The errors are located in the apng_encode_frame function (pngenc.c file).
The
av_frame_copy(diffFrame, s->last_frame);
and
av_frame_copy(diffFrame, s->last_frame);
functions doesn't work if the image size was changed in
apng_do_inverse_blend
Hi,
patch attached.
From 9105f16ae41a49cf3f914a768a10959b2c4ba70e Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Sun, 27 Mar 2016 13:02:33 +0200
Subject: [PATCH] avcodec: add dca core extraction bsf
Signed-off-by: Paul B Mahol
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c
Fixed on a new patch
On Sun, Mar 27, 2016 at 8:54 PM, Hendrik Leppkes
wrote:
> On Sun, Mar 27, 2016 at 1:52 PM, wrote:
> > From: Crossle Song
> >
> > Fix error libavcodec/audiotoolboxenc.c use of undeclared
> > 'kAudioCodecPropertyBitRateControlMode' on iOS
> >
> > AudioToolbox now support iO
From: Crossle Song
Fix error libavcodec/audiotoolboxenc.c use of undeclared
'kAudioCodecPropertyBitRateControlMode' on iOS
AudioToolbox now support iOS
---
libavcodec/audiotoolboxenc.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/libavcodec/audiotoolboxenc.c b/libavcodec/audi
On Sat, 26 Mar 2016 01:12:17 +0100
Thilo Borgmann wrote:
> Am 25.03.16 um 21:12 schrieb wm4:
> > On Fri, 25 Mar 2016 19:41:40 +0100
> > Thilo Borgmann wrote:
> >
> >> Am 25.03.16 um 18:48 schrieb Hendrik Leppkes:
> >>> On Fri, Mar 25, 2016 at 6:26 PM, Thilo Borgmann
> >>> wrote:
> >>>
On Sat, 26 Mar 2016 16:56:55 -0600
Nic Wolfe wrote:
> The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft,
> and PixelCropRight elements:
> https://www.matroska.org/technical/specs/index.html
>
> This commit adds support for demuxing these values so that
> applications using
On Sun, Mar 27, 2016 at 1:52 PM, wrote:
> From: Crossle Song
>
> Fix error libavcodec/audiotoolboxenc.c use of undeclared
> 'kAudioCodecPropertyBitRateControlMode' on iOS
>
> AudioToolbox now support iOS
> ---
> libavcodec/audiotoolboxenc.c | 7 ++-
> 1 file changed, 6 insertions(+), 1 dele
>>>Kieran Kunhya schrieb am So, 27.3.2016:
> On Sun, 27 Mar 2016 at 13:22 Thomas Mundt
> wrote:
>
>> Ronald S. Bultje schrieb am So, 27.3.2016:
>> > On Sun, Mar 27, 2016 at 7:09 AM, Thomas Mundt > ffmpeg.org> wrote:
>> >
>> >> >>>Ronald S. Bultje schrieb am Sa, 26.3.2016:
>> >> > On Sat, Mar
On Sun, 27 Mar 2016 at 13:22 Thomas Mundt
wrote:
> Ronald S. Bultje schrieb am So, 27.3.2016:
> > On Sun, Mar 27, 2016 at 7:09 AM, Thomas Mundt ffmpeg.org> wrote:
> >
> >> >>>Ronald S. Bultje schrieb am Sa, 26.3.2016:
> >> > On Sat, Mar 26, 2016 at 10:04 AM, Thomas Mundt at
> >> ffmpeg.org> w
Ronald S. Bultje schrieb am So, 27.3.2016:
> On Sun, Mar 27, 2016 at 7:09 AM, Thomas Mundt ffmpeg.org> wrote:
>
>> >>>Ronald S. Bultje schrieb am Sa, 26.3.2016:
>> > On Sat, Mar 26, 2016 at 10:04 AM, Thomas Mundt > ffmpeg.org> wrote:
>> >
>> >Kieran Kunhya schrieb am Sa, 26.3.2016:
>> >> >>
On Fri, Mar 25, 2016 at 12:50:29PM -0400, Predrag Filipovic wrote:
> Enable proper PCR insertion for VBR multiplexing (muxrate not specified).
> Insertion timing is based on video frame keys and frame period, consequently
> pcr period precision is limited to +/- one video frame period.
>
> Signed-
From: Crossle Song
Fix error libavcodec/audiotoolboxenc.c use of undeclared
'kAudioCodecPropertyBitRateControlMode' on iOS
AudioToolbox now support iOS
---
libavcodec/audiotoolboxenc.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/libavcodec/audiotoolboxenc.c b/libav
Hi,
On Sun, Mar 27, 2016 at 7:09 AM, Thomas Mundt <
loudmax-at-yahoo...@ffmpeg.org> wrote:
> >>>Ronald S. Bultje schrieb am Sa, 26.3.2016:
> > On Sat, Mar 26, 2016 at 10:04 AM, Thomas Mundt ffmpeg.org> wrote:
> >
> >Kieran Kunhya schrieb am Sa, 26.3.2016:
> >> >> On Fri, 25 Mar 2016 at 22:
>>>Ronald S. Bultje schrieb am Sa, 26.3.2016:
> On Sat, Mar 26, 2016 at 10:04 AM, Thomas Mundt ffmpeg.org> wrote:
>
>Kieran Kunhya schrieb am Sa, 26.3.2016:
>> >> On Fri, 25 Mar 2016 at 22:32 Thomas Mundt
>> >> ffmpeg.org> wrote:
>> >
>> >> Signed-off-by: Thomas Mundt
>> >> ---
>> >> li
51 matches
Mail list logo