Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (72)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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 ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (8390)

  • tests/api-h264-slice-test : use the correct function to free the AVHashContext

    27 octobre 2018, par James Almer
    tests/api-h264-slice-test : use the correct function to free the AVHashContext
    

    Fixes memleaks.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/api/api-h264-slice-test.c
  • matroskadec : Fix read-after-free in matroska_read_seek()

    6 novembre 2014, par Xiaohan Wang
    matroskadec : Fix read-after-free in matroska_read_seek()
    

    In matroska_read_seek(), |tracks| is assigned at the begining of the
    function. However, functions like matroska_parse_cues() could reallocate
    the tracks and invalidate |tracks|.

    This assigns |tracks| only before using it, so that it will not get
    invalidated elsewhere.

    Bug-Id : chromium/427266

    • [DBH] libavformat/matroskadec.c
  • Simplest way to download m3u8 video and convert to mp4 in Android [on hold]

    26 novembre 2018, par jeffin george

    I’m looking for the simplest way to download m3u8 video and convert to mp4 without FFmpeg because it’s very huge it expands my apk size, anybody please tells me a good solution for this problems, any libraries better than ffmpeg ? or any other solution that can apply in server-side like that ?
    Thank you