]> git.sesse.net Git - vlc/history - modules/access/vcd
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / vcd /
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-29 Rémi Denis-CourmontVCD: fix segfault when opening not-a-file
2010-05-10 Rémi Denis-CourmontUse file path instead of URL where appropriate
2010-02-08 Rémi Duraffortvcd: fix potential NULL-dereference (found with cocinne...
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-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-10-17 Rémi Denis-CourmontVCD: stat -> utf8_stat
2009-10-17 Rémi Denis-CourmontVCD: path from VLC MRL, need utf8_open
2009-08-20 Pierre d'Herbemontvcd: Flag unused argument, and fix a pointer to number...
2009-08-19 Jean-Baptiste KempfWin32: Kill a warning in vcd
2009-08-18 Rémi Denis-CourmontVCD: remove Win9x support
2009-08-15 Rémi Denis-CourmontRemove dummy utf8_open() mode parameter in absence...
2009-07-14 JP DingerRemove unneeded casts and intermediaries in va_arg...
2009-06-30 Derk-Jan Hartmanvcd: arpa/inet.h is required for ntohl() on FreeBSD
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 JP DingerA couple more obvious missing (int64_t) cast fixes.
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarDo not call EnsureUTF8 on NULL string (cdtext).
2009-04-21 Joris van RooijVCD OpenBSD build fix
2009-02-25 Laurent AimarUse calloc when appropriate (cdrom.c)
2009-02-24 Laurent AimarAdded missing EnsureUTF8 for CD-TEXT.
2009-02-24 Laurent AimarAdded ioctl_GetCdText to our cdrom wrapper for linux...
2009-02-24 Laurent AimarCosmetics.
2009-02-24 Laurent AimarFixed a small memleak in cdda/vcd code.
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-11-05 Rémi Denis-CourmontFix buffer overflow
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-07-27 Derk-Jan Hartmanvcd module: fix .cue loading. was failing on .cue's...
2008-07-01 Rémi Denis-CourmontRemove dead code (CID #2)
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
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-09 Rafaël CarréDo not leak psz_demux
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-05-01 Rémi Denis-CourmontMissing #include
2008-04-30 Rémi Denis-CourmontDisc reading libs want ANSI rather than UTF-8 paths...
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-12 Rémi DuraffortAnother time "Remove useless 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-11-04 Rafaël Carréuse correct return type
2007-10-03 Rémi Denis-CourmontFix messed up cast that breaks gcc 4
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-21 Rémi Denis-CourmontAdd missing header
2006-11-14 Derk-Jan Hartman* Use utf8_open for the .bin vcdimage file
2006-09-07 Derk-Jan Hartman* Reset access->info.b_eof when we search. After you...
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-03-25 Clément StenacShould fix playback of cdda://D:\ under win32. Please...
2006-02-20 Derk-Jan Hartman* Fix CDDA and VCD modules for Mac OS X Intel. Fix...
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-10 Derk-Jan Hartman* fprintf -> msg_Dbg
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-12 Antoine CellerierFSF address change.
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
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-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2004-12-11 Clément StenacImprovements to preferences
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-08-04 Gildas Bazin* modules/access/dvdnav.c: very basic probing that...
2004-08-03 Gildas Bazin* modules/access/cdda.c: fixes + simplification.
2004-08-03 Gildas Bazin* modules/access/vcd/vcd.c: fixed seeking + simplified...
2004-06-23 Gildas Bazin* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed...
2004-06-06 Laurent Aimar * access2: added shortcuts for vcd/svcd.
2004-06-06 Laurent Aimar * vcd/vcd.c: ported to access2.
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2003-08-10 Gildas Bazin* modules/access/vcd/vcd.c: a few navigation fixes.
2003-08-09 Gildas Bazin* modules/access/vcd/vcd.c: sanity check on the track...
2003-08-09 Gildas Bazin* modules/access/vcd/cdrom.c: switching to YellowMode2...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-05-27 Gildas Bazin* modules/access/vcd/cdrom.c: On winNT/2K/XP we set...
2003-05-22 Gildas Bazin* INSTALL.win32: added a small note about running vlc...
2003-05-18 Gildas Bazin* modules/access/vcd/*, modules/access/cdda.c: changed...
2003-05-18 Gildas Bazin* modules/gui/wxwindows/open.cpp: small fixes.
next