- 27 Nov, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
Regression introduced in b84a7ea0
-
- 26 Nov, 2015 14 commits
-
-
Steve Lhomme authored
&p_input->fmt == p_input->p_fmt Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Emeric Grange authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
without the const passing a std::string.c_str() in C++ fails Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rafael Waldo Delgado Doblas authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rafael Waldo Delgado Doblas authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
KO Myung-Hun authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
If non-sockets, set revents to POLLNVAL. If regular files, assume that they are ready for the requested modes. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
When the decoder/packetizer doesn't provide a flush callback, a block with BLOCK_FLAG_DISCONTINUITY and BLOCK_FLAG_CORRUPTED is pushed downstream. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 25 Nov, 2015 15 commits
-
-
Jonas Lundqvist authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jonas Lundqvist authored
Submission of the currently playing song will show up on last.fm as "Now Playing". Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jonas Lundqvist authored
Remove the old (unused) code related to the "Now Playing" feature. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jonas Lundqvist authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Display time is not pts of the last block. avcodec returns decoded subtitle with the correct timestamp. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This replaces the structure lock per instance with a lock per (parent) object. The point is to reduce lock contention in vlc_object_release().
-
Rémi Denis-Courmont authored
This enables looking up objects that do not have a name. (Use "tree" as before to find object IDs.)
-
Rémi Denis-Courmont authored
Avoids forward declaration and simplifies.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* ignore-config is enabled by default * intf is irrelevant (as libvlc_add_intf() is not called in tests) * media-library is disabled by default * aout is overriden by the media player * vout is overriden by the media player
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Pierre Ynard authored
Join such statements into a single line, as it breaks our line-based parsing when one of our statements of interest gets split
-
- 24 Nov, 2015 10 commits
-
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
must not issue a discontinuity on first init segment
-
Francois Cartegnie authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This reverts commit 2e25c296dac7649effea50d294ac625f21da4530.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-