- 23 Mar, 2009 1 commit
-
-
Felix Paul Kühne authored
macosx: don't use mach_absolute_time() (introduced in 5ead92ff) on PowerPC-based Macs as this breaks the playback of a certain set of AVI and WMV files
-
- 22 Mar, 2009 2 commits
-
-
Daniel Nylander authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Ivo Ivanov authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 17 Mar, 2009 5 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit a276d9aa) Conflicts: src/input/input.c
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
(cherry picked from commit b78eae4c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Renamed: npunix.c to npunix_old.c npwin.cpp to npwin_old.cpp Added new files from mozilla source code npunix.c npwin.cpp
-
- 14 Mar, 2009 1 commit
-
-
Laurent Aimar authored
It fixes at least SVQ1 segfaults. (cherry picked from commit 07c44496) References: https://bugs.gentoo.org/show_bug.cgi?id=261628 Samples: http://bad-candy.com/candies/fizzymilk/images/badfizz.mov http://samples.mplayerhq.hu/V-codecs/SVQ1/blue_earth.movSigned-off-by: Alexis Ballier <aballier@gentoo.org> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 11 Mar, 2009 1 commit
-
-
Alexis Ballier authored
This acutally causes a segfault with the sample xspf files given in #2353 because psz_uri is always NULL when given to input_item_SetURI. Reported by Aniruddha Shankar <k@191a.net> on https://bugs.gentoo.org/show_bug.cgi?id=261948Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 10 Mar, 2009 2 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit f2d57a37)
-
Rémi Denis-Courmont authored
When the socket is congested, we should simply skip sending. When there is a soft-error, we should resend and simply ignore. Instead, we were dropping the socket if the failure remained on the second try, which was always the case in the congestion scenario. This should fix the socket dropping problem described at: http://forum.videolan.org/viewtopic.php?f=4&t=56493 (cherry picked from commit 9fdc8915)
-
- 06 Mar, 2009 2 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 6fa0eee4)
-
Jean-Baptiste Kempf authored
-
- 05 Mar, 2009 1 commit
-
-
Roustam Ghizdatov authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 02 Mar, 2009 1 commit
-
-
Roustam Ghizdatov authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
- 01 Mar, 2009 7 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 826fdf52.
-
Rémi Denis-Courmont authored
We need to call XInitThreads before anyone tries XOpenDisplay or something, and XInitThreads itself is not re-entrant, so call it before we start LibVLC. This only "fixes" Xlib with VLC. Other LibVLC users need to do something similar themselves. LibVLC cannot do it. Other application may have already connected to X before it starts LibVLC. (cherry picked from commit 364868f9) Conflicts: bin/vlc.c configure.ac
-
Rémi Denis-Courmont authored
This was confirmed to fix the problem on Launchpad. (cherry picked from commit 5dca2e33) Conflicts: modules/video_output/x11/glx.c
-
Rémi Denis-Courmont authored
(cherry picked from commit a39cf798)
-
Rémi Denis-Courmont authored
(cherry picked from commit c6d7fc8b)
-
Rémi Denis-Courmont authored
glXChooseFBConfig always return NULL if there are no adequate configs. (cherry picked from commit ef48f9b6) Conflicts: modules/video_output/x11/glx.c
-
Rémi Denis-Courmont authored
(cherry picked from commit 39863326) Conflicts: modules/video_output/x11/glx.c
-
- 28 Feb, 2009 5 commits
-
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
Fixed audio transcoding when channel mixing or resampling is needed. Signed-off-by: Alexis Ballier <aballier@gentoo.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (transcoding cannot be worse than it is now)
-
Rémi Denis-Courmont authored
(cherry picked from commit af4d8375)
-
Rémi Denis-Courmont authored
(see http://forum.videolan.org/viewtopic.php?f=2&t=56224&p=186350) (cherry picked from commit 575b1c1c)
-
Rémi Denis-Courmont authored
(cherry picked from commit 58469fda)
-
- 27 Feb, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
Trax, close #1851. Manual backport of [0ba671da]
-
- 26 Feb, 2009 2 commits
-
-
Rémi Denis-Courmont authored
-
jpd@m2x.nl authored
Change wording to be more accurate. And maybe make JB happy. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit f03b31ee)
-
- 25 Feb, 2009 5 commits
-
-
Roustam Ghizdatov authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Cody Russell authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com> (cherry picked from commit b632da4e)
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com> (cherry picked from commit 51d3696e) Conflicts: modules/control/telnet.c
-
JP Dinger authored
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com> (cherry picked from commit 9563b714)
-
Rémi Denis-Courmont authored
(cherry picked from commit 71289a77)
-
- 23 Feb, 2009 2 commits
-
-
Rémi Denis-Courmont authored
We were sending RTCP with TTL=1 all the time... (cherry picked from commit 7da51390)
-
Felix Paul Kühne authored
-
- 22 Feb, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
from r15367 onward and refuses to mux without them matching. Should fix flv-muxing. (cherry picked from commit 0a778174) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-