- 11 Oct, 2010 2 commits
-
-
Jean-Paul Saman authored
Allow using of username/password in URI for downloading segments or playlist files.
-
Jean-Paul Saman authored
Use HTTP access input to download: - playlists from meta index file - playlist files
-
- 08 Oct, 2010 4 commits
-
-
Jean-Paul Saman authored
Playback of live streams requires at least 3 segments of TARGETDURATION. Otherwise stalling in playback may occur.
-
Jean-Paul Saman authored
If #EXT-X-ALLOW-CACHE is set to NO, then it is not allowed to cache the files after playback. They must be released.
-
Jean-Paul Saman authored
Cleanup and reworks.
-
Jean-Paul Saman authored
Implement an attribute parsing function that does not depend on fixed position of attributes in a HTTP live streaming m3u8 file. The function returns a copy of the attributes value. Do not forget to free the copy otherwise it will result in a memory leak.
-
- 05 Oct, 2010 1 commit
-
-
Jean-Paul Saman authored
Support HTTP Live Streaming as described in the IETF draft standard: * http://tools.ietf.org/html/draft-pantos-http-live-streaming-04#page-8 and Apple its description: * http://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/streamingmediaguide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008332-CH1-DontLinkElementID_29 Not implemented (yet): - Encrypted streams (EXT-X-KEY) - HTTPS (maybe use access_t in stream_filter)
-
- 14 Sep, 2010 1 commit
-
-
Jean-Paul Saman authored
X264 requires X264_BUILD version >= 83 now and fix a few place where X264_BUILD >= 86 are required.
-
- 13 Sep, 2010 6 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
This also fixes the X11 la file issue on machines running 10.6 and later.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
- 12 Sep, 2010 4 commits
-
-
Ilkka Ollakka authored
Maybe littlebit hackis implementation and core could be better place to implement this.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
This fixes the video output on PowerPC based Macs. A proper fix would be welcome. Forward-port of [c036a996]
-
- 11 Sep, 2010 1 commit
-
-
Arnaud Vallat authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 10 Sep, 2010 2 commits
-
-
Rémi Denis-Courmont authored
This reverts commit e209d40a. This is not needed anymore because of the previous commit.
-
Rémi Denis-Courmont authored
This reverts commit 4bf41957. This is not needed. readdir() uses one dirent buffer per DIR pointer, not per process. In other words, as long as a given DIR pointer is used in a single thread, readdir() is thread-safe.
-
- 09 Sep, 2010 5 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 08 Sep, 2010 1 commit
-
-
Rémi Duraffort authored
-
- 07 Sep, 2010 13 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Most subtitles codecs are still in m/codec/, like dvbsub, svcdsub, cvdsub, libass, spudec. This makes it consistent. This also removes an extra folder to compile...
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Paul Saman authored
Check return value of GetPackedYuvOffsets().
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #3774
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
XP is too old. Deal with it. Will ease support Close #3727
-