Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (59)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

  • 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

Sur d’autres sites (14069)

  • xsub : Support DXSA subtitles

    7 janvier 2015, par Alexandre Colucci
    xsub : Support DXSA subtitles
    

    These have a DXSA tag and contain alpha in addition to
    color values for palette.

    Signed-off-by : Jean-Baptiste Kempf <jb@videolan.org>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/xsubdec.c
  • mxf : Override faulty PreviousPartition entries

    13 mars 2014, par Luca Barbato
    mxf : Override faulty PreviousPartition entries
    

    Some files set the PreviousPartition field to point to its own offset.

    If we are parsing forward the Previous partition is immediately known
    and its value could be used, otherwise we can safely point to the
    header.

    Reported-By : Jean Baptiste Kempf <jb@videolan.org>

    • [DBH] libavformat/mxfdec.c
  • cmdutils : fix success path

    11 février 2015, par Jean Delvare
    cmdutils : fix success path
    

    Since commit 934f2d2f5c16df8aad9f401a9fd842b5d9a78b11,
    cmdutils_read_file() prints a confusing message on success :

    IO error : Success

    This is because the error message is printed on the success path as
    well. Add the missing condition so that it is only printed on error.

    Signed-off-by : Jean Delvare <jdelvare@suse.de>
    Cc : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] cmdutils.c