- 01 Dec, 2011 3 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
And fix unzip behaviour
-
- 30 Nov, 2011 13 commits
-
-
Jean-Baptiste Kempf authored
And drop libxml dependency
-
Jean-Baptiste Kempf authored
No functionnal change
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This fixes issues on X.6 and X.7 when compiled with SDK10.5 The configure would fail to see -crt10.6 library and die on poll() Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Both functions remain broken regardless. Reported-by: Yann Le Hir <yann.lehir@gmail.com>
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
This reverts commit b590a13f.
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Should close #5571
-
Jean-Baptiste Kempf authored
-
- 29 Nov, 2011 24 commits
-
-
Rafaël Carré authored
If we don't build pkg-config (because a previous installation exists somewhere else), autoconf won't find PKG_* m4 macros and fail to run on packages using them (if they don't ship the macros either) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This saves a whole lot of float conversion and simplifies the code.
-
Rémi Denis-Courmont authored
Only 1 second interval has ever been used.
-
Rémi Denis-Courmont authored
One last full rebuild for this!
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The implementation was slow/inefficient. This is really silly for _performance_ counters. And contrary to the other statistics, nothing actually reads them, except for debug logs. If you really want debug-only performance timers, use this: mtime_t start, end; start = mdate(); compute_decimals_of_Pi(100); end = mdate(); msg_Dbg(obj, "spent %"PRIu64" us computing", end - start);
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
So that the user notices it when it doesn't work Ref #5569 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
Atoms mvex, mehd, trex and sdtp are found at least in PIFF (isml) files. This a first step towards Smooth Streaming support in VLC. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
And reorder alphabetically, so such mistakes don't happen again
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Do not leak -lncursesw in LIBS
-
Rafaël Carré authored
only error out if asked with --enable-skins2
-
Rafaël Carré authored
-