Age | Commit message (Expand) | Author |
2008-05-09 | Loop improvements, avoid multiple strlen() and strdup() calls. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Remove a new bunch of xine_malloc() calls. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Cleanup handling of packed attribute. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Avoid memset() on newly allocated memory areas. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Don't overuse sscanf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Include config.h | Diego 'Flameeyes' Pettenò |
2008-05-07 | Again, use asprintf() rather than malloc()+sprintf(). | 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 | Deprecate xine_xmalloc(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Cleanup http_proxy environment variable handling. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Remove strlen() call after strftime, the returned value is what is needed. | 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 | Actually remove the xine_check.h file. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Define support for attributes based on compiler's version outside xine build. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Mark internal functions and data structures static. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Make _x_health_check_* functions static. | Diego 'Flameeyes' Pettenò |
2008-05-05 | Make open_internal static again. | Darren Salt |
2008-05-05 | Check for malloc attribute and define XINE_MALLOC for use in xineutils.h, rat... | Diego 'Flameeyes' Pettenò |
2008-05-03 | Define print_command only when actually logging. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Don't define flac_metadata_callback if we're not going to use it. It's only u... | 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-05-03 | Remove unused variables, as reported by GCC 4.3. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Remove specific ID3v2 parsing funcion from the header file, always use the ge... | Diego 'Flameeyes' Pettenò |
2008-05-03 | Mark some removed-in-1.2 exported/unimplemented functions as deprecated. | Darren Salt |
2008-05-03 | Add support for "deprecated" attribute. | Darren Salt |
2008-04-30 | Fix green smearing in h264 decoding | Jason Tackaberry |
2008-04-30 | Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed. | Darren Salt |
2008-04-28 | Add xine_get_pluginroot() for win32. Completely untested. | Darren Salt |
2008-04-21 | Fix Xv driver debug build. | Darren Salt |
2008-04-21 | Fix display of some MJPEG streams (YUVJ420P). | Darren Salt |
2008-04-21 | Debug logging of ffmpeg pixel format in case of display errors. | Darren Salt |
2008-04-21 | Add MIME types and .mpp for musepack. | Darren Salt |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the size... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-06-13 | Use strndup rather than just strdup to avoid overflows. | Diego 'Flameeyes' Pettenò |
2008-04-14 | Add boundary check on speex mode, see bug #83.xine-lib-1_1_12-release1.1.12 | Diego 'Flameeyes' Pettenò |
2008-04-14 | Remove a memset() rendered pointless by use of calloc(). | Darren Salt |
2008-04-14 | divide by zero in demux_qt.c | Colin Gibbs |