summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-17When parsing flv metadata, do not assume that keywords are zero-terminated andClaudio Ciccani
2007-03-17Do not send duration extra info when framerate is not known.Claudio Ciccani
2007-03-17Cleanup wavpack plugin, include config.h when needed, declare demuxer/decoder...Diego 'Flameeyes' Pettenò
2007-03-17Fix obvious and stupid mistake in the symbol check, both if-found and if-not-...Diego 'Flameeyes' Pettenò
2007-03-17Clean up configure checks for OSS support. Check for the various soundcard.h ...Diego 'Flameeyes' Pettenò
2007-03-17Instead of relying on FreeBSD being the only system not having __environ stde...Diego 'Flameeyes' Pettenò
2007-03-17Boost the priority of the real audio decoder over FFmpeg's, as demux_real doe...Diego 'Flameeyes' Pettenò
2007-03-17Add ChangeLog entry for the changes done today.Diego 'Flameeyes' Pettenò
2007-03-16Import the changes for 64-bit safety from MPlayer, this way Real Video and Re...Diego 'Flameeyes' Pettenò
2007-03-16Remember to save before C-x v vDiego 'Flameeyes' Pettenò
2007-03-16Fix real audio codecs.Diego 'Flameeyes' Pettenò
2007-03-16Always pass alternate, and avoid checking for .6.0.Diego 'Flameeyes' Pettenò
2007-03-16Actually, drv3.so.6.0 is still needed to be checked for the Alpha codecs, but...Diego 'Flameeyes' Pettenò
2007-03-16Add proper support for disabling Real binary codecs support and add a paramet...Diego 'Flameeyes' Pettenò
2007-03-16Sigh, remove wrong paste.Diego 'Flameeyes' Pettenò
2007-03-16real_codecs_path has always to be declared.Diego 'Flameeyes' Pettenò
2007-03-16Don't check only for drv3.so.6.0, as that is not present for x86-64 or PowerP...Diego 'Flameeyes' Pettenò
2007-03-16If REAL_CODEC_PATH is defined, use that as only default path, so that distrib...Diego 'Flameeyes' Pettenò
2007-03-16Move the wrapper to open the real codecs in the common unit, and assume that ...Diego 'Flameeyes' Pettenò
2007-03-16Move autodetection of Real codecs path to the common code unit, and rewrite toDiego 'Flameeyes' Pettenò
2007-03-16For FreeBSD support, alias the __environ and stderr symbols, unavailable ther...Diego 'Flameeyes' Pettenò
2007-03-16Add a check if the compiler supports weak aliases, to add FreeBSD support to ...Diego 'Flameeyes' Pettenò
2007-03-16Move the __builtin functions in a different unit, and define them only on Alp...Diego 'Flameeyes' Pettenò
2007-03-16There's no need to check if the shared object to open is 32 or 64 bits, as dl...Diego 'Flameeyes' Pettenò
2007-03-16Use stdlib.h rather than malloc.h.Diego 'Flameeyes' Pettenò
2007-03-16Fix FreeBSD PR 91728 (problem with ioctl() request parameter being unsigned l...Diego 'Flameeyes' Pettenò
2007-03-16Move netinet/in.h include down the block; this is currently patched by FreeBS...Diego 'Flameeyes' Pettenò
2007-03-16Cleanup pkg-config checks for libcdio/libvcdinfo.Diego 'Flameeyes' Pettenò
2007-03-16Add changelog entry for the libstk checks change.Diego 'Flameeyes' Pettenò
2007-03-16Fix the logic of libstk, as I declared it disabled by default.Diego 'Flameeyes' Pettenò
2007-03-16Simplify Jack checks, replace --enable/--disable with --with/--without as it'...Diego 'Flameeyes' Pettenò
2007-03-16Stop libstk checks from being automagic, by providing a --with/--without swit...Diego 'Flameeyes' Pettenò
2007-03-16Resync dependencies with 1.1.4-2.Darren Salt
2007-03-16Run true to avoid then else without content.Diego 'Flameeyes' Pettenò
2007-03-16Don't put -lXext into LIBS if found.Diego 'Flameeyes' Pettenò
2007-03-16Collapse X_LIBS, X_PRE_LIBS, -lXext and -lX11 in a single X_LIBS variable whe...Diego 'Flameeyes' Pettenò
2007-03-15Add changelog entry for spanish translation update.Diego 'Flameeyes' Pettenò
2007-03-15Update spanish translation, thanks to Carlos E. Robinson M.Diego 'Flameeyes' Pettenò
2007-03-12Allow DTS audio tracks in Matroska files. Sample reported by Stefan Monov.Diego 'Flameeyes' Pettenò
2007-03-10Add unistd.h include for the write() function. Thanks to Manfred Tremmel for ...Diego 'Flameeyes' Pettenò
2007-03-10Add a ChangeLog entry for the recent changes for NetBSD and Solaris.Diego 'Flameeyes' Pettenò
2007-03-10When hstrerror() is found in libresolv, link it where it is used. Patch by Al...Diego 'Flameeyes' Pettenò
2007-03-10Use two-step lookup of wrapper_local to fix assembler errors. Patch by Albert...Diego 'Flameeyes' Pettenò
2007-03-10Don't use Solaris workarounds on other OSes (namely NetBSD). Patch by Sergey ...Diego 'Flameeyes' Pettenò
2007-03-10Add 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-10Add Albert Lee to the AUTHORS file.Diego 'Flameeyes' Pettenò
2007-03-10Quote id -u usage so that it doesn't throw an error in Solaris older than 11....Diego 'Flameeyes' Pettenò
2007-03-10Use more portable tail command, by avoiding -n .. it's not strictly POSIX but...Diego 'Flameeyes' Pettenò
2007-03-10Use xineplug_LTLIBRARIES rather than lib_LTLIBRARIES so there's no need to re...Diego 'Flameeyes' Pettenò