Re: [FFmpeg-devel] [PATCH] [BACKPORT] tests: drop bc dependency

2015-05-13 Thread Michael Niedermayer
On Wed, May 13, 2015 at 05:28:32PM -0700, Timothy Gu wrote: > Hi all, > > I find commit a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6 [1]: > > commit a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6 > Author: Clément Bœsch > Date: Mon Jan 19 22:56:59 2015 +0100 > > tests: drop bc depen

Re: [FFmpeg-devel] [PATCH] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni hv mc functions

2015-05-13 Thread Michael Niedermayer
On Wed, May 13, 2015 at 11:46:32AM +, Nedeljko Babic wrote: > LGTM applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the wisest man alive, for I know one thing, and that is that I know nothing. -- Socrates signature.asc Description: Digi

[FFmpeg-devel] [PATCH] [BACKPORT] tests: drop bc dependency

2015-05-13 Thread Timothy Gu
Hi all, I find commit a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6 [1]: commit a982c5d74fbc7ff5bd2f2f73af61ae48e9b1bcc6 Author: Clément Bœsch Date: Mon Jan 19 22:56:59 2015 +0100 tests: drop bc dependency We already have a dependency on awk and bc is sometimes not

Re: [FFmpeg-devel] [PATCH] nutdec: Remove unused label

2015-05-13 Thread Michael Niedermayer
On Wed, May 13, 2015 at 04:23:09PM -0700, Timothy Gu wrote: > Added in 361702660d2c37a63b7d6381d39e1e1de8405260. Modified version that > doesn't use this label merged in 55231323b0fdc84a529418d673148cf1f3157229, > thus obsoleting this label. > --- > libavformat/nutdec.c | 6 ++ > 1 file change

[FFmpeg-devel] [PATCH] nutdec: Remove unused label

2015-05-13 Thread Timothy Gu
Added in 361702660d2c37a63b7d6381d39e1e1de8405260. Modified version that doesn't use this label merged in 55231323b0fdc84a529418d673148cf1f3157229, thus obsoleting this label. --- libavformat/nutdec.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libavformat/nutdec.c b/

Re: [FFmpeg-devel] [PATCH] FFV1 specification: Add more details about the configuration record

2015-05-13 Thread Michael Niedermayer
On Wed, May 13, 2015 at 11:34:45PM +0200, Jerome Martinez wrote: > Le 13/05/2015 21:58, Michael Niedermayer a écrit : > >Does the text somewhere say why just avi and mp4 are listed as > >containers ? (i didnt spot that but i might have missed it) > > They are the only containers I know supporting

Re: [FFmpeg-devel] [PATCH] FFV1 specification: Add more details about the configuration record

