RE: How to run both encode and decode application

2007-08-17 Thread Varsha Kulkarni
Hello, You can use the same instance of Codec Engine for both encoding and decoding. Use the “encodedecode” engine in place “encode” and/or “decode”. Thanks, Varsha Kulkarni Networking(VOIP), Tata Elxsi Ltd, Whitefield Road, Bangalore-48 -Original Message- From: [EMAIL PROTECTED] cidsp.c

How to run both encode and decode application

2007-08-17 Thread Anil Gudadinni
Hi, I like to know how to run encode and decode application simultaneously given as demo with davinci board I tried running it,but decode application fails to open codec engine,which has already been open by encode application. Can you suggest me how to use same codec engine descriptor b

RE: How to run both encode and decode application

2007-08-17 Thread Varsha Kulkarni
I think you are referring to two different threads not processes. You cant use encodeCombo.x64P and decodeCombo.x64P together. And also “encodedecode” engine wont work in case of audio or speech. You have to create your own codec server which would contain encode and decode. There are two ways to c

Re: git tree updated to 2.6.23-rc2 [resend]

2007-08-17 Thread Dirk Behme
Kevin Hilman wrote: The DaVinci git tree[1] has now been updated to 2.6.23-rc2, and tagged as v2.6.23-rc2-davinci1. Many thanks for this! Now we have a recent kernel and recent UBoot containing DaVinci main tree! :) Best regards Dirk ___ Davinci-

Re: 2.6.23 Kernel

2007-08-17 Thread Dirk Behme
Kevin Hilman wrote: Kevin Hilman wrote: For some reason, my post where I described the update to 2.6.23 as well as the known issues didn't make it to the list. I've resent. John Sample wrote: I just downloaded this latest GIT kernel and it won't compile. Is this normal or am I doing someth

RE: git tree updated to 2.6.23-rc2 [resend]

2007-08-17 Thread Steve Spano
Where can this latest be downloaded to get the latest UBOOT and Kernels? Thanks Steve Spano FLE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Behme Sent: Friday, August 17, 2007 10:19 AM To: Kevin Hilman Cc: davinci-linux-open-source Subject: Re:

RE: git tree updated to 2.6.23-rc2 [resend]

2007-08-17 Thread Steve Spano
Thank you -Original Message- From: Dirk Behme [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 10:33 AM To: Steve Spano Cc: 'Kevin Hilman'; 'davinci-linux-open-source' Subject: Re: git tree updated to 2.6.23-rc2 [resend] Steve Spano wrote: > Where can this latest be downloaded to

Re: git tree updated to 2.6.23-rc2 [resend]

2007-08-17 Thread Dirk Behme
Steve Spano wrote: Where can this latest be downloaded to get the latest UBOOT and Kernels? http://wiki.davincidsp.com/index.php?title=Linux_Toolchain Dirk Thanks Steve Spano FLE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Behme Sent: Fri

Re: git tree updated to 2.6.23-rc2 [resend]

2007-08-17 Thread Dirk Behme
Philip Balister wrote: u-boot is in the u-boot git repository. http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary There are not any tarball releases containing the davinci code yet. Yes, no official "release" yet, but you can create your own tarball with nice git snapshot feature i

Re: git tree updated to 2.6.23-rc2 [resend]

2007-08-17 Thread Philip Balister
u-boot is in the u-boot git repository. http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary There are not any tarball releases containing the davinci code yet. Philip Steve Spano wrote: Where can this latest be downloaded to get the latest UBOOT and Kernels? Thanks Steve Spano FL

[PATCH] ARM: DAVINCI: Fix warning in time.c

2007-08-17 Thread Dirk Behme
Fix warning arch/arm/mach-davinci/time.c:374:2: warning: no newline at end of file Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Index: linux-davinci/arch/arm/mach-davinci/time.c === --- linux-davinci.orig/arch/arm/mach-davinci/tim

Fix warning in plat_uds.c

2007-08-17 Thread Dirk Behme
I sent a fix for warning drivers/usb/musb/plat_uds.c:1731: warning: 'dev_attr_srp' defined but not used if CONFIG_USB_MUSB_OTG isn't set to OMAP mailing list: http://linux.omap.com/pipermail/linux-omap-open-source/2007-August/011033.html Dirk ___

[PATCH] ARM: DAVINCI: Fix broken IDE compilation

2007-08-17 Thread Dirk Behme
Fix broken compilation of drivers/ide/davinci/palm_bk3710.c Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Index: linux-davinci/drivers/ide/davinci/palm_bk3710.c === --- linux-davinci.orig/drivers/ide/davinci/palm_bk3710.c +++ linux-

Re: [PATCH] ARM: DAVINCI: Fix warning in time.c

2007-08-17 Thread Kevin Hilman
Dirk Behme wrote: > > Fix warning > > arch/arm/mach-davinci/time.c:374:2: warning: no newline at end of file > Thanks, pushed. Kevin ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com

Re: [PATCH] ARM: DAVINCI: Fix broken IDE compilation

2007-08-17 Thread Kevin Hilman
Dirk Behme wrote: > > Fix broken compilation of drivers/ide/davinci/palm_bk3710.c > > Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > Thanks, pushed. Kevin ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http

[PATCH] ARM: DAVINCI: Name davinci what is davinci

2007-08-17 Thread Dirk Behme
Change EXTRAVERSION name from omap to davinci. Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Index: linux-davinci/Makefile === --- linux-davinci.orig/Makefile +++ linux-davinci/Makefile @@ -17,7 +17,7 @@ NAME = Holy Dancing Manatees

[PATCH] ARM: DAVINCI: Update defconfig

2007-08-17 Thread Dirk Behme
Update DaVinci defconfig, no functional change. Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Index: linux-davinci/arch/arm/configs/davinci_evm_dm644x_defconfig === --- linux-davinci.orig/arch/arm/configs/davinci_evm_dm644x_defconfi

Re: [PATCH] ARM: DAVINCI: Name davinci what is davinci

2007-08-17 Thread Kevin Hilman
Dirk Behme wrote: > > Change EXTRAVERSION name from omap to davinci. > Thanks, applied. Kevin ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-sou

Re: [PATCH] ARM: DAVINCI: Update defconfig

2007-08-17 Thread Kevin Hilman
Dirk Behme wrote: > > Update DaVinci defconfig, no functional change. > Thanks, applied. Kevin ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-so

dsplink on 2.6.23 kernel

2007-08-17 Thread John Sample
Kevin, I noticed in your email describing the 2.6.23 kernel you said you had your own versions of the ti demos running. Can you tell me what you had to do to get these to work. I've tried recompling dsplink with the new kernel but I receive the same errors I was getting with 2.6.21. When I do a

FBIO_SETZOOM does not work

2007-08-17 Thread
I port my video display from dvevm1.1 to dvevm1.2. And found that FBIO_SETZOOM does not work for VID(Window ID=1), but it work for OSD(WindowID = 0); Is it bug or I miss something? The follows is my code: zoom.WindowID = VID1_INDEX; if(capWidth != 720) { zoom.Zoom_H = ZOOM_4