summaryrefslogtreecommitdiff
path: root/src/xine-utils
AgeCommit message (Expand)Author
2007-06-08Merge from 1.1.Darren Salt
2007-06-08Fix build issues on systems which need our internal asprintf.Darren Salt
2007-05-28Replaced the hardcoded opcodes with "rdtsc" notation, make the rdtsc() functi...Stas Sergeev
2007-05-28Add an x86_64-specific version of rdtsc().Stas Sergeev
2007-05-04Update some copyright information.Darren Salt
2007-04-23Kill a "may be used uninitialised" warning.Darren Salt
2007-04-22Merge relaxed XML parsing & adapt it to the enumerations.Darren Salt
2007-04-22Don't drop elements with missing close tags.Darren Salt
2007-04-21Stop ignoring <?...?> elements, and parse them for attributes.Darren Salt
2007-04-21Use an enumeration for XML parser state tracking.Darren Salt
2007-04-21Use an enumeration for XML lexer state tracking.Darren Salt
2007-04-21Handle single-quoted attributes in XML.Darren Salt
2007-04-21Fix comments - '>' and '?>' were reversed.Darren Salt
2007-04-19Relaxed XML parsing (ABI addition).Darren Salt
2007-05-31Merge -newbuild.Darren Salt
2007-05-30Merge from 1.1.Darren Salt
2007-05-11Another pass at cleaning up Makefile.am files. More to come.Matt Messier
2007-05-10Rename PPC_ARCH to ARCH_PPC for consistency.Matt Messier
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
2007-05-04Merge - part 2.Diego 'Flameeyes' Pettenò
2007-04-25Merge from 1.1.Darren Salt
2007-04-14Use memset instead of loops to initialise arrays to zero.Diego 'Flameeyes' Pettenò
2007-04-14Mark string arrays as arrays of constant pointers, and do the same for memcpy...Diego 'Flameeyes' Pettenò
2007-04-14Fix typo injected at savetime.Diego 'Flameeyes' Pettenò
2007-04-14Check for __malloc__ attribute during configure stage, avoid conditional in x...Diego 'Flameeyes' Pettenò
2007-04-14Add a xine_xcalloc function to wrap around calloc(), to improve security from...Diego 'Flameeyes' Pettenò
2007-04-14Define XINE_PACKED also in attributes.h for frontends.Diego 'Flameeyes' Pettenò
2007-04-10Config entry deserialization.Thibaut Mattern
2007-04-10Rationalise __attribute__((packed)) usage.Diego 'Flameeyes' Pettenò
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2007-04-06- Moved base64 stuff to xine-utils.Thibaut Mattern
2007-04-04Reorder and pack the structures that are defined inside compilation units ins...nopadding_no_abi_changeDiego 'Flameeyes' Pettenò
2007-04-03Inverse logic, check for NDEBUG not being defined rather than DEBUG being def...Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-03Don't go casting around, check if id is over MAX_ID or if it's less than zero...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-03-24Improve tests for visibility attribute support; Mach-O supports default visib...Diego 'Flameeyes' Pettenò
2007-03-22Instead 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 theBastien Nocera
2007-02-25Instead of __unused, use __attr_unused, to avoid possible collisions with oth...Diego 'Flameeyes' Pettenò
2007-02-25Instead of replicating it over and over, define __unused in attributes.h so t...Diego 'Flameeyes' Pettenò
2007-02-20const++Diego 'Flameeyes' Pettenò
2007-02-19Fix the example to actually use an existing function.Diego 'Flameeyes' Pettenò
2007-02-03A few const-correctness fixes.Darren Salt
2006-12-25 * Allow building with Sun CC by fixing the lprintf variadic macro; patch byDiego 'Flameeyes' Pettenò
2006-12-18Automatically flush lprintf() output.Claudio Ciccani
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-10-02build cdio for builddir != .František Dvořák
2006-09-26Forgot one symbol.Diego 'Flameeyes' Pettenò
2006-09-26Fix the missing protected symbols, and enable hidden visibility for libxine.so.Diego 'Flameeyes' Pettenò