- 28 Jul, 2010 17 commits
-
-
Rémi Duraffort authored
-
David Kaplan authored
Adds support for the D2D API on Win7/Vista SP2 with Platform Update Requires d2d1 contrib headers Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Adrien Maglo authored
-
Adrien Maglo authored
Qt/EPG: Try to display intelligently the short and long event description with the dedicated widgets. It depends of the channels. Some use only the short one, others only the long one and others both.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Mark Hassman authored
http-interface: - changed logic so playlist is only downloaded initially and on modification of playlist no longer re-downloads playlist on each item change (this was causing significant delays (>10sec) in the http service with large playlists).. now, the playlist UI is updated locally based on information returned from status.xml Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Mark Hassman authored
large playlists can take >10 seconds to load. since the xmlhttp object is common within the page, multiple /status.xml requests would occurr (1 per sec) before the playlist was loaded cancelling the /playlist.xml request.. i moved the xmlhttp request object to a global variable. it's now checked to see if there are any outstanding/active requests before submitting a new request. - improved playlist display of large playlists. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 27 Jul, 2010 12 commits
-
-
Jean-Baptiste Kempf authored
Seriously, HD logs have 12000 of lines of logs because of that... This is beyond ridiculous.
-
Rémi Duraffort 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
This can be used to restart a plugin without going through the whole module_need(). This only makes sense if you are sure that the plugin will accept the object parameters. In other words, do not change any object parameter that could influence the plugin probing decision.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
-
- 26 Jul, 2010 7 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
Revert "qt4_vlm: remove double call to VLMWrapper::Edit* functions (already called by the constructor)." This reverts commit 2e1e9ce5.
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
VLC code page is UTF-8, not ANSI.
-
- 25 Jul, 2010 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also remove "what" programmers did (impossible to maintain) and email addresses
-
Francois Cartegnie authored
-