Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-15 | Build-dep on xmlto & librsvg-bin instead of transfig & sgmltools-lite. | Darren Salt | |
2007-06-14 | Fix the fixes to disable mlib, thanks Matt. | Diego 'Flameeyes' Pettenò | |
2007-06-14 | Also disable mediaLib support here. | Diego 'Flameeyes' Pettenò | |
2007-06-14 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò | |
2007-06-14 | Disable mediaLib support by default. | Diego 'Flameeyes' Pettenò | |
The licenses probably disallow the distribution of xine binaries built against mediaLib. And on non-VIS capable boxes is probably worse than our own code. | |||
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 | Clean up solaris PTHREAD_CFLAGS/PTHREAD_LIBS | Ben Taylor | |
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-13 | Fix stupid mistake. | Diego 'Flameeyes' Pettenò | |
2007-06-13 | Backport the memmem() replacement from 1.2 series. | 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 | Added Solaris support for gcc and studio to pthreads.m4 | Ben Taylor | |
2007-06-10 | Update version information. | Diego 'Flameeyes' Pettenò | |
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-10 | Add checks for needed replacement (and replacement) for memmem() function, ↵ | Diego 'Flameeyes' Pettenò | |
that I'm going to use in input_http. | |||
2007-06-10 | Fix the fix, d'oh! | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Fix rule for hackersguide.html. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Add ChangeLog entry for the previous merge. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Merge newdocbook branch. | Diego 'Flameeyes' Pettenò | |
2007-06-10 | Add an alternative build-dep on libjack-dev. | Darren Salt | |
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 | Merge with 1.2 branch. | Diego 'Flameeyes' Pettenò | |
2007-06-09 | Resurrect the check for xmlto/rsvg (rather than sgmltools/fig2dev) so that ↵ | Diego 'Flameeyes' Pettenò | |
the build can be done even without those installed. | |||
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. |