summaryrefslogtreecommitdiff
path: root/src/input/vcd/xineplug_inp_vcd.c
AgeCommit message (Expand)Author
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-05-07Use proper string functions in place of sn?printf.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-20Handle % escaping and variable numbers of /s in VCD MRLs.Darren Salt
2007-05-26Re: [xine-devel] vcd plugin - sigsegv in 1.1.6 and 1.1(.7)Manfred Tremmel
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-02-08Remove any possibility of strcpy/sprintf overflows wrt front ends requestingDarren Salt
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-12-13Close the device after building the MRL list if it wasn't previously open.Darren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-04-21Wrong struct member (printf fixup).Darren Salt
2006-04-18- unregister the vcd config entry when disposing the plugin class. Fixes:Bastien Nocera
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-07-28Remove unused #defineRocky Bernstein
2005-07-09Reduce possibility of an uninitialized variable.Rocky Bernstein
2005-06-26Better debugging aid so we can figure out area better.Rocky Bernstein
2005-06-20Cursor changes when going into/out of hot spots Some segmentRocky Bernstein
2005-06-19Correct the way the hot-spot coordinate system is treated.Rocky Bernstein
2005-06-14First cut at mouse hot-spot menu selections. I'm surprised it works asRocky Bernstein
2005-05-20Newer libcdio's have a free() that older ones don't.Rocky Bernstein
2005-04-27version.h: copy contents in case it's needed in the future. ProbablyRocky Bernstein
2005-04-17Help tips: Now that this is glommed in with other media plugins the titlesRocky Bernstein
2005-02-09this has been forgottenMichael Roitzsch
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2005-01-08Some small cleanups.Rocky Bernstein
2005-01-08Handle wait time accurately. Well, at least the way that dvdnav doesRocky Bernstein
2005-01-02Move wait time handling out of player-independent code (vcdplayer.c)Rocky Bernstein
2005-01-02Make sure deinterlace is off in a still frame.Rocky Bernstein
2005-01-01Update internal (and messy) copies to libcdio 0.71 andRocky Bernstein
2004-12-30More small changes of a cleanup nature.Rocky Bernstein
2004-12-29title was truncated, increase max.Rocky Bernstein
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-07-25the worst case we will write to this buffer is largerMichael Roitzsch
2004-07-22do not use functions in array initialization, this is actually not allowed in CMichael Roitzsch
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-07-20More bounds-overflow precautions. Bound max length of a MRL and addRocky Bernstein
2004-07-18Pedantic change: that should be DEVICE_MAX_LEN, not MRL_MAX_LEN.Rocky Bernstein
2004-07-18Should have Initialized all bytes.Rocky Bernstein
2004-07-18Buffer overflow fix reported by C0ntex via Drew 'dantealiegri' Ogle.Rocky Bernstein
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-04-28typo.Rocky Bernstein
2004-04-10improving config help stringsMichael Roitzsch
2004-04-05- allow mounted DVDs to be played back on Linux 2.6, fix a free() on a static...Bastien Nocera
2004-03-31multi-default selections work modulo some bugs. But it requires a newerRocky Bernstein
2004-03-24valgrind-caught memleak.Rocky Bernstein
2004-03-05valgrind memleak fixesMichael Roitzsch