- 31 Aug, 2015 32 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If the downloaded file is empty or of unknown size.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Correctly reject non-regular files: previously, the code would get stuck on FIFOs, and ignore other types silently. Check that reading the file actually succeeds.
-
Rémi Denis-Courmont authored
This avoids reallocating and copying the block in block_Realloc() in some cases.
-
Rémi Denis-Courmont authored
Header size can reach UINT32_MAX.
-
Rémi Denis-Courmont authored
Unlike stream_Size(), this helper distinguishes between unknown and zero sizes.
-
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
Due to backward command line compatibility, zero size is not possible with the old imem. Consider using the proper LibVLC API.
-
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
-
Rémi Denis-Courmont authored
So far, it was returning zero on error. That prevented distinction between an empty file and a file with unknown size.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 30 Aug, 2015 7 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Regression from previous time fix. Test url http://wams.edgesuite.net/media/SintelTrailer_Smooth_SeekDemo/sintel_trailer-1080p.ism/manifest%28format=mpd-time-csf%29
-
David Fuhrmann authored
-
David Fuhrmann authored
This removes the singleton, fixes the xib, and initializes the dialog provider class at the correct time. dialog_Register will be called only once now.
-
Francois Cartegnie authored
Since we're dealing with 3 different units (time, mtime and scaled time) things have gone wrong when merging hls and dash code. Should fix the crazy manifest/playlist updates
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 29 Aug, 2015 1 commit
-
-
Francois Cartegnie authored
introduced by cf1d5561
-