Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (77)

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

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

  • avformat/http: support reading compressed data

    22 juillet 2013, par Zhang Rui
    avformat/http: support reading compressed data
    

    Derived from VLC’s http module.
    Original authors :
    Antoine Cellerier <dionoea@videolan.org>
    Sébastien Escudier <sebastien-devel@celeos.eu>
    Rémi Duraffort <ivoire@videolan.org>
    Rémi Denis-Courmont <remi@remlab.net>
    Francois Cartegnie <fcvlcdev@free.fr>

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/http.c
  • http: Support reading gzip/deflate compressed data

    22 juillet 2013, par Zhang Rui
    http: Support reading gzip/deflate compressed data
    

    Derived from VLC’s http module.
    Original authors :
    Antoine Cellerier <dionoea@videolan.org>
    Sébastien Escudier <sebastien-devel@celeos.eu>
    Rémi Duraffort <ivoire@videolan.org>
    Rémi Denis-Courmont <remi@remlab.net>
    Francois Cartegnie <fcvlcdev@free.fr>

    Normally, http servers shouldn’t send this to us since we
    don’t advertise it with an Accept-Encoding header, but some
    servers still do it anyway.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/http.c
  • NaCl with FFmpeg, avformat_open_input return -5 and -1052488119 [duplicate]

    30 juillet 2013, par Jar

    This question is an exact duplicate of :

    I'm trying to port FFmpeg into my NaCl module.

    So far, my module linked ffmpeg and SDL libraries.

    It already can play YUV format video which is directed load into memory and copy into YUVOverlay buffer (it's very easy).

    Now, I want to use ffmpeg to decode video, but when I call the function avformat_open_input it returns -5 when input is URL string, such as rtmp:// or mmsh:// ; it returns -1052488119 when input is file name, such as /saved/tmp (I mount the file system - html5fs).


    There are some questions :

    1. What means of -5 and -1052488119 ?
    2. If file can't open by avformat_open_input, is it possible the input type is from buffer not from file name or url string ?

    If I'm not clearly about my question or description, you can tell me.
    If you are doing the same thing or having the same problem, we can discuss together.

    Thanks,
    Jar