Age | Commit message (Expand) | Author |
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 | Merge from 1.1. | 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-29 | Merge from 1.1. | Darren Salt |
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-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-23 | Merge from 1.1. VDR needs to be updated. | 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ò |
2008-05-07 | Centralise frames allocation for input_v4l. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Cleanup http_proxy environment variable handling. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Replace strn?cpy() + strn?cat() calls with a?sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use strn?dup instead of alloc + strn?cpy. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use proper string functions in place of sn?printf. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Simplify MRL_FREE and MRL_DUPLICATE macros. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use asprintf() rather than malloc() + sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Merge file removal. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Mark internal functions and data structures static. | Diego 'Flameeyes' Pettenò |
2008-05-06 | Merge from 1.1. | Darren Salt |
2008-05-03 | Define print_command only when actually logging. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Make two arrays of string become arrays of arrays of characters. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Remove deprecated functions from net_buf_ctrl.c. | Diego 'Flameeyes' Pettenò |
2008-04-30 | Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed. | Darren Salt |
2008-04-21 | Merge from 1.1. | Darren Salt |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2008-04-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt |
2008-04-09 | Merge from 1.2 main. | Darren Salt |
2008-03-19 | Merge from 1.1. | Darren Salt |
2008-03-18 | Merge from 1.1. | Darren Salt |
2008-03-11 | Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). | Diego 'Flameeyes' Pettenò |