Age | Commit message (Expand) | Author |
2007-04-11 | Update libmpcdec (formerly libmusepack) to version 1.2.5, this also reduces t... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Have configure option --enable-debug turn on debug code. | Reinhard Nißl |
2007-04-10 | Add a warning if the __attribute__((packed)) is not supported, as the #pragma... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Add a new check for __attribute__((packed)), and if present, define XINE_PACKED. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Add a Doxyfile.in file for doxygen support, changes for that are coming; more... | Diego 'Flameeyes' Pettenò |
2007-04-09 | Use 1.1.90 as version number to leave time for 1.2 pre-releases (betas); RPM ... | Diego 'Flameeyes' Pettenò |
2007-04-09 | Merge the FFmpeg integration branch into the nopadding branch. | Diego 'Flameeyes' Pettenò |
2007-04-09 | Update from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Implement Miguel's --disable-ffmpeg-(uncommon|popular)-codecs, passing the pr... | Diego 'Flameeyes' Pettenò |
2007-04-07 | Update from main repository. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Add a missing test call. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Merge changes from main repository. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Merge changes from main repository. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-06 | Change version so that plugins won't crash because of the wrong libxine being... | Diego 'Flameeyes' Pettenò |
2007-04-06 | Merge changes from main repository. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Merge with main repository. | Diego 'Flameeyes' Pettenò |
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 | Bump LT_CURRENT value to increase the soname to libxine.so.2 | Diego 'Flameeyes' Pettenò |
2007-04-04 | Merge from main repo. | 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-03 | Sync with a more recent version of FFmpeg. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Merge changes happened in 1.1 development. | 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ò |