- 02 May, 2011 3 commits
-
-
Rémi Denis-Courmont authored
I don't this abomination to leak through the stable LibVLC interface. To link statically, modules should be linked into LibVLC instead. And then, there is no need to reintroduce the old "builtin" vlc-config type if all modules are built the same. In prehistoric times, the distinction was needed because some modules were static and some not.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 May, 2011 18 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
GCC takes the last -O* option, which defaults to -O0 anyway. With ./configure forcing -O0, there was no way to select a custom optimization level via external CFLAGS.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Optimizing VLC code for size is probably not such a great idea, considering that media playback is performance critical. There are better ways to reduce code size than -Os, e.g. Thumb(2) code on ARM. And of course, removing unneeded plugins and feature is the best way to reduce code size.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In many cases, OSS was used when the builder forgot to install the alsa-lib development headers. This should not be an issue anymore, as ALSA is now required on Linux by default. I believe the fallback to OSS from ALSA and PulseAudio is causing more confusion than it solves problem. Besides, the OSS emulation by ALSA cannot mix, so OSS is almost completely useless on Linux, unless OSSv4 was specifically installed. Moreover, Linux distributions have started dropping OSS completely.
-
Rémi Denis-Courmont authored
This ensures that at least either ALSA or PulseAudio will be compiled by default (on Linux).
-
Rémi Denis-Courmont authored
This will be needed if/when we get a PulseAudio input and SD.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Akash Mehrotra authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This restores commit 45b7ce9e.
-
Juha Jeronen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This reverts commit 45b7ce9e. Nothing wrong with the commit, but I need to revert it to refactor the deinterlacer.
-
Alexey Sokolov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Thierry Reding authored
Currently the V4L2 device to be used can only be set via the media URL. This patch allows the :v4l2-dev option to set the device as well. Setting the device via the media URL still takes precedence. This is useful if a program auto-detects the V4L2 device so that the media URL only needs to contain e.g. the tuner settings. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 30 Apr, 2011 13 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
closes #4721
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This plugin had become useless since the removal of the OMAP framebuffer video output.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 8a1afb86. Don't define HAVE_LINUX if you don't have it in the first place. And this does not even respect the configure message rules.
-
Rémi Denis-Courmont authored
This fixes a memory leak, encoding problems, and complete failure on non-file inputs.
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
access_dtv for Android systems.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 29 Apr, 2011 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
"podcast-urls" is autosaved in any case.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Bookmark configuration items are not in hotkeys (at least currently), so this could not work.
-
Jean-Baptiste Kempf authored
and mention subtitles blending in vout
-