]> git.sesse.net Git - vlc/history - modules/access/vcd
vpx: fix leak
[vlc] / modules / access / vcd /
2015-01-02 Jean-Baptiste Kempfcdrom.h: use static inline instead of macros
2015-01-02 Jean-Baptiste Kempfcdrom.c: code cosmetic and includes removal
2015-01-02 Jean-Baptiste KempfVCD: clean cdrom.h header
2015-01-02 Jean-Baptiste KempfAdd includes guards to cdrom.h
2015-01-02 Jean-Baptiste KempfVCD: avoid macro redefinition
2014-08-25 Rémi Denis-Courmontvcd: fix NULL dereference on error
2014-02-23 KO Myung-Hunos2: make high-memory safe
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-12-11 Rémi Duraffortvcd: fix sizeof mismatch (cid #1048981)
2013-08-26 Rémi Denis-Courmontvcd: switch to ACCESS_GET_(TITLE|SEEKPOINT)
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-08-25 Rémi Denis-Courmontaccess: clearing info.i_update is the owner's job,...
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-17 Rémi Denis-Courmontinput: remove write-only INPUT_UPDATE_SIZE
2013-01-14 Jean-Baptiste KempfCDROM: use CreateFileA for opening drive letters
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/access/vcd/
2012-06-28 Rémi Duraffortvcd: fix off-by-one while scanning
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <fcntl.h>
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2011-12-30 Rafaël Carrévcd ioctl_ReadSectors() : factorize error case
2011-12-28 Jean-Baptiste KempfVCD: misc cosmetics and move to the # chapter syntax
2011-10-20 KO Myung-HunImplement cdrom tools to access audio/video CD on OS/2
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-02-17 Jean-Baptiste KempfVCD: small cosmetics and avoid calling block_New with...
2011-02-17 Jean-Baptiste KempfVCD: fix sign comparison error
2010-10-31 Laurent AimarRemoved invalid assignation while loading cue files.
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
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...
next