- 29 Nov, 2011 30 commits
-
-
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
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
split out open box function
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Use our own check which also recognizes static inline functions
-
Rafaël Carré authored
Don't use ac_cv_search cached value because it could contain "no" or "none required" which aren't valid link flags AC_CHECK_LIB(main, xxx) did not exactly search for main symbol, it searched for the presence of the library. Instead we look for a required symbol. We don't use e.g. pthread_mutex_lock because some pthread symbols are available in glibc, but not all. Not finding pthread library is not an error, because at least OS/2 and symbian don't need it. (We skip the check on Windows already)
-
- 28 Nov, 2011 10 commits
-
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Naohiro KORIYAMA authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-