Age | Commit message (Expand) | Author |
2007-05-11 | Another pass at cleaning up Makefile.am files. More to come. | Matt Messier |
2007-05-10 | Rename PPC_ARCH to ARCH_PPC for consistency. | Matt Messier |
2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
2007-05-04 | Merge - part 2. | Diego 'Flameeyes' Pettenò |
2007-05-04 | Update some copyright information. | Darren Salt |
2007-04-25 | Merge from 1.1. | 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-14 | Use memset instead of loops to initialise arrays to zero. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Mark string arrays as arrays of constant pointers, and do the same for memcpy... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Fix typo injected at savetime. | Diego 'Flameeyes' Pettenò |
2007-04-14 | Check for __malloc__ attribute during configure stage, avoid conditional in x... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Add a xine_xcalloc function to wrap around calloc(), to improve security from... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Define XINE_PACKED also in attributes.h for frontends. | Diego 'Flameeyes' Pettenò |
2007-04-10 | Rationalise __attribute__((packed)) usage. | Diego 'Flameeyes' Pettenò |
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ò |
2007-04-03 | Inverse logic, check for NDEBUG not being defined rather than DEBUG being def... | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-03 | Don't go casting around, check if id is over MAX_ID or if it's less than zero... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-03-24 | Improve tests for visibility attribute support; Mach-O supports default visib... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Instead of rewriting the install and uninstall rules for headers, simply chan... | Diego 'Flameeyes' Pettenò |
2007-03-04 | - commit documentation, and header changes for the relicensing of the | Bastien Nocera |
2007-02-25 | Instead of __unused, use __attr_unused, to avoid possible collisions with oth... | Diego 'Flameeyes' Pettenò |
2007-02-25 | Instead of replicating it over and over, define __unused in attributes.h so t... | Diego 'Flameeyes' Pettenò |
2007-02-20 | const++ | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix the example to actually use an existing function. | Diego 'Flameeyes' Pettenò |
2007-02-03 | A few const-correctness fixes. | Darren Salt |
2006-12-25 | * Allow building with Sun CC by fixing the lprintf variadic macro; patch by | Diego 'Flameeyes' Pettenò |
2006-12-18 | Automatically flush lprintf() output. | Claudio Ciccani |
2006-10-16 | Fixed several warnings (but warnings due to APIs not solved). | František Dvořák |
2006-10-02 | build cdio for builddir != . | František Dvořák |
2006-09-26 | Forgot one symbol. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix the missing protected symbols, and enable hidden visibility for libxine.so. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Use protected visibility for all the functions exported by libxine.so, so tha... | Diego 'Flameeyes' Pettenò |
2006-08-08 | emms not needed for sse | Miguel Freitas |
2006-07-21 | When trying to get the langinfo code, first of all, set the locale, or you'll... | Diego 'Flameeyes' Pettenò |
2006-07-17 | - avoid crashes when init_yuv_planes has one of its allocations failing | Bastien Nocera |
2006-07-17 | Use asprintf() or our implementation of it. | Darren Salt |
2006-07-16 | Disable debugging by default. | Darren Salt |
2006-07-13 | Fix strncpy arguments in debug code. | Matthias Hopf |
2006-06-23 | Miscellaneous static/const fixups. | Darren Salt |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-10 | Don't trust internal gettext macros, they are unreliable and change between v... | Diego 'Flameeyes' Pettenò |
2006-05-30 | Fix up health check to find libX11 and libXv shared objects even if devel | Darren Salt |
2006-05-22 | Don't hardcode cache line size for PPC. (Andreas Schwab) | Matthias Hopf |
2006-04-21 | Add printf format attributes. | Darren Salt |
2006-04-08 | Ancient platforms support: | František Dvořák |
2006-04-05 | 1) various warning fixes | František Dvořák |