summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2007-04-13Import libxdg-basedir into contributed code.Diego 'Flameeyes' Pettenò
The libxdg-basedir project, developed by Mark Nevill, implements a simple way to use the XDG_* variables used to define the paths for the XDG Base Directory Specification (0.6). As I was going to reinvent the wheel, I prefer to import this library that was already written, hoping it will continue being developed.
2007-04-11Update libmpcdec (formerly libmusepack) to version 1.2.5, this also reduces ↵Diego 'Flameeyes' Pettenò
the patching needed. Contestually, move libmpcdec code in contrib/libmpcdec, so that it's not mixed together with xine code. The use of MUSEPACK_LIBS/MUSEPACK_CFLAGS intermediate is to make simpler move to pkg-config checks if libmpcdec developers decide to install one.
2007-04-07Apply patch sent to FFmpeg mailing list to fix building of VP3 decoder ↵Diego 'Flameeyes' Pettenò
without Theora decoder.
2007-04-07Implement Miguel's --disable-ffmpeg-(uncommon|popular)-codecs, passing the ↵Diego 'Flameeyes' Pettenò
proper options to the ffmpeg's configure script. Also disable all the decoders that we don't really want.
2007-04-07Enable mpeg1video encoder when DXR3 is enabled.Diego 'Flameeyes' Pettenò
We only use the mpeg1video encoder from FFmpeg, and only when DXR3 output is enabled, so provide the correct options to FFmpeg's ./configure to enable it only when really needed.
2007-04-07Add a dist-hook rule to copy ffmpeg source code to the tarball.Diego 'Flameeyes' Pettenò
With this hook, the sources listed in ffmpeg-distfiles are copied to the temporary directory used by make dist to prepare the tarball, allowing to use the same "make dist" command used before even if FFmpeg is not using automake Makefiles.
2007-04-07Add an ffmpeg-distfiles file.Diego 'Flameeyes' Pettenò
This file is going to be used during make dist so that the sources of FFmpeg can be copied in the dist directory to be tarred up.
2007-04-07Add a README.contrib with instruction on how to update FFmpeg.Diego 'Flameeyes' Pettenò
2007-04-04Hook clean-local and distclean-local rules so that the FFmpeg tree is ↵Diego 'Flameeyes' Pettenò
properly cleaned on request.
2007-04-04Apply patch not yet applied upstream to at least get it to build somehow.Diego 'Flameeyes' Pettenò
2007-04-03Add the new contrib level makefile.Diego 'Flameeyes' Pettenò
2007-04-03Sync with a more recent version of FFmpeg.Diego 'Flameeyes' Pettenò
2007-04-03Remove makefile.xine.in, will be handled directly in contrib/Makefile.am.Diego 'Flameeyes' Pettenò
2006-12-02Pass the visibility flag in the CFLAGS too, so that the symbols are not ↵Diego 'Flameeyes' Pettenò
exported. CVS patchset: 8398 CVS date: 2006/12/02 01:40:58
2006-12-02Start working on a branch where FFmpeg is not copied, patched and carved to ↵Diego 'Flameeyes' Pettenò
be built with automake but instead imported inline and built using its own build system. This is an import of a slightly modified FFmpeg current tree. xine-lib builds, install and run fine with it, but there are of course plenty of things that needs to be fixed before it can even be considered for a 1.2.x series. Work will continue in the next days of course. CVS patchset: 8397 CVS date: 2006/12/02 01:19:48