Re: [FFmpeg-devel] [PATCH] lavfi: Port fspp to FFmpeg

2014-12-16 Thread arwa arif
Updated the patch. Since, norm_qsclae uses "libavcodec/avcodec.h", can't remove it. From c168321361c99ccb8cea13de0091f112e401614e Mon Sep 17 00:00:00 2001 From: Arwa Arif Date: Sun, 14 Dec 2014 12:03:31 +0530 Subject: [PATCH] Port fspp to FFmpeg --- configure |1 + do

[FFmpeg-devel] libavutil: Added cbc mode to cast5.c

2014-12-16 Thread supraja reddy
Hi , Attached patch adds cbc mode to the existing code. Supraja From 3255d0bbaf31bf3c39b0e22882e52b34882f37d4 Mon Sep 17 00:00:00 2001 From: Supraja Meedinti Date: Wed, 17 Dec 2014 10:16:43 +0530 Subject: [PATCH] libavutil: Added cbc mode to cast128 Signed-off-by: Supraja Meedinti --- Changel

[FFmpeg-devel] [PATCH] aacps.c: Move large arrays to context to reduce stack usage.

2014-12-16 Thread Reimar Döffinger
Signed-off-by: Reimar Döffinger --- libavcodec/aacps.c | 4 ++-- libavcodec/aacps.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libavcodec/aacps.c b/libavcodec/aacps.c index 20012f9..ea5a5d2 100644 --- a/libavcodec/aacps.c +++ b/libavcodec/aacps.c @@ -908,8 +908,8 @@ st

Re: [FFmpeg-devel] [PATCH] flacenc: calculate lower sum levels in-place.

2014-12-16 Thread Reimar Döffinger
On Sun, Nov 23, 2014 at 08:42:29PM +0100, Michael Niedermayer wrote: > On Sat, Nov 22, 2014 at 08:07:47PM +0100, Reimar Döffinger wrote: > > Should improve cache usage and reduces stack usage. > > Also reduces number of copies in case many levels > > have the same number of bits. > > --- > > libav

Re: [FFmpeg-devel] [PATCH] qdm2: Allow hard-coding VLC tables.

2014-12-16 Thread Reimar Döffinger
On Sat, Nov 22, 2014 at 03:43:56PM +0100, wm4 wrote: > On Sat, 22 Nov 2014 14:17:09 +0100 > Reimar Döffinger wrote: > > > On Sun, Sep 07, 2014 at 02:12:34PM +0200, Reimar Döffinger wrote: > > > Also adds a lot of infrastructure necessary for it. > > > Some of it is a bit ugly though. > > > Increa

