- 23 Jul, 2011 12 commits
-
-
Felix Paul Kühne authored
that's hilariously slow and CPU intensive
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was lame as we did not ever call db_check.
-
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
-
Felix Paul Kühne authored
-
- 22 Jul, 2011 8 commits
-
-
Felix Paul Kühne authored
(requires a restart)
-
Felix Paul Kühne authored
macosx: moved preliminary vout to main window, removed most interface related parts from VLCMain, implemented theming for the main window the former embedded window is no longer accessible
-
Felix Paul Kühne authored
-
Rob Jonson authored
- refactor logic and model from status.xml and playlist.xml to prepare those to work as simple views driven by the model. This will allow the .json files to exist as models as well - so .json is also added as a mimetype - refactor status.xml to use data from shared model in luahttp.lua - added status.json - mimics functionality of status.xml
-
Luc Saillard authored
When playing a live stream, the thread didn't wait for an event, so it's like a while(1)... Just wait until we read/need a new segment. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 5 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
-