]> git.sesse.net Git - vlc/history - modules/access/bda/bda.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / access / bda / bda.c
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-28 Pavlov KonstantinAdd braces where needed.
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-12 Jean-Baptiste KempfChange int to size_t when needed. Kills a warning.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-07-01 Ken SelfAdd BDA shortcuts dvbt, dvbc, dvbs (without hyphens...
2007-05-26 Ken Selfbda: fix bandwidth labels
2007-05-19 Ken SelfMore BDA DVB-S and DVB-T parameters bring it closer...
2007-05-16 Ken SelfBDA - additional DVB-S parameters added
2007-05-15 Ken SelfImproved handling of no-signal condition and other...
2007-05-09 Ken SelfFix choppy audio on live play - caching enabled properly
2007-04-23 Damien Fouilleul- the long awaited Windows BDA driver support for DVB...