Recherche avancée

Médias (2)

Mot : - Tags -/photoshop

Autres articles (80)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (12732)

  • avcodec/h261enc : Don't use (size_t)-1

    17 mars, par Andreas Rheinhardt
    avcodec/h261enc : Don't use (size_t)-1
    

    Fixes "runtime error : addition of unsigned offset to 0x765a09523a90
    overflowed to 0x765a09523a8e". This fixes all H.261 tests when run
    under UBsan.

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

    • [DH] libavcodec/h261enc.c
  • avcodec/msmpeg4dec : Remove redundant check

    25 février, par Andreas Rheinhardt
    avcodec/msmpeg4dec : Remove redundant check
    

    Since d50635cd247e17fe16c63219b9ae80d45a8185b1 the
    dct_unquantize_h263_intra functions have set the number of
    coefficients to 63 in case of ac_pred, so ff_msmpeg4_decode_block()
    doesn't have to bump it on its own.

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

    • [DH] libavcodec/msmpeg4dec.c
  • avcodec/pngdec : Switch to ProgressFrames

    2 septembre 2022, par Andreas Rheinhardt
    avcodec/pngdec : Switch to ProgressFrames
    

    Avoids implicit av_frame_ref() and therefore allocations
    and error checks. It also avoids explicitly allocating
    the AVFrames (done implicitly when getting the buffer).

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

    • [DH] libavcodec/pngdec.c