Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (57)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (9777)

  • avcodec/x86/dct32 : Remove obsolete SSE function

    14 juin 2022, par Andreas Rheinhardt
    avcodec/x86/dct32 : Remove obsolete SSE function
    

    The only systems which benefit from ff_dct32_float_sse are truely
    ancient 32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/x86/dct32.asm
    • [DH] libavcodec/x86/dct_init.c
  • avcodec/x86/mpegaudiodsp : Remove obsolete SSE function

    14 juin 2022, par Andreas Rheinhardt
    avcodec/x86/mpegaudiodsp : Remove obsolete SSE function
    

    The only systems which benefit from imdct36_blocks_sse are truely
    ancient 32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/x86/imdct36.asm
    • [DH] libavcodec/x86/mpegaudiodsp.c
  • avcodec/x86/vp6dsp : Remove obsolete MMX ff_vp6_filter_diag4_mmx

    13 juin 2022, par Andreas Rheinhardt
    avcodec/x86/vp6dsp : Remove obsolete MMX ff_vp6_filter_diag4_mmx
    

    The only systems which benefit from it are truely ancient
    32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/x86/vp6dsp.asm
    • [DH] libavcodec/x86/vp6dsp_init.c