- 04 Dec, 2012 4 commits
-
-
Konstantin Pavlov authored
Patch taken from Gentoo portage. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/libmad/files/libmad-0.15.1b-gcc44-mips-h-constraint-removal.patch?revision=1.1
-
Konstantin Pavlov authored
-
Edward Wang authored
Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
-
Jean-Baptiste Kempf authored
Ref #7838
-
- 03 Dec, 2012 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Remove libvlc hack, and fixes missing input state changes
-
- 02 Dec, 2012 7 commits
-
-
Rémi Denis-Courmont authored
- Run the volume/mute handling on the COM thread, removes remaining volume hacks. - Spawn session manager from device rather than client (fixes #7809) - Insulate session management from output API (refs #7394)
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
A library should not call exit(), but I do not see any easy way around it: if libvlc_new() returns NULL on error so real errors cannot be distinguished from --help stuff. Also --daemon already calls exit() (through daemon()). This introduces an O(1) memory leak when calling --help. It could be fixed by merging libvlc_InternalCreate() and libvlc_InternalInit().
-
Rémi Denis-Courmont authored
(If daemonizing succeeded, daemon() will call exit(0) internally.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 30 Nov, 2012 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This seemed like a good idea to support xdg-screensaver. But it really goes in the way.
-
Rémi Denis-Courmont authored
This is required to remove the dependency on the window provider.
-
- 29 Nov, 2012 8 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 0330378c. This reverts commit 0f233f49. Init() already initializes the aspect ratio, and does it correctly (unlike these two commits) with video_format_ScaleCropAr().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The default output plugin is file for obvious backward compatibility reasons. Note that using anything but the file output really only makes sense for MPEG-TS streams.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Remove duplicate option
-
- 27 Nov, 2012 11 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
-
Rémi Denis-Courmont authored
There is no need to reinitialize the structure.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Nov, 2012 4 commits
-
-
Rémi Denis-Courmont authored
The D-Bus interface is always started automatically. It should NOT be added to --control.
-
Rémi Denis-Courmont authored
...instead of libvlc.c. Note that this only concerns the playlist SD. The LibVLC SD were always dealt with separately.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-