Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (101)

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

  • avcodec/sgidec : Avoid redundant private context

    29 septembre 2022, par Andreas Rheinhardt
    avcodec/sgidec : Avoid redundant private context
    

    SGI is intra-frame only ; the decoder therefore does not
    maintain any state between frames, so remove
    the private context.

    Also rename depth to nb_components.

    Reviewed-by : Tomas Härdin <git@haerdin.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/sgidec.c
  • lavfi/src_movie : remove frame from priv context

    11 mai 2014, par Lukasz Marek
    lavfi/src_movie : remove frame from priv context
    

    This variable is used only inside one function.
    There is no need to store it in context.

    This also may prevent crush by double free frame.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/src_movie.c
  • QMediaPlayer on Android

    18 août 2016, par Baradé

    I know that the QMultimediaWidgets are not supported for C++. I am developing a native application for Android as well. Since I don’t use QML I need a way of playing my videos in the application. I want to use the QMediaPlayer since I rely on the signals and slots. Is there any manually developed backend which works on Android or a solution how I can render the video myself still using QMediaPlayer ?

    Is there a way I can developed such a backend myself using ffmpeg or any available program on Android ? Will there be any update for this in Qt soon ?