An error occurred fetching the project authors.
- 15 Apr, 2010 1 commit
-
-
Francois Cartegnie authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit d6bfdcd0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
This is not needed anymore. Modules are not in the bank at all anymore if they require an incompatible CPU feature.
-
- 06 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Dec, 2009 1 commit
-
-
JP Dinger authored
Introduce realloc_or_free() to src/*, and add assert() to mark unhandled ENOMEM error conditions. Allocation shrinking or otherwise handled allocations don't need realloc_or_free.
-
- 10 Nov, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Nov, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This will render the plugins cache locale-independent.
-
- 20 Aug, 2009 1 commit
-
-
Pierre d'Herbemont authored
-
- 25 May, 2009 1 commit
-
-
Rémi Denis-Courmont authored
Brought to you by M2X. Needless to mention that this is complete 100% crap. Depending cases, it's not either ignoring errors (and e.g. leaking memory which is very stupid in OOM situations), or worse, introducing bugs in places where realloc() was used correctly. And exactly one day after I WARNED EXPLICITLY AGAINST DOING THIS. This reverts commit ec5d8611.
-
- 24 May, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 26 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
Especially, plugins are not supposed to link with -lintl directly.
-
- 06 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
We should decide whether to use float or double before we bring it back, if needed. In the mean time, it's best to remove the macro, as the back-end did and still does not work.
-
- 27 Jan, 2009 7 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
-
- 12 Dec, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 05 Oct, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 26 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Modules have no threads, no variables (!= config items) and no plugin instances...
-
- 30 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Aug, 2008 1 commit
-
-
Pierre d'Herbemont authored
libvlccore: Explicitely cast our const char *. dooh. We shouldn't store them as char * in the first place if they are not strdup/free().
-
- 17 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Jun, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is a cosmetic change at this point as _() invokes dgettext(). This is just a small step toward supporting out-of-tree plugins. These will need to use their own text domain.
-
- 08 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 22 Apr, 2008 1 commit
-
-
Antoine Cellerier authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-