Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (77)

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

  • avformat/utils : Don't compare pointers when sorting chapters

    27 août 2021, par Andreas Rheinhardt
    avformat/utils : Don't compare pointers when sorting chapters
    

    The chapters are independently allocated, so that comparing
    the pointers is undefined behaviour. Furthermore, its result
    is not platform-independent (and may not even be deterministic
    on a particular platform). So compare the chapters' ids instead.
    (avpriv_new_chapter() ensures that there are no duplicate ids.)

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/utils.c
  • Revision 691ec45b4e : Enable group adaptive max q by default. Set the GF group adaptive max Q compile

    23 mars 2015, par paulwilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c



    Enable group adaptive max q by default.

    Set the GF group adaptive max Q compile flag to 1 by default.

    This change has a quite big visual impact in some clips and also
    contributes to tighter rate control.

    For short test clips that have consistent content the impact is
    quite small on metrics but for more varied long form clips there is
    a drop in overal psnr but a sharp rise in average psnr caused by
    greater expenditure on some easier sections and tighter rate clipping
    in hard sections.

    In chunck’ed encodes some of the effect will already be present due
    to the independent rate control in each chunk but this change takes
    the control down to a smaller scale.

    yt hd +10.67%, - 3.77%, -1.56%
    yt +9.654%, - 3.6%, - 1.82%
    std hd +0.25%, -0.85%, -0.42%
    derf +0.25%, - 1.1%. - 0.87%

    Change-Id : Ibbc39b800d99d053939f4c6712d715124082843e

  • lavfi/vf_libplacebo : determine PTS of next frame from any input

    15 juin 2023, par Niklas Haas
    lavfi/vf_libplacebo : determine PTS of next frame from any input
    

    When combining multiple inputs with different PTS and durations, in
    input-timed mode, we emit one output frame for every input frame PTS,
    from *any* input. So when combining a low FPS stream with a high FPS
    stream, the output framerate would match the higher FPS, independent of
    which order they are specified in.

    • [DH] libavfilter/vf_libplacebo.c