Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (55)

  • 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 vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7946)

  • Merge remote-tracking branch ’cehoyos/master’

    11 janvier 2014, par Michael Niedermayer
    Merge remote-tracking branch ’cehoyos/master’
    

    * cehoyos/master :
    Cast signed libopenjpeg data values to unsigned before shifting.

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

    • [DH] libavcodec/libopenjpegdec.c
  • fftools/ffprobe : Avoid overflow when calculating DAR

    3 mai 2024, par Derek Buitenhuis
    fftools/ffprobe : Avoid overflow when calculating DAR
    

    Both the codecpar's width and height, and the SAR num and den are
    ints, which can overflow. Cast to int64_t, which is what av_reduce
    takes.

    Without this, occasionally, display_aspect_ratio can be negative in
    ffprobe's -show_stream output.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] fftools/ffprobe.c
  • avfilter/af_astats : fix msvc compile error

    29 avril 2019, par Matthias Troffaes
    avfilter/af_astats : fix msvc compile error
    

    MSVC requires an explicit cast from void * to void when applying the
    ternary conditional operator to switch between methods that return
    void.

    • [DH] libavfilter/af_astats.c