2015-05-13 Thread Jerome Martinez
Le 13/05/2015 21:58, Michael Niedermayer a écrit : Does the text somewhere say why just avi and mp4 are listed as containers ? (i didnt spot that but i might have missed it) They are the only containers I know supporting FFV1 (Matroska is not listed here because it does not support FFV1 direct

Re: [FFmpeg-devel] (no subject)

2015-05-13 Thread Michael Niedermayer
On Wed, May 13, 2015 at 03:15:35PM -0400, Ronald S. Bultje wrote: > Hi, > > On Wed, May 13, 2015 at 12:31 PM, Rainer Hochecker > wrote: > > > > > From 85ea58a3129b1766d44bf1425c6656d7a4f5624c Mon Sep 17 00:00:00 2001 > > From: Rainer Hochecker > > Date: Wed, 13 May 2015 18:21:38 +0200 > > Subje

Re: [FFmpeg-devel] [PATCH] FFV1 specification: Add more details about the configuration record

2015-05-13 Thread Michael Niedermayer
On Wed, May 13, 2015 at 06:47:11PM +0200, Jerome Martinez wrote: [...] > @@ -2661,7 +2728,7 @@ if( keyframe ) { > \begin_inset space ~ > \end_inset > > -if( version < 2 ) [...] > +key "AVI" > + > +\end_inset > + > + for more information about chunks. > +\end_layout > + > +\begin_layout Descri

Re: [FFmpeg-devel] (no subject)

2015-05-13 Thread Ronald S. Bultje
Hi, On Wed, May 13, 2015 at 12:31 PM, Rainer Hochecker wrote: > > From 85ea58a3129b1766d44bf1425c6656d7a4f5624c Mon Sep 17 00:00:00 2001 > From: Rainer Hochecker > Date: Wed, 13 May 2015 18:21:38 +0200 > Subject: [PATCH] swr: fix alignment issue caused by 8ch sse functions > > --- > libswresam

[FFmpeg-devel] ffserver jpg patch

2015-05-13 Thread ill
So it the patch good now? It has authors and everything. On Mon, May 11, 2015 at 05:02:34PM -0600, ill wrote: That is what I sent. It is the same file. I have run the git format-patch -1 on this as well, not that the command seems to do anything to the patch file itself. you would have to atta

Re: [FFmpeg-devel] [PATCH 1/2] cafdec: check avio_read return value

2015-05-13 Thread Andreas Cadhalpun
On 13.05.2015 00:46, Carl Eugen Hoyos wrote: > Andreas Cadhalpun googlemail.com> writes: > >> If avio_read fails, the buffer can contain uninitialized values. > > Patch ok. Pushed. Best regards, Andreas ___ ffmpeg-devel mailing list ffmpeg-devel@ffm

[FFmpeg-devel] Re: [PATCH 2/2] cafdec: free extradata before allocating it

2015-05-13 Thread Andreas Cadhalpun
On 13.05.2015 00:47, Carl Eugen Hoyos wrote: > Andreas Cadhalpun googlemail.com> writes: > >> This fixes a memleak if read_kuki_chunk is executed more than once. > > LGTM. Pushed. Best regards, Andreas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmp

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread Ronald S. Bultje
Hi, On Wed, May 13, 2015 at 2:01 PM, Carl Eugen Hoyos wrote: > compn mi.rr.com> writes: > > > i just proved it worked on winxp from 2004 to > > jan 2015 (r37368). > > And as said, this is a completely useless proof > because a user will only test current MPlayer > (not ancient versions). > > (N

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread Carl Eugen Hoyos
compn mi.rr.com> writes: > i just proved it worked on winxp from 2004 to > jan 2015 (r37368). And as said, this is a completely useless proof because a user will only test current MPlayer (not ancient versions). (Note that you of course only proved that it works with two versions, one from

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread compn
On Wed, 13 May 2015 17:39:01 + (UTC) Carl Eugen Hoyos wrote: > compn mi.rr.com> writes: > > > MPlayer dev-CVS-040406-03:13-3.3.1 (C) 2000-2004 > > Don't you agree that it is of (very) limited > usefulness that the patch you committed would > have worked ten years ago but doesn't work now

[FFmpeg-devel] [PATCH] ffprobe: add stream_index to frame data

2015-05-13 Thread Dave Rice
This patch adds the stream_index to frame data so that a frame may be associated back to the parent stream, otherwise it is difficult to associate them clearly. Dave Rice 0001-ffprobe-print-stream_index-with-frame-data.patch Description: Binary data

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread Carl Eugen Hoyos
compn mi.rr.com> writes: > MPlayer dev-CVS-040406-03:13-3.3.1 (C) 2000-2004 Don't you agree that it is of (very) limited usefulness that the patch you committed would have worked ten years ago but doesn't work now? Carl Eugen ___ ffmpeg-devel maili

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread compn
On Wed, 13 May 2015 16:21:33 + (UTC) Carl Eugen Hoyos wrote: > compn mi.rr.com> writes: > > > D:\>mplayer g729stereo.wav > > MPlayer sherpya-r37368+g52f2adc-4.9.2 > > This is too old. no one has touched the binary loader code in years, so the same codecs.conf entry will work in old mplaye

Re: [FFmpeg-devel] [PATCH] avcodec: loongson3 optimized mpegvideo dct with mmi

2015-05-13 Thread Michael Niedermayer
On Wed, May 13, 2015 at 04:29:46PM +0800, 周晓勇 wrote: > sorry, the last same patch has error in libavcodec/mips/mpegvideo_mips.h > this one below is ok. > --- > > From 3e1a538f6c2999e31e90161cf1d90b984c405676 Mon Sep 17 00:00:00 2001 > From: ZhouXiaoyong > Date: Wed, 13 May 2015 23:22:49 +0800 > S

[FFmpeg-devel] [PATCH] FFV1 specification: Add more details about the configuration record

2015-05-13 Thread Jerome Martinez
Add more details about the configuration record Version 2+ of the format has a configuration record which is in the underlying container track definition. GlobalHeader definition is split in 2 parts: - a configuration record part, including more details about how to find it in AVI and MP4, includ

[FFmpeg-devel] (no subject)

2015-05-13 Thread Rainer Hochecker
[PATCH] swr: fix alignment issue caused by 8ch sse functions Fix crash when doing 8 ch conversion from apps compiled with MSVS Thanks to Ronald for giving this hint: https://ffmpeg.org/pipermail/ffmpeg-devel/2015-May/173049.html ___ ffmpeg-devel mailing

[FFmpeg-devel] (no subject)

2015-05-13 Thread Rainer Hochecker
>From 85ea58a3129b1766d44bf1425c6656d7a4f5624c Mon Sep 17 00:00:00 2001 From: Rainer Hochecker Date: Wed, 13 May 2015 18:21:38 +0200 Subject: [PATCH] swr: fix alignment issue caused by 8ch sse functions --- libswresample/swresample.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) d

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread Carl Eugen Hoyos
compn mi.rr.com> writes: > D:\>mplayer g729stereo.wav > MPlayer sherpya-r37368+g52f2adc-4.9.2 This is too old. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread compn
On Wed, 13 May 2015 13:03:06 + (UTC) Carl Eugen Hoyos wrote: > compn mi.rr.com> writes: > > > mplayer can play your sample .wav file. but > > i only tested this on windows. > > How did you test? (Which command line?) > > Crashes on Linux, Carl Eugen humm, any unrecognized calls in mplay

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread Carl Eugen Hoyos
compn mi.rr.com> writes: > mplayer can play your sample .wav file. but > i only tested this on windows. How did you test? (Which command line?) Crashes on Linux, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mail

Re: [FFmpeg-devel] Fwd: Help with codecs

2015-05-13 Thread compn
On Tue, 12 May 2015 17:16:51 +0200 Fernandon Bautista wrote: > Dear all, > > we have some audio files that we need to convert to WAVE audio, > Microsoft PCM, 16 bit, mono 8000 Hz format. They are encoded in a > proprietary software codec that it only runs on Windows. We need to > process the aud

Re: [FFmpeg-devel] [PATCH] x86/swr: fix pack_8ch functions on compilers without aligned stack

2015-05-13 Thread Rainer Hochecker
Carl Eugen Hoyos ag.or.at> writes: > > So does adding attribute_align_arg to swr_convert_frame() > (and friends?) fix the issue? > > Carl Eugen > I added it to swr_convert and it does fix the issue here. Rainer ___ ffmpeg-devel mailing list ffmp

Re: [FFmpeg-devel] [PATCH] x86/swr: fix pack_8ch functions on compilers without aligned stack

2015-05-13 Thread Carl Eugen Hoyos
Rainer Hochecker online.de> writes: > > Kodi's build script suggests that FFmpeg is build > > with gcc - this crash and fix only ever applied to > > MSVC/ICL builds. > > It starts crashing with this commit: > https://github.com/FFmpeg/FFmpeg/commit/37b35feb So does adding attribute_align_arg

Re: [FFmpeg-devel] [PATCH] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni hv mc functions

2015-05-13 Thread Nedeljko Babic
LGTM Thanks, Nedeljko Od: ffmpeg-devel-boun...@ffmpeg.org [ffmpeg-devel-boun...@ffmpeg.org] u ime korisnika Shivraj Patil Poslato: 8. maj 2015 10:02 Za: ffmpeg-devel@ffmpeg.org Cc: Rob Isherwood; Shivraj Patil Tema: [FFmpeg-devel] [PATCH] avcodec/mips: MSA

Re: [FFmpeg-devel] [PATCH] x86/swr: fix pack_8ch functions on compilers without aligned stack

2015-05-13 Thread Rainer Hochecker
Hendrik Leppkes gmail.com> writes: > > > > Kodi's build script suggests that FFmpeg is build with gcc - this > crash and fix only ever applied to MSVC/ICL builds. > It starts crashing with this commit: https://github.com/FFmpeg/FFmpeg/commit/37b35feb64e4e0382cd5e4502dbf0f7ff9aa0 b5f Rainer

Re: [FFmpeg-devel] [PATCH] x86/swr: fix pack_8ch functions on compilers without aligned stack

2015-05-13 Thread Ronald S. Bultje
Hi, On Wed, May 13, 2015 at 7:18 AM, Ronald S. Bultje wrote: > Hi, > > On Wed, May 13, 2015 at 6:24 AM, Hendrik Leppkes > wrote: > >> On Wed, May 13, 2015 at 12:09 PM, Rainer Hochecker >> wrote: >> > Carl Eugen Hoyos ag.or.at> writes: >> > >> > >> >> >> >> That sounds impossible since the pat

Re: [FFmpeg-devel] [PATCH] x86/swr: fix pack_8ch functions on compilers without aligned stack

2015-05-13 Thread Ronald S. Bultje
Hi, On Wed, May 13, 2015 at 6:24 AM, Hendrik Leppkes wrote: > On Wed, May 13, 2015 at 12:09 PM, Rainer Hochecker > wrote: > > Carl Eugen Hoyos ag.or.at> writes: > > > > > >> > >> That sounds impossible since the patch was pushed as > >> http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=f7ed

Re: [FFmpeg-devel] [PATCH] doc/ffprobe.xsd: add build_date and build_time as optional attributes

2015-05-13 Thread Stefano Sabatini
On date Tuesday 2015-05-12 16:56:24 -0400, Dave Rice encoded: > This patch puts back two attributes that were removed in 7b35a01. If I > understand correctly the intent of patch 7b35a01 was to no longer use > build_date and build_time as attributes of programVersion, but the patch also > had the

Re: [FFmpeg-devel] [PATCH] doc/ffprobe.xsd: remove extra sequence from streamType

2015-05-13 Thread Stefano Sabatini
On date Tuesday 2015-05-12 16:49:13 -0400, Dave Rice encoded: > I found that ffprobe.xsd could no longer validate records, this patch makes > the xsd valid once again. > Best Regards, > Dave Rice > > > From f55d5dfd3a4980f6f86efee76d18453c7b534b2a Mon Sep 17 00:00:00 2001 > From: Dave Rice > Da

Re: [FFmpeg-devel] [PATCH] ff_h[yc]scale_fast_mmext always clobbers %rbx

2015-05-13 Thread Michael Niedermayer
On Tue, May 12, 2015 at 06:12:01PM -0700, Nick Lewycky wrote: > On 11 May 2015 at 16:18, Michael Niedermayer wrote: > > > On Mon, May 11, 2015 at 03:55:40PM -0700, Nick Lewycky wrote: > > > On 8 May 2015 at 14:28, Michael Niedermayer wrote: > > > > > > > On Fri, May 08, 2015 at 12:43:20PM -0700,

Re: [FFmpeg-devel] [PATCH] x86/swr: fix pack_8ch functions on compilers without aligned stack

2015-05-13 Thread Hendrik Leppkes
On Wed, May 13, 2015 at 12:09 PM, Rainer Hochecker wrote: > Carl Eugen Hoyos ag.or.at> writes: > > >> >> That sounds impossible since the patch was pushed as >> http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=f7ed997a >> >> Carl Eugen >> > > Why exactly is that impossible? > It crashes in ff

Re: [FFmpeg-devel] [PATCH] x86/swr: fix pack_8ch functions on compilers without aligned stack

2015-05-13 Thread Rainer Hochecker
Carl Eugen Hoyos ag.or.at> writes: > > That sounds impossible since the patch was pushed as > http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=f7ed997a > > Carl Eugen > Why exactly is that impossible? It crashes in ff_pack_8ch_float_to_int32_a_sse2 on Windows. Same code, same scenario

Re: [FFmpeg-devel] [PATCH] x86/swr: fix pack_8ch functions on compilers without aligned stack

2015-05-13 Thread Carl Eugen Hoyos
Rainer Hochecker online.de> writes: > Kodi crashes on Windows when doing 8 channel conversion. > This seems to be the source of the problem. That sounds impossible since the patch was pushed as http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=f7ed997a Carl Eugen

Re: [FFmpeg-devel] [PATCH] configure: disabled -mips64 option for loongson and remove redundant cpuflags

2015-05-13 Thread Michael Niedermayer
On Wed, May 13, 2015 at 12:50:20PM +0800, 周晓勇 wrote: > From 159cc99c2dc1cb4b68b48787cc53002cc7993c14 Mon Sep 17 00:00:00 2001 > From: ZhouXiaoyong > Date: Wed, 13 May 2015 12:33:30 +0800 > Subject: [PATCH] configure: disabled -mips64 option for loongson and remove > redundant cpuflags > > 1.Opti

Re: [FFmpeg-devel] [PATCH] x86/swr: fix pack_8ch functions on compilers without aligned stack

2015-05-13 Thread Rainer Hochecker
Michael Niedermayer gmx.at> writes: > > can someone who has ICL/MSVC setup test this please > failing that, lets apply the patch > > [...] Kodi crashes on Windows when doing 8 channel conversion. This seems to be the source of the problem. ___

Re: [FFmpeg-devel] [PATCH] avcodec: loongson3 optimized mpegvideo dct with mmi

2015-05-13 Thread 周晓勇
sorry, the last same patch has error in libavcodec/mips/mpegvideo_mips.h this one below is ok. --- >From 3e1a538f6c2999e31e90161cf1d90b984c405676 Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Wed, 13 May 2015 23:22:49 +0800 Subject: [PATCH] avcodec: loongson3 optimized mpegvideo dct with mmi

[FFmpeg-devel] [PATCH] avcodec: loongson3 optimized mpegvideo dct with mmi

2015-05-13 Thread 周晓勇
>From 3e0b5c6904593e3cf3599cef579927e92cf1a2fa Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Wed, 13 May 2015 23:22:49 +0800 Subject: [PATCH] avcodec: loongson3 optimized mpegvideo dct with mmi Signed-off-by: ZhouXiaoyong --- libavcodec/mips/Makefile | 2 + libavcodec/mips/mp

[FFmpeg-devel] [PATCH] avcodec: loongson3 optimized h264dsp weighted mc with mmi

2015-05-13 Thread 周晓勇
>From 1d06af967f8578387fc84d4eb268d31ecba1353d Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Wed, 13 May 2015 22:51:59 +0800 Subject: [PATCH] avcodec: loongson3 optimized h264dsp weighted mc with mmi Signed-off-by: ZhouXiaoyong --- libavcodec/mips/Makefile| 1 + libavcodec/mip