- 15 May, 2012 2 commits
-
-
Francois Cartegnie authored
PlaylistDialog::getInstance was duplicating the playlist widget instanciated in main interface. This explains the empty playlist bug of the popup dialogs replacing the current playlist by parenting their menu using getInstance(). To avoid further mistakes, PlaylistWiget's constructor is now only available to playlistdialog, which also manages the widget through the different configurations (embedded or floating). Dialog also now saves and restores geometry, which only happened when the widget was on its side.
-
Jean-Baptiste Kempf authored
Close #6813
-
- 14 May, 2012 10 commits
-
-
Felix Paul Kühne authored
an option to switch the modes is in the works
-
Rémi Denis-Courmont authored
This is _very_ incomplete and buggy: - no time synchronization, - no sample format, sample rate and channels mask negotiation, - no channels reordering, - no S/PDIF and HDMI pass-through, - no volume control, - no device selection, - no fail-over to another device when needed, - leaking COM thread data at exit (missing dedicated thread), - incomplete build system integration. But it compiles (with mingw-w64) and outputs working audio.
-
Rémi Denis-Courmont authored
This fixes console logs on Wine for me.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids leaking the Unix socket to child processes.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Pierre Ynard authored
This is just a partial fix. Fixes #6148
-
Pierre Ynard authored
The scope of cookies without a domain is limited to the current server. The current logic is always wrong because either it's the same server and the new cookie should supersede the old one, or it's a different server and the old cookie should not be sent. This logic is still far from RFC-compliant, but at least it should get it right some of the time.
-
- 13 May, 2012 16 commits
-
-
Rémi Denis-Courmont authored
This plugin is unmaintained, unused and quite buggy.
-
Rémi Denis-Courmont authored
Outdated and probably broken since version 1.1.0.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This plugin can cause VLC to crash or exit prematurely. Sicne it is mostly useless and mostly superseded by the coloured variant, lets disable it unless explicitly selected. This should fix LP#971106.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(And remove an useless constant function pointer.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The function pointer (in vlc_gc_*) was useless here.
-
Rémi Denis-Courmont authored
(This saves one function pointer.)
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 12 May, 2012 12 commits
-
-
Mirsal Ennaime authored
Use /org/mpris/MediaPlayer2/TrackList/Append instead of / as the AfterTrack argument to org.mpris.MediaPlayer2.AddTrack for appending
-
Mirsal Ennaime authored
The single instance mode currently tries to contact another VLC instance through dbus in order to find out if one is running. With dbus activation, it results to the dbus daemon launching a new VLC instance while the first one blocks until the new one answers the call This patch uses org.freedesktop.DBus.NameHasOwner instead in order to get an answer from the dbus daemon without it launching a second instance.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* use a thread instead of short interval polling, * do not assume latency is shorter than a period, * negotiate sample format instead automatically, * map all known ALSA formats to VLC codecs, * negotiate channels and sample rate, * partial support for 3-6 channels (missing preferences), * negotiate buffer and period times according to caching, * tolerate off-by-one period size due to rounding, * use the "default" device by default rather than "hw", * remove old-style hardware-only suggestions in debug messages.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
This should fix support for or work around bugs in, some drivers: * explicitly disable soft-resampler, * define access mode before sample format, * set buffer before period, * use period time rather than period count.
-
Robert Forsman authored
modules/stream_filter/dash/http/HTTPConnection.cpp was case-sensitive when checking Content-Length. RFC 2616 section 4.2 states "Field names are case-insensitive" The http server built in to the JDK 1.6 uses a field name of "Content-length" which reveals an incompatibility of VLC's DASH module. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Vikram Narayanan authored
Change the shortcut for convert/save to 'Alt+O' as 'Alt+C' conflicts with the Cancel button. Signed-off-by: Vikram Narayanan <vikram186@gmail.com> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
If the decoder returns a new size via the crop rect, but hasn't explicitly indicated a plane height (via the nSliceHeight parameter), keep the frame height as plane height instead. Also do the same check for stride vs width. The decoders that had problems that the nSliceHeight fixes do set nStride properly, so that part won't be needed there, but might be needed on some platform. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-