Age | Commit message (Expand) | Author |
2007-11-19 | add support for GNU/kFreeBSD | Petr Salinger ext:(%20) |
2007-09-03 | Bump version info, ready for an eventual 1.1.9 release. | Darren Salt |
2007-08-12 | Extend config key translation to allow front ends to provide an additional list. | Darren Salt |
2007-06-14 | Disable mediaLib support by default. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Backport the memmem() replacement from 1.2 series. | Diego 'Flameeyes' Pettenò |
2007-06-10 | Update version information. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Fix build issues on systems which need our internal asprintf. | Darren Salt |
2007-06-05 | Disable aRTs output plugin by default, it's deprecated and will be removed in... | Diego 'Flameeyes' Pettenò |
2007-06-02 | Bump libtool revision number. | Darren Salt |
2007-05-05 | Merge Bastien Nocera's changes. | Darren Salt |
2007-05-05 | Up the version number in HG so we can check for the _x_io_select fix | hadess@cookie.hadess.net |
2007-05-04 | Fix building of CDDA input on FreeBSD, the NetBSD patch broke it as sys/scsii... | Diego 'Flameeyes' Pettenò |
2007-04-15 | autoconf 2.59 mishandles AC_DEFINE([ASMALIGN(ZEROBITS)], ...). Work around it. | Darren Salt |
2007-04-13 | Bump version no. | Darren Salt |
2007-04-13 | Change the dev version suffix from cvs to hg; fix .cvsversion detection. | Darren Salt |
2007-04-12 | Set xv_path before rewriting X_LIBS if we're not using pkg-config to discover... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Have configure option --enable-debug turn on debug code. | Reinhard Nißl |
2007-04-07 | Add a missing test call. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-04 | Move the Speex decoder from libspeex to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the Theora decoder from libtheora to libxinevdec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the Vorbis decoder from libvorbis to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the linear pcm decoder from liblpcm to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the flac plugins sources into the combined directory, like wavpack. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Remove duplicate wavpack line. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Check for sys/dvdio.h, and use that if found, rather than having a check for ... | Diego 'Flameeyes' Pettenò |
2007-04-04 | Check for audio_info_t.output_muted member, rather than assuming it's not ava... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Don't rely on AC_PROG_OBJC presence. | Diego 'Flameeyes' Pettenò |
2007-04-02 | Decrease the prerequisites to autoconf 2.59 (even if the code hasn't been mad... | Diego 'Flameeyes' Pettenò |
2007-04-01 | Define CONFIG_DARWIN when building for Darwin (i.e.: Mac OS X). | Diego 'Flameeyes' Pettenò |
2007-03-29 | Replace obsolete macros (processing done by autoupdate). | Darren Salt |
2007-03-26 | Use AS_HELP_STRING instead of the deprecated AC_HELP_STRING. | Darren Salt |
2007-03-26 | Send an event when the amp value or amp mute change. Patch by reinhard Nissl.... | Diego 'Flameeyes' Pettenò |
2007-03-24 | Improve tests for visibility attribute support; Mach-O supports default visib... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Move handling of Win32 codecs all in a single point of configure.ac rather th... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Try to reorganize the first tests so that the conditional macros are tested t... | Diego 'Flameeyes' Pettenò |
2007-03-22 | As the code as it is requires autoconf 2.60, at least state it so. If we deci... | Diego 'Flameeyes' Pettenò |
2007-03-20 | Missing 'test'. | Darren Salt |
2007-03-20 | Oops, I copied it wrong from his paste, this should do it. | Diego 'Flameeyes' Pettenò |
2007-03-20 | On Darwin we also have to enable explicitly the text relocations. Thanks to E... | Diego 'Flameeyes' Pettenò |
2007-03-20 | USE AC_PROG_OBJC to find the objective C compiler, rather than messing by hand. | Diego 'Flameeyes' Pettenò |
2007-03-20 | The AC_C_ATTRIBUTE_ALIGNED macro is broken, it always reports maximum aligned... | Diego 'Flameeyes' Pettenò |
2007-03-20 | Fix typo. | Diego 'Flameeyes' Pettenò |
2007-03-19 | Define EXPORTED as a dummy value even when visibility attribute is not found. | Diego 'Flameeyes' Pettenò |
2007-03-19 | Use CC_CHECK_CFLAGS rather than AC_TRY_CFLAGS for checking the warnings to en... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Instead of unconditionally defining _GNU_SOURCE in three different places, le... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Check first for the non-alternate form of functions having alternative names,... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Check for visibility flag only if the visibility attribute has been found, as... | Diego 'Flameeyes' Pettenò |