]> git.sesse.net Git - vlc/history - modules/access/pvr.c
Use var_Inherit* when applicable.
[vlc] / modules / access / pvr.c
2010-08-17 Rémi DuraffortUse var_Inherit* when applicable.
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-05-10 Rémi Denis-CourmontPVR: decode PVR device node path
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 <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-10-17 Rémi Denis-CourmontPVR: path from VLC config, need utf8_open()
2009-03-09 Rémi Duraffortaccess_pvr: really fix the potential memleak.
2009-03-08 Rémi Duraffortaccess_pvr: fix potential memleak and factorize.
2009-02-20 Rémi Denis-CourmontUnused variable
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-16 Rémi DuraffortUse the access helpers.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-02 Rémi Denis-CourmontCleanup PVR path parser
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 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-13 Rémi DuraffortUseless test before a free()
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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-12-14 Antoine Cellerier[PATCH] Extend pvr support to non-ivtv v4l2 cards ...
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-21 Christophe MutricyBetter fix for <linux/videodev2.h> . Refs #1238
2007-06-11 Sigmund Augdal Helbergfix compile faults and semantic errors in pvr module...
2007-04-16 Jean-Paul SamanPatch from Paul Corke <paul.corke at datatote dot co...
2007-03-23 Christophe MutricyFix the strings.
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-19 Clément StenacMove v4l and pvr into the main access directory.