- 08 Dec, 2009 33 commits
-
-
Rémi Denis-Courmont authored
This works around GNU coreutils nohup not working with VLC. Pointed-out-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
-
Rémi Denis-Courmont authored
It is used in many places, namely all X11 plugins _except_ the video display ones. So it did not make much sense to keep it there IMHO.
-
Laurent Aimar authored
This reverts commit 1e56f368.
-
Laurent Aimar authored
Noticed by GBeauchesne.
-
Laurent Aimar 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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
PIX_FMT_DXVA2_VLD is not yet in official ffmpeg.
-
Pierre d'Herbemont authored
This fixes the opengl "vout display" on Mac OS X.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Note: cc_pts/dts are still set to 0, I can't tell if this value is the starting timestamp, or if it means the timestamps are not valid. Better understanding on how pf_get_cc and packetizers are called in src/input would clarify (fenrir?)
-
Rémi Duraffort authored
-
Rafaël Carré authored
-
Olivier Aubert authored
To build the old version, you have to pass the --force-deprecated option to the setup.py script.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
* set a meta (without changing the file) * save all meta to the file
-
Pierre d'Herbemont authored
Note, the opengl output is still broken on Mac OS X, in the way that no picture are rendered.
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
-
- 07 Dec, 2009 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre d'Herbemont authored
This issue was pointed out by Sébastien Zwickert. We ensure this by two things: - Retaining it by the media player and ensuring we are effectively stopped when releasing it. (ie, no one will use the drawable from now on). - Retaining it during the life span of the vout. After a stop, the drawable might still be in the progress of receiving the notification of the vout removal, so we need it not to be freed during this period of time. An alternative would be to create a protocol between drawable->vout to unregister the drawable.
-
Pierre d'Herbemont authored
A weirdness was introduced somehow. We were relying on the media state. (!) Also, make sure that we always require stop() to be called when the media_player is destroyed. This may prevent some unwanted bad usage, whose consequence might be that _release() will block on input thread destruction.
-
Pierre d'Herbemont authored
macosx/framework: Print minutes and seconds when there is less than 5 mins remaining in -[VLCTime verboseStringDescription]
-
Laurent Aimar authored
-