Age | Commit message (Expand) | Author |
2009-02-17 | Add OpenBSD support to the CDDA, DVD & VCD input code. | Brad Smith |
2009-02-17 | Update documentation etc. to point at the new home page. | Darren Salt |
2009-02-10 | Fix broken size checks in various input plugins (ref. CVE-2008-5239). | Darren Salt |
2009-01-18 | Add allocation checks to the Real MDPR parsing code (ref. CVE-2008-5240). | Darren Salt |
2009-01-18 | Remove '#include "config.h"' from all public header files. | Darren Salt |
2009-01-17 | Avoid libtool running ldconfig (where not needed) at install time. | Darren Salt |
2009-01-16 | Fix a broken size check in the pvr input plugin (ref. CVE-2008-5239). | Darren Salt |
2009-01-12 | Fixed lvalue cast error (build with newer mingw compilation tools). | František Dvořák |
2009-01-05 | Merge security fixes. | Darren Salt |
2009-01-04 | Fix for CVE-2008-5239 | Matthias Hopf |
2009-01-01 | libmms does not handle percent-encoded uri | Niels Vorgaard Christensen |
2008-12-20 | Fix size of mrls array. | Diego E. 'Flameeyes' Pettenò |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-08-25 | Fix CDDB access on 64-bit. | Darren Salt |
2008-08-13 | Improve parsing of cddb information | Arnold Metselaar |
2008-08-13 | add cdda_class_get_dir method to cdda plugin | Arnold Metselaar |
2008-07-08 | Avoid using strlen() in loops, calculate it beforehand. | Diego 'Flameeyes' Pettenò |
2008-07-28 | Only set the tuner if we're going to use it (fixes baseband video inputs) | Simon Farnsworth |
2008-07-28 | Preallocate after we know how large the frames will be (fixes a buffer overrun) | Simon Farnsworth |
2008-07-08 | Fix compile of input_vcd for ming32 | Matthias Ringwald |
2008-07-08 | Add #include <windef.h> to fix compile for mingw32 | Matthias Ringwald |
2008-07-02 | Don't segfault when the user requests an input the card doesn't posess. | Simon Farnsworth |
2008-06-20 | Ask the input plugin which demuxer to use. | Darren Salt |
2008-06-20 | Allow input plugins to report MIME types as optional data. Implement for http. | Darren Salt |
2008-06-19 | Swap positions of "auto" and "old" in the v4l TV standards list. | Darren Salt |
2008-06-18 | input_dvb: Recognise new audio and video stream formats | Simon Farnsworth |
2008-06-18 | input_dvb: Allow automatic detection of DVB parameters | Simon Farnsworth |
2008-06-17 | input_v4l: Set video format | Simon Farnsworth |
2008-06-17 | input_dvb: Allow the user to configure the location of the channels.conf file... | Simon Farnsworth |
2008-06-16 | input_dvb: Allow the user to configure the DVB GUI off. | Simon Farnsworth |
2008-06-15 | Merge. | Darren Salt |
2008-06-15 | Remove nbc_check_buffers calls; mark it & the low-water mark fns as deprecated. | Darren Salt |
2008-06-15 | Backed out changeset a1dad259c8f8. In 1.1.x, deprecated functions must remain. | Darren Salt |
2008-06-11 | Fix va_list-related breakage. Multiple use needs va_copy(). | Darren Salt |
2008-06-09 | Fix Shoutcast NSV detection. | Darren Salt |
2008-05-23 | Remove MIN/MAX macro definitions on unit. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use snprintf() return value rather than calling strlen() multiple times. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Initialise the xine_event_t instance directly on declaration. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use xine_ui_data_t's array rather than creating a temporary. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use asprintf() rather than sn?printf() + strn?dup(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t rather than int to store the return value of strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use asprintf() rather than malloc() + snprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t rather than int to store the return value of strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t rather than int to store the return value of strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Loop improvements, avoid multiple strlen() and strdup() calls. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Don't overuse sscanf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Optimise input_vcd: don't use a static-sized filelist array, and use asprintf... | Diego 'Flameeyes' Pettenò |