- 22 Jul, 2011 3 commits
-
-
Luc Saillard authored
The httplive module doesn't always append a null character after reading the playlist. Many str* function is used on the playlist buffer (strstr, printf, ...). We must ensure that the buffer is null terminated, else we will read random data. We also have two functions readM3u8() and read_M3u8() that does the same job. Rewrite it into read_M3U8_from_url() and read_M3U8_from_stream(). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Luc Saillard authored
moof box is a new box mainly used to produce fragmented mp4 movie. Smoothstreaming is known to used this format. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dominique Leuenberger authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Jul, 2011 15 commits
-
-
Rémi Denis-Courmont authored
Optimize for installed VLC rather than running from $(top_srcdir). This patch does not support relocation, so there is potential for further improvements.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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
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
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
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>
-
Jean-Baptiste Kempf authored
-
- 20 Jul, 2011 10 commits
-
-
Rémi Denis-Courmont authored
This sets all client (APPLICATION) properties except ICON and PROCESS_BINARY. Now KDE mixer shows the VLC traffic cone! ICON is useless as we do provide the ICON_NAME anyway. PROCESS_BINARY is set just fine by libpulse internally. I find both would be cumbersome to implement in VLC.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Draining after flushing makes no sense. By the way, we should probably wait for draining to complete. But there seems to be a race condition in libpulse and this causes a deadlock.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Maximum buffering time (AOUT_MAX_PREPARE_TIME) is increased to 2 seconds, consistent with increases in audio hardware buffer sizes. In practice however, this is bound to the input PTS delay. Maximum advance time is updated accordingly (+ 1 second). Lip desynchronization tolerance is segregated, following EBU R37: - 40 ms (as before) maximum audio advance - 60 ms maximum audio delay.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
- 19 Jul, 2011 12 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
Always use the common GC wrapper around vlc_object_release(). While it is not really required for the instance and the playlist object, the overhead is negligible in LUA context.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
not fully functional yet
-