Age | Commit message (Expand) | Author |
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 | Don't assume that CoreAudio output is Big Endian (it is not on newer Mac base... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Make CC_CHECK_CFLAGS report the name of the compiler, like AC_TRY_CFLAGS used... | 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ò |
2007-03-19 | Make more generic the support for skipping the missing X11 output plugins war... | Diego 'Flameeyes' Pettenò |
2007-03-19 | We can't use Real codecs support on Darwin systems (OS X), as the format ther... | Diego 'Flameeyes' Pettenò |
2007-03-19 | We need to call CC_CHECK_WERROR first of all, as the autoconf automatic depen... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Rewrite the CC_CHECK_CFLAGS macro, to be more in style with Autoconf macros, ... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Cleanup block-based support in AC3 and DTS demuxers. Original patch by Matthi... | Diego 'Flameeyes' Pettenò |
2007-03-18 | Added centre-cutout (4:3 in 16:9) to the expand plugin. Patch by Reinhard Nissl. | Darren Salt |
2007-03-17 | More ChangeLog entries. | Diego 'Flameeyes' Pettenò |
2007-03-17 | As 24-bit waves are reduced to 16-bit for output (most output plugins don't s... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Use the Native Endian variants for 16 and 32 bit samples. | Diego 'Flameeyes' Pettenò |
2007-03-17 | Use memcmp to check for the WAV signature; use xine_xmalloc rather than simpl... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Avoid a possible floating-point exception when starting stream playback. | Darren Salt |
2007-03-17 | Some servers does not send a human-readable http status description, for thos... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Cleanup makefile, use the -Wl,-z,defs option if supported, use visibility fla... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Pass the visibility flag when building the plugin. | Diego 'Flameeyes' Pettenò |
2007-03-17 | Merge the two real binary codecs plugins in a single plugin that handles both... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Simplfiy the Makefile.am, set AM_LDFLAGS rather than repeating it all over, u... | Diego 'Flameeyes' Pettenò |
2007-03-17 | When parsing flv metadata, do not assume that keywords are zero-terminated and | Claudio Ciccani |
2007-03-17 | Do not send duration extra info when framerate is not known. | Claudio Ciccani |
2007-03-17 | Cleanup wavpack plugin, include config.h when needed, declare demuxer/decoder... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Fix obvious and stupid mistake in the symbol check, both if-found and if-not-... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Clean up configure checks for OSS support. Check for the various soundcard.h ... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Instead of relying on FreeBSD being the only system not having __environ stde... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Boost the priority of the real audio decoder over FFmpeg's, as demux_real doe... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Add ChangeLog entry for the changes done today. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Import the changes for 64-bit safety from MPlayer, this way Real Video and Re... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Remember to save before C-x v v | Diego 'Flameeyes' Pettenò |
2007-03-16 | Fix real audio codecs. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Always pass alternate, and avoid checking for .6.0. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Actually, drv3.so.6.0 is still needed to be checked for the Alpha codecs, but... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Add proper support for disabling Real binary codecs support and add a paramet... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Sigh, remove wrong paste. | Diego 'Flameeyes' Pettenò |
2007-03-16 | real_codecs_path has always to be declared. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Don't check only for drv3.so.6.0, as that is not present for x86-64 or PowerP... | Diego 'Flameeyes' Pettenò |
2007-03-16 | If REAL_CODEC_PATH is defined, use that as only default path, so that distrib... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Move the wrapper to open the real codecs in the common unit, and assume that ... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Move autodetection of Real codecs path to the common code unit, and rewrite to | Diego 'Flameeyes' Pettenò |
2007-03-16 | For FreeBSD support, alias the __environ and stderr symbols, unavailable ther... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Add a check if the compiler supports weak aliases, to add FreeBSD support to ... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Move the __builtin functions in a different unit, and define them only on Alp... | Diego 'Flameeyes' Pettenò |
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ò |