Age | Commit message (Expand) | Author |
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 SYN... | Diego 'Flameeyes' Pettenò |
2007-06-10 | Add checks for needed replacement (and replacement) for memmem() function, th... | Diego 'Flameeyes' Pettenò |
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 |
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt |
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 th... | Diego 'Flameeyes' Pettenò |
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_* d... | Diego 'Flameeyes' Pettenò |
2007-06-09 | If SSE, SSE2 and MMX are enabled at build-time, enable them and skip over the... | Diego 'Flameeyes' Pettenò |
2007-06-09 | If 3dNOW is enabled at build-time, mark it as present on x86-64; it's not alw... | Diego 'Flameeyes' Pettenò |
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 o... | Diego 'Flameeyes' Pettenò |
2007-06-09 | Add an nsf_combined.h header file with declarations of decoder_nsf_init_plugi... | Diego 'Flameeyes' Pettenò |
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 read... | Diego 'Flameeyes' Pettenò |
2007-06-09 | Make the read() function of input plugins be declared with void pointer as bu... | Diego 'Flameeyes' Pettenò |
2007-06-08 | Enable the wavpack plugin. | Darren Salt |
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 wa... | Diego 'Flameeyes' Pettenò |
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ò |
2007-06-08 | More switches in parse_reference_atom. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Use a switch statement even for the parsing of trak atom. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Merge 1.2. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Update parse_meta_atom to use a switch case rather than a series of if. By th... | Diego 'Flameeyes' Pettenò |
2007-06-08 | Add two missing alloca.h includes and clean up one other. | Darren Salt |
2007-06-08 | Protect attribute declarations against, e.g., random printf redefinitions. | Darren Salt |
2007-06-08 | Merge from 1.1. | Darren Salt |
2007-06-08 | Fix build issues on systems which need our internal asprintf. | Darren Salt |
2007-06-07 | Signature for 1.1.7. | Darren Salt |
2007-06-07 | Release tag for 1.1.7. | Darren Salt |
2007-06-07 | 1.1.7.xine-lib-1_1_7-release1.1.7 | Darren Salt |
2007-06-06 | Fix RealPlayer codec detection and a nearby logging build failure. Both typos. | Darren Salt |