Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-14 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò | |
2007-06-14 | Include bswap.h too. | Diego 'Flameeyes' Pettenò | |
2007-06-13 | Don't redefine the BE_16/32 macros. | Diego 'Flameeyes' Pettenò | |
Inspired by a patch by Albert Lee. | |||
2007-06-13 | Make explanation a constant string (gettext() strings are never freed). | Albert Lee | |
2007-06-13 | Fix parameter type. | Albert Lee | |
2007-06-13 | Avoid name collision (don't redefine NOPID). | Albert Lee | |
2007-06-13 | pgx32/64 need SUNDGA_CFLAGS | Albert Lee | |
2007-06-13 | Add printf format attribute. | Albert Lee | |
2007-06-13 | Avoid name collison (don't redefine TRANSPARENT). | Albert Lee | |
2007-06-13 | Support Solaris byteorder.h macros. | Albert Lee | |
2007-06-13 | Fix compiler warning (pointer arithmetic). | Albert Lee | |
2007-06-13 | Use strndup rather than just strdup to avoid overflows. | Diego 'Flameeyes' Pettenò | |
2007-06-13 | Use memcmp rather than manual tests. | Diego 'Flameeyes' Pettenò | |
2007-06-13 | Remove signedness warnings from the theora decoder. | Diego 'Flameeyes' Pettenò | |
2007-06-13 | Remove most of warnings from the speex_decoder. | Diego 'Flameeyes' Pettenò | |
2007-06-13 | Rewrite the xine_hexdump function not to use _only_ fprintf even when it's ↵ | Diego 'Flameeyes' Pettenò | |
overkill (constant strings or single characters). | |||
2007-06-13 | Make xine_hexdump take a void * parameter, so that there are no problems of ↵ | Diego 'Flameeyes' Pettenò | |
signedness. | |||
2007-06-13 | Merge from 1.1. | Diego 'Flameeyes' Pettenò | |
2007-06-13 | Fix leak on vorbis decoder as reported by Sander Jansen. | Diego 'Flameeyes' Pettenò | |
2007-06-12 | A nice simple merge from 1.1. | Darren Salt | |
Hopefully, I've applied all of the $(LTLIBINTL) changes correctly... | |||
2007-06-10 | Backport last.fm support to 1.1 branch. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Fill xine_event_t strutures as needed, reduces code built. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Reorder fields and make use of bitmask for boolean values. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Reorder proxy elements to fill hole. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Check for last.fm streaming server, and if that's the case, check for the ↵ | Diego 'Flameeyes' Pettenò | |
SYNC string in the read data; if found, send a XINE_EVENT_UI_CHANNELS_CHANGED event, so that the frontend can go read the new metadata. | |||
2007-06-09 | Add $(LTLIBINTL) for a few plugins which I'd missed. | Darren Salt | |
2007-06-09 | Use $(LTLIBICONV) instead of $(LIBICONV) when linking libxine.so. | Darren Salt | |
2007-06-09 | Use $(LTLIBICONV) instead of @LIBICONV@. | Darren Salt | |
2007-06-09 | Add $(LTLIBICONV) wherever objdump -R shows a dependency on iconv functions. | Darren Salt | |
Some plugins may have been missed due to them not being built here. | |||
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt | |
Some plugins may have been missed due to them not being built here. | |||
2007-06-09 | signal.h and setjmp.h are needed on PPC and SPARC too. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Use __i386__ and __x86_64__ instead of ARCH_X86 and ARCH_X86_64; the ARCH_* ↵ | Diego 'Flameeyes' Pettenò | |
defines comes from FFmpeg, but they can easily stay there. | |||
2007-06-09 | If SSE, SSE2 and MMX are enabled at build-time, enable them and skip over ↵ | Diego 'Flameeyes' Pettenò | |
the cpuid tests; a runtime CPU detection option could be supplied by configure, for instance. | |||
2007-06-09 | If 3dNOW is enabled at build-time, mark it as present on x86-64; it's not ↵ | Diego 'Flameeyes' Pettenò | |
always there because Intel EM64T machines does not have it. | |||
2007-06-09 | Include dlfcn.h only when dlopen() is needed. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Define sigill_return and sigill_handler only on x86, as there is where they ↵ | Diego 'Flameeyes' Pettenò | |
only are used. | |||
2007-06-09 | Add an nsf_combined.h header file with declarations of ↵ | Diego 'Flameeyes' Pettenò | |
decoder_nsf_init_plugin and demux_nsf_init_plugin. | |||
2007-06-09 | Fix %d -> %zd for size_t parameter. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused variables. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused variable. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused variable. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused and orphan label and code. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Remove unused variable. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Convert all input plugins to use void * as type for the buf parameter of ↵ | Diego 'Flameeyes' Pettenò | |
read() function, and declare a new buf variable in the function as needed. | |||
2007-06-09 | Make the read() function of input plugins be declared with void pointer as ↵ | Diego 'Flameeyes' Pettenò | |
buf parameter, so that any kind of variable can be passed through it. | |||
2007-06-08 | Added $(LTLIBINTL) to several targets | Ben Taylor | |
2007-06-08 | Properly read metadata for the file, the structure is more complex than it ↵ | Diego 'Flameeyes' Pettenò | |
was previously implemented. | |||
2007-06-08 | Fix metadata parser. | Diego 'Flameeyes' Pettenò | |
2007-06-08 | Mark some stuff constant, reduce scope of a few other variables. | Diego 'Flameeyes' Pettenò | |
2007-06-08 | More conversion to switches. | Diego 'Flameeyes' Pettenò | |