Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (112)

  • 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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

Sur d’autres sites (12664)

  • avcodec/yop : Add missing AV_CODEC_CAP_DR1

    8 mai 2024, par Andreas Rheinhardt
    avcodec/yop : Add missing AV_CODEC_CAP_DR1
    

    This decoder does not do anything fancy any more since
    c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b (before that,
    it overwrote the frame's linesize) so that it supports
    direct rendering. This effectively reverts
    d3de3a16d1e428139c1541e55ea483466c1380e7.

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

    • [DH] libavcodec/yop.c
  • avutil/opt : Avoid av_uninit

    27 mars 2024, par Andreas Rheinhardt
    avutil/opt : Avoid av_uninit
    

    GCC 9-13 do not emit warnings for this at all optimization
    levels even when -Wmaybe-uninitialized is not disabled.

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

    • [DH] libavutil/opt.c
  • avformat/lc3 : Only allow AV_CODEC_ID_LC3 in muxer

    16 avril 2024, par Andreas Rheinhardt
    avformat/lc3 : Only allow AV_CODEC_ID_LC3 in muxer
    

    Also check for the number of streams and the AVCodecID generically
    using FF_OFMT_FLAGs.

    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/lc3.c