Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (31)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (8271)

  • diracdec : do not memset the entire coefficient buffer for HQ pictures

    23 juin 2016, par Rostislav Pehlivanov
    diracdec : do not memset the entire coefficient buffer for HQ pictures
    

    This is now handled by the slice decoding function.

    Signed-off-by : Rostislav Pehlivanov <rpehlivanov@obe.tv>

    • [DH] libavcodec/diracdec.c
  • cbs_h264 : Fix handling of auxiliary pictures

    7 novembre 2018, par Andreas Rheinhardt
    cbs_h264 : Fix handling of auxiliary pictures
    

    The earlier code used the most recent non-auxiliary slice to determine
    whether an auxiliary slice has the syntax of an IDR slice, even when
    the most recent slice was from a slice of a redundant frame. Now only
    slices of the primary coded picture are used, as the specifications
    mandate.

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

    • [DH] libavcodec/cbs_h264_syntax_template.c
  • avformat/flacenc : support writing attached pictures

    4 avril 2018, par Rodger Combs
    avformat/flacenc : support writing attached pictures
    

    Usage of packet queueing API and some cleaning done by the committer.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/flacenc.c