- 19 Feb, 2009 20 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
If module_find() does not find the requested module it would return an uninitialized pointer. This made VLC webplugin crash under MacOS X. Thus make sure to initialize it properly to NULL.
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(I would not be surprised if the bug were in the VLC plugin though)
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
and fixed a small typo
-
Felix Paul Kühne authored
macosx: re-arranged the audio and video menus to look similar to the Qt4 interface. Additionally, implemented an 'Open File...' item in the subtitles-submenu
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: implemented saving of the debug log as RTFD and slightly extended the catcher for outdated OS X versions.
-
Felix Paul Kühne authored
-
Geoffroy Couprie authored
Fixes #2517
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
- 18 Feb, 2009 5 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is related to #1122 and #1848.
-
Laurent Aimar authored
-
Geoffroy Couprie authored
Fixed by Pierre Ynard
-
- 17 Feb, 2009 15 commits
-
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
This is a bit ugly but it fixes two race conditions: - loading plugins while another thread is initializing, - using the bank when the first thread has not completed loading plugins. Unfortunately, there is still a small race when module_need() calls AllocatePlugin(). It really should not -need to- do that, but the fix would be quite invasive. We would basically need to store plugin callbacks by names rather than function pointers. Then the module descriptors would be fully serializable, so we would not need to re-describe plugins when loading their shared object. That would also fix the last known corruption bug in the plugins cache.
-
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
If we ever to reintroduce builtin modules, we anyway would need to rewrite that part.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
-
Aurélien Nephtali authored
The attached patch fixes transcoding from mpeg2 with last VLC from git. jupiter@~/vlc> ./vlc file.ts --sout '#transcode{vcodec=mp4v}:std{access=file,mux=ts,dst=/dev/null}' -I dummy [...] [0x212d9c0] libmpeg2 decoder debug: 720x576 (display 720,576), aspect 768000, sar 64:45, 25.000 fps [0x212d9c0] main decoder warning: can't get output picture [0x212d9c0] libmpeg2 decoder warning: invalid picture encountered [0x212d9c0] main decoder warning: can't get output picture zsh: segmentation fault ./vlc file.ts --sout -I dummy Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Felix Paul Kühne authored
-