- 26 Aug, 2013 8 commits
-
-
Ilkka Ollakka authored
-
Avishay Spitzer authored
Bug fix: HLS module does not block until data is available. As a result live streams may end unexpectedly in case of short playlists or slow connections. Problem was fixed by blocking on a condition variable in the "read" function in case data is not available until Download thread signals (when new data is available) or a timeout of 10 seconds is reached. Blocking is done with a timed wait in order to avoid deadlocks since the thread that calls read is also responsible for calling close. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Avishay Spitzer authored
In case of live streams, the reload thread did not wake up the download thread and so new segments were not downloaded. Problem was fixed by sginalling the download thread with the condition variable. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Ludovic Fauvet authored
-
Martin Storsjö authored
This is required when building libpng.
-
Martin Storsjö authored
-
Francois Cartegnie authored
More broken avi files :/
-
Rafaël Carré authored
Close #9227
-
- 25 Aug, 2013 7 commits
-
-
David Fuhrmann authored
-
Steinar H. Gunderson authored
Some muxes, in particular mkv/webm, behave very differently depending on whether we say that the stream is seekable or not (by providing the IOSeek function). It does not help that the seek function itself returns an error. Thus, add a new access_out control called ACCESS_OUT_CAN_SEEK, set to true for seekable files in the file output only, and propagate the status of that into avformat at initialization time. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
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
-
- 24 Aug, 2013 25 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Gleb Pinigin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
no functional changes
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Francois Cartegnie authored
Reserved stream types allocated in TREC H222.0
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Sunplus chipset based cameras creates those zero sized proprietary sections.
-
Tzu-Jung Lee authored
Signed-off-by: Tzu-Jung Lee <tjlee@ambarella.com> Modified-and-... Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
This mostly reverts commit 8e3dd711.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-