Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (55)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

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