- 11 Aug, 2010 13 commits
-
-
Laurent Aimar authored
-
Lukáš Lalinský authored
Reported-by: FortiGuard Lab Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Denis Charmet authored
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
-
Brad Smith 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
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Manol Manolov authored
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
-
- 10 Aug, 2010 22 commits
-
-
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"
-
Rémi Duraffort authored
-
G Finch authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
G Finch authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
G Finch authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
G Finch authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
G Finch authored
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.
-
Erwan Tulou authored
This path simplifies code a bit, makes index consistent throughout the code (spanned from 0 to n-1), and remove a += maxitems that seems wrong
-
Erwan Tulou authored
- check validity before using iterators - don't use iterator anymore once the item is erased
-
Erwan Tulou authored
-
Erwan Tulou authored
For n items, index spans from 0 to (n-1). This issue accounted for arrows failing to move the cursor past the end of the visible list (short of 1 click)
-
- 09 Aug, 2010 5 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jai Menon authored
Additionally, enable delayed opening for AAC which fixes decoding of media where we rely on decoder configuration being supplied by the packetizer instead of the container. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jai Menon authored
AVCodec : Set audio related parameters in ffmpeg_OpenCodec and use it for audio decoder initialization. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-