summaryrefslogtreecommitdiff
path: root/src/input/vcd
AgeCommit message (Expand)Author
2006-06-29Add missing format attributes for in-xine code.Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-06-10Revert to use libxine1 as domain name, but ensure that newer gettext versions...Diego 'Flameeyes' Pettenò
2006-06-10Use xine-lib as domain, not libxine1.Diego 'Flameeyes' Pettenò
2006-06-10Don't trust internal gettext macros, they are unreliable and change between v...Diego 'Flameeyes' Pettenò
2006-04-21Add printf format attributes.Darren Salt
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
2006-01-01*BUGFIX*František Dvořák
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-06-14version.h was getting in the way of the vcdimager's version.h. the rightRocky Bernstein
2005-05-20Newer libcdio's have a free() that older ones don't.Rocky Bernstein
2005-05-07Odd comparison found by Darren Salt.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-20**BUGFIX**Michael Roitzsch
2005-02-10**BUGFIX**Michael Roitzsch
2005-02-09this has been forgottenMichael Roitzsch
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2005-01-30*BUGFIX*František Dvořák
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-02Forgot to check these in. Thanks to Michael Roitzsch for catching.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-29Fix wrong previous commit.James Courtier-Dutton
2004-12-29Make xine-lib compile with 0.7.20 vcdimager.James Courtier-Dutton
2004-12-29title was truncated, increase max.Rocky Bernstein
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-10-20Start of VCD support on Mac OS X (still not finished, but doesn't breakAndre Pang
2004-09-20Build system improvements:František Dvořák
2004-09-07Commit to xine the MinGW patch already used in external VCD.František Dvořák
2004-07-25the worst case we will write to this buffer is largerMichael Roitzsch
2004-07-25protect some buffers that could overflowMichael Roitzsch
2004-07-22a broken CD might contain an unterminated label, which would have overrun theMichael 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