- 20 Oct, 2007 35 commits
-
-
Rafaël Carré authored
New inhibit module to prevent the power management daemon (usually gnome-power-manager) to suspend/hibernate the laptop while VLC is active.
-
Laurent Aimar authored
The blend module will be loaded only if needed and reloaded on chroma change. (As a side effect it should allow displaying TEXT even when no blending module exist)
-
Laurent Aimar authored
As a side effect, it fixed a potential segfault (race condition) when using sout-keep (but I am not sure if we have a stream_out module that can show the problem) sout_UpdateStatistic still uses input internal data and that need to be fixed. Audio output need such a clean too.
-
Rafaël Carré authored
-
Felix Paul Kühne authored
* fix make update-po on platforms with a non-GNU find implementation, aka BSD / Darwin. Thanks to xtophe for pointing this out and helping me
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
* Add the ability to store user data in media_descriptor. * Duration can now be retrieved from a media_instance * Can new get the preparsed state of a media_descriptor * Add callbacks for libvlc_MediaDescriptorDurationChanged/vlc_InputItemDurationChanged and libvlc_MediaDescriptorPreparsedChanged/vlc_InputItemPreparsedChanged.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Laurent Aimar authored
ffmpeg demuxer (I am not sure seeking works alright).
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Use int32 rather than long for FOURCC so we don't artificially screw up the ABI on 64-bits platform. Use int64 rather than long for value so we don't overflow on 32-bits platform (ABI breakage, but I did not start it)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
- 19 Oct, 2007 5 commits
-
-
Christophe Mutricy authored
Revert [22699] for POTFILES.in. the make update-po rule seems to be broken on MacOSX as it's the second times that when feepk update POTFILES.in all the files in modules/ disappear
-
Pavlov Konstantin authored
Tested with dirac files created by ffmpeg (by means of dirac support ffmpeg patch).
-
Pavlov Konstantin authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-