Recherche avancée

Médias (1)

Mot : - Tags -/belgique

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 ;

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (6256)

  • avcodec/encode : Enable encoders to control padding of last frame

    15 septembre 2022, par Andreas Rheinhardt
    avcodec/encode : Enable encoders to control padding of last frame
    

    Some audio codecs work with atomic units that decode to a fixed
    number of audio samples with this number being so small that it is
    common to put multiple of these atoms into one packet. In these
    cases it makes no sense to pad the last frame to the big frame_size,
    so allow encoders to set the number of samples that they want
    the last frame to be padded to instead.

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

    • [DH] libavcodec/encode.c
    • [DH] libavcodec/internal.h
  • Experimental change to help with ARNR problem.

    14 janvier 2011, par Paul Wilkins

    Experimental change to help with ARNR problem.

  • Fix a memory leak problem in encoder

    6 décembre 2010, par Yunqing Wang

    Fix a memory leak problem in encoder