Recherche avancée

Médias (91)

Autres articles (83)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (5847)

  • lavfi/dnn_backend_openvino.c : Correct Pointer Type while Freeing

    27 mai 2021, par Shubhanshu Saxena
    lavfi/dnn_backend_openvino.c : Correct Pointer Type while Freeing
    

    This commit corrects the type of pointer of elements from the
    inference queue in ff_dnn_free_model_ov.

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • Can we match scanning type as input ?

    6 juin 2019, par Sasidharan S

    Is it possible in ffmpeg to match the scanning type as input ?
    Say if the input is interlaced scanning then the output should be interlaced.

    By default, ffmpeg is encoding with progressive.

  • avcodec/movtextdec : Switch to smaller type

    8 décembre 2021, par Andreas Rheinhardt
    avcodec/movtextdec : Switch to smaller type
    

    The base size of a box refers to the size the box has in a file,
    not in memory ; so size_t is not their natural type. Therefore use
    a plain unsigned which is smaller on 64bit systems and still big
    enough to represent any conceivable base size.

    Reviewed-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/movtextdec.c