- 13 Apr, 2012 16 commits
-
-
Casian Andrei authored
popupAddToPlaylist() didn't check for the column of the selected model indexes when adding items. In the case of the tree view, a selected row meant selected model indexes for all it's columns, so whatever was selected was added multiple times. Close #6408 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This avoids issues if there's more than one sentinel added to a FIFO at the same time, since the FIFO is built as a linked list. Also use a custom buffer flag to mark sentinel buffers, to avoid issues if a codec would set the EOS flag on returned input buffers. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Frédéric Yhuel authored
I need to include mp4_track_t definition in my Smooth Streaming module Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
- MP4_BoxGetInitFrag() - MP4_BoxGetNextChunk() Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
If no frame was found in the cluster rewind to previous seekpoint Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
If there's a sentinel buffer in the queue, don't count it, but wait until the right number of buffers have been freed. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
These aren't used by the vlc omxil code, but might be used by other omxil clients that can use the vlc iomx wrapper. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This isn't used by the vlc omxil module, but can be used by other applications using the same iomx wrapper library. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 12 Apr, 2012 11 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This should fix Yamaha ADPCM in MKV
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Not sure if this is a driver bug or a limitation.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This simplifies the code, and allows resizing non-standard blocks.
-
Jean-Baptiste Kempf authored
Close #6619
-
Rafaël Carré authored
Don't use sys->csa, prefer to use the local variable
-
- 11 Apr, 2012 13 commits
-
-
Felix Paul Kühne authored
macosx: prevent intermittent crashes on quit by releasing the main window later, since libvlc can try to access it as long as it is alive
-
Rémi Denis-Courmont authored
(regression from 855f0b7d)
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Also fix huge memory leak in v4l2 access (buffers never released).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #6598
-
Jean-Baptiste Kempf authored
However, we still cannot select the full scale. Close #6603 and #6602
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In case of pure access: - use correct access_sys_t type, - remove unused parameters.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Especially fix memory leaks on error.
-
Jean-Baptiste Kempf authored
-