From svn at videolan.org Sat Aug 2 18:06:37 2008 From: svn at videolan.org (Subversion daemon) Date: Sat, 2 Aug 2008 18:06:37 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3626 (xtophe) Message-ID: <20080802160637.562C01ECC12@ganesh.localdomain> r3626 | xtophe | 2008-08-02 18:06:37 +0200 (Sat, 02 Aug 2008) | 3 lines Changed paths: M /config/buildbot/snapshots.cfg M /config/buildbot/windows.cfg snapshot: be more bourrin to remove old distcheck dir win: don't use --with-live555-tree From svn at videolan.org Tue Aug 12 01:31:32 2008 From: svn at videolan.org (Subversion daemon) Date: Tue, 12 Aug 2008 01:31:32 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3627 (jb) Message-ID: <20080811233132.6C27F1ED5D7@ganesh.localdomain> r3627 | jb | 2008-08-12 01:31:32 +0200 (Tue, 12 Aug 2008) | 3 lines Changed paths: M /config/buildbot/windows.cfg Try to fix builds. From mail at fiire.com Tue Aug 19 14:22:56 2008 From: mail at fiire.com (Mailing List) Date: Tue, 19 Aug 2008 15:22:56 +0300 Subject: [Videolan-devel] Serve the DVD's MPEG encoded stream through UPNP Message-ID: Hello, I'll expose the problem dates and after I'll say what I would like to do. - 1 NAS ( with ARM cpu and linux on it ) - full with stored videos, in most cases DVD images ( dvd-name.dvd ) and DVD stored in folders (ie movied-dvd/VIDEO_TS) - 1 DVD Player ( with SIGMA decoder also with linux on it ) - it can play local mpeg files or mpeg files served through upnp very well. The Sigma dvd player doesn't know about dvd menus or how to playing commercial dvd's, so I would like to create an application that will run on the nas and will: - decrypt the dvd's using libdvdcss - select the desired audio track and subtitle - serve the main dvd mpeg stream (unmodified, don't do any decoding/encoding because the NAS cpu can't handle it) through upnp to the Sigma dvd player. (it can be created also a transcoding plugin for an already existing upnp server like Media Tomb or others) I'm interested in starting a such project and releasing the source code as GPL. If someone has any knowledge how can be better implemented this or if someone can handle by himself to do all the project in about a week I'll be interested in discussing further. Any other help will be very appreciated. Regards, Fiire mail _at_ fiire -dot- com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.videolan.org/pipermail/videolan-devel/attachments/20080819/1e51799e/attachment.htm From tomhaste at gmail.com Thu Aug 21 17:47:13 2008 From: tomhaste at gmail.com (Toma) Date: Thu, 21 Aug 2008 23:47:13 +0800 Subject: [Videolan-devel] VLC fullscreen bug Message-ID: <45d5cf2a0808210847j7499915ap1e9ec26c91596337@mail.gmail.com> Hey all, Im an E17 user and Im finding that VLC has a particularly nasty bug when going fullscreen. I cracked open xcommon.c to have a peek around and I see a big FIXME FIXME FIXME and a rather unsure way of going fullscreen later on in the code. Are there any plans to make this work properly anytime soon? Thanks, Toma From rem at videolan.org Thu Aug 21 18:02:34 2008 From: rem at videolan.org (=?iso-8859-1?q?R=E9mi_Denis-Courmont?=) Date: Thu, 21 Aug 2008 19:02:34 +0300 Subject: [Videolan-devel] VLC fullscreen bug In-Reply-To: <45d5cf2a0808210847j7499915ap1e9ec26c91596337@mail.gmail.com> References: <45d5cf2a0808210847j7499915ap1e9ec26c91596337@mail.gmail.com> Message-ID: <200808211902.34376.rem@videolan.org> Le jeudi 21 ao?t 2008 18:47:13 Toma, vous avez ?crit?: > Hey all, > Im an E17 user and Im finding that VLC has a particularly nasty bug > when going fullscreen. I cracked open xcommon.c to have a peek around > and I see a big FIXME FIXME FIXME and a rather unsure way of going > fullscreen later on in the code. Are there any plans to make this work > properly anytime soon? Answering the question is not going to be easy, because I cannot get any match for "FIXME FIXME FIXME" in the specified file. -- R?mi Denis-Courmont http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary From tomhaste at gmail.com Fri Aug 22 05:36:00 2008 From: tomhaste at gmail.com (Toma) Date: Fri, 22 Aug 2008 11:36:00 +0800 Subject: [Videolan-devel] VLC fullscreen bug In-Reply-To: <45d5cf2a0808210909iebfdb10q1c27f17cccace690@mail.gmail.com> References: <45d5cf2a0808210847j7499915ap1e9ec26c91596337@mail.gmail.com> <200808211902.34376.rem@videolan.org> <45d5cf2a0808210909iebfdb10q1c27f17cccace690@mail.gmail.com> Message-ID: <45d5cf2a0808212036h7e80378fuaffa2f71836a927a@mail.gmail.com> Sorry, forgot to 'Reply to all'... vlc-0.8.6.release.c modules/video_output/x11/xcommon.c Line 891 - /* * FIXME FIXME FIXME FIXME: EXPLICIT HACK. * On the one hand, we cannot hold the lock while triggering a * callback, as it causes a deadlock with video-on-top handling. * On the other hand, we have to lock while triggering the * callback to: * 1/ make sure video-on-top remains in sync with fullscreen * (i.e. unlocking creates a race condition if fullscreen is * switched on and off VERY FAST). * 2/ avoid possible corruption bugs if another thread gets the * mutex and modifies our data in-between. * * This is obviously contradictory. Correct solutions may include: * - putting the fullscreen NAND video-on-top logic out of libvlc, * back into the video output plugins (ugly code duplication...), * - serializing fullscreen and video-on-top handling properly * instead of doing it via the fullscreen callback. That's got to * be the correct one. */ ...Im not sure if thats a part of the problem, but it doesnt instill a lot of faith :) Toma 2008/8/22 R?mi Denis-Courmont : > Le jeudi 21 ao?t 2008 18:47:13 Toma, vous avez ?crit : >> Hey all, >> Im an E17 user and Im finding that VLC has a particularly nasty bug >> when going fullscreen. I cracked open xcommon.c to have a peek around >> and I see a big FIXME FIXME FIXME and a rather unsure way of going >> fullscreen later on in the code. Are there any plans to make this work >> properly anytime soon? > > Answering the question is not going to be easy, because I cannot get any match > for "FIXME FIXME FIXME" in the specified file. > > -- > R?mi Denis-Courmont > http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary > From svn at videolan.org Sun Aug 24 00:21:50 2008 From: svn at videolan.org (Subversion daemon) Date: Sun, 24 Aug 2008 00:21:50 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3628 (dionoea) Message-ID: <20080823222150.4E9C51EC5EA@ganesh.localdomain> r3628 | dionoea | 2008-08-24 00:21:49 +0200 (Sun, 24 Aug 2008) | 2 lines Changed paths: M /config/buildbot/debian.cfg Looks like the chroot runs intrepid nowadays. From svn at videolan.org Sun Aug 24 00:23:58 2008 From: svn at videolan.org (Subversion daemon) Date: Sun, 24 Aug 2008 00:23:58 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3629 (dionoea) Message-ID: <20080823222358.8D9881ECE42@ganesh.localdomain> r3629 | dionoea | 2008-08-24 00:23:58 +0200 (Sun, 24 Aug 2008) | 2 lines Changed paths: M /config/buildbot/bots.cfg M /config/buildbot/master.cfg Here too. From svn at videolan.org Sun Aug 24 00:30:00 2008 From: svn at videolan.org (Subversion daemon) Date: Sun, 24 Aug 2008 00:30:00 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3630 (dionoea) Message-ID: <20080823223000.8DFA81ED13D@ganesh.localdomain> r3630 | dionoea | 2008-08-24 00:30:00 +0200 (Sun, 24 Aug 2008) | 2 lines Changed paths: M /config/buildbot/debian.cfg Oops. From svn at videolan.org Sun Aug 24 17:54:21 2008 From: svn at videolan.org (Subversion daemon) Date: Sun, 24 Aug 2008 17:54:21 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3631 (dionoea) Message-ID: <20080824155422.2BB431EE1C3@ganesh.localdomain> r3631 | dionoea | 2008-08-24 17:54:21 +0200 (Sun, 24 Aug 2008) | 2 lines Changed paths: M /config/buildbot/bots.cfg M /config/buildbot/debian.cfg M /config/buildbot/master.cfg Add Ubuntu Intrepid AMD64 nightly build (6AM). From svn at videolan.org Sun Aug 24 19:04:18 2008 From: svn at videolan.org (Subversion daemon) Date: Sun, 24 Aug 2008 19:04:18 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3632 (dionoea) Message-ID: <20080824170418.6C3F91ED338@ganesh.localdomain> r3632 | dionoea | 2008-08-24 19:04:18 +0200 (Sun, 24 Aug 2008) | 2 lines Changed paths: M /config/buildbot/debian.cfg M /config/buildbot/master.cfg Yet some more fixes. From svn at videolan.org Tue Aug 26 23:27:43 2008 From: svn at videolan.org (Subversion daemon) Date: Tue, 26 Aug 2008 23:27:43 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3633 (xtophe) Message-ID: <20080826212744.0FB201EE22B@ganesh.localdomain> r3633 | xtophe | 2008-08-26 23:27:43 +0200 (Tue, 26 Aug 2008) | 2 lines Changed paths: A /scripts/nightlies/dch.sh A /scripts/nightlies/timestp.sh Add the scripts used for the NB by buildbot so that we have a backup From svn at videolan.org Thu Aug 28 00:52:27 2008 From: svn at videolan.org (Subversion daemon) Date: Thu, 28 Aug 2008 00:52:27 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3634 (xtophe) Message-ID: <20080827225228.0F64A1EDC39@ganesh.localdomain> r3634 | xtophe | 2008-08-28 00:52:27 +0200 (Thu, 28 Aug 2008) | 2 lines Changed paths: M /config/buildbot/windows.cfg Also make debug packages From svn at videolan.org Thu Aug 28 15:51:36 2008 From: svn at videolan.org (Subversion daemon) Date: Thu, 28 Aug 2008 15:51:36 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3635 (dionoea) Message-ID: <20080828135139.221121EEB8A@ganesh.localdomain> r3635 | dionoea | 2008-08-28 15:51:36 +0200 (Thu, 28 Aug 2008) | 2 lines Changed paths: M /config/buildbot/common.cfg M /config/buildbot/debian.cfg M /config/buildbot/master.cfg Cleanup From svn at videolan.org Thu Aug 28 16:33:14 2008 From: svn at videolan.org (Subversion daemon) Date: Thu, 28 Aug 2008 16:33:14 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3636 (dionoea) Message-ID: <20080828143314.346F91ED214@ganesh.localdomain> r3636 | dionoea | 2008-08-28 16:33:13 +0200 (Thu, 28 Aug 2008) | 2 lines Changed paths: M /config/buildbot/common.cfg Fix branch name. From svn at videolan.org Thu Aug 28 17:18:41 2008 From: svn at videolan.org (Subversion daemon) Date: Thu, 28 Aug 2008 17:18:41 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3637 (dionoea) Message-ID: <20080828151842.1E5561EE831@ganesh.localdomain> r3637 | dionoea | 2008-08-28 17:18:41 +0200 (Thu, 28 Aug 2008) | 2 lines Changed paths: M /config/buildbot/debian.cfg Simplify the debian configuration file yet some more. From svn at videolan.org Thu Aug 28 17:21:56 2008 From: svn at videolan.org (Subversion daemon) Date: Thu, 28 Aug 2008 17:21:56 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3638 (dionoea) Message-ID: <20080828152156.8FD671EE876@ganesh.localdomain> r3638 | dionoea | 2008-08-28 17:21:55 +0200 (Thu, 28 Aug 2008) | 2 lines Changed paths: M /config/buildbot/bots.cfg Remove unused bots. From svn at videolan.org Thu Aug 28 17:32:14 2008 From: svn at videolan.org (Subversion daemon) Date: Thu, 28 Aug 2008 17:32:14 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3639 (dionoea) Message-ID: <20080828153214.638A11EEB0F@ganesh.localdomain> r3639 | dionoea | 2008-08-28 17:32:14 +0200 (Thu, 28 Aug 2008) | 2 lines Changed paths: M /config/buildbot/common.cfg M /config/buildbot/debian.cfg M /config/buildbot/master.cfg Some more changes. From svn at videolan.org Fri Aug 29 00:04:12 2008 From: svn at videolan.org (Subversion daemon) Date: Fri, 29 Aug 2008 00:04:12 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3640 (xtophe) Message-ID: <20080828220415.35B981EED2D@ganesh.localdomain> r3640 | xtophe | 2008-08-29 00:04:05 +0200 (Fri, 29 Aug 2008) | 2 lines Changed paths: M /config/buildbot/debian.cfg more cleanup From svn at videolan.org Fri Aug 29 00:06:17 2008 From: svn at videolan.org (Subversion daemon) Date: Fri, 29 Aug 2008 00:06:17 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3641 (xtophe) Message-ID: <20080828220617.EBFBA1EED40@ganesh.localdomain> r3641 | xtophe | 2008-08-29 00:06:17 +0200 (Fri, 29 Aug 2008) | 2 lines Changed paths: M /config/buildbot/master.cfg Activate more buildbot for branch From svn at videolan.org Fri Aug 29 00:29:10 2008 From: svn at videolan.org (Subversion daemon) Date: Fri, 29 Aug 2008 00:29:10 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3642 (xtophe) Message-ID: <20080828222913.077521ED1BC@ganesh.localdomain> r3642 | xtophe | 2008-08-29 00:29:09 +0200 (Fri, 29 Aug 2008) | 2 lines Changed paths: M /config/buildbot/master.cfg Activate the schedulers for branch From svn at videolan.org Fri Aug 29 01:15:03 2008 From: svn at videolan.org (Subversion daemon) Date: Fri, 29 Aug 2008 01:15:03 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3643 (xtophe) Message-ID: <20080828231504.D925B1EE898@ganesh.localdomain> r3643 | xtophe | 2008-08-29 01:15:02 +0200 (Fri, 29 Aug 2008) | 2 lines Changed paths: M /config/buildbot/windows.cfg Switch win32 contribs to /usr/win32 From svn at videolan.org Fri Aug 29 11:24:44 2008 From: svn at videolan.org (Subversion daemon) Date: Fri, 29 Aug 2008 11:24:44 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3644 (xtophe) Message-ID: <20080829092444.C13251EEB07@ganesh.localdomain> r3644 | xtophe | 2008-08-29 11:24:44 +0200 (Fri, 29 Aug 2008) | 2 lines Changed paths: M /config/buildbot/windows.cfg Use the config line in package/win32 for the branch From svn at videolan.org Fri Aug 29 11:25:12 2008 From: svn at videolan.org (Subversion daemon) Date: Fri, 29 Aug 2008 11:25:12 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3645 (xtophe) Message-ID: <20080829092512.760541EEB0C@ganesh.localdomain> r3645 | xtophe | 2008-08-29 11:25:11 +0200 (Fri, 29 Aug 2008) | 2 lines Changed paths: M /config/buildbot/snapshots.cfg fix branch version From ceo at triplebit.com Fri Aug 29 17:29:35 2008 From: ceo at triplebit.com (ceo at triplebit.com) Date: Fri, 29 Aug 2008 17:29:35 +0200 Subject: [Videolan-devel] vlc statistics api References: <20080829092512.760541EEB0C@ganesh.localdomain> Message-ID: <020301c909ec$0db3d170$0b00000a@IVORYNEW> When I run vlc I can see the staistics info by the following - View->Stream and Media Info ->Statistics Is there an api to get that information with the vlc dll in a c++ program? If not, is there an api to know if input stream is working at all? Regards I. Lesher From svn at videolan.org Fri Aug 29 19:14:50 2008 From: svn at videolan.org (Subversion daemon) Date: Fri, 29 Aug 2008 19:14:50 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3646 (xtophe) Message-ID: <20080829171450.2BA9C1EE4A3@ganesh.localdomain> r3646 | xtophe | 2008-08-29 19:14:49 +0200 (Fri, 29 Aug 2008) | 1 line Changed paths: M /config/buildbot/windows.cfg Generalise the branch upload step From svn at videolan.org Fri Aug 29 19:15:53 2008 From: svn at videolan.org (Subversion daemon) Date: Fri, 29 Aug 2008 19:15:53 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3647 (xtophe) Message-ID: <20080829171553.6AE451EEB26@ganesh.localdomain> r3647 | xtophe | 2008-08-29 19:15:53 +0200 (Fri, 29 Aug 2008) | 2 lines Changed paths: M /config/buildbot/master.cfg branch_version != branch_name From svn at videolan.org Fri Aug 29 19:52:57 2008 From: svn at videolan.org (Subversion daemon) Date: Fri, 29 Aug 2008 19:52:57 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3648 (xtophe) Message-ID: <20080829175257.660371EEE5F@ganesh.localdomain> r3648 | xtophe | 2008-08-29 19:52:57 +0200 (Fri, 29 Aug 2008) | 2 lines Changed paths: M /config/buildbot/windows.cfg even more general From ceo at triplebit.com Sat Aug 30 15:48:48 2008 From: ceo at triplebit.com (ceo at triplebit.com) Date: Sat, 30 Aug 2008 15:48:48 +0200 Subject: [Videolan-devel] Setting vb = 16 won't limit the video baud rate to 16 kb/s References: <20080829092512.760541EEB0C@ganesh.localdomain> Message-ID: <00b101c90aa7$23bced10$0b00000a@IVORYNEW> Ho all, I use the following advanced string settings in order to stream to a remote PC when using a webcam with "dshow://" - :sout=#transcode{vcodec=mp4v,vb=16,scale=1}:duplicate{dst=display,dst=std{access=http,mux=asf,dst=10.0.0.11:8081}} I get the following results. - Though I set vb to 16(vb = 16), I see in the remote PC statistics info that it consumes 1400 kb/s if it located on the same LAN. If on the Internet, than it receives some 150 kb/s, the maximum line baud rate. What am I doing wrong since I want to limit the baud rate bellow 16 kb/s? Regards I. Lesher From svn at videolan.org Sun Aug 31 18:51:52 2008 From: svn at videolan.org (Subversion daemon) Date: Sun, 31 Aug 2008 18:51:52 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3649 (dionoea) Message-ID: <20080831165153.1B8EE1EE6D2@ganesh.localdomain> r3649 | dionoea | 2008-08-31 18:51:52 +0200 (Sun, 31 Aug 2008) | 2 lines Changed paths: M /config/buildbot/debian.cfg Oops. From svn at videolan.org Sun Aug 31 21:42:37 2008 From: svn at videolan.org (Subversion daemon) Date: Sun, 31 Aug 2008 21:42:37 +0200 (CEST) Subject: [Videolan-devel] videolan-private: svn commit r3650 (dionoea) Message-ID: <20080831194237.D3D101EF141@ganesh.localdomain> r3650 | dionoea | 2008-08-31 21:42:37 +0200 (Sun, 31 Aug 2008) | 2 lines Changed paths: M /config/buildbot/debian.cfg Ooops2.