]> git.sesse.net Git - vlc/history - modules/access/bda
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / bda /
2010-07-22 Manol ManolovAdd Clear QAM to BDA
2010-07-22 Manol ManolovRemove Wrong BDA shortcuts
2010-07-22 Manol ManolovImprove BDA for Windows 7 and Vista
2010-07-22 Manol ManolovCosmetics in BDA module
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-04-27 Christophe Mutricyi18n: Don't do _("")
2010-04-19 Rémi Duraffort"strlen( psz ) == 0" => "*psz == '\0'"
2010-04-11 Christophe Mutricyi18n: Don't use "" for translatable strings
2010-04-10 Jean-Baptiste KempfDVB/BDA: add_safe bandwidth/frequency
2009-12-27 Jean-Baptiste KempfBDA: include ordering
2009-11-28 Rémi Denis-CourmontTS demux: fix memory leak using ACCESS_SET_PRIVATE_ID_CA
2009-11-12 Laurent AimarIgnored error when we cannot save our modified tuning...
2009-10-13 Laurent AimarFixed a small memleak in bda.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-19 Jean-Baptiste KempfBDA: remove useless include.
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 AimarUse the same frequency range for DVB-T/C than our linux...
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 BDA sample grabber connection.
2009-04-24 Laurent AimarFixed segafult when stopping BDA.
2009-03-12 Rémi Duraffortbda: fix potential uninitialized value.
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.
2009-01-07 Ken SelfBDA: remove %S formatting plus a few other fixes
2008-12-28 Ken SelfBDA allow card selection
2008-12-17 Rémi Duraffortcaugh caugh.
2008-12-17 Rémi DuraffortAnother fix for win32.
2008-12-17 Rémi DuraffortFix win32 compilation.
2008-12-16 Rémi Duraffortbdagraph: cleaning.
2008-12-16 Rémi Duraffortbda: little cleanup.
2008-12-15 Rémi DuraffortReally fix this.
2008-12-15 Rémi DuraffortFix multiple deallocation (three deallocation for the...
2008-12-15 Rémi DuraffortRemove unneded test before delete/free.
2008-12-15 Ken SelfBDA free() strings from var_GetNon_EmptyString
2008-12-15 kenselfSignificant changes to ATSC and DVB-S processing which...
2008-12-15 kenselfAdded Tunng Space class definitions
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-31 Jean-Baptiste KempfMingw64 defines _I64_MAX in limits.h
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-24 Dennis van Amerongen* modules/access/bda/bda.h: remove white space
2008-01-24 Dennis van Amerongen* modules/access/bda/bda.c: add config.h in reference...
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-16 Rémi Denis-CourmontMemory error handling
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-07-13 Ken SelfBDA - minor bug fix in graph destructor
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...