Recherche avancée

Médias (91)

Autres articles (49)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (12756)

  • avprobe : add local per-stream state

    24 février 2016, par Anton Khirnov
    avprobe : add local per-stream state
    

    This will be useful in the following commits.

    • [DBH] avprobe.c
  • x86 : Remove inline MMX assembly that clobbers the FPU state

    26 janvier 2024, par Martin Storsjö
    x86 : Remove inline MMX assembly that clobbers the FPU state
    

    These inline implementations of AV_COPY64, AV_SWAP64 and AV_ZERO64
    are known to clobber the FPU state - which has to be restored
    with the 'emms' instruction afterwards.

    This was known and signaled with the FF_COPY_SWAP_ZERO_USES_MMX
    define, which calling code seems to have been supposed to check,
    in order to call emms_c() after using them. See
    0b1972d4096df5879038f0af776f87f41e90ebd4,
    29c4c0886d143790fcbeddbe40a23dfc6f56345c and
    df215e575850e41b19aeb1fd99e53372a6b3d537 for history on earlier
    fixes in the same area.

    However, new code can use these AV_*64() macros without knowing
    about the need to call emms_c().

    Just get rid of these dangerous inline assembly snippets ; this
    doesn't make any difference for 64 bit architectures anyway.

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

    • [DH] libavcodec/dca_core.c
    • [DH] libavutil/x86/intreadwrite.h
  • avcodec/mpegaudiodec : Reset dither and mdct state

    5 juin 2014, par Michael Niedermayer
    avcodec/mpegaudiodec : Reset dither and mdct state
    

    This makes the mp3 decoder produce the same result when repeatly flushing and decoding

    Suggested-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegaudiodec_template.c