]> git.sesse.net Git - vlc/history - src/input/access.c
Remove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
[vlc] / src / input / access.c
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...