Recherche avancée

Médias (91)

Autres articles (38)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (5975)

  • DSD Stream File (DSF) demuxer

    17 avril 2014, par Peter Ross
    DSD Stream File (DSF) demuxer
    

    Signed-off-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/dsfdec.c
  • swscale/output : fix bilinear yuv2rgb chroma interpolation

    17 décembre 2024, par Niklas Haas
    swscale/output : fix bilinear yuv2rgb chroma interpolation
    

    These functions were divided into two special cases ; one assuming that
    uvalpha == 0, and the other assuming that uvalpha == 2048. This worked fine
    for simple 2x chroma upscaling but broke for e.g. yuv410p, non-centered chroma,
    or other special cases that involved non-aligned chroma filters.

    Fix it by instead dividing this check into two cases, a uvalpha==0 fast path
    and a uvalpha>0 general path. Instead of (A+B)/2 the general path now multiplies
    in the true uvalpha weight.

    I tried preserving the old fast path for the case of uvalpha == 2048, but this
    was significantly slower in practise versus having just one general path.
    However, we still need a uvalpha == 0 path for the unscaled case.

    Fixes : ticket #5083
    Signed-off-by : Niklas Haas <git@haasn.dev>
    Sponsored-by : Sovereign Tech Fund

    • [DH] libswscale/output.c
  • avisynth : Fix a "AVISynth" vs. "AviSynth" struct name typo

    29 juillet 2013, par Diego Biurrun
    avisynth : Fix a "AVISynth" vs. "AviSynth" struct name typo
    

    Also fix some similar typos in comments and documentation.

    • [DBH] doc/general.texi
    • [DBH] libavfilter/vf_gradfun.c
    • [DBH] libavformat/avisynth.c