]> git.sesse.net Git - vlc/history - modules/access/dvb/scan.c
DVB scan: re-enable the old plugin
[vlc] / modules / access / dvb / scan.c
2012-10-12 Rémi Denis-CourmontDVB scan: fix compilation errors
2012-06-28 Rémi Duraffortdvb-scan: fix potential buffer overflow
2012-03-20 Rémi Denis-CourmontUse environment variable for data directory
2011-04-01 Ilkka Ollakkadvb: return value from decode_BCD
2011-03-22 Ilkka Ollakkadvb: do decode_BCD without asprintf
2011-03-17 Ilkka Ollakkadvb-c: optimize initial channelfinding if we can utilis...
2011-03-17 Ilkka Ollakkadvb: dvb-c channels seems to have only QAM64..256 modul...
2011-03-17 Ilkka Ollakkadvb: use NIT-info from first found channel to scan...
2011-03-17 Ilkka Ollakkadvb: iterate modulations 256..16 instead 16..256
2011-03-17 Ilkka Ollakkadvb: get current modulation if dvb-c iteration didn...
2011-03-17 Ilkka Ollakkadvb: count channels names, not number of services we...
2011-03-17 Ilkka Ollakkadvb: helper functions to decode BCD and get service_type
2011-03-10 Ilkka Ollakkadvb-c: update frequency table
2011-03-10 Ilkka Ollakkadvb: change position to move along when iterating modul...
2011-03-10 Ilkka Ollakkadvb: refactor dvb-c scanning code out from scan_Next()
2011-03-10 Ilkka Ollakkadvb: initial support on scanning symbolrates on dvb...
2011-03-09 Ilkka Ollakkadvb: actually check/print right variable on dvb-c modul...
2011-03-09 Ilkka Ollakkadvb: add ability to scann modulation from dvb-c
2011-03-06 Rémi Denis-CourmontFactor EIT text conversion in a .h file
2011-03-05 Rémi Denis-CourmontDVB: make scanning fully independent of Linux DVB
2011-03-05 Rémi Denis-CourmontDVB: privatize scan_session
2011-03-05 Rémi Denis-CourmontDVB: privatize scan_service
2011-03-05 Rémi Denis-CourmontDVB: privatize scan_t
2011-03-05 Rémi Denis-CourmontDVB: useless includes
2011-03-03 Jean-Baptiste KempfDVB access: kill 3 warnings
2011-03-03 Jean-Baptiste KempfDVB access: remove outdated defines
2010-08-13 Rémi Duraffortdvb_scan: fix memleak.
2010-08-11 Laurent AimarReplaced a %d with PRId64 in dvb access.
2010-08-05 David KaplanDVB channel search dialog now shows ETA
2010-08-05 David KaplanDVB-S scanning support
2010-08-05 David KaplanDVB access module format improvements
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-07-31 JP DingerDrop a const on a static array and misc cleanup.
2009-07-31 Ilkka Ollakkadvb: scanning ain't only -T, change dialog
2009-07-30 Ilkka Ollakkadvb-c: somewhat working channel-scanning in linux
2009-07-23 Rémi DuraffortGlobal headers.
2009-03-10 Rémi Denis-CourmontFix progress dialog scale
2009-03-09 Rémi Denis-Courmontdialog_ProgressSet: add an optional string parameter
2009-03-08 Rémi Denis-CourmontUse dialog_Progress
2009-01-31 Rémi Denis-CourmontProgress interaction: remove useless parameter
2009-01-31 Rémi Denis-CourmontInteraction: remove (buggy and useless) dialog IDs
2009-01-20 Rémi Denis-CourmontFix format string
2009-01-18 Ilkka Ollakkadvb-c scanning support (not working yet)
2008-11-04 Sebastien Escudierfix sdt.h include in dvb access module
2008-08-25 Laurent AimarAdded check against NIT dvbpsi support.
2008-08-25 Laurent AimarCosmetics.
2008-08-25 Laurent AimarAdded DVB scan capability.