summaryrefslogtreecommitdiff
path: root/src/xine-utils
AgeCommit message (Expand)Author
2008-04-28Add xine_get_pluginroot() for win32. Completely untested.Darren Salt
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2008-03-17Allow CR & LF termination of XML element names.Darren Salt
2008-03-02Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt).Diego 'Flameeyes' Pettenò
2008-02-09Remove some unnecessary tests (which the compiler would discard).Darren Salt
2007-12-31Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.Darren Salt
2007-12-30Dereference buffer size pointers when comparing buffer sizes.Darren Salt
2007-12-27xmlparser: fix token buffer being too smallMaximilian Schwerin
2007-12-17Fix an off-by-one error concerning UTF-8-encoded BOMs.Darren Salt
2007-12-14Convert XML to UTF-8 for parsing if a BOM is detected.Darren Salt
2007-11-23Merge.Darren Salt
2007-11-20Mark the PPC asm memcpy() implementations as hidden symbols.Diego 'Flameeyes' Pettenò
2007-11-15using select instead of nanosleep the wakeup count reported by powertop is re...Matthias Kretz
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-11-06Decode numbered XML char entities as UTF-8, and support codes >= 256.Darren Salt
2007-10-23Simple patch to the XML parserBastien Nocera
2007-06-08Protect attribute declarations against, e.g., random printf redefinitions.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-21Handle single-quoted attributes in XML.Darren Salt
2007-04-21Fix comments - '>' and '?>' were reversed.Darren Salt
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
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ò
2006-09-26Use protected visibility for all the functions exported by libxine.so, so tha...Diego 'Flameeyes' Pettenò
2006-08-08emms not needed for sseMiguel Freitas
2006-07-21When 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 failingBastien Nocera
2006-07-17Use asprintf() or our implementation of it.Darren Salt
2006-07-16Disable debugging by default.Darren Salt