Recherche avancée

Médias (91)

Autres articles (65)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (10795)

  • fate/exr : add tests for piz uncompress

    23 avril 2017, par Martin Vignali
    fate/exr : add tests for piz uncompress
    

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

    • [DH] tests/fate/image.mak
    • [DH] tests/ref/fate/exr-rgb-scanline-float-piz-48x32
    • [DH] tests/ref/fate/exr-rgb-scanline-half-piz-bw
    • [DH] tests/ref/fate/exr-rgb-scanline-half-piz-color
    • [DH] tests/ref/fate/exr-rgb-scanline-half-piz-dw-t01
  • ffmpeg : init filtergraphs only after we have a frame on each input

    27 mai 2016, par Anton Khirnov
    ffmpeg : init filtergraphs only after we have a frame on each input
    

    This makes sure the actual stream parameters are used, which is
    important mainly for hardware decoding+filtering cases, which would
    previously require various weird workarounds to handle the fact that a
    fake software graph has to be constructed, but never used.
    This should also improve behaviour in rare cases where
    avformat_find_stream_info() does not provide accurate information.

    This merges Libav commit a3a0230. It was previously skipped.

    The code in flush_encoders() which sets up a "fake" format wasn’t in
    Libav. I’m not sure if it’s a good idea, but it tends to give
    behavior closer to the old one in certain corner cases.

    The vp8-size-change gives different result, because now the size of
    the first frame is used. libavformat reported the size of the largest
    frame for some reason.

    The exr tests now use the sample aspect ratio of the first frame. For
    some reason libavformat determines 0/1 as aspect ratio, while the
    decoder returns the correct one.

    The ffm and mxf tests change the field_order values. I’m assuming
    another libavformat/decoding mismatch.

    Signed-off-by : wm4 <nfxjfg@googlemail.com>

    • [DH] ffmpeg.c
    • [DH] ffmpeg.h
    • [DH] ffmpeg_cuvid.c
    • [DH] ffmpeg_filter.c
    • [DH] ffmpeg_opt.c
    • [DH] ffmpeg_qsv.c
    • [DH] tests/ref/fate/exr-rgb-scanline-pxr24-half-uint32-13x9
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l2
    • [DH] tests/ref/fate/vp8-size-change
    • [DH] tests/ref/lavf/ffm
    • [DH] tests/ref/lavf/mxf
  • fate : move lavd filters tests to the new system.

    29 avril 2013, par Clément Bœsch
    fate : move lavd filters tests to the new system.
    

    Also make life test a bit more useful.

    • [DH] tests/fate/avfilter.mak
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/filtergraphs/scalenorm
    • [DH] tests/lavfi-regression.sh
    • [DH] tests/ref/fate/filter-lavd-life
    • [DH] tests/ref/fate/filter-lavd-scalenorm
    • [DH] tests/ref/fate/filter-lavd-testsrc
    • [DH] tests/ref/lavfi/life
    • [DH] tests/ref/lavfi/scalenorm
    • [DH] tests/ref/lavfi/testsrc