Age | Commit message (Expand) | Author |
2008-05-20 | Make xine_mm_accel() appear like a constant function. | Diego 'Flameeyes' Pettenò |
2008-05-20 | Add check for const attribute (for mathematical functions). | Diego 'Flameeyes' Pettenò |
2008-05-22 | Merge fix for 54ad8b80e6fc. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Don't leak -Werror into the build system. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Merge fix for 3466031414a7. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Copy all of the supported types not just 1/4 of it (4 being the size of uint3... | Diego 'Flameeyes' Pettenò |
2008-05-22 | Create a backend macro CC_CHECK_FLAGS_SILENT for specific flag macros, and us... | Diego 'Flameeyes' Pettenò |
2008-05-22 | Announce check for -Werror (and equivalent) flags and its result. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Set the cc_cv_cflags_* cached values to no when the flag is not supported. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Add support for Sun Studio compiler even when building on Linux. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Remove libtool15.m4 macro file. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Merge. | Darren Salt |
2008-05-22 | Merge. | Darren Salt |
2008-05-22 | Fix w32dll build failure. | Darren Salt |
2008-05-21 | Fix typo that lead to crash. | Diego 'Flameeyes' Pettenò |
2008-05-19 | Build-depend on libmagickwand-dev (as an alternative). | Darren Salt |
2008-05-12 | Bump the soname (ABI extension). | Darren Salt |
2008-05-12 | Provide xine_get_current_frame_data which passes more data via a structure. | Reinhard Nißl |
2008-05-11 | Correct some spelling & grocer's apostrophes. | Darren Salt |
2008-05-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Rewrite and optimise xine_get_{file_extensions,mime_types}() | Diego 'Flameeyes' Pettenò |
2008-05-09 | Don't use temporary for setting title data, initialise structs on declaration. | 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 | Avoid 1KB buffer for decoding anxdata headers. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Don't use t_title array after it got out of the scope. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Merge. | Darren Salt |
2008-05-09 | Merge. | Darren Salt |
2008-05-09 | Fix compilation failure (capitalisation). | Darren Salt |
2008-05-09 | Fix compilation failure (extra "("). | Darren Salt |
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 | Avoid transforming a string to uppecase, and avoid one call to strlen(). | Diego 'Flameeyes' Pettenò |
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ò |