Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (22)

  • 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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (7044)

  • avcodec/mpegvideo_enc : Don't call av_frame_copy_props() unnecessarily

    5 octobre 2023, par Andreas Rheinhardt
    avcodec/mpegvideo_enc : Don't call av_frame_copy_props() unnecessarily
    

    It is unnecessary in case of user-supplied frames, because
    it happens directly after a av_frame_ref() with the same
    src and dst.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpegvideo_enc.c
  • avcodec/mmaldec : Avoid using AVCodec.pix_fmts

    5 février 2024, par Andreas Rheinhardt
    avcodec/mmaldec : Avoid using AVCodec.pix_fmts
    

    It is entirely unnecessary to use it given that all decoders
    here share the same set of supported pixel formats. So just
    hardcode this list.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mmaldec.c
  • avcodec/apv_decode : Remove redundant log message

    27 avril, par Andreas Rheinhardt
    avcodec/apv_decode : Remove redundant log message
    

    ff_thread_get_buffer() already emits its own logmessage.

    Reviewed-by : Mark Thompson <sw@jkqxz.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/apv_decode.c