Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (104)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5206)

  • 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