]> git.sesse.net Git - vlc/history - modules/access/dvb/access.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / dvb / access.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-04-19 Jean-Paul SamanCheck return value of malloc()
2007-02-22 Laurent AimarReworked DecodeModulation (close #1063)
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-10 Christophe MutricyForward port [17015] + a few more i18n fix
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-06-29 Sigmund Augdal HelbergFix a regression in r15404 causing people to experience...
2006-04-28 Rémi Denis-CourmontAnother select() -> poll()
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-03-09 Jean-Paul SamanUpdate e-mail address
2006-01-12 Antoine CellerierFSF address change.
2005-12-27 Christophe Massiot * modules/access/dvb: Full support for DVB MMI menus...
2005-07-27 Christophe Massiot * modules/access/dvb: Set the DVR device in non-blocki...
2005-07-25 Christophe Massiot * modules/access/dvb: Support frequencies for the...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-19 Laurent Aimar * dvb: read more TS blocks at once. We start reading...
2005-01-11 Christophe Massiot* modules/access/dvb: Fixed numerous bugs related to...
2005-01-07 Christophe Massiot* modules/access/dvb:
2004-12-11 Clément StenacImprovements to preferences
2004-10-22 Christophe Massiot * modules/access/dvb: Partial EN 50 221 implementation...
2004-10-07 Derk-Jan Hartman* removed another translatable string that is no longer...
2004-10-02 Christophe Massiot* modules/dvb/access.c: Fixed a major heap corruption...
2004-09-03 Christophe Massiot* modules/demux/ts.c, modules/access/dvb: Added support...
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-08-28 Laurent Aimar * all: ooops wrong order for ACCESS_SET_PRIVATE_ID...
2004-08-28 Clément Stenacs/access/access2
2004-08-25 Laurent Aimar * dvb: fixes.
2004-08-24 Laurent Aimar * dvb: compilation fix. With great luck it may, perhap...
2004-08-24 Laurent Aimar * dvn: first pass to port dvb to new api. (it doesn...
2004-08-06 Gildas Bazin* modules/LIST, modules/access/dvb/access.c: removed...
2004-06-28 Felix Paul Kühne* ALL: minor spelling fixes
2004-05-16 Gildas Bazin* include/modules_inner.h, include/modules.h: added...
2004-05-14 Jean-Paul SamanClose DVR device
2004-05-11 Christophe Massiot* src/stream_output/stream_output.c: Use strtol for...
2004-05-10 Jean-Paul Samandvb/access.c - properly cast memory returned by malloc()
2004-05-10 Christophe Massiot1l
2004-05-10 Christophe Massiot* src/input/input_programs.c: Fixed the --program optio...
2004-05-10 Christophe Massiot* modules/access/dvb: Major rewrite of the code.
2004-05-07 Jean-Paul SamanTuning to DVB-C works. Added code to listen to FE_REINI...
2004-05-07 Jean-Paul Samancompilation fixes
2004-05-07 Jean-Paul SamanRefactoring of dvb.c and access.c. Coding style and...
2004-04-24 Jean-Paul Samandvb/access.c removed old commandline syntax
2004-02-11 Jean-Paul SamanAdded some whitespace for alignment.
2004-02-10 Benjamin Prachttypos
2004-02-10 Jean-Paul SamanFixes for DVB-C:
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-10-02 Jean-Paul SamanRework in DVB plugin to allow tuning to DVB-T cards.
2003-10-02 Jean-Paul SamanFix bug for DVB-T tuning. The code always used default...
2003-09-22 Jean-Paul SamanRemoved compatibility tweak for old satellite GUI.
2003-09-19 Jean-Paul SamanNew dvb and old satellite modules now use the *correct...
2003-09-19 Jean-Paul SamanFrequency et al is really specified in KHz and not...
2003-09-03 Benjamin Pracht * qdsk.c : fix a typo
2003-09-01 Jean-Paul SamanSmall error in hi/low band detection inside ioctl_SetFr...
2003-08-18 Jean-Paul SamanSmall fix.
2003-08-12 Jean-Paul SamanFixed long problem with tuning to frequencies like...
2003-08-12 Jean-Paul Saman* more cleanup
2003-08-12 Jean-Paul Saman* Audio is verified to work, it was a problem with...
2003-08-05 Jean-Paul Saman- Enabled tuning for DVB-C and DVB-T cards.
2003-08-04 Jean-Paul SamanTuning succeeds, but have no audio yet. Major cleanup...
2003-07-31 Jean-Paul SamanAdding DVB module to support satellite, cable and teres...