Age | Commit message (Expand) | Author |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-09-28 | Fix xine_usec_sleep for mingw+msys | Matthias Ringwald |
2008-07-11 | Fix xine_get_pluginroot (mingw32) | Matthias Ringwald |
2008-07-08 | Fix compilation for pthread support provided by PTHREAD_{CFLAGS+LIBS} | Matthias Ringwald |
2008-07-04 | Use calloc to allocate the memory area for the YUV planes. | Diego 'Flameeyes' Pettenò |
2008-07-02 | provide PTHREAD_CFLAGS when needed | Matthias Ringwald |
2008-06-15 | Move the declaration of xine_strcat_realloc. | Darren Salt |
2008-06-12 | Fix up reporting of supported formats by the ALSA & OSS output plugins. | Darren Salt |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
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-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | 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 | Deprecate xine_xmalloc(). | 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 | Make _x_health_check_* functions static. | Diego 'Flameeyes' Pettenò |
2008-05-05 | Check for malloc attribute and define XINE_MALLOC for use in xineutils.h, rat... | 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-28 | Add xine_get_pluginroot() for win32. Completely untested. | Darren Salt |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2008-03-17 | Allow CR & LF termination of XML element names. | Darren Salt |
2008-03-02 | Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt). | Diego 'Flameeyes' Pettenò |
2008-02-09 | Remove some unnecessary tests (which the compiler would discard). | Darren Salt |
2007-12-31 | Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly. | Darren Salt |
2007-12-30 | Dereference buffer size pointers when comparing buffer sizes. | Darren Salt |
2007-12-27 | xmlparser: fix token buffer being too small | Maximilian Schwerin |
2007-12-17 | Fix an off-by-one error concerning UTF-8-encoded BOMs. | Darren Salt |
2007-12-14 | Convert XML to UTF-8 for parsing if a BOM is detected. | Darren Salt |
2007-11-23 | Merge. | Darren Salt |
2007-11-20 | Mark the PPC asm memcpy() implementations as hidden symbols. | Diego 'Flameeyes' Pettenò |
2007-11-15 | using select instead of nanosleep the wakeup count reported by powertop is re... | Matthias Kretz |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-11-06 | Decode numbered XML char entities as UTF-8, and support codes >= 256. | Darren Salt |
2007-10-23 | Simple patch to the XML parser | Bastien Nocera |
2007-06-08 | Protect attribute declarations against, e.g., random printf redefinitions. | Darren Salt |
2007-06-08 | Fix build issues on systems which need our internal asprintf. | Darren Salt |
2007-05-28 | Replaced the hardcoded opcodes with "rdtsc" notation, make the rdtsc() functi... | Stas Sergeev |
2007-05-28 | Add an x86_64-specific version of rdtsc(). | Stas Sergeev |
2007-05-04 | Update some copyright information. | Darren Salt |
2007-04-21 | Handle single-quoted attributes in XML. | Darren Salt |
2007-04-21 | Fix comments - '>' and '?>' were reversed. | Darren Salt |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-04 | Reorder and pack the structures that are defined inside compilation units ins...nopadding_no_abi_change | Diego 'Flameeyes' Pettenò |