Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (77)

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

  • lavf/vplayerdec : support time durations with no ms specified

    7 mars 2016, par Clément Bœsch
    lavf/vplayerdec : support time durations with no ms specified
    

    Example found in the wild :

    0:00:03:25.000
    0:01:47:A legend is sung
    0:01:50:Of when England was young
    0:01:53:And knights|were brave and bold
    0:01:59:The good king had died

    Reported-by : wm4

    • [DH] libavformat/vplayerdec.c
  • vc1 : Use logical instead of bitwise or for twomv

    21 septembre 2014, par Michael Niedermayer
    vc1 : Use logical instead of bitwise or for twomv
    

    CC : libav-stable@libav.org
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Tim Walker <tdskywalker@gmail.com>

    • [DBH] libavcodec/vc1dec.c
  • libfdk-aacenc : Enable 7.1 channel encoding

    26 janvier 2014, par Jean First
    libfdk-aacenc : Enable 7.1 channel encoding
    

    7.1(wide) and 7.1(wide-side) channel layouts are supported in
    fdk-aac since the 0.1.3 release.

    The earlier versions of fdk-aac didn’t include any library
    version defines in the public headers, thus checking for
    the AACENCODER_LIB_VL0 define is enough to know that we’re
    building against a new enough version of fdk-aac.

    This change includes contributions by Tim Walker,
    Michael Niedermayer and Timothy Gu.

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

    • [DH] libavcodec/libfdk-aacenc.c