Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (105)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • vp9_parser : fix endless loop w/0-sized frame

    17 octobre 2015, par James Zern
    vp9_parser : fix endless loop w/0-sized frame
    

    treat this the same as an over-sized superframe packet to break out of
    the parser loop and allow the decoder to fail.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : James Zern <jzern@google.com>

    • [DH] libavcodec/vp9_parser.c
  • avcodec/magicyuvenc : Calculate proper packet size in advance

    17 avril, par Andreas Rheinhardt
    avcodec/magicyuvenc : Calculate proper packet size in advance
    

    This can be easily done because we have a count of the number of
    values and the length of the associated codes. This allows
    to switch to ff_get_encode_buffer() and thereby avoids an implicit
    intermediate buffer.

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

    • [DH] libavcodec/magicyuvenc.c
  • avcodec/rpza : Perform pointer advance and checks before using the pointers

    22 août 2013, par Michael Niedermayer
    avcodec/rpza : Perform pointer advance and checks before using the pointers
    

    Fixes out of array accesses
    Fixes Ticket2850

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

    • [DH] libavcodec/rpza.c