]> git.sesse.net Git - vlc/history - modules/access/eyetv.m
vpx: fix leak
[vlc] / modules / access / eyetv.m
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-03 Felix Paul Kühneeyetv: unify and modernize coding style
2012-02-24 Felix Paul Kühnemacosx: removed tabs and fixed whitespacing errors
2011-12-15 Pere Orgafix filename self-references
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-08-17 Rémi DuraffortUse var_Inherit* when applicable.
2009-08-06 Rémi Denis-CourmontCosmetic: socket(AF_ -> socket(PF_
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-11-11 Laurent AimarRemoved useless buffering at stream level.
2008-11-02 Rémi DuraffortUse var_CreateGet when needed (and cleaning)
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-03 Derk-Jan Hartmaneyetv: Switch from Read to BlockRead, and use a more...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-02 Pierre d'HerbemontMore Id and permission fixes.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-14 Damien Fouilleuleyetv: latest version of EyeTV capture plugin, needs...