- 28 Nov, 2015 9 commits
-
-
Francois Cartegnie authored
And use targetduration hint for scheduling HLS updates
-
Francois Cartegnie authored
-
Francois Cartegnie authored
segment could become unavailable before we could fully download it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In case of memory error, the functions will abort (table macros). Even if it did not, callback deletion would later abort failing to find the callback instead. (The API could be redesigned not to require memory allocation if necessary.) In case of nonexistent variable, log an error and fail safe as before. This lead to deadlocks of misbehaviours as before - no changes here.
-
Rémi Denis-Courmont authored
If the callback does not exist, the program aborts anyway, so the error value was mostly useless, and indeed always ignored.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The function can only fail if the named variable does not exist. The only case where the error was actually checked was after another check that the variable exists (Old RC).
-
Rémi Denis-Courmont authored
-
- 27 Nov, 2015 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
DecoderProcess() can only be used with the decoder, not the packetizer. Inline DecoderFlush() to fix the issue.
-
Petri Hintukainen authored
Fixes duplicate menu selector images with some HDMV discs. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
If an error occurs on write, set an error flag (all future Play will drop the block). If an interrupt finish, cancel the error state and try again.
-
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 12 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
-