Recherche avancée

Médias (91)

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

Sur d’autres sites (3472)

  • libavcodec/jpeg2000 Fix RPCL Progression order check

    14 juillet 2020, par Gautam Ramakrishnan
    libavcodec/jpeg2000 Fix RPCL Progression order check
    

    The RPCL progression order check was incomplete. This
    patch completes the check. Tested on p1_07.j2k.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/jpeg2000dec.c
  • configure : fix the check for MFX_CODEC_VP9

    19 février 2021, par Haihao Xiang
    configure : fix the check for MFX_CODEC_VP9
    

    The data structures for VP9 in mfxvp9.h is wrapped by
    MFX_VERSION_NEXT, which means those data structures have never been used
    in a public release. Actually MFX_CODEC_VP9 and other VP9 stuffs are
    added in mfxstructures.h. In addition, mfxdefs.h is included in
    mfxvp9.h, so we may use the check in this patch for MFX_CODEC_VP9

    This is in preparation for oneVPL support because mfxvp9.h is removed
    from oneVPL [1]

    [1] : https://github.com/oneapi-src/oneVPL

    • [DH] configure
  • avformat/mpegts.c : fix to check end of each descriptor of SDT

    3 avril 2022, par TADANO Tokumei
    avformat/mpegts.c : fix to check end of each descriptor of SDT
    

    Current code incorrectly check against end of section rather than
    end of descriptor.

    Signed-off-by : TADANO Tokumei <aimingoff@pc.nifty.jp>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegts.c