Recherche avancée

Médias (91)

Autres articles (66)

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

  • Revision e656f44c24 : update vp9_thread.[hc] pull the latest from WebP, which adds a worker interface

    20 juin 2014, par James Zern

    Changed Paths :
     Modify /test/vp9_thread_test.cc


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_dthread.c


     Modify /vp9/decoder/vp9_thread.c


     Modify /vp9/decoder/vp9_thread.h



    update vp9_thread.[hc]

    pull the latest from WebP, which adds a worker interface abstraction
    allowing an application to override init/reset/sync/launch/execute/end

    this has the side effect of removing a harmless, but annoying, TSan
    warning.

    Original source :
    http://git.chromium.org/webm/libwebp.git
    100644 blob 08ad4e1fecba302bf1247645e84a7d2779956bc3 src/utils/thread.c
    100644 blob 7bd451b124ae3b81596abfbcc823e3cb129d3a38 src/utils/thread.h

    Local modifications :
    - s/WebP/VP9/g
    - camelcase functions -> lower with _’s
    - associate ’*’ with the variable, not the type

    Change-Id : I875ac5a74ed873cbcb19a3a100b5e0ca6fcd9aed

  • FFPlay constantly seek latest on stream

    30 avril 2020, par Arcane Blackwood

    Using this command :
ffplay -fflags nobuffer -flags low_delay -framedrop -strict experimental -i "tcp://192.168.1.8:1922?recv_buffer_size=10000"
I want to as the title says, seek to the most recent time in the stream
This stream is broadcast locally, but whenever there is a hickup in the stream, it can lag behind drastically. How would I go about fixing/achieving this ?

    


  • avutil/common : Document FFABS() corner case

    3 septembre 2015, par Michael Niedermayer
    avutil/common : Document FFABS() corner case
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/common.h