From gamester17 at xboxmediacenter.com Thu Sep 2 15:39:10 2004 From: gamester17 at xboxmediacenter.com (Gamester17) Date: Thu, 02 Sep 2004 15:39:10 +0200 Subject: [libdts-devel] Updates for =?iso-8859-1?Q?=22Projects?= using =?iso-8859-1?Q?libdts=22?= Message-ID: <20040902133910.17407.qmail@webmail.aruba.it> Hi Gildas and everyone workin on DTSdec/libDTS, I read on the DTSdec page (www.videolan.org/dtsdec.html) from the VideoLAN website that you wanted to know and list all projects that use libdts so I thought I write you this mail (I originaly sent it directly to Gildas but got no reply for now forwarding it to the libdts mailing-list); First, our own project (XBMC - Xbox Media Center) now use libdts, at the core of our player is a port of MPlayer which in turn now also use libdts. MPlayer got it's libdts codec version from FFmpeg who in turn got the code from yourselves. Plus ffdshow has also very recently announced that they also integrated libdts. Finally I also heard (but not confirmed) that AC3Filter now also use libdts. So please update your "Projects using libdts" section of the libdts webpage to state this: XboxMediaCenter (XBMC): a free multimedia player for the Xbox game-console. MPlayer - The Movie Player: a free multimedia player (www.mplayerhq.hu). FFmpeg Multimedia System: free stream server/client(ffmpeg.sourceforge.net). ffdshow: a DirectShow filter for most A/V codecs (ffdshow.sourceforge.net). AC3Filter: a DirectShow filter for AC3 and DTS (ac3filter.sourceforge.net). PS! Please use www.xboxmediacenter.de for our site as our .com is currently down. (More info on our project here: www.xboxmediacenter.de/info_project.htm ) Regards, thanks and respect to you and the VideoLAN project. / Gamester17 (Project-XBMC) gamester17 at xboxmediacenter.com http://www.xboxmediacenter.com http://www.xboxmediacenter.de -- This is the libdts-devel mailing-list To unsubscribe, go to: http://developers.videolan.org/lists.html From gbazin at altern.org Wed Sep 8 10:58:46 2004 From: gbazin at altern.org (Gildas Bazin) Date: Wed, 8 Sep 2004 10:58:46 +0200 Subject: [libdts-devel] Re: Updates for "Projects using libdts" In-Reply-To: <20040902133910.17407.qmail@webmail.aruba.it> References: <20040902133910.17407.qmail@webmail.aruba.it> Message-ID: <200409081058.46946.gbazin@altern.org> On Thursday 02 September 2004 15:39, Gamester17 wrote: > > First, our own project (XBMC - Xbox Media Center) now use libdts, at the > core of our player is a port of MPlayer which in turn now also use libdts. > MPlayer got it's libdts codec version from FFmpeg who in turn got the code > from yourselves. Plus ffdshow has also very recently announced that they > also integrated libdts. Finally I also heard (but not confirmed) that > AC3Filter now also use libdts. So please update your "Projects using > libdts" > Thanks, I just updated it. As for AC3Filter, I won't add it to the list because the guy who's doing it never released the source code for the version that has DTS software decoding. This is of course a breach of the GPL licensing used by the libraries in AC3Filter. (And I won't even talk about the fact that he never credited the DTS decoding to libdts - which he obviously uses if you look at the binary). Regards, -- Gildas -- This is the libdts-devel mailing-list To unsubscribe, go to: http://developers.videolan.org/lists.html From herveld at clubadsl.fr Tue Sep 21 11:25:07 2004 From: herveld at clubadsl.fr (Herv=?ISO-8859-1?B?6Q==?= LD) Date: Tue, 21 Sep 2004 02:25:07 -0700 Subject: [libdts-devel] Fixed-point version of libdts Message-ID: Hello, Is there a full integer version of libdts available ? It looks like when enabling the 'fixed-point' compilation option, "parse.c" still uses 'floats' and 'doubles'. -Herv? -- This is the libdts-devel mailing-list To unsubscribe, go to: http://developers.videolan.org/lists.html From gbazin at altern.org Tue Sep 21 20:02:47 2004 From: gbazin at altern.org (Gildas Bazin) Date: Tue, 21 Sep 2004 20:02:47 +0200 Subject: [libdts-devel] Re: Fixed-point version of libdts In-Reply-To: References: Message-ID: <200409212002.47192.gbazin@altern.org> On Tuesday 21 September 2004 11:25, Herv? LD wrote: > Hello, > > Is there a full integer version of libdts available ? > It looks like when enabling the 'fixed-point' compilation option, "parse.c" > still uses 'floats' and 'doubles'. > There isn't. The "enable-fixed" and "enable-double" config options are a left over from the liba52 build which I forgot to remove. -- Gildas -- This is the libdts-devel mailing-list To unsubscribe, go to: http://developers.videolan.org/lists.html