- 11 Sep, 2012 7 commits
-
-
Pierre Ynard authored
As far as I can tell, this isn't used anywhere anymore
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This allows us to use a more recent version and to drop the dependency of glib (and python) which allows a better bootstrap on limited systems
-
Rémi Denis-Courmont authored
-
- 10 Sep, 2012 24 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The code is Linux-specific anyway.
-
Rémi Denis-Courmont authored
Even Ubuntu 8.04 LTS is more recent.
-
Rafaël Carré authored
For mingw.org, we ship a single dxva2api.h which contains stuff normally present in dxva.h, so skip dxva.h.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Initially, I made it a header file suitable for conditional inclusion. However slim read/write locks in Windows Vista do not support asynchronous procedure calls, so they cannot be leveraged in VLC. Thus rwlock.c needs to be included forever on Windows. (The same limitation prevent usage of condition variables also in Vista+.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Ref #7431 #5377
-
Rémi Denis-Courmont authored
Also reorder Win32 functions to avoid forward declarations.
-
Rémi Denis-Courmont authored
This avoids having to make assumptions about the layout of the underlying condition variables in the OS.
-
Luca Barbato authored
nacl doesn't use pic as does mingw. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Sylver Bruneau authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Diego Elio Pettenò authored
Using the foreign flavour you can forego the ABOUT-NLS file as well as keep the custom INSTALL file. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Pierre Ynard authored
-
- 09 Sep, 2012 9 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
This is a basically subset of the v4l2 access.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If specific dimensions were specified, use that (like PVR). Otherwise, try to find the best dimensions. Previously, the current/default settings were always used.
-
Rémi Denis-Courmont authored
Also refactor common code with MMAP devices. In block mode, the read buffer size is controlled. That ensures that dequeued buffers do not get truncated.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
An ABI change to libvlccore or libcompat will always be signaled by a change in a header file. That change will trigger a recompilation and then relinking of affected plugins. Thus, there is no need for libvlccore.la and libcompat.la to be explicit dependencies of plugins. This small hack avoids relinking every plugin whenever the libvlccore is rebuilt.
-
Rémi Denis-Courmont authored
-