- 18 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
This saves over 1kb in libvlccore. This object was found with: # readelf -a src/.libs/libvlccore.so | grep OBJECT
-
- 16 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
This ensures that the vlc_entry__main prototype matches.
-
- 15 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
The module will never be proved. This applies to the "main" module and the playlist demux (which only has submodules).
-
- 14 Aug, 2011 1 commit
-
-
Pierre Ynard authored
-
- 10 Aug, 2011 1 commit
-
-
Rémi Denis-Courmont authored
I assume this breaks with S/PDIF. And I do not see much use for this.
-
- 02 Aug, 2011 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If a non-default UDP multicast destination port is used, it can and should be specified through the MRL. Anyway, you should not use raw UDP streaming ;-)
-
- 31 Jul, 2011 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Jul, 2011 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This assumption is correct and already present in plenty of code paths (e.g. when converting to/from float).
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 17 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Also move some stuff from vlc_config.h to vlc_aout*.h
-
- 29 Jun, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Jun, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Modules list was intended for plain static module names. It does not work right for most SD plugins, including: - LUA (dependent on string chain), - udev (submodules), - media directories (submodules). It works but is totally useless for those plugins that are fast, including XCB screen capture and Windows optical drives. For network-based discovery and MTP, it could be used to prefetch items. But this is not necessarily a good idea as it sends extra network traffic and consumes memory even when the services discovery is not used. Furthermore, podcast can prevent Qt4 and Skins2 UI from starting, as it depends on HTTP which depends on libproxy which depends on Xlib.
-
- 11 Jun, 2011 1 commit
-
-
Rémi Denis-Courmont authored
World IPv6 day was a non-event, establishing that those options are useless, and so should they.
-
- 31 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 13 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 May, 2011 1 commit
-
-
Rémi Denis-Courmont authored
(Note __BUILTIN__ was not used anymore as we have !__PLUGIN__)
-
- 30 Apr, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Apr, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Apr, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
Close #3093
-
- 23 Apr, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 22 Apr, 2011 1 commit
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Apr, 2011 2 commits
-
-
New sub-filter support add new "sub filter" capability for processing subpictures add new "sub-filter" parameter / configuration string add new filter chain to the spu and apply it on every new subpicture Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Refactor: rename "sub-filter" to "sub-source" this includes capability, functions, constants, user messages and command line parameter. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 14 Apr, 2011 1 commit
-
-
Technologicat authored
Signed-off-by:
Laurent Aimar <fenrir@videolan.org> Modified-by:
Laurent Aimar <fenrir@videolan.org>
-
- 07 Apr, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Apr, 2011 1 commit
-
-
Pierre Ynard authored
-
- 03 Apr, 2011 2 commits
-
-
Drive letters, backslashes instead of slashes, and so on. Signed-off-by:
Rémi Duraffort <ivoire@videolan.org>
-
ivoire authored
-
- 29 Mar, 2011 1 commit
-
-
Technologicat authored
Signed-off-by:
Laurent Aimar <fenrir@videolan.org>
-
- 10 Mar, 2011 1 commit
-
-
This is a follow-up to dae71aac Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 12 Feb, 2011 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 10 Feb, 2011 1 commit
-
-
Rémi Denis-Courmont authored
The configuration is simplified a bit. Multiple keys per action will be easier to add. N.B.: this commit breaks global hotkeys setup and hotkey prefs
-
- 18 Jan, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-