Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • ffplay : ensure that we buffer at least 1 second of content

    11 juin 2016, par Marton Balint
    ffplay : ensure that we buffer at least 1 second of content
    

    In order to do that, we keep track of the total duration of packets in a packet
    queue.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffplay.c
  • webp : ensure that each transform is only used once

    5 mars 2015, par Andreas Cadhalpun
    webp : ensure that each transform is only used once
    

    According to the WebP Lossless Bitstream Specification
    "each transform is allowed to be used only once".

    If a transform is more than once this can lead to memory
    corruption.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/webp.c
  • avcodec/svq1dec : Add assert to ensure "stages >= 0"

    3 février 2015, par Michael Niedermayer
    avcodec/svq1dec : Add assert to ensure "stages >= 0"
    

    This is currently always true, the assert protects against
    future changes to the code breaking this assumtation

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/svq1dec.c