summaryrefslogtreecommitdiff
path: root/src/xine-utils
AgeCommit message (Expand)Author
2007-12-31Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.Darren Salt
2007-12-30Merge from 1.1 (except po/*; translators needed for this).Darren Salt
2007-12-30Dereference buffer size pointers when comparing buffer sizes.Darren Salt
2007-12-23Fix merge mistake.Diego 'Flameeyes' Pettenò
2007-12-23Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
2007-12-27xmlparser: fix token buffer being too smallMaximilian Schwerin
2007-12-19Merge from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-19Add and use new functions for malloc+memcpy(+NUL-term) fragments.Darren Salt
2007-12-19Consolidate all public include files into include/xine directory.Diego 'Flameeyes' Pettenò
2007-12-19Remove xine_strdupa declaration, and macro.Diego 'Flameeyes' Pettenò
2007-12-19Merge from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-17Merge from 1.1.Darren Salt
2007-12-17Fix an off-by-one error concerning UTF-8-encoded BOMs.Darren Salt
2007-12-14Merge from 1.1.Darren Salt
2007-12-14Convert XML to UTF-8 for parsing if a BOM is detected.Darren Salt
2007-12-12Remove xine_xmalloc_aligned() function, to be replaced with av_mallocz().Diego 'Flameeyes' Pettenò
2007-12-11Remove CRC routine from libxine, now using libavutil for CRCs.Diego 'Flameeyes' Pettenò
2007-11-25Merge from 1.1.Darren Salt
2007-11-23Merge.Darren Salt
2007-11-20Merge from 1.1.Diego 'Flameeyes' Pettenò
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-14Move CRC32 code into a common file (& out of the DVB input & TS demux plugins).Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Merge from 1.1.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
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-23Merge from 1.1, updating plugin Conflicts/Replaces accordingly.Darren Salt
2007-10-23Simple patch to the XML parserBastien Nocera
2007-09-17Revert the "#define lprintf" debug changes.Darren Salt
2007-09-14Strip leading white space from an initial text segment nested in an XML element.Darren Salt
2007-09-14Drop xml_parser_build_tree_relaxed().Darren Salt
2007-09-14Create child "[CDATA]" nodes for extra text (but prefer merging).Darren Salt
2007-09-14Handle <[CDATA[...]]>. (Based on a patch by Bastien Nocera <hadess@hadess.net>.)Darren Salt
2007-09-14Given <a>b<c/>d</a>, append rather than replace text - "bd", not "d".Darren Salt
2007-07-13Merge XML parser relaxation branch.Darren Salt
2007-06-13Rewrite the xine_hexdump function not to use _only_ fprintf even when it's ov...Diego 'Flameeyes' Pettenò
2007-06-13Make xine_hexdump take a void * parameter, so that there are no problems of s...Diego 'Flameeyes' Pettenò
2007-06-12A nice simple merge from 1.1.Darren Salt
2007-06-09signal.h and setjmp.h are needed on PPC and SPARC too.Diego 'Flameeyes' Pettenò
2007-06-09Use __i386__ and __x86_64__ instead of ARCH_X86 and ARCH_X86_64; the ARCH_* d...Diego 'Flameeyes' Pettenò
2007-06-09If SSE, SSE2 and MMX are enabled at build-time, enable them and skip over the...Diego 'Flameeyes' Pettenò
2007-06-09If 3dNOW is enabled at build-time, mark it as present on x86-64; it's not alw...Diego 'Flameeyes' Pettenò
2007-06-09Include dlfcn.h only when dlopen() is needed.Diego 'Flameeyes' Pettenò
2007-06-09Define sigill_return and sigill_handler only on x86, as there is where they o...Diego 'Flameeyes' Pettenò
2007-06-08Protect attribute declarations against, e.g., random printf redefinitions.Darren Salt