- 18 Jun, 2011 9 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
(See also previous commit)
-
Rémi Denis-Courmont authored
As far as I understand, this breaks C++ object scoping. qtu() creates a temporary anonymous QByteArray from its QString parameter. That array is destroyed at the end of the expression, thus the return value of qtu() becomes a dangling pointer.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 17 Jun, 2011 1 commit
-
-
Rémi Duraffort authored
-
- 16 Jun, 2011 8 commits
-
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* Development layer / Image processing / Color space conversion CFLAGS and LIBS must be tweaked manually to use this.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Not used yet. It should also support H.263
-
Jean-Baptiste Kempf authored
As per the updated specification of December 2010
-
- 15 Jun, 2011 10 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
also fix a memleak in an error path
-
Rafaël Carré authored
-
Rafaël Carré authored
darwin relied on argv[0] as a fallback to retrieve executable name, but this can't work anymore as: - libvlc_new() can be given anything as argc/argv - libvlc_new() inserts "libvlc" at position 0 anyway
-
Rafaël Carré authored
-
Rafaël Carré authored
Also use a static boolean if the condition has been signaled before we start waiting on it: libvlc_MediaPlayerSnapshotTaken event is serialized with libvlc_video_take_snapshot() so when the function returns the event already happened.
-
Rafaël Carré authored
-
Rafaël Carré authored
They also include the mingw runtime version used to build them
-
Rafaël Carré authored
Explain why we prefer to build under GNU/Linux Remove completely mention of Visual Studio, it 'will not work' anyway Use of Cygwin is discouraged
-
Akash Mehrotra authored
This is the first part of the equalizer control Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Jun, 2011 12 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Collective work by Ming Hu, Ludovic Fauvet, Sébastien Toque and minor fixes by Jean-Baptiste Kempf Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Pointed by linkfanel
-
Yuval Tze authored
The subtitles duration factor change on the SyncControls widget constructor caused the subsdelay filter to be activated when the synchronization dialog was first opened. - Subtitles duration update was moved to the update function (which turns b_userAction off before updating) - updateSubsDuration was renamed to initSubsDuration Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Pierre Ynard authored
-
Laurent Aimar authored
It is not as full featured as before, but it is much simpler and it will make it easier to improved the module.
-
Laurent Aimar authored
-
Laurent Aimar authored
No functionnal changes.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-