]> git.sesse.net Git - vlc/history - modules/access/vcdx/access.c
Remove msecstotimestr
[vlc] / modules / access / vcdx / access.c
2010-02-20 Rémi Denis-CourmontRemove msecstotimestr
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-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-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-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-03-22 Rémi Duraffortvcdx: fix potential memleak.
2009-03-12 Rémi Duraffortvcdx: use ifdef instead of if.
2009-02-12 Rémi DuraffortNo need to translate warnings messages.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-08-01 Rémi Duraffortvcdx: Fix memleaks.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-09 Rafaël CarréDo not leak psz_demux
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'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-01-02 Rémi Denis-CourmontFix a bunch of format string injection in VCDX and...
2006-11-26 Clément StenacDid I loose the count ?
2006-11-26 Clément StenacA bit of headers cleanup
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-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-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-01 Rocky Bernsteinfix next/previous chapter in disc mode
2005-04-10 Rocky BernsteinCrash on quit fixed.
2005-03-11 Anil Daoud* configure.ac: alsa is now really default enabled
2005-03-10 Clément StenacFix refcount problems + fix a part of coding style...
2005-01-26 Rocky Bernsteinconfigure.ac: reinstate libcdio CD-DA and VCD plugins...
2004-12-26 Rocky BernsteinSome cleanup and unification with xine vcd plugin.
2004-12-25 Rocky Bernsteininfo.c: Add LID info in stream and media info.
2004-12-23 Rocky BernsteinDeal with just one of the many crashes. This one in...
2004-12-23 Rocky BernsteinFill out more VCD player-independent parts. Modal ...
2004-12-22 Rocky BernsteinMore segment playing improvements, be able to map seekp...
2004-12-22 Rocky BernsteinSome work towards get segments working again.
2004-12-22 Rocky BernsteinGet chapter next/prev working for entries.
2004-12-21 Rocky BernsteinWork on getting slider seeking working better.
2004-12-20 Rocky BernsteinImprove entry navigation and title update.
2004-12-20 Rocky BernsteinFix bad bug with was causing discontinuous video playback.
2004-12-19 Rocky BernsteinCleanups towards getting this to a usable state.
2004-12-19 Rocky BernsteinFirst attempt to libcdio VCD working under new regime...
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-07-29 Derk-Jan Hartman* vcdx Coding style fixes.
2004-06-07 Laurent Aimar * all: use var_Set/Get "state"/"position"/"rate" inste...
2004-04-01 Gildas Bazin* modules/access/vcdx/access.c: use input_Control(INPUT...
2004-03-29 Rocky BernsteinSmall cosmetic changes
2004-03-15 Rocky BernsteinCVD subtitle selection works via front-end spu-es varia...
2004-03-15 Rocky BernsteinFill out VCD information Media Info section when playin...
2004-03-11 Rocky BernsteinUse memset, not bzero. Helps with -mno-cygwin (and...
2004-03-07 Rocky BernsteinMore printf lint for cygwin (and possibly others)
2004-03-07 Rocky Bernsteinprintf lint changes for cygwin.
2004-02-22 Rocky BernsteinFix mem leak caught by valgrind.
2004-02-22 Rocky BernsteinMake sure a couple of variables are initialized before
2004-02-19 Rocky BernsteinStructure not big enough and was writing past buffer...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-25 Rocky BernsteinAllow PBC selection. Had been temporarily disabled...
2004-01-06 Rocky BernsteinUnbreak plugin as a result of the recent playlist API...
2004-01-05 Clément Stenac* ALL: playlist API changes
2004-01-03 Rocky BernsteinPut track information in Media Info. If we have SVD...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-22 Sam Hocevar * modules/access/vcdx/access.c: Fixed an obvious...
2003-12-13 Rocky BernsteinIf not in PBC, playlist fills in all entries.
2003-12-11 Rocky BernsteinSwitch over to using "cd-audio" and "vcd" configuration...
2003-12-05 Rocky BernsteinA little cleanup on wait timing. No bug fixes yet,...
2003-12-05 Rocky BernsteinSlightly better handling of stills and toggling pause...
2003-12-03 Rocky BernsteinMake more like the French translation which is more...
2003-12-02 Rocky BernsteinPopulate VCD info in "File Info" window.
2003-11-26 Rocky BernsteinMinor name-change tidying up.
2003-11-23 Rocky BernsteinAdd configuration options to set default device. For...
2003-11-20 Rocky BernsteinReorganize more analogous to dvdplay. Should give some...
2003-11-07 Rocky BernsteinNeed to change libvcdinfo to be more robust when there are
2003-10-04 Gildas Bazin* modules/access/vcdx/*: Brand new VCD input module...