Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (82)

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

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

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

Sur d’autres sites (9155)

  • avformat : AviSynth demuxer rewrite

    27 novembre 2013, par d s
    avformat : AviSynth demuxer rewrite
    

    Directly loads AviSynth through LoadLibrary instead of relying on
    Video for Windows, and supports using AvxSynth (via dlopen) to
    open scripts on Linux and OS X.

    Error messages from AviSynth/AvxSynth are now reported through
    av_log and exit, rather than the traditional behavior of generating
    an error video that the user would need to watch to diagnose.

    The main rewrite was authored by d s <avxsynth.testing@gmail.com>
    from the AvxSynth team, with additional contributions by

    Oka Motofumi <chikuzen.mo@gmail.com>
    Stephen Hutchinson <qyot27@gmail.com>
    Diego Biurrun <diego@biurrun.de>
    Anton Khirnov <anton@khirnov.net>

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] configure
    • [DH] libavformat/avisynth.c
  • avformat : AviSynth demuxer rewrite

    27 novembre 2013, par d s
    avformat : AviSynth demuxer rewrite
    

    Directly loads AviSynth through LoadLibrary instead of relying on
    Video for Windows, and supports using AvxSynth (via dlopen) to
    open scripts on Linux and OS X.

    Error messages from AviSynth/AvxSynth are now reported through
    av_log and exit, rather than the traditional behavior of generating
    an error video that the user would need to watch to diagnose.

    The main rewrite was authored by d s <avxsynth.testing@gmail.com>
    from the AvxSynth team, with additional contributions by

    Oka Motofumi <chikuzen.mo@gmail.com>
    Stephen Hutchinson <qyot27@gmail.com>
    Diego Biurrun <diego@biurrun.de>
    Anton Khirnov <anton@khirnov.net>

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] configure
    • [DBH] libavformat/avisynth.c
  • mpeg : K&R formatting cosmetics

    4 février 2014, par Vittorio Giovara
    mpeg : K&R formatting cosmetics
    

    Also adjust header #include order and some comments.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavcodec/mpeg12dec.c