- 26 Jun, 2009 3 commits
-
-
Rémi Duraffort authored
(cherry picked from commit 9c4e67cf) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
early). (cherry picked from commit 36eb6ac9) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 1f8124f6) Conflicts: modules/video_filter/postproc.c
-
- 25 Jun, 2009 11 commits
-
-
Rémi Denis-Courmont authored
When we connect through a proxy, the certificate common name does not match the TCP-level hostname... (cherry picked from commit 02c05f00)
-
Rémi Duraffort authored
(cherry picked from commit 387ba25a) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Derk-Jan Hartman authored
Set the nop at the end of parsing, instead of the beginning, because SetURI will only init the name once. Now we had all media library items with the title "nop". (cherry picked from commit fffd3cd1) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Jean-Baptiste Kempf authored
Don't ignore DTS in wav. (cherry picked from commit 483cdd60) (cherry picked from commit dbb13499) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
A <track> can have 0 or more <location> elements. VLC doesn't like elements without a uri however, so init an element with vlc://nop. Note also that we currently only support 1 location element per track.... This closes #2891 (cherry picked from commit 7c224751) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 4bea3fe8) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Jean-Baptiste Kempf authored
This ensure consistency with simple Open. Moreover, with those KDE effects, this is cool. (cherry picked from commit d2bf9548) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 24 Jun, 2009 8 commits
-
-
Jean-Baptiste Kempf authored
Close #2851
-
Rémi Denis-Courmont authored
(cherry picked from commit c1c69332)
-
Rémi Denis-Courmont authored
(Rtp)Add then MuxAdd, so MuxDel before (Rtp)Del. Indeed, the PS muxer sends packets when it's deleted, so the RTP stream is still needed. (cherry picked from commit 816f5573)
-
Rémi Denis-Courmont authored
(cherry picked from commit 6bf70b22)
-
Rémi Duraffort authored
(cherry picked from commit e60a9038) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Ilkka Ollakka authored
Select fullscreen display the one that has most of the video-window, then you get qt4 fullscreencontroller on same display also, and it's more logical (imo). Algorithm is prettymuch the same as Nigel Tao has made in his gpl2 project superswitcher, Didn't want to reinvent this with different variable-names ;)
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
It now will handle both paths and URIs when trying to determine the filename. This balances [873234a1].
-
- 23 Jun, 2009 9 commits
-
-
Erwan Tulou authored
skins was using two lists of variables (named and anonymous). The problem was that variables from one list held references to variables from the other list and vice-versa. Whatever the order of releasing them, crashes could occur. This patch uses the anonymous list to keep a reference on **all** variables. This guarantees they are released in the reverse order from creation. (cherry picked from commit fb771cf9)
-
Derk-Jan Hartman authored
When we fill the name of an input item with URI parts, use decode_URI() so it becomes easier to read.
-
Rémi Denis-Courmont authored
(cherry picked from commit d704062a)
-
Rémi Denis-Courmont authored
(cherry picked from commit 993d4fcc) Conflicts: modules/demux/playlist/xspf.c
-
Rémi Denis-Courmont authored
(cherry picked from commit c4dcc7a5) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 7521a562) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit d131e9ae)
-
Erwan Tulou authored
-
Rémi Duraffort authored
(cherry picked from commit d83c47ab) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
- 22 Jun, 2009 9 commits
-
-
Erwan Tulou authored
SubX crashed on both Linux and Windows in a set::erase call (STL) when releasing C++ objects. Swapping two loops solved it. (the second loop was referencing variables released in the first loop). This makes SubX terminate nicely, but doesn't solve all crashes for skins2. (more cleanup to do) (cherry picked from commit f7e0923d)
-
Erwan Tulou authored
Windows(skins2) and MacOS : do not release the GUI interface at this early stage of vlc termination. Release will occur in the loop where all remaining interfaces get released once the playlist is deactivated.
-
Derk-Jan Hartman authored
(cherry picked from commit 50b04778) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
This fixes a DIVIDEBYZERO crash in the rotate filter. Does not seem like the right solution to me, but dionoea should probably look into that, since he wrote most of this filter. This crash occured with http://streams.videolan.org/issues/HIGNFY%20S25E02%20-%20Part%201.flv plane 1 (non Y-plane) i_visible_lines = 119 p_pic->p[Y_PLANE].i_visible_pitch = 320 p_pic->p[Y_PLANE].i_visible_lines = 239 i_visible_pitch = 160 (cherry picked from commit fde2277f) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Derk-Jan Hartman authored
The Objective-C runtime will properly unload this at the end of the application. The mozilla plugin should not even be using this at all. (cherry picked from commit 573844a9) Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Felix Paul Kühne authored
... or hack. A clean fix will be the next master commit, which removes the dyld usage completely
-
Rémi Duraffort authored
(cherry picked from commit f471df4d) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Felix Paul Kühne authored
This fixes the constant crashes on quit on Leopard
-
Erwan Tulou authored
(cherry picked from commit d3312fee)
-