summaryrefslogtreecommitdiff
path: root/src/input/vcd
AgeCommit message (Expand)Author
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-03-23Fix closing the vcd device if the disc is not a video CD.Darren Salt
2007-02-21Declare vcdinfo_get_seg_resolution function in vcdplayer.c where it is used, ...Diego 'Flameeyes' Pettenò
2007-02-08Remove any possibility of strcpy/sprintf overflows wrt front ends requestingDarren Salt
2006-12-31Link against libm (missing symbols).Darren 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-12-13Close the device if it was opened but the content isn't that of a VCD.Darren Salt
2006-12-08Fix wrong length specification for strncat() calls.Matthias Hopf
2006-10-02build cdio for builddir != .František Dvořák
2006-09-28Don't use the new name for pathname parameter from upstream, fix build.Diego 'Flameeyes' Pettenò
2006-09-27Assert the presence of _last, although it was obvious by the previosu asserts.Diego 'Flameeyes' Pettenò
2006-09-26Avoid an off-by-one found by Coverity Scan CID 133.Diego 'Flameeyes' Pettenò
2006-09-26Check pointers before dereferencing them.Diego 'Flameeyes' Pettenò
2006-09-26Free the _data pointer when returning NULL. Fix backported from upstream.Diego 'Flameeyes' Pettenò
2006-09-26Check for validity of the pointer before using strlen() on it.Diego 'Flameeyes' Pettenò
2006-09-26Fix the strcpy calls, backport from upstream.Diego 'Flameeyes' Pettenò
2006-09-26Fix the size of file_id attributes, backport from current upstream versions.Diego 'Flameeyes' Pettenò
2006-09-26Free splitpath when returning. Found by Coverity Scan CID 302.Diego 'Flameeyes' Pettenò
2006-09-26Add missign command extending the size of video_types array and fixing the po...Diego 'Flameeyes' Pettenò
2006-09-26Fix off-by-one error identified by Coverit Scan. CID 116.Diego 'Flameeyes' Pettenò
2006-09-09Add xine_vlog in xine.c, remove xine_vflog from input_vcd, and do the stdout/...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-29Typo fix.Diego 'Flameeyes' Pettenò
2006-06-29Fix GCC crazyness, add the missing parenthesis.Diego 'Flameeyes' Pettenò
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