Recherche avancée

Médias (91)

Autres articles (58)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

Sur d’autres sites (8181)

  • avformat/iamf_parse : add missing av_free() call on failure path

    13 janvier, par James Almer
    avformat/iamf_parse : add missing av_free() call on failure path
    

    Fixes ticket #11416

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

    • [DH] libavformat/iamf_parse.c
  • Call libffmpeg.so through command line on Android

    1er décembre 2013, par user3032481

    I google for this github page : https://github.com/vecio/FFmpeg-Android
    And now I had built some latest libffmpeg.so for different versions of arms(ARMv7,vfp,neon,armv6).
    But I can't use these in my Android directly.

    Why I tried to call libffmpeg.so directly instead of jni ?

    Because I found a libffmpeg.so from the internet that I can directly use in my project by java.lang.ProcessBuilder and java.lang.Process, and it doesn't need jni at all.
    You can get this .so file through this link : http://goo.gl/n0Y1YU

    I didn't change any configure parameter in the FFmpeg-Android.sh on the github above.
    I think that these libffmpeg.so files I compiled can't deal with command line(they are just libraries.).
    I don't know how to modify it(Maybe modify the configure parameters).
    Does anyone know ?

  • h264 : Fix faulty call to avpriv_request_sample

    22 août 2015, par Luca Barbato
    h264 : Fix faulty call to avpriv_request_sample
    

    Broken in f9ab4fe1f7c1e9d410ca5ee2c9ff8d2892aad068

    • [DBH] libavcodec/h264_sei.c