Recherche avancée

Médias (91)

Autres articles (53)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

Sur d’autres sites (7567)

  • file : Move win32 utf8->wchar open wrapper to libavutil

    8 août 2013, par Martin Storsjö
    file : Move win32 utf8->wchar open wrapper to libavutil
    

    When libavformat was changed to use the new avpriv_open function
    in 51eb213d001, this silently bypassed the existing wrapper for
    win32. Move the win32 wrapper into libavutil/file.c to make sure
    it gets called everywhere (not just in the libavformat case).

    This makes sure that non-ascii file names gets opened properly
    (where file names internally are stored as utf8, but they get
    converted to wchar_t and opened with _wsopen).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/os_support.c
    • [DH] libavformat/os_support.h
    • [DH] libavutil/file.c
  • file : Move win32 utf8->wchar open wrapper to libavutil

    8 août 2013, par Martin Storsjö
    file : Move win32 utf8->wchar open wrapper to libavutil
    

    When libavformat was changed to use the new avpriv_open function
    in 51eb213d001, this silently bypassed the existing wrapper for
    win32. Move the win32 wrapper into libavutil/file.c to make sure
    it gets called everywhere (not just in the libavformat case).

    This makes sure that non-ascii file names gets opened properly
    (where file names internally are stored as utf8, but they get
    converted to wchar_t and opened with _wsopen).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/os_support.c
    • [DBH] libavformat/os_support.h
    • [DBH] libavutil/file.c
  • libavutil : add avpriv_open() to open files with close-on-exec flag

    6 août 2013, par Rémi Denis-Courmont
    libavutil : add avpriv_open() to open files with close-on-exec flag
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavutil/file.c
    • [DH] libavutil/internal.h