Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-07 | Apply patch sent to FFmpeg mailing list to fix building of VP3 decoder ↵ | Diego 'Flameeyes' Pettenò | |
without Theora decoder. | |||
2007-04-07 | Implement 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-07 | Enable 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-07 | Add 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-07 | Add 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-07 | Add a README.contrib with instruction on how to update FFmpeg. | Diego 'Flameeyes' Pettenò | |
2007-04-04 | Hook clean-local and distclean-local rules so that the FFmpeg tree is ↵ | Diego 'Flameeyes' Pettenò | |
properly cleaned on request. | |||
2007-04-04 | Apply patch not yet applied upstream to at least get it to build somehow. | Diego 'Flameeyes' Pettenò | |
2007-04-03 | Add the new contrib level makefile. | Diego 'Flameeyes' Pettenò | |
2007-04-03 | Sync with a more recent version of FFmpeg. | Diego 'Flameeyes' Pettenò | |
2007-04-03 | Remove makefile.xine.in, will be handled directly in contrib/Makefile.am. | Diego 'Flameeyes' Pettenò | |
2006-12-02 | Pass 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-02 | Start 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 |