Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (89)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (12187)

  • fftools/ffmpeg_filter : Fix leak on error

    17 mai 2024, par Andreas Rheinhardt
    fftools/ffmpeg_filter : Fix leak on error
    

    Do this by attaching the FilterGraph directly to more permanent
    storage from which it will be automatically freed.
    Fixes Coverity issue #1596533.

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

    • [DH] fftools/ffmpeg_filter.c
  • configure : Let decklink indev suggest libzvbi

    6 janvier 2022, par Andreas Rheinhardt
    configure : Let decklink indev suggest libzvbi
    

    Fixes build errors if libzvbi is enabled while libzvbi_teletextdec
    is disabled.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] configure
  • avcodec/fic : Avoid implicit av_frame_free()+av_frame_alloc()

    23 juin, par Andreas Rheinhardt
    avcodec/fic : Avoid implicit av_frame_free()+av_frame_alloc()
    

    Use av_frame_replace() instead. Also remove the error message :
    It was highly misleading (as if av_frame_clone() duplicated
    the AVFrame data buffers instead of just creating a new reference).

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

    • [DH] libavcodec/fic.c