]> git.sesse.net Git - vlc/history - modules/access/vcd/cdrom.c
Include the BlackMagic SDK stuff with <>.
[vlc] / modules / access / vcd / cdrom.c
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-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-06-30 Derk-Jan Hartmanvcd: arpa/inet.h is required for ntohl() on FreeBSD
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...
2008-11-05 Rémi Denis-CourmontFix buffer overflow
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
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-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
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.
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-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-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-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2003-08-09 Gildas Bazin* modules/access/vcd/cdrom.c: switching to YellowMode2...
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.
2003-05-17 Gildas Bazin* modules/access/cdda.c, modules/access/vcd/*: New...
2003-03-10 Gildas Bazin* modules/access/vcd/cdrom.c: small win32 bugfix.
2003-01-27 Johan Bilien * ALL: some FreeBSD compilation fixes. gnome plugin...
2002-12-02 Sam Hocevar * ./modules/access/vcd/cdrom.c: NetBSD VCD input...
2002-10-16 Christophe Massiot* Fixed AOUT_CHAN_CHANNEL2 trivial mixer,
2002-10-15 Gildas Bazin* modules/access/vcd/*, configure.ac.in:
2002-08-09 Christophe Massiot* Trivial resampler plug-in (resampling still non-funct...
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...