- 25 Nov, 2003 1 commit
-
-
Damien Lucas authored
-
- 24 Nov, 2003 1 commit
-
-
Damien Lucas authored
. removed the bug that prevents from ./configuring with libdvb-0.5.x
-
- 20 Nov, 2003 1 commit
-
-
Damien Lucas authored
(PID 5 first bytes were not set in some cases)
-
- 17 Nov, 2003 2 commits
-
-
Damien Lucas authored
. update version number and ChangeLog
-
Damien Lucas authored
2 bug fixes in the stable branch ! Ready for a 0.5.4 release ?
-
- 16 Nov, 2003 1 commit
-
-
Damien Lucas authored
Description of the bug: The PAT gives the list of the available programs in the current stream and the PID of their PMT (called PMT_PID). Usually, each program has a different PMT_PID. When streaming, we just need to put a filter on this PID and send the packets just as other packets. PAT is the only table we need to change. But the 13818-1 standard don't tell anything about that. Some multiplexers use the same PMT_PID for more than one program ... The pervious filter is not enough ! For each PMT with the right PID, we need to check to which program number it refers and send the packet only if it's the right one. Moreover, we can't just send it like we received it ... we need to regenerate it in order to keep the continuity counter. By the way, the libdvbpsi should not complain about receiving a PMT with a program number that doesn't match. It should only ignore quietly that's the reason why I removed the message in my last commit (it uses lost of CPU to display it when streaming a lot of channels). With last libdvbpsi,this commit should fix all that. Please try it and tell me if it works well.
-
- 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.
-