Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (65)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

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

Sur d’autres sites (10564)

  • avcodec/exr : Mark decoder as init-threadsafe

    11 février 2022, par Andreas Rheinhardt
    avcodec/exr : Mark decoder as init-threadsafe
    

    This decoder does not initialize any static data in its init function.

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

    • [DH] libavcodec/exr.c
  • swscale/x86/swscale : Remove superfluous and invalid ' ;'

    21 janvier 2022, par Andreas Rheinhardt
    swscale/x86/swscale : Remove superfluous and invalid ' ;'
    

    Inside a function an unnecessary ' ;' is just a null statement ;
    yet outside of it it is actually illegal (but compilers happen
    to accept it without warning except when using -pedantic).
    So modify the macros to always expect the user to add a ' ;'.

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

    • [DH] libswscale/x86/swscale.c
  • avcodec/dvdec : Use ff_init_vlc_from_lengths()

    3 septembre 2022, par Andreas Rheinhardt
    avcodec/dvdec : Use ff_init_vlc_from_lengths()
    

    This is possible because the codes are already ordered
    from left to right in the tree. It avoids having to create
    the codes ourselves and will enable the codes table
    to be removed altogether once the encoder stops using it.

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

    • [DH] libavcodec/dvdec.c