- 17 Feb, 2009 24 commits
-
-
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 16 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
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The previous code mixed up playlist_item_t->i_id and input_item_t->i_id and so this callback was unusable.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
Pointed-out-by: Benjamin Gerard
-
Rémi Duraffort authored
-
Ilkka Ollakka authored
This reverts commit 394a9e2c. This doesn't really fix the issues, so better to revert and rework it.
-