Recherche avancée

Médias (91)

Autres articles (30)

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

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

  • lavf/dashdec : drop unnecessary check before ff_format_io_close

    23 septembre 2019, par Jun Zhao
    lavf/dashdec : drop unnecessary check before ff_format_io_close
    

    ff_format_io_close will check the AVIOContext pointer pb, so drop
    the unnecessary check before ff_format_io_close.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/dashdec.c
  • avcodec/utils : Remove always-true check

    24 septembre 2020, par Andreas Rheinhardt
    avcodec/utils : Remove always-true check
    

    The first thing avcodec_open2() allocates is the AVCodecInternal. If
    allocating it fails, a jump to end occurs ; but if an error happens after
    its allocation, a jump to free_and_end happens which frees all
    allocations performed so far and then jumps to end. Yet free_and_end
    contained a check for AVCodecInternal (after having already dereferenced
    it to check whether ff_thread_free() needs to be called) which is of
    course always true. So remove it.

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

    • [DH] libavcodec/utils.c
  • Revision 134384dd80 : Extend x32 check by also checking for __x86_64__. Currently, the configure scri

    3 décembre 2014, par Dim Temp

    Changed Paths :
     Modify /build/make/configure.sh



    Extend x32 check by also checking for __x86_64__.

    Currently, the configure script checks for x32 by testing just the
    __ILP32__ define. However, on "plain" i386, __ILP32__ can also be
    defined, for example by clang 3.5.0 and higher. (That gcc does not
    define it there, is another issue, but not for this tracker.)

    Therefore, extend the check by also checking for __x86_64__, which will
    also be defined for x32.

    BUG=887

    Change-Id : I90ac1d6843caff0416e1dd360c0be3dbaa85c2ae