- 01 Dec, 2015 1 commit
-
-
Petri Hintukainen authored
Fixes chapters in titles that play multiple playlists Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Nov, 2015 20 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
Felix Paul Kühne authored
This matches all the other networking access modules and solves performance issues when playing high bitrate content
-
Rémi Denis-Courmont authored
This avoids spurious errors in the decoders (and logs).
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
This function will cancel the decoder picture pool. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Thomas Guillem authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This reverts commit 09bb0203.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
KO Myung-Hun authored
This improves the compatibility with vlc_poll(). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
New profiles that might break packetization. (ITU-T H264 2014/02)
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
Old profile, out of spec ref: https://ffmpeg.org/pipermail/ffmpeg-devel/2012-October/132400.html new sample: samples/V-codecs/h264/lossless_timecode_HIGH444_IDC144.h264
-
Francois Cartegnie authored
chroma/scaling/matrix is on HIGH profile SPS (as in 14496-10:2012)
-
- 29 Nov, 2015 10 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Against further dynamic linker namespace pollution.
-
Rémi Denis-Courmont authored
Also optimize it away where applicable.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Nov, 2015 9 commits
-
-
Rémi Denis-Courmont authored
(see comments)
-
Rémi Denis-Courmont authored
The ES output never calls FrameNext on non-video tracks.
-
Francois Cartegnie authored
Pruning by time was removed a while ago, but pruning by segment number only can't work for pruning the whole playlist as that number can be inconsistent across representations and streams/adaptation sets. Pruning by number should only occur merging/at representations level.
-
Francois Cartegnie authored
was not working with live streams as not starting from zero
-
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.
-