Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (79)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (6652)

  • avcodec/utils : print Chroma Location string in verbose log level

    15 octobre 2016, par James Almer
    avcodec/utils : print Chroma Location string in verbose log level
    

    It’s container level information on some formats (Matroska, MXF, yuv4mpeg), so
    it should be printed at higher log levels than debug.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/utils.c
  • avformat/matroskadec : support parsing Chroma Location elements

    18 octobre 2016, par James Almer
    avformat/matroskadec : support parsing Chroma Location elements
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroska.h
    • [DH] libavformat/matroskadec.c
  • avcodec/vmnc : Check location before use

    21 mai 2017, par Michael Niedermayer
    avcodec/vmnc : Check location before use
    

    Fixes : runtime error : signed integer overflow : 65535 * 64256 cannot be represented in type 'int'
    Fixes : 1717/clusterfuzz-testcase-minimized-5491696676634624

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vmnc.c