]> git.sesse.net Git - vlc/history - modules/access/dvb
direct3d11: implement the pixel format fallback
[vlc] / modules / access / dvb /
2015-02-26 Francois Cartegnierequire libdvbpsi >= 1.0.0
2014-08-25 Rémi Denis-Courmontdvb scan: use unsigned indices (CID#1048723)
2014-04-22 Rémi Denis-Courmontdvb/scan: memory leak
2014-01-27 Rémi Denis-Courmontvlc_readdir: remove string duplication, simplify
2014-01-27 Rémi Denis-CourmontDVB (old): fix memory leak
2013-12-29 Rémi Denis-CourmontDVB (old): use vlc_strerror_c()
2013-10-27 Edward Wangdvb: remove psz_demux hack
2013-10-10 Rémi Denis-Courmontdvb: do not parse string options as integer ones (fixes...
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-05-17 Jean-Paul Samanaccess_dvb/dtv: support for libdvbpsi >= 1.0.0
2013-04-09 Rémi Denis-CourmontUseless #include <poll.h>
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-11 Rafaël Carréold dvb access: remove unused includes
2012-10-12 Rémi Denis-CourmontDVB: remove dead HTTP code
2012-10-12 Rémi Denis-CourmontDVB scan: re-enable the old plugin
2012-10-12 Rémi Denis-CourmontDVB scan: fix compilation errors
2012-09-06 Benjamin DrungFix typo: bandwith -> bandwidth.
2012-06-28 Rémi Duraffortdvb-scan: fix potential buffer overflow
2012-03-20 Rémi Denis-CourmontUse environment variable for data directory
2012-02-28 Konstantin PavlovFix some common typos.
2012-01-24 Rémi Denis-CourmontProperly remove the old dvb plugin, fix bootstrapping
2011-11-29 Rafaël CarréDistribute (but do not build) modules/access/dvb
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP port in core
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP (bind) address in core
2011-08-02 Rémi Denis-CourmontUse separate functions for RTSP and HTTP hosts
2011-07-23 Rémi Denis-CourmontDVB: remove dead code for TLS and ACL support
2011-05-11 Rémi Denis-CourmontLinux DVB: migrate EN 50221 code
2011-04-01 Ilkka Ollakkadvb: return value from decode_BCD
2011-03-25 Rémi Denis-CourmontCAM: Missing initializer from earlier rework
2011-03-25 Rémi Denis-CourmontDVB: mostly work around variable conflict with the...
2011-03-24 Rémi Denis-CourmontDVB: remove access
2011-03-24 Rémi Denis-CourmontDTV: Linux-specific DiSEqC 1.0 master support
2011-03-24 Rémi Denis-CourmontDVB: remove old conflicting options
2011-03-22 Ilkka Ollakkadvb: do decode_BCD without asprintf
2011-03-21 Rémi DuraffortRemove obvious statements.
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-03-21 Rémi Denis-CourmontUnitialized value
2011-03-21 Rémi Denis-CourmontDVB: CAM: clean up HTML output memory management
2011-03-21 Rémi Denis-CourmontDVB: merge all CAM stuff in a single file (untested)
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 remove default symbolrate setting
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-CourmontTypo
2011-03-05 Rémi Denis-CourmontDVB: fix turbo FEC check
2011-03-05 Rémi Denis-CourmontDVB: make scanning fully independent of Linux DVB
2011-03-05 Rémi Denis-CourmontDVB: separate CA management
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-05 Rémi Denis-CourmontUse SetWBE
2011-03-05 Rémi Denis-Courmontinline is inline
2011-03-03 Jean-Baptiste KempfDVB access: kill 3 warnings
2011-03-03 Jean-Baptiste KempfDVB access: remove outdated defines
2011-03-03 Rémi Denis-CourmontDVB: don't bother printing ioctl() error return value
2011-03-03 Rémi Denis-CourmontDVB: simplify other options parsing
2011-03-03 Rémi Denis-CourmontDVB: factor VLC to Linux modulation conversion
2011-03-03 Rémi Denis-CourmontDVB: list possible modulations
2011-03-03 Rémi Denis-CourmontDVB: list possible voltages
2011-03-03 Rémi Denis-CourmontDVB: warning in previous commit
2011-03-03 Rémi Denis-CourmontDVB: Remove old syntax check
2011-02-07 Rémi Denis-CourmontLinux DVB: cleanup capabilities list, and add missing...
2011-02-07 Rémi Denis-CourmontLinux DVB: fix stupidity check (stupid is zero)
2011-01-23 Rémi Denis-CourmontDVB CAM: don't choke on EINTR
2010-12-21 Francois CartegnieFiles and paths are not string variables (for Qt)
2010-10-26 Rémi Denis-CourmontDVB: resync with TS demux
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
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-08-05 David KaplanDVB: Increased signal timeout times
2010-07-11 Rémi Denis-CourmontRemove legacy casts
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-10 Jean-Baptiste KempfDVB/BDA: add_safe bandwidth/frequency
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-30 Rémi Denis-CourmontDVB: config_Get -> var_Inherit
next