Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (54)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7127)

  • avcodec/vorbisenc : Use fdsp for applying windows

    30 mai 2017, par Tyler Jones
    avcodec/vorbisenc : Use fdsp for applying windows
    

    Using fdsp improves readability and allows using architecture-specific
    optimizations.

    Signed-off-by : Tyler Jones <tdjones879@gmail.com>

    • [DH] libavcodec/vorbisenc.c
  • avcodec/vorbisenc : Include fdsp

    30 mai 2017, par Tyler Jones
    avcodec/vorbisenc : Include fdsp
    

    Signed-off-by : Tyler Jones <tdjones879@gmail.com>

    • [DH] libavcodec/vorbisenc.c
  • vorbisenc : Fix memory leak on errors

    6 juin 2017, par Tyler Jones
    vorbisenc : Fix memory leak on errors
    

    Switches temporary samples for processing to be stored in the encoder's
    context, avoids memory leaks if any errors occur while encoding a frame.

    Fixes CID1412026

    Signed-off-by : Tyler Jones <tdjones879@gmail.com>
    Reviewed-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vorbisenc.c