Commit Graph

19 Commits

Author SHA1 Message Date
Pierre d'Herbemont
f94a2f9c4a access: Rename access2 to access as access is no longer existing. 2008-04-14 02:02:24 +02:00
Pierre d'Herbemont
449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
This improves readability a lot and prevent us from reinventing the wheel.
2008-04-14 02:02:22 +02:00
Rémi Denis-Courmont
2e7e22467b Use native C/C++ boolean type 2008-03-17 20:04:45 +02:00
Jean-Baptiste Kempf
54faac8d12 Change int to size_t when needed. Kills a warning. 2008-03-11 18:29:29 -07:00
Dennis van Amerongen
04a4bec2d8 * modules/access/bda/bda.h: remove white space 2008-01-24 14:21:14 +00:00
Dennis van Amerongen
86f8bf5f07 * modules/access/bda/bda.c: add config.h in reference to [24525] 2008-01-24 02:04:59 +00:00
Rémi Denis-Courmont
4f02842805 Revert the so-called whitelisting commits that are actually blacklisting 2008-01-16 17:51:21 +00:00
Rafaël Carré
806cf51658 input options whitelisting, step 2 (refs #1371) 2008-01-16 17:36:14 +00:00
Rémi Denis-Courmont
d8fc0a94ed Export Content-Type out of HTTP access using Control. 2007-10-02 15:54:16 +00:00
Rémi Denis-Courmont
f09b30c782 Memory error handling 2007-09-16 09:02:16 +00:00
Rafaël Carré
6ee1e193fd Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
Ken Self
1a723b1aa9 BDA - minor bug fix in graph destructor 2007-07-13 20:38:12 +00:00
Ken Self
63c7e4a5f5 Add BDA shortcuts dvbt, dvbc, dvbs (without hyphens) to conform to rev 20427: only allow letters, digits and slash in access/demux. Also an extra error message if graph does not start running. 2007-07-01 12:35:00 +00:00
Ken Self
a133370a47 bda: fix bandwidth labels 2007-05-26 22:58:01 +00:00
Ken Self
872976e5ab More BDA DVB-S and DVB-T parameters bring it closer to the linux version 2007-05-19 16:22:27 +00:00
Ken Self
5d8058951f BDA - additional DVB-S parameters added 2007-05-16 22:00:59 +00:00
Ken Self
3cf4ef1e39 Improved handling of no-signal condition and other errors 2007-05-15 20:54:29 +00:00
Ken Self
3ed4adba10 Fix choppy audio on live play - caching enabled properly
Discard samples before demux is ready
Timeout if no samples received
Header file tidy up
2007-05-09 19:43:05 +00:00
Damien Fouilleul
b4ac748f7d - the long awaited Windows BDA driver support for DVB/ATSC capture cards, courtesy of Ken Self. 2007-04-23 12:37:13 +00:00