Recherche avancée

Médias (91)

Autres articles (102)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10815)

  • replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*

    15 mai 2013, par Michael Niedermayer
    replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*
    

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

    • [DH] libavcodec/dpxenc.c
    • [DH] libavcodec/imgconvert.c
    • [DH] libavcodec/utils.c
    • [DH] libavdevice/lavfi.c
    • [DH] libavfilter/drawutils.c
    • [DH] libavfilter/formats.c
    • [DH] libavfilter/vf_extractplanes.c
    • [DH] libavfilter/vf_fade.c
    • [DH] libavfilter/vf_hflip.c
    • [DH] libavfilter/vf_il.c
    • [DH] libavfilter/vf_kerndeint.c
    • [DH] libavfilter/vf_noise.c
    • [DH] libavfilter/vf_swapuv.c
    • [DH] libavfilter/vf_telecine.c
    • [DH] libavfilter/vf_transpose.c
    • [DH] libavformat/img2enc.c
    • [DH] libavutil/imgutils.c
    • [DH] libavutil/pixdesc.c
    • [DH] libswscale/output.c
    • [DH] libswscale/swscale.c
    • [DH] libswscale/swscale_internal.h
    • [DH] tools/fourcc2pixfmt.c
  • lavfi : replace passthrough_filter_frame with a flag.

    9 mai 2013, par Clément Bœsch
    lavfi : replace passthrough_filter_frame with a flag.
    

    With the introduction of AVFilterContext->is_disabled, we can simplify
    the custom passthrough mode in filters.

    This commit is technically a small compat break, but the timeline was
    introduced very recently.

    Doxy by Stefano Sabatini.

    • [DH] doc/APIchanges
    • [DH] libavfilter/af_apad.c
    • [DH] libavfilter/af_volume.c
    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/avfilter.h
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_boxblur.c
    • [DH] libavfilter/vf_colorbalance.c
    • [DH] libavfilter/vf_colorchannelmixer.c
    • [DH] libavfilter/vf_colormatrix.c
    • [DH] libavfilter/vf_cropdetect.c
    • [DH] libavfilter/vf_curves.c
    • [DH] libavfilter/vf_delogo.c
    • [DH] libavfilter/vf_drawbox.c
    • [DH] libavfilter/vf_edgedetect.c
    • [DH] libavfilter/vf_gradfun.c
    • [DH] libavfilter/vf_histeq.c
    • [DH] libavfilter/vf_hue.c
    • [DH] libavfilter/vf_lut.c
    • [DH] libavfilter/vf_noise.c
    • [DH] libavfilter/vf_overlay.c
    • [DH] libavfilter/vf_pp.c
    • [DH] libavfilter/vf_removelogo.c
    • [DH] libavfilter/vf_smartblur.c
    • [DH] libavfilter/vf_unsharp.c
  • doc/filters : replace hqdn3d with smartblur in timeline section.

    1er mai 2013, par Clément Bœsch
    doc/filters : replace hqdn3d with smartblur in timeline section.
    

    hqdn3d needs some adjustements before timeline support can be restored
    (patch welcome).

    • [DH] doc/filters.texi