Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (77)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (9644)

  • Using zeranoe libavcodec build in visual studio 2008

    4 avril 2013, par Imran

    I am trying to use libavcoded shared build from zeranoe in visual studio 2008. I have tested my application using libavcodec in debug mode and it is running fine. but when i am trying to build the application through release version then it compiles fine but while running it is showing error as "The procedure entry point CoCreateInstance could not be located in the dynaminc link library avcodec-54.dll" Can any one please help me to solve this issue.

  • Free extradata before reallocating.

    22 novembre 2017, par Dale Curtis
    Free extradata before reallocating.
    

    Otherwise ff_alloc_extradata() just leaks any existing allocated
    memory.

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Reviewed-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/oggparseogm.c
  • avformat/rtpdec_asf : free the buffer pointed by the AVIOContext

    6 novembre 2017, par James Almer
    avformat/rtpdec_asf : free the buffer pointed by the AVIOContext
    

    Don't free the buffer allocated in ff_wms_parse_sdp_a_line() after
    calling avformat_open_input(), as it may free it and replace it with
    another one.

    Should fix ticket #6808

    Tested-by : Carl Eugen Hoyos <ceffmpeg@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/rtpdec_asf.c