Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (60)

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

  • Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30'

    28 septembre 2017, par James Almer
    Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30'
    

    * commit '4de220d2e3751c459f8739a08ac6ca52e63eba30' :
    frame : allow align=0 (meaning automatic) for av_frame_get_buffer()

    See https://ffmpeg.org/pipermail/ffmpeg-devel/2017-September/215834.html

    Merged-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavutil/frame.c
    • [DH] libavutil/frame.h
    • [DH] libavutil/version.h
  • checkasm : Remove unnecessary const on scalar parameters

    15 décembre 2023, par Martin Storsjö
    checkasm : Remove unnecessary const on scalar parameters
    

    The ffmpeg coding style doesn't usually use const on scalar
    parameters (or on the pointer values - as opposed to the type
    that is pointed to, where it has a semantic meaning), contrary
    to the dav1d coding style (where this was imported from).

    This avoids warnings about differences in the type signatures
    between declaration and definition of this function, with older
    versions of MSVC.

    The issue was observed with one version of MSVC 2017,
    19.16.27024.1, with warnings like these :

    src/tests/checkasm/checkasm.c(969) : warning C4028 : formal parameter 3 different from declaration

    The warning itself is bogus as the const here is harmless, and
    newer versions of MSVC no longer warn about this.

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

    • [DH] tests/checkasm/checkasm.c
    • [DH] tests/checkasm/checkasm.h
  • avcodec/ass : specify a permissive encoding

    12 novembre 2022, par Oneric
    avcodec/ass : specify a permissive encoding
    

    The Encoding field (and the \fe tag) allows to limit font selection to
    only those fonts declaring support for the specified codepage in their
    OS/2's table "Code Page Character Range" field.
    Particularly, Encoding=0 means only font's declaring support for "ANSI",
    or rather "Latin (Western European)", are allowed to be selected.
    Specifying Encoding=1 allows all fonts to be considered.
    We do not want to limit font selection, so specify Encoding=1.

    NB : at the time of writing libass only partially supports this field,
    thus hiding the issue in any libass-based renderer. A VSFilter-based
    DirectShow filter or XySubFilter will reveal the issue when a font not
    declaring support for latin characters is specified in a style.

    • [DH] libavcodec/ass.c
    • [DH] tests/ref/fate/sub-aqtitle
    • [DH] tests/ref/fate/sub-cc
    • [DH] tests/ref/fate/sub-cc-realtime
    • [DH] tests/ref/fate/sub-cc-scte20
    • [DH] tests/ref/fate/sub-charenc
    • [DH] tests/ref/fate/sub-jacosub
    • [DH] tests/ref/fate/sub-microdvd
    • [DH] tests/ref/fate/sub-movtext
    • [DH] tests/ref/fate/sub-mpl2
    • [DH] tests/ref/fate/sub-mpsub
    • [DH] tests/ref/fate/sub-mpsub-frames
    • [DH] tests/ref/fate/sub-pjs
    • [DH] tests/ref/fate/sub-realtext
    • [DH] tests/ref/fate/sub-sami
    • [DH] tests/ref/fate/sub-sami2
    • [DH] tests/ref/fate/sub-scc
    • [DH] tests/ref/fate/sub-srt
    • [DH] tests/ref/fate/sub-srt-badsyntax
    • [DH] tests/ref/fate/sub-stl
    • [DH] tests/ref/fate/sub-subviewer
    • [DH] tests/ref/fate/sub-subviewer1
    • [DH] tests/ref/fate/sub-vplayer
    • [DH] tests/ref/fate/sub-webvtt
    • [DH] tests/ref/fate/sub-webvtt2