- 30 Nov, 2009 7 commits
-
-
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
-
Rémi Denis-Courmont authored
-
jpd authored
Reusing settings from before 1.1.0 results in a mess.
-
- 26 Nov, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Nov, 2009 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids "*-caching variable does not exist" errors
-
Rémi Denis-Courmont authored
Now, we get the URL directly. This is much simpler and much less confusing. Also a few missing network protocols.
-
Rémi Denis-Courmont authored
-
jpd authored
Improves seeking experience by sending less seek requests and actually allowing output to update between them.
-
- 24 Nov, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 23 Nov, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This follows the historical LibVLC semantic (and new --rate one), so bigger is faster. In the process, simplify a few code paths, especially those in LibVLC, but make many other code paths more complicated due to integer<->float conversion. Most of those paths could probably be simplified. * Fix RC "fastforward" command behaviour (it was slowing down instead) * Fix str_format_mera 'R' format string with negative rates and rates such that (rate % 1000 < 100).
-
- 15 Nov, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This breaks our current Xlib XVideo and plain X11 outputs. Qt4 would create an ARGB window for our embedded video. Then, the Xlib plugins would raise BadMatch errors and VLC aborts. Starting cairo-dock is an easy way to trigger this problem. (With XCB plugins, we fail safe to OpenGL/GLX instead of crashing.) We should instead handle ARGB visuals properly. But that would involve more efforts, and would only enable plain X11, not XVideo anyway. This should work around LP#416294. This is ugly and not thread-safe. If you have a better idea, go ahead. (cherry picked from commit c0ec5be56e71c273eef4faea8d927eeb3cbc7ec5)
-
- 13 Nov, 2009 1 commit
-
-
ivoire authored
-
- 09 Nov, 2009 2 commits
- 08 Nov, 2009 1 commit
-
-
Kaarlo Raiha authored
Signed-off-by:
Ilkka Ollakka <ileoo@iki.fi>
-
- 07 Nov, 2009 8 commits
-
-
jpd authored
-
jpd authored
-
jpd authored
-
Rémi Denis-Courmont authored
* deleting non-existent callback is not allowed (-> abort), * adding a callback but not deleting it is a bad idea, * deleting a callback while setting the valeu can race against other interfaces.
-
jpd authored
-
jpd authored
-
Rémi Denis-Courmont authored
--v4l-vdev is obsolete.
-
jpd authored
-
- 05 Nov, 2009 1 commit
-
-
Ilkka Ollakka authored
Seemed to work just fine, and didn't find any reason to keep that form.
-
- 03 Nov, 2009 2 commits
- 02 Nov, 2009 1 commit
-
-
jpd authored
There was opportunity for playlist items not showing up in Qt playlist due to race between playlist rebuilding and item-added, item-removed callbacks Maybe also fixes some aspects of #2297 or completely - to test.
-
- 01 Nov, 2009 2 commits
- 31 Oct, 2009 3 commits
-
-
Rémi Denis-Courmont authored
Unparented dialogs are not supported by the window manager. This was causing a deadlock during VLC startup (There may be other cases left).
-
Rémi Denis-Courmont authored
QSystremTray class does not exist at all.
-
Rémi Denis-Courmont authored
-
- 30 Oct, 2009 3 commits