- 10 Jan, 2009 18 commits
-
-
Rémi Denis-Courmont authored
A destructor would never have to release its own object, since the destructor is only called when the object is not referenced anymore. On the other hand, it is not clear to me whether SD objects still need a destructor.
-
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
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Otherwise, if the interface is hidden behind another window, clicking the tray icon however many times will request user attention in the task bar and never actually show the interface. This was confusing and inconvenient (fixes #2396). This new behavior is consistent with KMail. It would probably be even better to show the interface on top (instead of hiding it, then show it on the second click). Unfortunately, while it does seem possible, I do not know how. For sure, the previous scheme did not work anyway.
-
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
Initial patch from Doug West.
-
Laurent Aimar authored
It fixes support for VC-1 and Theora and Vorbis in avcodec decoder.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 09 Jan, 2009 3 commits
-
-
Pavlov Konstantin authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 08 Jan, 2009 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 1eefd3dd. This fixes GLX crashing while requesting an embedded video window. Conflicts: src/video_output/vout_intf.c
-
Rémi Denis-Courmont authored
-
- 07 Jan, 2009 16 commits
-
-
Ken Self authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Ken Self authored
On Win32, vsnprintf() and vsprintf() are formatting certain things differently, e.g. "%p". We need to use the same implementation throughout our vasprintf() replacement. Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It fixes embed video at start.
-
Laurent Aimar authored
-
Laurent Aimar authored
Pointed out by Courmish.
-
Laurent Aimar authored
It eases security review.
-
Laurent Aimar authored
It fixes item name with xpsf playlist (at least).
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
Otherwise the receiver would -in principle- try to receive RTP on the next (plus one) even port, whereas the m= line port would be used for RTCP. We could also pass a=rtcp for the normal even/RTP & odd/RTCP ports setup, but that can only confuse receivers with no gain. Note that receivers may not parse the a=rtcp parameter in any case. In fact, VLC does not parse the a=rtcp field to this day. In any case, sending RTP to an *even* port is the only safely interoperable option.
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-