Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (48)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (5754)

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