Age | Commit message (Expand) | Author |
2007-03-16 | There's no need to check if the shared object to open is 32 or 64 bits, as dl... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Use stdlib.h rather than malloc.h. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Fix FreeBSD PR 91728 (problem with ioctl() request parameter being unsigned l... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Move netinet/in.h include down the block; this is currently patched by FreeBS... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Cleanup pkg-config checks for libcdio/libvcdinfo. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Add changelog entry for the libstk checks change. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Fix the logic of libstk, as I declared it disabled by default. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Simplify Jack checks, replace --enable/--disable with --with/--without as it'... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Stop libstk checks from being automagic, by providing a --with/--without swit... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Resync dependencies with 1.1.4-2. | Darren Salt |
2007-03-16 | Run true to avoid then else without content. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Don't put -lXext into LIBS if found. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Collapse X_LIBS, X_PRE_LIBS, -lXext and -lX11 in a single X_LIBS variable whe... | Diego 'Flameeyes' Pettenò |
2007-03-15 | Add changelog entry for spanish translation update. | Diego 'Flameeyes' Pettenò |
2007-03-15 | Update spanish translation, thanks to Carlos E. Robinson M. | Diego 'Flameeyes' Pettenò |
2007-03-12 | Allow DTS audio tracks in Matroska files. Sample reported by Stefan Monov. | Diego 'Flameeyes' Pettenò |
2007-03-10 | Add unistd.h include for the write() function. Thanks to Manfred Tremmel for ... | Diego 'Flameeyes' Pettenò |
2007-03-10 | Add a ChangeLog entry for the recent changes for NetBSD and Solaris. | Diego 'Flameeyes' Pettenò |
2007-03-10 | When hstrerror() is found in libresolv, link it where it is used. Patch by Al... | Diego 'Flameeyes' Pettenò |
2007-03-10 | Use two-step lookup of wrapper_local to fix assembler errors. Patch by Albert... | Diego 'Flameeyes' Pettenò |
2007-03-10 | Don't use Solaris workarounds on other OSes (namely NetBSD). Patch by Sergey ... | Diego 'Flameeyes' Pettenò |
2007-03-10 | Add support for NetBSD to src/input/input_cdda.c, patch by Sergey Svishchev. | Diego 'Flameeyes' Pettenò |
2007-03-10 | * Security fixes: | Diego 'Flameeyes' Pettenò |
2007-03-10 | Add Albert Lee to the AUTHORS file. | Diego 'Flameeyes' Pettenò |
2007-03-10 | Quote id -u usage so that it doesn't throw an error in Solaris older than 11.... | Diego 'Flameeyes' Pettenò |
2007-03-10 | Use more portable tail command, by avoiding -n .. it's not strictly POSIX but... | Diego 'Flameeyes' Pettenò |
2007-03-10 | Use xineplug_LTLIBRARIES rather than lib_LTLIBRARIES so there's no need to re... | Diego 'Flameeyes' Pettenò |
2007-03-09 | Use OSS 3.0 API, and retain compatibility with older versions. Patch by Alber... | Diego 'Flameeyes' Pettenò |
2007-03-09 | Properly pass XV_CFLAGS where needed. Patch by Albert Lee. | Diego 'Flameeyes' Pettenò |
2007-03-09 | Fix X11 linkage for pgx modules. Patch by Albert Lee. | Diego 'Flameeyes' Pettenò |
2007-03-09 | Declare sysi86() function only if it's not declared already. Patch by Albert ... | Diego 'Flameeyes' Pettenò |
2007-03-09 | Use a simpler and more portable awk command. Patch by Albert Lee. | Diego 'Flameeyes' Pettenò |
2007-03-09 | Add stdio.h header to include, for Solaris compatibility. Patch by Albert Lee. | Diego 'Flameeyes' Pettenò |
2007-03-09 | Check for chost-specific strings command during ./configure rather than on ma... | Diego 'Flameeyes' Pettenò |
2007-03-09 | Test presence of alloca.h and include it if present; suggested by a patch fro... | Diego 'Flameeyes' Pettenò |
2007-03-04 | - commit documentation, and header changes for the relicensing of the | Bastien Nocera |
2007-03-03 | Fix a build error, introduced in the previous commit, which bites when building | Darren Salt |
2007-03-03 | Free the FreeType object when freeing the OSD object, should solve a possible... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Instead of using a padding of arbitrary 32-bits by hand, use memset with the ... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Update changelog. | Diego 'Flameeyes' Pettenò |
2007-03-03 | Reduce priority of aac demuxer, so that it doesn't crash when playing online ... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Add two extra functions (inline as they are just a return statement) that che... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Add a function to parse a generic ID3v2 tag, and make both demux_aac and demu... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Instead of blindly ignoring the ID3v2 tags, try to parse them. The switch blo... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Use LOG_MODULE in the log messages, so that during copy and paste I don't end... | Diego 'Flameeyes' Pettenò |
2007-03-02 | Simplify a lot the code for ID3v2 skip. | Diego 'Flameeyes' Pettenò |
2007-03-02 | Fixed content type detection for AAC (seekable) streams with ID3v2 tags prefi... | Diego 'Flameeyes' Pettenò |
2007-02-26 | Fix a possible crash in the eq2 plugin. | Darren Salt |
2007-02-25 | alsa patches from Julian Scheel and Matthias Kretz | Miguel Freitas |
2007-02-25 | Fix race condition in alsa audio out driver. | Miguel Freitas |