Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (23)

  • 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 (7046)

  • avfilter/vf_elbg : Rename ELBGContext->ELBGFilterContext

    15 septembre 2021, par Andreas Rheinhardt
    avfilter/vf_elbg : Rename ELBGContext->ELBGFilterContext
    

    The former name will be used for a context for avpriv_do_elbg().

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_elbg.c
  • avformat/cafenc : Fix memleak when trailer is never written

    23 septembre 2021, par Andreas Rheinhardt
    avformat/cafenc : Fix memleak when trailer is never written
    

    Do this by using the AVStream's priv_data for the buffer holding
    the packet size data.

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

    • [DH] libavformat/cafenc.c
  • avformat/cafenc : Fix potential integer overflow

    22 septembre 2021, par Andreas Rheinhardt
    avformat/cafenc : Fix potential integer overflow
    

    (As long as avio_write() only accepts an int, it makes no sense
    to try to support sizes that don't fit into an int.)

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

    • [DH] libavformat/cafenc.c