- Aug 11, 2010
-
-
Laurent Aimar authored
It closes #4021 at the core level. The access_demux/demux need to set input_title_t::i_length to actually change something.
-
Laurent Aimar authored
-
Laurent Aimar authored
It closes #3999.
-
Laurent Aimar authored
-
Laurent Aimar authored
Fixed colorthres/erase/extract/gaussianblur/gradient/motionblur/motiondetect/noise/psychedelic/sharpen filters. input and output picture pitches may not be equal (corruptions or segfaults).
-
Laurent Aimar authored
-
Laurent Aimar authored
They are not yet really functionnal, the vout will throw the extra frames.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Reported-by: FortiGuard Lab Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
In the current lua vlm implementation, messages can have value xor children but not both. But the "show media" command gives media a value : ( %d broadcast - %d vod ) and children (if any). (cf src/input/vlmshell.c:1502) Signed-off-by:
Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is untested for the VLC module
-
Jean-Baptiste Kempf authored
-
- Aug 10, 2010
-
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
selected items may not be erased (e.g ready-only items). Compute the new lastSelected only if no more selection exists. This fixes the extra selection popping up when one tries to erase the media library for instance.
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Those are not part of the API and ABI compatibility "promise"
-
ivoire authored
-
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Signed-off-by:
Ilkka Ollakka <ileoo@videolan.org>
-
Erwan Tulou authored
This patch does the following - do not reset m_firstPosition when not needed - fix corner case when playlist is flat (prone to crash) The node with a single leaf being deleted should become the next leaf. But, actually just forcing the rtree.begin() in any case is simpler and no problem here.
-
Erwan Tulou authored
-
Erwan Tulou authored
Deleting an item can either be initiated by the user or coming from the core. In one case, a m_deleted flag was added and notify occured before deletion to avoid invalidated iterators. This patch ensures that the other case is processed likewise.
-