- 14 Aug, 2008 39 commits
-
-
-
Rémi Duraffort authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
Fix compilation warnings (here the lib might have ask for const char* instead of char as they don't modify the string at all)
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
Fix a crash when exiting with simple pref open.
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
macosx: our crashreport-mail needs to be UTF8 if we want to use NSUTF8StringEncoding for string conversation ;)
-
Felix Paul Kühne authored
plus some minor layout changes to make sure that all localised string fit in our UI
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
Spotted by thedj with the help of our bugreport ml.
-
Fabio Ritrovato authored
Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Fix #ifdef XP_UNIX && !defined( __APPLE__), it should be #if defined(XP_UNIX) && !defined( __APPLE__)
-
Jean-Paul Saman authored
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Derk-Jan Hartman authored
Some of my TS files were no longer playing. Verified with the spec, and "Private stream 1" is not in play in this case for the PES packet parsing. (see table 2-17 of ISO 13818-1) This reverts commit 0c791020.
-
- 13 Aug, 2008 1 commit
-
-
Jean-Philippe Andre authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-