- 26 Jan, 2010 18 commits
-
-
André Weber authored
- added more thread locking/synchronization, to avoid potential risk of race conditions - changed the option to choose the output device - added support for MoMoLight (http://www.ambilight4pc.com/momolight/momolight.html) - added support for a simple serial DMX (255 channel) controller - added support for Quattro Atmo Light (allows to use four separated classic AtmoLights, as one virtual AtmoLight) - changed the way color packets are passed from AtmoExternalCaptureInput to AtmoLiveView useing a queue object (instead of a unsynchronized global variable) - renamed some options inside atmo.cpp to meet the requirements from the video effect dialog widget (later commit) - changed the way to define the zones for image color extraction (because the number of zones isn't longer fixed to 4 or 5) - removed the need to copy some .dll as bridge for the external AtmoWin into the VideoLAN folder, try to load the dll from the same folder like AtmoWinX.exe - do not a complete fade out, if the filter processed a low number of frames and gets stopped (keeps VideoLAN quick responding, if switching through deinterlacing modes) - added a debug option to see which pixels are used for color computation (just for fun) - added more infos to README.txt inside the source folder
-
Ludovic Fauvet authored
Add album name and break long lines. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
From Qt's doc: "This enables the view to do some optimizations for performance purposes."
-
Rémi Duraffort authored
-
Jakob Leben authored
-
Jakob Leben authored
...to enable permanent hiding of art display
-
Jakob Leben authored
-
Jakob Leben authored
-
Jakob Leben authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Sebastien Zwickert authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Pierre d'Herbemont authored
-
- 25 Jan, 2010 22 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It allows to easily convert from any charset supported by vlc_iconv to UTF-8 (but with a performance penalty).
-
Alexis Ballier authored
Allocate a palette for the format/region and reuse it. subpicture_region_Delete should take care of freeing it, but please someone double checks this to be sure. Reported by: Alexander Stein References: https://bugs.gentoo.org/show_bug.cgi?id=300406
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
- Noone knew what it was - Only FFmpeg+DMO were there and not being SPU_ES decoders - Maybe SDEC meant _S_ubtitles... - FFmpeg and DMO are in Video codecs now. If you don't like this solution, I suggest merging all codecs subcat
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
* Generate the plugins cache for the build tree during make all (if not cross-compiling). * Generate the plugins cache for the installation during make install (if not staging with DESTDIR).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
The vout window provider may issue a series of several resize events in a row. (e.g a user switching back and forth between two layouts in skins2) Some events may then be wrongly discarded by xcb based on a check that doesn't represent the latest situation. The new design actually can accept all resizing events, and only processes the last event of a series of events detected by xcb. No filtering is needed in xcb.
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
This rgeatly reduces the changes that it's generated more than once, if there are multiple concurrent VLC's, or if VLC crashes before exit.
-
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
As we now store the cache in ~/.cache, this has become quite useless. In any case, practically no software implements this spec, adn the author seems to have lost interest over years ago.
-
Pierre Ynard authored
-