Recherche avancée

Médias (91)

Autres articles (71)

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

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10419)

  • lavf/protocols : avoid discarding const in avio_enum_protocols()

    25 novembre 2021, par Anton Khirnov
    lavf/protocols : avoid discarding const in avio_enum_protocols()
    

    Instead of storing the protocol pointer in the opaque iteration state,
    store just the index of the next protocol, similarly to how
    ff_urlcontext_child_class_iterate() works.

    • [DH] libavformat/protocols.c
  • installing ffmpeg on ubuntu [closed]

    9 avril 2023, par zero cool

    I have a problem installing ffmpeg, it gives me the following error

    


    root@vps-1bbf3c0e:~# apt  install ffmpeg


    


    Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation :

    


    The following packages have unmet dependencies :
ffmpeg : Depends : libavcodec59 (= 7:5.1.3-0ubuntu1 20.04.sav0)
Depends : libavdevice59 (= 7:5.1.3-0ubuntu1 20.04.sav0) but it is not going to be installed
Depends : libavfilter8 (= 7:5.1.3-0ubuntu1 20.04.sav0)
Depends : libavformat59 (= 7:5.1.3-0ubuntu1 20.04.sav0)
E : Unable to correct problems, you have held broken packages.

    


    any solution

    


  • snow_dwt : Don’t try and free members of non-existent arrays

    15 décembre 2014, par Derek Buitenhuis
    snow_dwt : Don’t try and free members of non-existent arrays
    

    If allocation fails earlier on, and the next frame is processed,
    the slice buffer could be left in a state where line and data_stack
    have already been freed, or are otherwise null pointers.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/snow_dwt.c