summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-03-26Send an event when the amp value or amp mute change. Patch by reinhard Nissl....Diego 'Flameeyes' Pettenò
2007-03-25Create at least a 1×1 shared image when the first frame is skipped (and thus...Diego 'Flameeyes' Pettenò
2007-03-25Fix amp muting when level is still at 100. Patch by Reinhard Nissl.Diego 'Flameeyes' Pettenò
2007-03-25Fix messages for video out modules. Patch by Reinhard Nissl.Diego 'Flameeyes' Pettenò
2007-03-24Make sure that the big tables are both static and const, so that they don't g...Diego 'Flameeyes' Pettenò
2007-03-24Improve tests for visibility attribute support; Mach-O supports default visib...Diego 'Flameeyes' Pettenò
2007-03-23Fix closing the vcd device if the disc is not a video CD.Darren Salt
2007-03-22Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ...Diego 'Flameeyes' Pettenò
2007-03-22Fix crosscompile to use build and host definition from autoconf, rather than ...Diego 'Flameeyes' Pettenò
2007-03-22Instead of rewriting the install and uninstall rules for headers, simply chan...Diego 'Flameeyes' Pettenò
2007-03-20Another couple of fixes for OSX support by Martin Aumueller, although Win32 s...Diego 'Flameeyes' Pettenò
2007-03-20We're building xine even when we're building the Mac OS X video helper.Diego 'Flameeyes' Pettenò
2007-03-20Fix Makefile so that the CPPFLAGS in AM_CPPFLAGS are not ingored for directx ...Diego 'Flameeyes' Pettenò
2007-03-20There's no point in this.Diego 'Flameeyes' Pettenò
2007-03-20Add B2N macros for OSX. Patch by Martin Aumueller. Also add to the diff from ...Diego 'Flameeyes' Pettenò
2007-03-19Don't assume that CoreAudio output is Big Endian (it is not on newer Mac base...Diego 'Flameeyes' Pettenò
2007-03-19Cleanup block-based support in AC3 and DTS demuxers. Original patch by Matthi...Diego 'Flameeyes' Pettenò
2007-03-18Added centre-cutout (4:3 in 16:9) to the expand plugin. Patch by Reinhard Nissl.Darren Salt
2007-03-17As 24-bit waves are reduced to 16-bit for output (most output plugins don't s...Diego 'Flameeyes' Pettenò
2007-03-17Use the Native Endian variants for 16 and 32 bit samples.Diego 'Flameeyes' Pettenò
2007-03-17Use memcmp to check for the WAV signature; use xine_xmalloc rather than simpl...Diego 'Flameeyes' Pettenò
2007-03-17Avoid a possible floating-point exception when starting stream playback.Darren Salt
2007-03-17Some servers does not send a human-readable http status description, for thos...Diego 'Flameeyes' Pettenò
2007-03-17Cleanup makefile, use the -Wl,-z,defs option if supported, use visibility fla...Diego 'Flameeyes' Pettenò
2007-03-17Pass the visibility flag when building the plugin.Diego 'Flameeyes' Pettenò
2007-03-17Merge the two real binary codecs plugins in a single plugin that handles both...Diego 'Flameeyes' Pettenò
2007-03-17Simplfiy the Makefile.am, set AM_LDFLAGS rather than repeating it all over, u...Diego 'Flameeyes' Pettenò
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-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-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-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ò