Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (18)

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

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (2814)

  • avformat/mpegts : Check if ready on SCTE reception

    3 septembre 2019, par Anthony Delannoy
    avformat/mpegts : Check if ready on SCTE reception
    

    On some DVB stream SCTE-35 data packet are available before the end of
    MpegTSContext initialization. We have to check if it is the case to
    avoid a SEGFAULT.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegts.c
  • avcodec/options : Remove always-true check

    16 mars 2021, par Andreas Rheinhardt
    avcodec/options : Remove always-true check
    

    Added in dc51a72ba45fbefb9f1c6c3ca5a5b2388d69b2da, yet even back then
    the check was always true as the AVCodecContext has already been memset
    to zero before that.

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

    • [DH] libavcodec/options.c
  • tools/crypto_bench : check malloc fail before using it

    8 mai 2019, par Jun Zhao
    tools/crypto_bench : check malloc fail before using it
    

    Need to check malloc fail before using it, so adjust the location
    in the code.

    Reviewed-by : Nicolas George <nicolas.george@normalesup.org>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] tools/crypto_bench.c