- 25 Jul, 2011 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Otherwise the next probed plugin would get a potentially corrupted input format. This bug may affect other audio output plugins and similarly even some video outptu display plugins (not checked yet).
-
Rémi Denis-Courmont authored
-
Benjamin Drung authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Alexey Sokolov authored
New doxygen command \libvlc_return_bool means that wrapper generators should translate returning int to a boolean value. For example, this is useful for Ruby, where every number, including 0, is considered to be true. For normal HTML/LaTeX documentation it's invisible. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Alexey Sokolov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This prepares for a possible cleanup of the audio output object, especially hiding more stuff into the core.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
macosx: fixed updateTitle as suggested by j-b and made sure to the represented filename correctly, if applicable
-
Felix Paul Kühne authored
macosx: remove 2 interface update timers (2 threads), 1 additional interface update thread and replaced everything by callbacks
-
Jean-Baptiste Kempf authored
-
- 24 Jul, 2011 4 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: don't use NSNotifcations to handle VLC's dialog callbacks, always perform NSAlert and friends on main thread additionally, removed 2 clients of the manageInterface loop, which will be removed all together shortly
-
Felix Paul Kühne authored
-
- 23 Jul, 2011 16 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 7 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>
-