- 04 Dec, 2012 15 commits
-
-
Rémi Denis-Courmont authored
VLC_GENERIC was particularly bad for RISC processors.
-
Rémi Denis-Courmont authored
Actual support for changing device requires (yet another) addition to the audio_output_t callbacks set, I think.
-
Rémi Denis-Courmont authored
Apparently, there is no need for COM to do that.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This reverts commit 7f807d9b.
-
Erwan Tulou authored
It fixes skins2 crashing when an input is started.
-
Jean-Baptiste Kempf authored
Ref #7842
-
Edward Wang authored
Since NO_NEON is not used anymore, leaving it undefined on ARMv6 will result in HAVE_NEON showing up, resulting in crashes. ARMv7 Android builds are now built to tegra2 with a special dynamic NEON loader for libav. Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
-
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 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-