Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (110)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • 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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (12839)

  • avcodec/osq : fix type of nb_samples

    4 septembre 2023, par Paul B Mahol
    avcodec/osq : fix type of nb_samples
    

    Fixes crash caused by signed integer overflow.

    • [DH] libavcodec/osq.c
  • hqx : correct type and size check of info_offset

    15 novembre 2015, par Andreas Cadhalpun
    hqx : correct type and size check of info_offset
    

    It is used as size argument of ff_canopus_parse_info_tag, which uses it
    as size argument to bytestream2_init, which only supports sizes up to
    INT_MAX.
    Changing it’s type to unsigned simplifies the check.

    Reviewed-by : Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavcodec/hqx.c
  • h264_mb : Use smaller data type for refs in await_references.

    15 novembre 2014, par Reimar Döffinger
    h264_mb : Use smaller data type for refs in await_references.
    

    As far as I can tell the value can never go outside
    the int16_t type.
    And especially the cost of the initialization is
    reduced quite a bit by making it smaller.
    Overall decoding speedup not measurable though.

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavcodec/h264_mb.c