]> git.sesse.net Git - vlc/history - modules/access/file.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / access / file.c
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacFix a number of problems with interaction dialogs
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-03 Gildas Bazin* modules/access/file.c, directory.c: bug and memory...
2006-07-19 Clément StenacSome more demux and access code factorization
2006-04-29 Rémi Denis-CourmontWin32 compile fix
2006-04-29 Rémi Denis-Courmont- Use poll() instead of select() so we don't depend...
2006-04-27 Rémi Denis-CourmontWhenever using select() companion macro FD_SET(), one...
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-01-12 Antoine CellerierFSF address change.
2006-01-07 Derk-Jan Hartman* Compile fix for OSes without F_RDAHEAD and F_NOCACHE
2006-01-07 Derk-Jan Hartman* Set FD_RDAHEAD and FD_NOCACHE on when reading from...
2005-12-16 Clément StenacGrmbl
2005-12-16 Clément StenacRevert
2005-08-21 Damien Fouilleul- support for specific WIN32 file URL such as file...
2005-08-17 Christophe Massiot * modules/access/file.c: Expansion of '~/' in filenames.
2005-08-15 Rémi Denis-CourmontFix stat() when local charset is not UTF-8
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-07-21 Derk-Jan Hartman* Fix an issue with reading of files that are still...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-11 Anil Daoud* configure.ac: alsa is now really default enabled
2005-01-05 Gildas Bazin* src/misc/modules.c,cpu.c, modules/access/file.c:...
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
2004-10-05 Gildas Bazin* modules/access/file.c: WinCE cruft removal.
2004-10-04 Gildas Bazin* modules/access/file.c: got rid of the #ifdef HAVE_ERR...
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-05 Laurent Aimar * ninput: added more access2 doc, added ACCESS_SET_PRI...
2004-06-03 Laurent Aimar * file: converted to access2. I hope it still compils...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-06 Gildas Bazin* modules/access/file.c: fixed bug in concat mode when...
2004-03-14 Gildas Bazin* modules/access/file.c: more fixes ( thanks fenrir...
2004-03-14 Gildas Bazin* modules/access/file.c: couple of fixes for the file...
2004-03-10 Gildas Bazin* modules/access/file.c:
2004-03-01 Gildas Bazin* include/vlc_threads.h:
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2003-06-09 Christophe Massiot* modules/access/file.c: Fixed a compile issue (thanks...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-08 Gildas Bazin* modules/access/file.c: fixed large file support on...
2003-04-16 Gildas Bazin* modules/misc/dummy/input.c, modules/access/file.c...
2003-04-02 Christophe Massiot* Added a new kfir: access module, designed to work...
2003-04-02 Christophe Massiot* Fixed a bug with the stream: input plug-in when recei...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-04 Gildas Bazin* include/vlc_common.h: on win32 we include malloc...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-08 Christophe Massiot* src/extras/libc.c: New vlc_wraptext function,
2003-01-05 Christophe MassiotFixed the "stream has changed" bug.
2003-01-03 Christophe Massiot* modules/access/file.c: we now regularly check the...
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-12 Gildas Bazin* src/input/input_clock.c, include/input_ext-intf.h...
2002-11-21 Sam Hocevar * ./modules/video_output/wingdi.c: skeleton of a...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...