Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • avcodec/tiff : Use ff_tget_long() where appropriate

    12 mars 2024, par Andreas Rheinhardt
    avcodec/tiff : Use ff_tget_long() where appropriate
    

    No need to use the generic ff_tget() when we know the type.

    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/tiff.c
  • avformat/hls_sample_encryption : Fix precedence

    7 novembre 2021, par Andreas Rheinhardt
    avformat/hls_sample_encryption : Fix precedence
    

    Fixes Coverity ticket #1492869.

    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/hls_sample_encryption.c
  • avcodec/xfacedec : Add AV_CODEC_CAP_DR1

    15 avril 2022, par Andreas Rheinhardt
    avcodec/xfacedec : Add AV_CODEC_CAP_DR1
    

    This decoder uses ff_get_buffer() and does nothing weird
    (it does not even rely on any alignment of the frame's data/linesize).

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/xfacedec.c