]> git.sesse.net Git - vlc/history - modules/access/dvb/linux_dvb.c
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
[vlc] / modules / access / dvb / linux_dvb.c
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-08 Laurent AimarFixed 2 missing "%s" -> "%m"
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-02-22 Laurent AimarReworked DecodeModulation (close #1063)
2007-02-21 Laurent AimarFixed memory leak at each new PMT if we don't have...
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-11 Benjamin Pracht* Patch to add ATSC support by Dennis Lou
2006-04-06 Clément StenacFix potential bugs
2006-04-03 Sigmund Augdal Helberglinux_dvb.c: hopefully fixed CAM support for some cards...
2006-03-09 Jean-Paul SamanUpdate e-mail address
2006-02-03 Sigmund Augdal Helberglinux_dvb.c: initialize a variable
2006-01-19 Sigmund Augdal Helberglinux_dvb.c: output "Tuning failed" in dvb status page...
2005-12-28 Christophe Massiot * modules/access/dvb: Handle removal of the CAM module...
2005-12-27 Christophe Massiot * modules/access/dvb/linux_dvb.c: Disabled FE_CAN_CLEA...
2005-12-27 Christophe Massiot * modules/access/dvb: Full support for DVB MMI menus...
2005-12-21 Christophe Massiot * modules/access/dvb: Fixed link-level CAM API.
2005-11-30 Sigmund Augdal HelbergSupport for CAM modules on dvb-s cards using the high...
2005-07-27 Christophe Massiot * modules/access/dvb: Set the DVR device in non-blocki...
2005-07-25 Christophe Massiot * modules/access/dvb/linux_dvb.c: Added support for...
2005-07-25 Christophe Massiot * modules/access/dvb: Support frequencies for the...
2005-07-20 Christophe Massiot * modules/access/dvb/linux_dvb.c: More verbose CAM...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-07 Christophe Massiot * modules/access/dvb/linux_dvb.c: Fixed support of...
2005-03-23 Laurent Aimar * dvb: fix report of error in FrontendPoll (please...
2005-01-11 Christophe Massiot* modules/access/dvb: Fixed numerous bugs related to...
2005-01-07 Christophe Massiot* modules/access/dvb:
2004-10-28 Gildas Bazin* modules/access/dvb/linux_dvb.c: compilation fix for...
2004-10-27 Christophe Massiot * modules/access/dvb: Fixed a bug with CAMs which...
2004-10-22 Christophe Massiot * modules/access/dvb: Partial EN 50 221 implementation...
2004-09-03 Christophe Massiot* modules/demux/ts.c, modules/access/dvb: Added support...
2004-08-24 Laurent Aimar * dvn: first pass to port dvb to new api. (it doesn...
2004-06-14 Jean-Paul SamanFEC_NONE is a valid value in DecodeFEC(). (Fix thanks...
2004-06-14 Jean-Paul SamanFix typos in DVB-T tuning code.
2004-05-10 Jean-Paul Samandvb/access.c - properly cast memory returned by malloc()
2004-05-10 Christophe Massiot* modules/access/dvb: Major rewrite of the code.