Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (42)

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

  • Les images

    15 mai 2013
  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (6784)

  • pcx : Consume the whole packet if giving up due to missing palette

    28 septembre 2013, par Martin Storsjö
    pcx : Consume the whole packet if giving up due to missing palette
    

    Previously, we returned 0, meaning successful decoding but 0
    bytes consumed, leading to an infinite loop.

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

    • [DBH] libavcodec/pcx.c
  • dnxhddec : parse and print adaptive color transform

    25 septembre 2015, par Christophe Gisquet
    dnxhddec : parse and print adaptive color transform
    

    Indicates a YCbCr->RGB transform at the block level. Although nothing
    explicitly states it, this would assume the actual content is planar
    RGB.

    Currently unsupported, but the one sequence I found using it flagged
    every mb that way, actually meaning the content was YCbCr, and thus
    best left to the output format to decide what to do of it.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dnxhddec.c
  • libavformat/subfile : Improve AVSEEK_SIZE/SEEK_END seeking

    20 juin 2019, par Andreas Rheinhardt
    libavformat/subfile : Improve AVSEEK_SIZE/SEEK_END seeking
    

    The subfile protocol treats an end of 0 as meaning "until EOF" ; this got
    implemented by simply setting the end to INT64_MAX. But seeking relative
    to EOF or AVSEEK_SIZE seeking hasn't been adapted ; the result is that
    e.g. the duration of transport streams isn't correctly determined when
    this option is used. This is fixed in this patch.

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

    • [DH] libavformat/subfile.c