- 30 Jun, 2011 16 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
-
Rémi Denis-Courmont authored
VLC will fallback to lavc
-
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
The whole module_config_t is loaded/saved anyway, which is sufficient for immediate values.
-
Felix Paul Kühne authored
this also prepares a mainwindow object and includes some clean-up
-
Jean-Baptiste Kempf authored
Close #4988
-
Tomasen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Jun, 2011 24 commits
-
-
Martin Briza authored
SSE function used in PackedYUV plane was bad, removed copying data using Memcpy8BMMX was slower than vlc_memset -> changed Sepia8ySSE4_1 changed to Sepia8ySSE2, due to some changes I made to speed it up and clean Minor changes in indentation and comments Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Akash Mehrotra authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Use the high order bits for the intrinsic value type (hint, integer, float or string) and the low order ones for the more specific sub-types.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Values are 8-bits.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Variable types and configuration item types are separate. Fortunately they use the same bits so it worked fine.
-
Rémi Denis-Courmont authored
If the high nibble is set, the type is item type and the low nibble is necessarily zero.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The FFmpeg configure script autodetects those correctly. Of course, this assumes that the compiler defaults or flags are adequate.
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
When the shell evaluates 'foo | bar', it returns the status of bar, not foo. 'foo' can fail silently: so long as 'bar' succeeds, make will not notice and will therefore not delete the target. So lets use 'tar cv(z|j|J)' instead of 'tar cv | (gzip|bzip2|xz)'.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-