Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (99)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

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

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

Sur d’autres sites (9279)

  • avcodec/avpacket : fix leak on realloc in av_packet_add_side_data()

    19 novembre 2016, par James Almer
    avcodec/avpacket : fix leak on realloc in av_packet_add_side_data()
    

    If realloc fails, the pointer is overwritten and the previously allocated
    buffer is leaked, which goes against the expected behavior of keeping the
    packet unchanged in case of error.

    Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/avpacket.c
  • h264 : unref leaking error recovery picture

    19 janvier 2015, par wm4
    h264 : unref leaking error recovery picture
    

    This leaked a frame on each avcodec_flush_buffers() call, if frame
    threading was enabled. It caused severe memory usage in player if you
    were seeking a lot.

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

    • [DH] libavcodec/h264_slice.c
  • fate : Fix test name for pixfmts tests

    20 avril 2015, par Timothy Gu
    fate : Fix test name for pixfmts tests
    

    The last pixel format gets leaked as `$test` further down the pipeline.

    See for example https://fate.libav.org/x86_32-netbsd-clang-no-inline-asm/20150420020104
    Note the odd test names like “yuvj444p.”

    CC : libav-stable@libav.org

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] tests/fate-run.sh