]> git.sesse.net Git - vlc/history - modules/access/dvb/en50221.c
Remove useless <fcntl.h> inclusions
[vlc] / modules / access / dvb / en50221.c
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-29 Marian Ďurkovičen50221: Provide compile-time option for slow CAMs
2009-10-27 Marian Ďurkovičen50221: Increase MAX_CASYSTEM_IDS to 64 and fix invert...
2009-10-10 Rémi Duraffortaccess_dvb: constify.
2009-09-25 Marian Ďurkovičen50221: Increase max PDU size to 4 kB
2009-08-20 Jean-Baptiste KempfFrimp
2009-08-20 Pierre d'Herbemontdvb: Blindly flag unused args.
2009-07-23 Rémi DuraffortGlobal headers.
2009-03-09 Laurent AimarFixed warning (dvb).
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-04 Sebastien Escudierfix sdt.h include in dvb access module
2008-10-10 Rémi DuraffortFix buffer overflow (CID 188)
2008-10-08 Rémi DuraffortFix potential memleaks (CID 200)
2008-10-05 Rémi DuraffortFix memleak (CID 202, 203, 204 and 205)
2008-10-05 Rémi DuraffortRemove unuse variable (and one memleak in the same...
2008-08-25 Laurent AimarAdded check against NIT dvbpsi support.
2008-08-25 Laurent AimarAdded DVB scan capability.
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-01 Rémi Denis-CourmontMissing #include
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
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-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-03-23 Laurent AimarFixed dvbsi_to_utf8 (memory leak + possible segfault)
2007-02-22 Sigmund Augdal Helbergfix cam support for twinhan cards. Not needed now,...
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-06-27 Sigmund Augdal HelbergAttempt to support international charsets in mmi menus...
2006-02-18 Rémi Denis-CourmontFix warning
2005-12-28 Christophe Massiot * modules/access/dvb: Handle removal of the CAM module...
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-11-23 Christophe Massiot * modules/access/dvb/en50221.c: Implemented basic...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-01-11 Christophe Massiot* modules/access/dvb: Fixed numerous bugs related to...
2005-01-07 Christophe Massiot* modules/access/dvb:
2004-12-21 Christophe Massiot* modules/demux/ts.c: New option --ts-capmt-sysid to...
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...