Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (55)

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

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

Sur d’autres sites (9749)

  • cpu : Include common.h for av_popcount64

    24 mai 2013, par Martin Storsjö
    cpu : Include common.h for av_popcount64
    

    This fixes build failures on windows since 2a6eaeaa8.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavutil/cpu.c
  • dashenc : Update extradata for mov muxer

    4 mars 2015, par Timo Rothenpieler
    dashenc : Update extradata for mov muxer
    

    The mov muxer already supports picking up extradata that wasn’t
    present during the avformat_write_header call - we just need to
    propagate it. Since the dash muxer uses delay_moov, we have time
    up until the first segment is written to get extradata filled in.

    Also update the codec description string when the extradata becomes
    available.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/dashenc.c
  • ape : Don’t allow the seektable to be omitted

    11 septembre 2013, par Martin Storsjö
    ape : Don’t allow the seektable to be omitted
    

    The seektable is required for filling in ape->frames[i].pos
    further down.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/ape.c