- 10 Aug, 2010 19 commits
-
-
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 21 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>
-
Jai Menon authored
This will allow us to re-use this function later. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jai Menon authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Manol Manolov authored
The new options are dshow-tuner-frequency and dshow-tuner-standard
-
Jean-Baptiste Kempf authored
By adding the required enums from ks.h and ksmedia.h Those are copied from MSDN online documentation
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Contrary to V4L2, the CDDA, DVD and BD plugins use the decoded file path. In practice, this was a very minor problem as device node paths normally only contain lower case ASCII, digits and the forward slash.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Brad Smith authored
Also include sys/param.h when trying to detect the presence of sys/mount.h so that the test works on OpenBSD, as documented by mount(2). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-