Re: [FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread Michael Niedermayer
On Wed, Dec 17, 2014 at 02:04:46AM +0530, supraja reddy wrote: > I hope this fixes the issues . patch applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 3 "Rare item" - "Common item with rare defect or maybe just a li

Re: [FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: fix hls_write_trailer() on hls_start() failure

2014-12-16 Thread Christian Suloway
On 12/16/14, 3:23 AM, "Carl Eugen Hoyos" wrote: >Christian Suloway row44.com> writes: > >> Close segment I/O context and append segment in >> hls_write_trailer() only when segment I/O context >> is allocated. > >Was this a regression since 25ccf5df? >(And should be backported to 2.5?) This does

Re: [FFmpeg-devel] [PATCH] avformat: Implement subtitle charenc guessing

2014-12-16 Thread Rodger Combs
> On Dec 14, 2014, at 10:06, Nicolas George wrote: > > Le tridi 23 frimaire, an CCXXIII, Rodger Combs a écrit : >> I couldn't see a sensible way to do this in lavc, since the detector >> libraries generally require more than one packet to work effectively. >> Looking at that doxy again, I can se

Re: [FFmpeg-devel] [PATCH] lavfi: Port fspp to FFmpeg

2014-12-16 Thread Clément Bœsch
On Tue, Dec 16, 2014 at 10:08:52PM +0100, Clément Bœsch wrote: [...] > > +#define LIBAVFILTER_VERSION_MICRO 103 > > this needs to be set to 0 > to 100, sorry. [...] -- Clément B. pgpFc6Ri_eJAu.pgp Description: PGP signature ___ ffmpeg-devel mailin

Re: [FFmpeg-devel] [PATCH] lavfi: Port fspp to FFmpeg

2014-12-16 Thread Clément Bœsch
On Tue, Dec 16, 2014 at 07:51:57PM +0530, arwa arif wrote: > > From 993cac2530263bd99691016cc2ad8e6ac7be6b2a Mon Sep 17 00:00:00 2001 > From: Arwa Arif > Date: Sun, 14 Dec 2014 12:03:31 +0530 > Subject: [PATCH] Port fspp to FFmpeg > > --- > configure |1 + > doc/fil

Re: [FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread supraja reddy
I hope this fixes the issues . Supraja On Tue, Dec 16, 2014 at 9:11 PM, Giorgio Vazzana wrote: > > Hi, > > 2014-12-16 10:30 GMT+01:00 supraja reddy : > > Hi, > > > > Attached patch adds some missing spaces in the cast5.c and cast5.h > > > > Please let me know if any further changes needed. > > a

Re: [FFmpeg-devel] How to make the link.exe as MSVC's link

2014-12-16 Thread Reimar Döffinger
On Tue, Dec 16, 2014 at 09:11:18AM +, Jesse Jiang wrote: > Yes, it is true. > But I think this job is not hard, we can use which command to get the cl > path. Like $ which cl/c/Program Files (x86)/Microsoft Visual Studio > 12.0/VC/BIN/cl.exe > Then we can replace the cl.exe with link.exe, so

Re: [FFmpeg-devel] How to make the link.exe as MSVC's link

2014-12-16 Thread Reimar Döffinger
On Tue, Dec 16, 2014 at 11:14:59AM +0100, Hendrik Leppkes wrote: > On Tue, Dec 16, 2014 at 10:11 AM, Jesse Jiang > wrote: > > > > Yes, it is true. > > But I think this job is not hard, we can use which command to get the cl > > path. Like $ which cl/c/Program Files (x86)/Microsoft Visual Studio >

[FFmpeg-devel] [PATCH] wavdec: RIFX file format support

2014-12-16 Thread Thomas Volkert
From: Thomas Volkert --- Changelog | 1 + libavformat/act.c | 2 +- libavformat/asfdec.c | 2 +- libavformat/avidec.c | 2 +- libavformat/dxa.c | 2 +- libavformat/matroskadec.c | 2 +- libavformat/mlvdec.c | 2 +- libavformat/mov.c |

Re: [FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread Giorgio Vazzana
Hi, 2014-12-16 10:30 GMT+01:00 supraja reddy : > Hi, > > Attached patch adds some missing spaces in the cast5.c and cast5.h > > Please let me know if any further changes needed. apart from what Michael already pointed out: > -static void decipher(AVCAST5* cs,uint8_t* dst,const uint8_t* src) > +s

Re: [FFmpeg-devel] [PATCH] lavd/alsa-audio-common: dont crash while closing not opened device

2014-12-16 Thread Lukasz Marek
On 15 December 2014 at 14:05, Nicolas George wrote: > > Le quintidi 25 frimaire, an CCXXIII, Lukasz Marek a écrit : > > for example > > ffmpeg -f alsa -i -f alsa aaa > > would crash if ffmpeg tried to close alsa after open fail. It doesn't so > it > > doesn't occur. > > > > This commit also

Re: [FFmpeg-devel] [PATCH] lavfi: Port fspp to FFmpeg

2014-12-16 Thread arwa arif
From 993cac2530263bd99691016cc2ad8e6ac7be6b2a Mon Sep 17 00:00:00 2001 From: Arwa Arif Date: Sun, 14 Dec 2014 12:03:31 +0530 Subject: [PATCH] Port fspp to FFmpeg --- configure |1 + doc/filters.texi | 25 + libavfilter/Makefile |1

Re: [FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread Michael Niedermayer
On Tue, Dec 16, 2014 at 03:00:24PM +0530, supraja reddy wrote: > Hi, > > Attached patch adds some missing spaces in the cast5.c and cast5.h > > Please let me know if any further changes needed. [...] > -for (i=0;i<=cs->rounds;i++) [...] > +for (i = 0; i < cs->rounds; i++) > +cs->

Re: [FFmpeg-devel] [PATCH] lavfi: Port fspp to FFmpeg

2014-12-16 Thread Michael Niedermayer
On Tue, Dec 16, 2014 at 11:14:58AM +0530, arwa arif wrote: > On Tue, Dec 16, 2014 at 6:06 AM, Michael Niedermayer > wrote: > > > > On Mon, Dec 15, 2014 at 10:55:26PM +0530, arwa arif wrote: > > > This patch seems to be working. Sorry for the previous one. > > > > > doc/filters.texi

Re: [FFmpeg-devel] How to make the link.exe as MSVC's link

2014-12-16 Thread Hendrik Leppkes
On Tue, Dec 16, 2014 at 10:11 AM, Jesse Jiang wrote: > > Yes, it is true. > But I think this job is not hard, we can use which command to get the cl > path. Like $ which cl/c/Program Files (x86)/Microsoft Visual Studio > 12.0/VC/BIN/cl.exe > Then we can replace the cl.exe with link.exe, so we can

Re: [FFmpeg-devel] [PATCH] lavfi: Port fspp to FFmpeg

2014-12-16 Thread Carl Eugen Hoyos
arwa arif gmail.com> writes: > #define LIBAVFILTER_VERSION_MINOR 2 > -#define LIBAVFILTER_VERSION_MICRO 104 > +#define LIBAVFILTER_VERSION_MICRO 105 You should bump minor (and reset micro) when adding a new filter. Carl Eugen ___ ffmpeg-devel mail

[FFmpeg-devel] libavutil : cosmetic: added spaces wherever necessary

2014-12-16 Thread supraja reddy
Hi, Attached patch adds some missing spaces in the cast5.c and cast5.h Please let me know if any further changes needed. Supraja From fe99657fdd233a65f5a09167aa3d5cdb5da4f842 Mon Sep 17 00:00:00 2001 From: Supraja Meedinti Date: Mon, 15 Dec 2014 19:22:36 +0530 Subject: [PATCH] libavutil: cosmet

Re: [FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: fix hls_write_trailer() on hls_start() failure

2014-12-16 Thread Carl Eugen Hoyos
Christian Suloway row44.com> writes: > Close segment I/O context and append segment in > hls_write_trailer() only when segment I/O context > is allocated. Was this a regression since 25ccf5df? (And should be backported to 2.5?) Carl Eugen ___ ffmpe

[FFmpeg-devel] [RFC]Ignore ff_isom_write_hvcc() return value writing mkv like the mov muxer does

2014-12-16 Thread Carl Eugen Hoyos
Hi! Attached poc fixes remuxing hevc from mpegts to mkv. The mov muxer writes an empty hvcC atom in this case. What has to be done? Carl Eugen diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index c781c8a..e3fe4fa 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matros

Re: [FFmpeg-devel] How to make the link.exe as MSVC's link

2014-12-16 Thread Jesse Jiang
Yes, it is true. But I think this job is not hard, we can use which command to get the cl path. Like $ which cl/c/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/cl.exe Then we can replace the cl.exe with link.exe, so we can got the correct link for msvc. But the problem is I do not know

Re: [FFmpeg-devel] How to make the link.exe as MSVC's link

2014-12-16 Thread Jean-Baptiste Kempf
On 16 Dec, Jesse Jiang wrote : > I know, but I want make it more easly. It will confusuon the beginer. Beginners should probably not compile FFmpeg. -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device ___ ffm