Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (99)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

Sur d’autres sites (10826)

  • avformat/movenc : Free old vos_data before overwriting it

    28 septembre 2020, par Andreas Rheinhardt
    avformat/movenc : Free old vos_data before overwriting it
    

    Otherwise the old data leaks whenever extradata needs to be rewritten
    (e.g. when encoding FLAC with our encoder that sends an updated
    extradata packet at the end).

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

    • [DH] libavformat/movenc.c
  • rtpproto : Free the addrinfo pointer on failure

    18 octobre 2014, par Luca Barbato
    rtpproto : Free the addrinfo pointer on failure
    

    CC : libav-stable@libav.org
    Bug-Id : CID 1238797

    • [DH] libavformat/rtpproto.c
  • tools/target_dem_fuzzer : use avio_context_free() to free the fuzzer's AVIOContext

    14 novembre 2020, par James Almer
    tools/target_dem_fuzzer : use avio_context_free() to free the fuzzer's AVIOContext
    

    The doxy for avio_alloc_context() states it must be used for this.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tools/target_dem_fuzzer.c