Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (65)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

  • lavf : add a protocol whitelist/blacklist for file opened internally

    20 janvier 2016, par Anton Khirnov
    lavf : add a protocol whitelist/blacklist for file opened internally
    

    Should make the default behaviour safer for careless callers that open
    random untrusted files.

    Bug-Id : CVE-2016-1897
    Bug-Id : CVE-2016-1898

    • [DBH] doc/APIchanges
    • [DBH] libavformat/avformat.h
    • [DBH] libavformat/aviobuf.c
    • [DBH] libavformat/options.c
    • [DBH] libavformat/options_table.h
    • [DBH] libavformat/rtsp.c
    • [DBH] libavformat/rtspdec.c
    • [DBH] libavformat/sapdec.c
    • [DBH] libavformat/sapenc.c
    • [DBH] libavformat/smoothstreamingenc.c
    • [DBH] libavformat/version.h
  • pcm : support 24-bit/32-bit little-endian planar

    16 novembre 2012, par Paul B Mahol
    pcm : support 24-bit/32-bit little-endian planar
    

    Used by LXF.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/pcm.c
    • [DBH] libavcodec/utils.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/nut.c
  • lavc/vvc : Use a bitfield to store MIP information

    3 décembre 2024, par Frank Plowman
    lavc/vvc : Use a bitfield to store MIP information
    

    Reduces memory consumption by 4MB for 1080p video with a maximum delay
    of 16 frames by packing various information related to MIP :
    * intra_mip_flag, 1 bit
    * intra_mip_transposed_flag, 1 bit
    * intra_mip_mode, 4 bits
    Into a single byte.

    Co-authored-by : Nuo Mi <nuomi2021@gmail.com>
    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/cabac.c
    • [DH] libavcodec/vvc/ctu.c
    • [DH] libavcodec/vvc/dec.c
    • [DH] libavcodec/vvc/dec.h
    • [DH] libavcodec/vvc/dsp.c
    • [DH] libavcodec/vvc/intra_template.c