]> git.sesse.net Git - vlc/history - modules/access/vcdx
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / access / vcdx /
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-03-06 Rémi Denis-CourmontUse vlc_mrand48() instead of rand()
2010-02-20 Rémi Denis-CourmontRemove msecstotimestr
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-21 Laurent AimarFixed compilation.
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-05 Rémi Duraffortlld/llu => PRIi64/PRIu64
2009-12-30 Rémi Denis-CourmontVCDX: use var_Inherit
2009-12-30 Rémi Denis-CourmontVCDX: use after free
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-25 Rémi DuraffortFix compilation: too short delay.
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-08-20 Pierre d'Herbemontvcdx: No need to cast. Kill a warning.
2009-08-20 Pierre d'Herbemontvcdx: Use %zu in format for size_t. (Kill a warning).
2009-07-15 Rémi DuraffortFix dead assignement.
2009-06-15 Christophe Mutricyvcdx/demux.c doesn't exist anymore
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 JP Dingervcdx: 100% cosmetics; indentation reformatting.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-27 JP DingerCosmetics: make indentation less inconsistent.
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-24 Felix Paul Kühnevcdx: compilation fix
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge intf_Create() and intf_RunThread()
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 JP DingerClean up vcdx a bit. Or a lot. It compiles, but I can...
2009-05-21 JP DingerRefactor vcdx info.c dropping a few memory leaks and...
2009-03-22 Rémi Duraffortvcdx: fix potential memleak.
2009-03-17 Rémi Denis-CourmontVCDX: privatize interface callback lock
2009-03-12 Rémi Duraffortvcdx: use ifdef instead of if.
2009-03-08 Rémi Duraffortvcdx: fix warning.
2009-02-12 Rémi DuraffortNo need to translate warnings messages.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-19 Rémi Denis-CourmontVCDX: interface creation is commented out so comment...
2008-12-21 Dominique LeuenbergerFix for 'no-return-in-nonvoid function intf.c'
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-03 Rémi Denis-Courmontdouble variable declaration
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-09-03 Rémi Denis-CourmontNo point in checking vlc_object_alive there
2008-08-13 Rémi Denis-CourmontRemove GCCism
2008-08-03 Justus PiaterIn VCDFormatStr(), made temp_str non-static
2008-08-01 Rémi DuraffortFix previous commit.
2008-08-01 Rémi Duraffortvcdx: Fix memleaks.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-14 Pierre d'Herbemontvcdx: Don't include playlist.h
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
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-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-02-03 Rémi Denis-CourmontDon't include stddef without checking for it.
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-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
2007-01-02 Rémi Denis-CourmontFix a bunch of format string injection in VCDX and...
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacDid I loose the count ?
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-07 Derk-Jan Hartman* Reset access->info.b_eof when we search. After you...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-05-17 Derk-Jan Hartman* This makes the cddax and vcdx modules compile again...
2006-02-01 Rémi Denis-CourmontAdditionnal conversions
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-22 Clément StenacFix build of vcdx module
2006-01-13 Rémi Denis-CourmontPartial distcheck fix
2006-01-12 Antoine CellerierFSF address change.
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
2005-07-23 Rocky Bernsteinaccess.c: LID and Segment for non PBC (the default...
2005-07-20 Rocky BernsteinFix bug in track-length seeking.
2005-07-20 Rocky BernsteinInitialize track_end variable.
2005-07-16 Rémi Denis-Courmontsleep is not thread-safe - use VLC API msleep instead
2005-07-16 Rocky BernsteinMeant to set first and last entry for each *track*.
2005-07-16 Rocky BernsteinRemove gcc 4 uninitialize variable warning.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-09 Rocky Bernsteinvcdplayer.c: fix gcc 4-caught uninitialized variable.
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Felix Paul Kühne* fixed some strings
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
next