Re: [CinCV] CinCV 2.2 testing fortnight - call for volunteers

2011-09-22 Thread Paul Taggart
Attached is an updated ffmpeg patch that supports both the included ffmpeg version and external ffmpeg. This patch also fixes issues with fileac3.C. This patch appears to work on both 2.1.5 and 2.2 versions of Cinelerra. Regards, Paul On Thu, 2011-09-22 at 14:04 +1200, E Chalaron wrote: The

Re: [CinCV] CinCV 2.2 testing fortnight - call for volunteers

2011-09-22 Thread Paul Taggart
pthread_mutex_unlock(ffmpeg_lock); cheers E On 09/23/2011 08:54 AM, E Chalaron wrote: ho WOW Thanks heaps for that . Will test now Cheers E On 09/23/2011 06:15 AM, Paul Taggart wrote: Attached is an updated ffmpeg patch that supports both the included

Re: [CinCV] CinCV 2.2 testing fortnight - call for volunteers

2011-09-19 Thread Paul Taggart
I'm a bit confused, why release an new release of Cinelerra with a version of ffmpeg that's 3 or 4 releases out of date? Version 0.4.9 is so far away from the current 0.8.2 that most of the ffmpeg functions no longer exist. I will build a new patch to work with 0.8.x but a decision needs to be

Re: [CinCV] CinCV 2.2 testing fortnight - call for volunteers

2011-09-19 Thread Paul Taggart
, there are patches available for 2.1.5 to work with current versions of ffmpeg without any new functionality. I will verify that they work with 2.2 and submit an updated patch. Regards, Paul On Mon, 2011-09-19 at 21:23 +0200, Gour-Gadadhara Dasa wrote: On Mon, 19 Sep 2011 14:43:59 -0400 Paul Taggart ptagg

Re: [CinCV] CinCV 2.2 testing fortnight - call for volunteers

2011-09-19 Thread Paul Taggart
(the angle configuration make no sense for the lfe channel (an lfe plugin would also be nice)) and simultaneous audio and video rendering. Regards, Paul On Mon, 2011-09-19 at 23:32 +0300, Einar Rünkaru wrote: Hi. On Mon, Sep 19, 2011 at 9:43 PM, Paul Taggart ptagg...@cinci.rr.com wrote: I'm

Re: [CinCV] Patch to clean up warning messages during build and to support new ffmpeg

2011-09-07 Thread Paul Taggart
at 20:06 +0300, Einar Rünkaru wrote: On Tue, Sep 6, 2011 at 10:32 PM, Paul Taggart ptagg...@cinci.rr.com wrote: Attached is a rather massive patch to apply against the stable version of Cinelerra-cv. The patch cleans up calls to depreciated functions in alsa, fixes a number of typos (like

Re: [CinCV] Patch to clean up warning messages during build and to support new ffmpeg

2011-09-07 Thread Paul Taggart
On Wed, 2011-09-07 at 20:06 +0300, Einar Rünkaru wrote: On Tue, Sep 6, 2011 at 10:32 PM, Paul Taggart ptagg...@cinci.rr.com wrote: Attached is a rather massive patch to apply against the stable version of Cinelerra-cv. The patch cleans up calls to depreciated functions in alsa, fixes

Re: [CinCV] Patch to clean up warning messages during build and to support new ffmpeg

2011-09-07 Thread Paul Taggart
, Octavio Alvarez wrote: On Wed, 07 Sep 2011 17:08:08 -0700, Paul Taggart ptagg...@cinci.rr.com wrote: It is wrong. You have to use 'const char*' in places where you use these strings. This enables compiler to store only one copy of identical texts and identifie places where someone tries

Re: [CinCV] Crash when rendering AC3

2011-09-06 Thread Paul Taggart
It has been a long time since March (I just joined this group today) but the cause of your problem is due to an upgrade in ffmpeg. The current versions of ffmpeg have two ac3 codecs (ac3 ac3_fixed). Cinelerra uses the ac3 codec without defining a sample format. The ac3 codec only supports

Re: [CinCV] Crash when rendering AC3

2011-09-06 Thread Paul Taggart
On Tue, 2011-09-06 at 19:52 -0400, Paul Taggart wrote: It has been a long time since March (I just joined this group today) but the cause of your problem is due to an upgrade in ffmpeg. The current versions of ffmpeg have two ac3 codecs (ac3 ac3_fixed). Cinelerra uses the ac3 codec without