- 18 Feb, 2009 4 commits
-
-
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 30 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
-
Felix Paul Kühne authored
This was done for no obvious reason in the past... Additionally, this fixes proper version information display in the Finder's Information panel.
-
Jean-Paul Saman authored
-
Olivier Aubert authored
Not needed anymore since we are back at linking modules with libvlccode. This reverts commit 937e3f2f.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
* Rename i_playing to is_playing * Handle case of p_md being NULL.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
When the plugin fails to open the framebuffer, then the mmap might not have been done yet. In this case a segmentation fault will occur when memset is called on p_sys->p_video. (p_sys->p_video is either NULL, or MMAP_FAILED.)
-
Jean-Baptiste Kempf authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
When set from the config file
-
Christophe Mutricy authored
-
Ilkka Ollakka authored
-
- 16 Feb, 2009 6 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
I hope they will reduce the risk of error until the playlist API is rewritten.
-
Laurent Aimar authored
-