Age | Commit message (Expand) | Author |
2005-07-09 | Reduce possibility of an uninitialized variable. | Rocky Bernstein |
2005-06-26 | Better debugging aid so we can figure out area better. | Rocky Bernstein |
2005-06-20 | Cursor changes when going into/out of hot spots Some segment | Rocky Bernstein |
2005-06-19 | Correct the way the hot-spot coordinate system is treated. | Rocky Bernstein |
2005-06-14 | First cut at mouse hot-spot menu selections. I'm surprised it works as | Rocky Bernstein |
2005-06-14 | version.h was getting in the way of the vcdimager's version.h. the right | Rocky Bernstein |
2005-05-20 | Newer libcdio's have a free() that older ones don't. | Rocky Bernstein |
2005-05-07 | Odd comparison found by Darren Salt. | Rocky Bernstein |
2005-04-27 | version.h: copy contents in case it's needed in the future. Probably | Rocky Bernstein |
2005-04-17 | Help tips: Now that this is glommed in with other media plugins the titles | Rocky Bernstein |
2005-02-20 | **BUGFIX** | Michael Roitzsch |
2005-02-10 | **BUGFIX** | Michael Roitzsch |
2005-02-09 | this has been forgotten | Michael Roitzsch |
2005-02-06 | Added a plugin_node_t pointer to the input plugin struct. | Thibaut Mattern |
2005-01-30 | *BUGFIX* | František Dvořák |
2005-01-08 | Some small cleanups. | Rocky Bernstein |
2005-01-08 | Handle wait time accurately. Well, at least the way that dvdnav does | Rocky Bernstein |
2005-01-02 | Move wait time handling out of player-independent code (vcdplayer.c) | Rocky Bernstein |
2005-01-02 | Make sure deinterlace is off in a still frame. | Rocky Bernstein |
2005-01-02 | Forgot to check these in. Thanks to Michael Roitzsch for catching. | Rocky Bernstein |
2005-01-01 | Update internal (and messy) copies to libcdio 0.71 and | Rocky Bernstein |
2004-12-30 | More small changes of a cleanup nature. | Rocky Bernstein |
2004-12-29 | Fix wrong previous commit. | James Courtier-Dutton |
2004-12-29 | Make xine-lib compile with 0.7.20 vcdimager. | James Courtier-Dutton |
2004-12-29 | title was truncated, increase max. | Rocky Bernstein |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-10-20 | Start of VCD support on Mac OS X (still not finished, but doesn't break | Andre Pang |
2004-09-20 | Build system improvements: | František Dvořák |
2004-09-07 | Commit to xine the MinGW patch already used in external VCD. | František Dvořák |
2004-07-25 | the worst case we will write to this buffer is larger | Michael Roitzsch |
2004-07-25 | protect some buffers that could overflow | Michael Roitzsch |
2004-07-22 | a broken CD might contain an unterminated label, which would have overrun the | Michael Roitzsch |
2004-07-22 | do not use functions in array initialization, this is actually not allowed in C | Michael Roitzsch |
2004-07-20 | Add const to get_identifier return type since that's n fact what it | Rocky Bernstein |
2004-07-20 | More bounds-overflow precautions. Bound max length of a MRL and add | Rocky Bernstein |
2004-07-18 | Pedantic change: that should be DEVICE_MAX_LEN, not MRL_MAX_LEN. | Rocky Bernstein |
2004-07-18 | Should have Initialized all bytes. | Rocky Bernstein |
2004-07-18 | Buffer overflow fix reported by C0ntex via Drew 'dantealiegri' Ogle. | Rocky Bernstein |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-04-28 | typo. | Rocky Bernstein |
2004-04-13 | housekeeping | Michael Roitzsch |
2004-04-11 | ops | Miguel Freitas |
2004-04-11 | remove non-printable character (0x0c) | Michael Roitzsch |
2004-04-11 | libvcd 0.7.20, libcdio 0.68 | Miguel Freitas |
2004-04-10 | improving config help strings | Michael 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-31 | multi-default selections work modulo some bugs. But it requires a newer | Rocky Bernstein |
2004-03-24 | valgrind-caught memleak. | Rocky Bernstein |
2004-03-11 | Small changes to facilitate -mno-cygwin under cygwin and possibly others. | Rocky Bernstein |
2004-03-05 | valgrind memleak fixes | Michael Roitzsch |