Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (53)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6100)

  • avcodec/libdav1d : clear the buffered Dav1dData on decoding failure

    27 décembre 2024, par James Almer
    avcodec/libdav1d : clear the buffered Dav1dData on decoding failure
    

    Should ensure avcodec_send_packet() doesn't return EAGAIN in scenarios where it's not
    meant to (e.g., ffmpeg_dec.c where avcodec_receive_frame() is called in a loop to drain
    all produced frames before trying to submit more packets).

    Fixes ticket #11377.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/libdav1d.c
  • avutil/tablegen : add tablegen libm compatibility shims

    26 novembre 2015, par Ganesh Ajjanagadde
    avutil/tablegen : add tablegen libm compatibility shims
    

    This is useful for build-time table generation (—enable-hardcoded-tables),
    by providing compat shims for hosts that have broken libms.

    This file is deliberately kept minimal ; functions can always be added on
    an as-needed basis.

    Reviewed-by : Clément Bœsch <u@pkh.me>
    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavutil/tablegen.h
  • avcodec/magicyuvenc : Use more correct cast in compare function

    8 octobre 2020, par Andreas Rheinhardt
    avcodec/magicyuvenc : Use more correct cast in compare function
    

    There is no need to cast const away (even if it was harmless) and to
    copy the object at all.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/magicyuvenc.c