]> git.sesse.net Git - vlc/history - src/input/access.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / access.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-05-29 Rémi Denis-Courmontaccess_New: handle errors
2010-05-11 Pierre YnardFix comment
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-05-10 Rémi Denis-Courmontaccess: add a separate field for local file paths
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-09-20 Rémi Denis-CourmontRemove most vlc_object_set_name() calls, now redumdant
2009-08-23 Rémi Denis-CourmontUse vlc_object_set_name in some places
2009-08-21 Pierre d'HerbemontImplement access_GetParentInput and demux_GetParentInpu...
2008-12-09 Laurent AimarRemove access-filter support.
2008-11-11 Laurent AimarRemoved useless buffering at stream level.
2008-10-13 Laurent AimarSanitize input headers (pass 4).
2008-10-13 Laurent AimarSanitize input headers (pass 3).
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-07-22 Rémi Denis-Courmontaccess_filter: memory leak
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
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-04 Rémi Denis-Courmontaccess2_New code factorizaton
2008-03-04 Rémi Denis-Courmontaccess2_New really does not need to know about preparsing.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-01-05 Rémi Denis-CourmontFix preparsing and access plugin selection (oups)
2007-01-03 Rémi Denis-CourmontFix "quick" access creation mode
2007-01-03 Rémi Denis-CourmontSimplification
2007-01-03 Rémi Denis-CourmontUse strict mode when probing access filters.
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-03 Clément Stenac* Fix preparse of directories
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-08 Rémi Denis-CourmontConst as usual
2006-01-12 Antoine CellerierFSF address change.
2005-10-24 Marian Durkovicmodifications for RTP reordering:
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-09 Gildas Bazin* src/input/access.c: fixed segfaults.
2005-04-02 Sigmund Augdal Helbergaccess.c: fixed crash with preparse
2005-03-29 Laurent Aimar * access.* input/*: added access_filter architecture...
2005-03-11 Clément StenacReduce the global verbosity
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
2004-06-01 Laurent Aimar * access: init info field.
2004-05-30 Laurent Aimar * access,demux: fixed parsing.
2004-05-30 Laurent Aimar * access: implement access2_nEw (untested).
2004-05-30 Laurent Aimar * ninput, access: compilation fix.
2004-05-29 Laurent Aimar * all: begin to introduce access_t (nothing working...