Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

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 (6883)

  • avcodec/indeo5 : Fix memleaks upon allocation error

    14 septembre 2020, par Andreas Rheinhardt
    avcodec/indeo5 : Fix memleaks upon allocation error
    

    ff_ivi_init_planes() might error out after having allocated some arrays.
    Set the FF_CODEC_CAP_INIT_CLEANUP flag in order to free these arrays in
    this case.

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

    • [DH] libavcodec/indeo5.c
  • avformat/matroskaenc : Fix relative timestamp check

    20 avril 2019, par Andreas Rheinhardt
    avformat/matroskaenc : Fix relative timestamp check
    

    At this point, ts already includes the ts_offset so that the relative
    time written with the cluster is already given by ts - mkv->cluster_pts.
    It is this number that needs to fit into an int16_t.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskaenc.c
  • libavutil & opencl : remove opencl default device type

    30 novembre 2013, par Lenny Wang
    libavutil & opencl : remove opencl default device type
    

    CL_DEVICE_TYPE_DEFAULT makes duplicated device entries for each
    platform using av_opencl_get_device_list()

    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Reviewed-by : highgod0401 <highgod0401@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/opencl.c