Recherche avancée

Médias (91)

Autres articles (97)

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

  • ANNEXE : Les extensions, plugins SPIP des canaux

    11 février 2010, par

    Un plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
    Les extensions que MediaSPIP nécessite pour fonctionner
    Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
    Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...)

Sur d’autres sites (7466)

  • avformat/matroskaenc : Factor writing Info out

    14 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Factor writing Info out
    

    Avoids the surprise of using pb for the main AVIOContext
    at the beginning and end of mkv_write_header() and for
    for the dynamic buffer opened for the Info element
    in the middle of mkv_write_header().

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

    • [DH] libavformat/matroskaenc.c
  • avdevice : add info about media types(s) to AVDeviceInfo

    21 décembre 2021, par Diederick Niehorster
    avdevice : add info about media types(s) to AVDeviceInfo
    

    An avdevice, regardless of whether its category says its an audio or
    video device, may provide access to devices providing different media
    types, or even single devices providing multiple media types. Also, some
    devices may provide no media types. dshow is an example encompassing all
    of these cases. Users should be provided with this information, so
    AVDeviceInfo is extended to provide it.

    Bump avdevice version

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/avdevice.c
    • [DH] libavdevice/avdevice.h
    • [DH] libavdevice/version.h
  • avdevice/dshow : add media type info to get_device_list

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : add media type info to get_device_list
    

    The list returned by get_device_list now contains info about what media
    type(s), if any, can be provided by each device.

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow.c