Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (49)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (5522)

  • avformat/mpeg : Don't free unintialized pointer

    22 octobre 2019, par Andreas Rheinhardt
    avformat/mpeg : Don't free unintialized pointer
    

    In order to fix a potential memleak upon failure, 0b8956b2 made sure that
    a buffer given by a pointer was freed upon error. But this pointer was
    only initialized upon use and in several cases (Clang gives no fewer
    than 13 -Wsometimes-uninitialized warnings) this meant that an
    uninitialized pointer was used to free a buffer. So initialize the
    pointer.

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

    • [DH] libavformat/mpeg.c
  • avutil/hwcontext_qsv : register free function for device_derive

    19 juin 2023, par Tong Wu
    avutil/hwcontext_qsv : register free function for device_derive
    

    When qsv device is created by device_derive, the ctx->free function is
    not registered, causing potential memory leak because of not properly
    closing the MFX session.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>
    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>

    • [DH] libavutil/hwcontext_qsv.c
  • ffmpeg : Free last_frame instead of just unref

    18 juin 2015, par Michael Niedermayer
    ffmpeg : Free last_frame instead of just unref
    

    Fixes Ticket4611

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c