- 24 Jun, 2003 1 commit
-
-
Damien Lucas authored
The 4 unused bytes are not any more duplicated TODO - Just the same for SPU.
-
- 05 Jun, 2003 1 commit
-
-
Damien Lucas authored
. Update version number
-
- 04 Jun, 2003 2 commits
-
-
Alexis de Lattre authored
vls.cfg : added an example of chapter & title selection removed the "programcount" parameter, which should now be useless
-
Alexis de Lattre authored
-
- 20 May, 2003 1 commit
-
-
Damien Lucas authored
* configure.in: fix a bug in DVB configuration when driver headers are not make installed * dvbinput.cpp: fix a bug when streaming more than one DVB channel preparing the release: * update Changelog * update version number to 0.5.2
-
- 16 May, 2003 2 commits
-
-
Damien Lucas authored
-
Damien Lucas authored
. Added the loop on bad files. (after a Read Error) . Updated version numbers & ChangeLog for 0.5.1 release
-
- 03 May, 2003 1 commit
-
-
Tristan Leteurtre authored
. Changed Runtime Libraries to 'Multi-Threaded DLL' instead of 'single-threaded'. This is very likely to correct the famous Windows Bug ! I found successful result doing that on vls 0.3.3 and vls-0.4.0. I could not test on vls 0.5.0, since it has some other problems (unrelated). Thank you gibalou !
-
- 26 Mar, 2003 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 10 Mar, 2003 1 commit
-
-
Damien Lucas authored
-
- 08 Mar, 2003 2 commits
-
-
Damien Lucas authored
No more access to the driver (suppress all the ioctl) You can find the lib at: http://www.metzlerbros.org/dvb/
-
Damien Lucas authored
-
- 07 Mar, 2003 2 commits
-
-
Damien Lucas authored
-- nitrox <private> "The school should fix its --ttl option too ;-)" </private>
-
Damien Lucas authored
'm_pDir' member depends on 'HAVE_OPENDIR' and not 'WIN32'
-
- 06 Mar, 2003 3 commits
-
-
Tristan Leteurtre authored
. Lazy correction of a bug when using command line parameters.
-
Tristan Leteurtre authored
. Fix to my previous commit
-
Tristan Leteurtre authored
. Some compilation fixes . Removed the BUGGY_VLC flag (see discussion in vls-devel)
-
- 27 Feb, 2003 1 commit
-
-
Alexis de Lattre authored
-
- 24 Feb, 2003 1 commit
-
-
Tristan Leteurtre authored
. Backported fixes in the stable branch.
-
- 18 Feb, 2003 1 commit
-
-
http://www.metzlerbros.org/dvb/Damien Lucas authored
dvbinput: Fixes for multiple dvb card using driver 1.0.0 (http://linuxtv.org/) configure.in: Change library location (not any more in DVB/libdvb) use --with-libdvb if you did not make install the libdvb
-
- 14 Feb, 2003 3 commits
-
-
Damien Lucas authored
-
Damien Lucas authored
-
Damien Lucas authored
-
- 04 Feb, 2003 2 commits
-
-
Damien Lucas authored
-
Damien Lucas authored
-
- 03 Feb, 2003 3 commits
-
-
Damien Lucas authored
-
Damien Lucas authored
. dvdreader now compiles . still a little problem with getopt compilation
-
Damien Lucas authored
. dvbinput: multiple streams support courtesy of Andrew de Quincey . dvbready: timeout workaround courtesy of Andrew de Quincey I have created 0.5.0 branch, I would like to release vls-0.5.0 by the end of the week... ;-)
-
- 09 Dec, 2002 1 commit
-
-
Damien Lucas authored
. ProgramCount is not needed anymore for local input . You can define local input just with: BEGIN "xxx" where xxx is a number ... END The 'local1' input is implicitly declared . Compilation warnings fixed
-
- 08 Dec, 2002 4 commits
-
-
Alexis de Lattre authored
Description in RPM and Debian packages updated.
-
Alexis de Lattre authored
vls.spec : preparing the next release.
-
Damien Lucas authored
. specific compilation flags for modules (especially for dvbinput) . corrected the SendMethod kludge (default value is 0) . Updated version number for the release . Updated ChangeLog . Changed default debug mode to disable (run ./configure --enable-debug to enable it) . Fixed DVB-T and multiples streams thanks to Peter Martin and Andrew de Quincey
-
Christophe Massiot authored
for your three lines of code :p). * Couldn't find a way to have C++ plug-ins on Darwin, though.
-
- 06 Dec, 2002 1 commit
-
-
Alexis de Lattre authored
-
- 03 Dec, 2002 2 commits
-
-
Damien Lucas authored
. Removed few bugs added in my last commit
-
Damien Lucas authored
(Christophe, can you test it under MacOs X ?) . Changed configure.in in order to be able to specify the path for dvb source files (--with-dvb=PATH) . Added the patch by Michael Muller and Chen Xiaodong about the windows fileoutput bug
-
- 02 Dec, 2002 1 commit
-
-
zorglub authored
Update of the VLS documentation for the future release
-
- 30 Nov, 2002 1 commit
-
-
Damien Lucas authored
Added GNU getopt functions in src/extras
-
- 19 Nov, 2002 1 commit
-
-
Damien Lucas authored
-------------------------------------------- I use for this the libdvb which you will have to compile and install by hand since there are no release yet: Supposing you check out the linuxtv cvs in /usr/src/DVB go to /usr/src/DVB/libdvb $make $cp libdvb.a /usr/local/lib $mkdir /usr/local/include/dvb $cp *.h /usr/local/include/dvb $cp *.hh /usr/local/include/dvb This should allow you to run in your vls directory './configure --enable-dvb' and 'make' This new driver allows you to specify the channelnames instead of the frequencies. So you will need to have a .dvbrc in your home (this file is parsed by the vls in order to find the frequency). See dvbtools to generate this file. With this driver, you should be able to use multiple DVB cards. You won't have to specify the card type anymore (automatically detected). DVB-T and DVB-C are not tested at all. DVB target syntax is 'dvb:ChannelName[:DeviceNumber]' ex: dvb:EuroNews to read EuroNews from /dev/dvb/adapter0 ($HOME/.dvbrc file is used) dvb:EuroSport:1 to read EuroSport from /dev/dvb/adapter1 ($HOME/.dvbrc.1 file is used) . I plan to release soon a new version for - starting in command line - new dvbinput I am writing the TODO list before the release: - Windows and Mac OS X compilation fixes (cf command line) - -t command line option is reported not to work - documentation update Please, report all the bugs or anything that should be modified for the release.
-