Recherche avancée

Médias (91)

Autres articles (72)

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

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8630)

  • fate/filter-video : Fix requirements of tests

    18 mai 2022, par Andreas Rheinhardt
    fate/filter-video : Fix requirements of tests
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/Makefile
    • [DH] tests/fate/filter-video.mak
  • lavc/internal : add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

    2 novembre 2015, par Matthieu Bouron
    lavc/internal : add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
    

    The decoder extracts and fills its parameters even if the frame is
    skipped due to the skip_frame setting.

    • [DH] libavcodec/internal.h
  • Meaning of TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows

    6 janvier 2016, par Nicholas Muir

    I am trying to compile Ffmpeg on Android using Cygwin and windows 7. I came across these two options for the lines below when using some tutorials to make a .sh file for the compile. I am new to this process and am trying to understand what exactly to do. Is the prebuilt/windows referring to the package to the download packages as in the options in the image below or is it referring to the operating system I am using.

    This was the first option I found :

    TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64

    This is the second option I found :

    TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64

    This is the images of the package download options available on the Ffmpeg.org site that I thought it may be reffering to.

    enter image description here

    Thanks for your help.