]> git.sesse.net Git - vlc/history - modules/access/bda/bda.c
DVB/BDA: add_safe bandwidth/frequency
[vlc] / modules / access / bda / bda.c
2010-04-10 Jean-Baptiste KempfDVB/BDA: add_safe bandwidth/frequency
2009-11-28 Rémi Denis-CourmontTS demux: fix memory leak using ACCESS_SET_PRIVATE_ID_CA
2009-10-13 Laurent AimarFixed a small memleak in bda.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-07-05 Rémi Denis-CourmontDo not embed \0 in format string - fix warning
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 JP DingerA couple more obvious missing (int64_t) cast fixes.
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-04-26 Jean-Baptiste KempfBDA: remove unneeded variable.
2009-04-26 Jean-Baptiste KempfWin32: fix compile of BDA.
2009-04-25 Rémi Duraffortinclude config.h before any other include.
2009-04-24 Laurent AimarAuto probe BDA tuner when using dvb://
2009-04-24 Laurent AimarForce TS demuxer when using BDA access.
2009-04-24 Laurent AimarCleaned up the way BDA store data from the sample grabber.
2009-04-24 Laurent AimarFixed segafult when stopping BDA.
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-12-28 Ken SelfBDA allow card selection
2008-12-16 Rémi Duraffortbda: little cleanup.
2008-12-15 kenselfEnhance DVB-S handling with range parameter and option...
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
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...