Recherche avancée

Médias (91)

Autres articles (67)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9561)

  • avformat/libopenmpt : Probe file format from file data if possible

    21 février 2018, par Jörn Heusipp
    avformat/libopenmpt : Probe file format from file data if possible
    

    When building with libopenmpt 0.3, use the libopenmpt file header
    probing functions for probing. libopenmpt probing functions are
    allocation-free and designed to be as fast as possible.

    For libopenmpt 0.2, or when libopenmpt 0.3 file header probing cannot
    probe successfully due to too small probe buffer, test the filename
    against the file extensions supported by the libopenmpt library that
    is actually linked, instead of relying on a hard-coded file extension
    list. File extension testing is also allocation-free and designed to
    be fast in libopenmpt. Avoiding a hard-coded file extension list is
    useful because later libopenmpt versions will likely add support for
    more module file formats.

    libopenmpt file header probing is tested regularly against the FATE
    suite and other diverse file collections by libopenmpt upstream in
    order to avoid false positives.

    FATE passes with './configure —enable-libopenmpt' as well as with
    './configure —enable-libopenmpt —enable-libmodplug'.

    libopenmpt probing adds about 5%..10% cpu time (depending on precise
    usage pattern and host CPU and compiler version used for libopenmpt)
    compared to all current internal FFmpeg probing functions combined in
    tools/probetest for all of its module formats combined (currently 41
    modules formats in libopenmpt 0.3.4 and 234 file formats in FFmpeg).

    Signed-off-by : Jörn Heusipp <osmanx@problemloesungsmaschine.de>
    Reviewed-by : Josh de Kock <josh@itanimul.li>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/libopenmpt.c
  • Remove dv1394 input device

    26 septembre 2017, par Josh de Kock
    Remove dv1394 input device
    

    Support for this device has been removed in the Linux kernel since v2.6.37.
    dv1394 has been superseded by libiec61883 which is functionally equivalent.

    Signed-off-by : Josh de Kock <josh@itanimul.li>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] configure
    • [DBH] doc/general.texi
    • [DBH] doc/indevs.texi
    • [DBH] libavdevice/Makefile
    • [DBH] libavdevice/alldevices.c
    • [DBH] libavdevice/dv1394.c
    • [DBH] libavdevice/dv1394.h
    • [DBH] libavdevice/version.h
  • lavd : remove deprecated dv1394 device

    26 septembre 2017, par Josh de Kock
    lavd : remove deprecated dv1394 device
    

    Support for this device has been removed in kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent.

    Signed-off-by : Josh de Kock <josh@itanimul.li>
    Signed-off-by : wm4 <nfxjfg@googlemail.com>

    • [DH] configure
    • [DH] doc/indevs.texi
    • [DH] libavdevice/Makefile
    • [DH] libavdevice/alldevices.c
    • [DH] libavdevice/dv1394.c
    • [DH] libavdevice/dv1394.h