- 24 Jul, 2009 6 commits
-
-
Jean-Paul Saman authored
It is the main cause for memory leaks of VLC browser plugin for MacOS X. Every time the browser plugin is reloaded, vlc core reloads the plugins which causes all global defined objects to initialize. Since there are objects in libmacosx_plugin.dylib that are supposed to live as long as the application these are never freed. Testing is done with --enable-debug. (cherry picked from commit 4a60f8935ef0e53af2104ece83358b2097002f02) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
(cherry picked from commit 44203e3e01a2392daf6312aefe19d0e5c343ace4) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Kevin DuBois authored
The spec says that the 2nd round of packets need to have the 1st 4 bytes be the timestamp (potentially zero) and the next 4 bytes be zero. The bytes after that should be random. (not necessarily cryptographically secure, just for establishing a unique echo response in the 3rd round of packets). Signed-off-by: Rémi Duraffort <ivoire@videolan.org> (cherry picked from commit af0ba144) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit 6a4c2d79) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
For some reasons, this doesn't crash on Linux...
-
- 23 Jul, 2009 5 commits
-
-
Erwan Tulou authored
(cherry picked from commit 7b7421e9)
-
Barry Wardell authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b670356d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Fixes #2983 for good ths time hopefully... (cherry picked from commit 2a6adf74)
-
Dominique Leuenberger authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 8a19ea4f)
-
Rémi Duraffort authored
opengl: fix an crash/hang on exit because opengl needs the init and end to be done in the same thread. (cherry picked from commit 153dd4aa) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
- 22 Jul, 2009 5 commits
-
-
Besnard Jean-Baptiste authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 9a4af551) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit c9f3c593) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
According to RFC 2326 a PAUSE command should be issued when requesting an immediate seek to a new PLAY position. (cherry picked from commit 6c29937d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Besnard Jean-Baptiste authored
cherry-picked from 20e97a23Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit f32ccae3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Jul, 2009 4 commits
-
-
airplanez authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Fabio Ritrovato authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 459af8fa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Fabio Ritrovato authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6d5cb64b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
- 20 Jul, 2009 8 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 96f5cc4d)
-
Rémi Denis-Courmont authored
(cherry picked from commit 12cf82c8)
-
Rémi Denis-Courmont authored
(cherry picked from commit a427e327)
-
Derk-Jan Hartman authored
(cherry picked from commit 6ef7fa72) Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
(cherry picked from commit 0772c250)
-
Rémi Denis-Courmont authored
(cherry picked from commit 56ddc63b)
-
Jean-Baptiste Kempf authored
(cherry picked from commit d299ef2a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Jul, 2009 5 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 52b528be) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
getaddrinfo() may list IPv4 before IPv6 depending on system configuration. (cherry picked from commit e5454831)
-
Rémi Denis-Courmont authored
(cherry picked from commit 2c5de8fc)
-
Rémi Denis-Courmont authored
(cherry picked from commit 84fe2cd5)
-
Jean-Baptiste Kempf authored
-
- 18 Jul, 2009 7 commits
-
-
Laurent Aimar authored
(cherry picked from commit 075a0342) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 9645e735) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit af3f0b21) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 333bc187) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
mpeg1 files may have only one sequence header. It can be backported to 1.0 only after being carefully tested. (cherry picked from commit 4746e4bc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It allows to use direct rendering if the chroma/size changes. It also avoid *always* disabling it after a seek... (It cost about 6% of CPU for video HD on my dual core in memcpy). (cherry picked from commit 0f79a0a0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Antoine Cellerier authored
Decrease poll delay from 0.5 to 0.01 seconds in alsa in oss, else the audio input would block the video input when used as an input slave. Other accesses likely to be used as input slaves might need to be changed. An easier solution (module-wise, harder core wise) would be to run each slave in its own thread. (cherry picked from commit 3d9fc421)
-