Hello,
On 08/10/2015 01:18 PM, Ronald S. Bultje wrote:
> Hi Frank,
>
> On Sun, Aug 9, 2015 at 2:28 PM, Frank Lömker wrote:
>
>> http://www.valdyas.org/fading/index.cgi/2015/04/06
>
> I think there's a pretty big misunderstanding here: you think we're just
> frivolously changing API to anno
On Wed, Jul 29, 2015 at 1:44 AM, Rostislav Pehlivanov
wrote:
> With the new method to determine the phase, the functions
> got sufficiently large to have their own file.
> There are absolutely no changes from the IS patch from
> this patchset, this commit simply moves it out of aaccoder.c
> Encodi
On Wed, Jul 29, 2015 at 1:44 AM, Rostislav Pehlivanov
wrote:
> As well as tables littered everywhere, functions were spread
> out all across the encoder's files. This moves them to a single
> place where they can be used by either the encoder's main files
> or additional encoder files. Additionall
On Tue, Aug 11, 2015 at 10:12:25AM +0800, 周晓勇 wrote:
>
>
>
> > -原始邮件-
> > 发件人: "Michael Niedermayer"
> > 发送时间: 2015年8月11日 星期二
> > 收件人: "FFmpeg development discussions and patches"
> > 抄送:
> > 主题: Re: [FFmpeg-devel] [PATCH] avcodec: use looking up crop table method
> > when do clip
>
Signed-off-by: Ganesh Ajjanagadde
---
doc/ffmpeg.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 04dea6d..3d9fa3a 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -295,8 +295,8 @@ Set the file size limit, expressed in bytes
Fixes Ticket4595
Signed-off-by: Ganesh Ajjanagadde
---
doc/ffplay.texi | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index 1ee3c30..c98c3bb 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -47,9 +47,15 @@ Disable video.
@it
Hi,
On Mon, Aug 10, 2015 at 10:12 PM, 周晓勇 wrote:
>
>
>
> > -原始邮件-
> > 发件人: "Michael Niedermayer"
> > 发送时间: 2015年8月11日 星期二
> > 收件人: "FFmpeg development discussions and patches" <
> ffmpeg-devel@ffmpeg.org>
> > 抄送:
> > 主题: Re: [FFmpeg-devel] [PATCH] avcodec: use looking up crop table meth
> -原始邮件-
> 发件人: "Michael Niedermayer"
> 发送时间: 2015年8月11日 星期二
> 收件人: "FFmpeg development discussions and patches"
> 抄送:
> 主题: Re: [FFmpeg-devel] [PATCH] avcodec: use looking up crop table method when
> do clip
>
> On Fri, Aug 07, 2015 at 05:30:01PM +0800, 周晓勇 wrote:
> > based on last
On Mon, Aug 10, 2015 at 9:51 PM, Ganesh Ajjanagadde
wrote:
> Moves structure definitions and related macros to g729dec.h
> Also exports format in priv_data
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavcodec/g729dec.c | 111 ++---
> libavcodec/g729dec.h |
Moves structure definitions and related macros to g729dec.h
Also exports format in priv_data
Signed-off-by: Ganesh Ajjanagadde
---
libavcodec/g729dec.c | 111 ++---
libavcodec/g729dec.h | 138 +++
2 files changed
Add trivial g729 parser; fixes Ticket4753
Signed-off-by: Ganesh Ajjanagadde
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/g729.h| 4 +++
libavcodec/g729_parser.c | 90
4 files changed, 96 insertions(+)
On Tue, Jul 28, 2015 at 09:54:06PM +0300, Ludmila Glinskih wrote:
> Works only for flv, h263 and huffyuv decoders, for video with yuv420p pixel
> format.
> Makes only one pass through the file (this should be changed to two passes)
> ---
> tests/api/Makefile| 1 +
> tests/api/api-band-t
On Tue, Aug 11, 2015 at 12:42:04AM +0200, Mariusz Szczepańczyk wrote:
> On Mon, Aug 10, 2015 at 6:41 PM, Michael Niedermayer > wrote:
>
> > On Sun, Aug 09, 2015 at 02:38:12AM +0200, Mariusz Szczepańczyk wrote:
> > > ---
> > > libavformat/ftp.c | 98
> > +++
On Mon, Aug 10, 2015 at 08:05:37PM -0400, Ronald S. Bultje wrote:
> Hi,
>
> On Fri, Aug 7, 2015 at 5:30 AM, 周晓勇 wrote:
>
> > based on last h264qpel optimization patch i have pushed
> > do i need separate this patch to double? cause one file to change loongson
> > arch
> > use looking up crop tab
Hi,
On Fri, Aug 7, 2015 at 5:30 AM, 周晓勇 wrote:
> based on last h264qpel optimization patch i have pushed
> do i need separate this patch to double? cause one file to change loongson
> arch
> use looking up crop table method may boost up decode on loongson, and with
> this patch x86 pass fate too
On Mon, Aug 10, 2015 at 6:41 PM, Michael Niedermayer wrote:
> On Sun, Aug 09, 2015 at 02:38:12AM +0200, Mariusz Szczepańczyk wrote:
> > ---
> > libavformat/ftp.c | 98
> +++
> > 1 file changed, 84 insertions(+), 14 deletions(-)
> >
> > diff --g
On Fri, Aug 07, 2015 at 05:30:01PM +0800, 周晓勇 wrote:
> based on last h264qpel optimization patch i have pushed
> do i need separate this patch to double? cause one file to change loongson
> arch
> use looking up crop table method may boost up decode on loongson, and with
> this patch x86 pass fat
On Mon, Aug 10, 2015 at 10:09:52PM +0200, Marton Balint wrote:
> Stream timebase should be set using avpriv_set_pts_info, otherwise
> avctx->pkt_timebase is not correct.
>
> This should fix ticket #4766.
>
> Patch is only compile tested.
should be ok if someone tests it
or if noone does within a
Stream timebase should be set using avpriv_set_pts_info, otherwise
avctx->pkt_timebase is not correct.
This should fix ticket #4766.
Patch is only compile tested.
Signed-off-by: Marton Balint
---
libavformat/avisynth.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/l
On 8/10/15, Lou Logan wrote:
> On Mon, 10 Aug 2015 15:51:24 +0200, Paul B Mahol wrote:
>
> [...]
>
>> +@section showfreqs
>> +
>> +Convert input audio to video output, representing the audio power
>> spectrum.
>
> You can remove that comma.
>
>> +Audio amplitude is on Y-axis while frequencies are
On Mon, 10 Aug 2015 15:51:24 +0200, Paul B Mahol wrote:
[...]
> +@section showfreqs
> +
> +Convert input audio to video output, representing the audio power spectrum.
You can remove that comma.
> +Audio amplitude is on Y-axis while frequencies are on X-axis.
Audio amplitude is on Y-axis while
On 8/8/15, Ganesh Ajjanagadde wrote:
> On Fri, Aug 7, 2015 at 6:05 PM, Paul B Mahol wrote:
>> Dana 7. 8. 2015. 22:44 osoba "Ganesh Ajjanagadde"
>> napisala je:
>>>
>>> On Fri, Aug 7, 2015 at 4:09 PM, Paul B Mahol wrote:
>>> > On 8/7/15, Ganesh Ajjanagadde wrote:
>>> >> On Fri, Aug 7, 2015 at 1
On Sun, Aug 09, 2015 at 02:38:11AM +0200, Mariusz Szczepańczyk wrote:
> ---
> libavformat/ftp.c | 18 --
> 1 file changed, 8 insertions(+), 10 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Good people do not need l
On Sun, Aug 09, 2015 at 02:38:12AM +0200, Mariusz Szczepańczyk wrote:
> ---
> libavformat/ftp.c | 98
> +++
> 1 file changed, 84 insertions(+), 14 deletions(-)
>
> diff --git a/libavformat/ftp.c b/libavformat/ftp.c
> index 542cf6a..5a312b9 1006
On 8/9/15, Kieran Kunhya wrote:
> On 9 August 2015 at 12:20, Paul B Mahol wrote:
>> ---
>> libavfilter/vsrc_testsrc.c | 36 +++-
>> 1 file changed, 23 insertions(+), 13 deletions(-)
>
> I'll test the SD version on the scope on Monday (cc'ing dericed who
> can prob
On Sun, Aug 09, 2015 at 02:38:10AM +0200, Mariusz Szczepańczyk wrote:
> From: Lukasz Marek
>
> Signed-off-by: Lukasz Marek
> ---
> libavformat/ftp.c | 193
> ++
> 1 file changed, 182 insertions(+), 11 deletions(-)
applied
thanks
[...]
--
On Mon, Aug 10, 2015 at 03:51:24PM +0200, Paul B Mahol wrote:
> Hi,
>
> Here is yet another updated version, please comment.
> configure |2
> doc/filters.texi| 104
> libavfilter/Makefile|1
> libavfilter/allfilters.c|1
> libav
Hi,
Here is yet another updated version, please comment.
0001-avfilter-add-showfreqs-filter.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Fri, Jul 31, 2015 at 05:35:11PM +0200, Michael Niedermayer wrote:
> On Fri, Jul 24, 2015 at 07:06:02PM +0200, Michael Niedermayer wrote:
> > Hi all
> >
> > as you all probably know FFmpeg/Mplayer/... is searching for a
> > new free server & hosting ...
> >
> > We received the following offers
Hi Frank,
On Sun, Aug 9, 2015 at 2:28 PM, Frank Lömker wrote:
> http://www.valdyas.org/fading/index.cgi/2015/04/06
I think there's a pretty big misunderstanding here: you think we're just
frivolously changing API to annoy you. That's not the case. We're
changing/adding API to expose new fe
On Sun, 2015-08-09 at 20:32 +0200, Marton Balint wrote:
> Since 53f2ef2c4afb1d49a679dea9163cb0e4671f3117 seeking is done using PTS.
>
> Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
On Mon, 10 Aug 2015 02:39:28 +0200
Frank Lömker wrote:
> Hello,
>
> On 08/09/2015 08:51 PM, Hendrik Leppkes wrote:
> > On Sun, Aug 9, 2015 at 8:28 PM, Frank Lömker wrote:
> >> And that's even the easy part. A lot of people don't update there
> >> distribution every six months, often it's years
32 matches
Mail list logo