summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-06-15Change the prototype of xine_list_post_plugins_typed(), to avoid a warning.Diego 'Flameeyes' Pettenò
2007-06-14Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-06-14Include bswap.h too.Diego 'Flameeyes' Pettenò
2007-06-13Don't redefine the BE_16/32 macros.Diego 'Flameeyes' Pettenò
2007-06-13Make explanation a constant string (gettext() strings are never freed).Albert Lee
2007-06-13Fix parameter type.Albert Lee
2007-06-13Avoid name collision (don't redefine NOPID).Albert Lee
2007-06-13pgx32/64 need SUNDGA_CFLAGSAlbert Lee
2007-06-13Add printf format attribute.Albert Lee
2007-06-13Avoid name collison (don't redefine TRANSPARENT).Albert Lee
2007-06-13Support Solaris byteorder.h macros.Albert Lee
2007-06-13Fix compiler warning (pointer arithmetic).Albert Lee
2007-06-13Use strndup rather than just strdup to avoid overflows.Diego 'Flameeyes' Pettenò
2007-06-13Use memcmp rather than manual tests.Diego 'Flameeyes' Pettenò
2007-06-13Remove signedness warnings from the theora decoder.Diego 'Flameeyes' Pettenò
2007-06-13Remove most of warnings from the speex_decoder.Diego 'Flameeyes' Pettenò
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-13Merge from 1.1.Diego 'Flameeyes' Pettenò
2007-06-13Fix leak on vorbis decoder as reported by Sander Jansen.Diego 'Flameeyes' Pettenò
2007-06-12A nice simple merge from 1.1.Darren Salt
2007-06-10Backport last.fm support to 1.1 branch.Diego 'Flameeyes' Pettenò
2007-06-10Fill xine_event_t strutures as needed, reduces code built.Diego 'Flameeyes' Pettenò
2007-06-10Reorder fields and make use of bitmask for boolean values.Diego 'Flameeyes' Pettenò
2007-06-10Reorder proxy elements to fill hole.Diego 'Flameeyes' Pettenò
2007-06-10Check for last.fm streaming server, and if that's the case, check for the SYN...Diego 'Flameeyes' Pettenò
2007-06-09Add $(LTLIBINTL) for a few plugins which I'd missed.Darren Salt
2007-06-09Use $(LTLIBICONV) instead of $(LIBICONV) when linking libxine.so.Darren Salt
2007-06-09Use $(LTLIBICONV) instead of @LIBICONV@.Darren Salt
2007-06-09Add $(LTLIBICONV) wherever objdump -R shows a dependency on iconv functions.Darren Salt
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.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-09Add an nsf_combined.h header file with declarations of decoder_nsf_init_plugi...Diego 'Flameeyes' Pettenò
2007-06-09Fix %d -> %zd for size_t parameter.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused variables.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused variable.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused variable.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused and orphan label and code.Diego 'Flameeyes' Pettenò
2007-06-09Remove unused variable.Diego 'Flameeyes' Pettenò
2007-06-09Convert all input plugins to use void * as type for the buf parameter of read...Diego 'Flameeyes' Pettenò
2007-06-09Make the read() function of input plugins be declared with void pointer as bu...Diego 'Flameeyes' Pettenò
2007-06-08Added $(LTLIBINTL) to several targetsBen Taylor
2007-06-08Properly read metadata for the file, the structure is more complex than it wa...Diego 'Flameeyes' Pettenò
2007-06-08Fix metadata parser.Diego 'Flameeyes' Pettenò
2007-06-08Mark some stuff constant, reduce scope of a few other variables.Diego 'Flameeyes' Pettenò