- 31 Aug, 2015 8 commits
-
-
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 10 commits
-
-
Francois Cartegnie authored
introduced by cf1d5561
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Aug, 2015 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
avformat needs nul padding after the probe data.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
This fixes an error when switching from 2 Es with different codecs.
-
Thomas Guillem authored
This only need to be done once MediaCodec returned a valid output format.
-
Francois Cartegnie authored
Because we have too many access/demux misbehaving with seekable and non seekable cases, some developers only options could be really useful. module built only using invisible configure option --enable-devtools
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 27 Aug, 2015 4 commits
-
-
Rémi Denis-Courmont authored
That parameter assumed that the query was part of the path. However it is not, which leads to invalid host name, and eventually failure when the path is missing. In practice, passing any value other than '?' as separator would not work properly. Remaining vlc_UrlParse() call sites without the option separator do not support query at the protocol level anyway, so they are unaffected by the change. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-