Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (55)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • 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 ;

  • 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

Sur d’autres sites (8257)

  • avutil/opt : Don't cast when the result might be misaligned

    25 mars 2024, par Andreas Rheinhardt
    avutil/opt : Don't cast when the result might be misaligned
    

    A pointer conversion is UB if the resulting pointer is not
    correctly aligned for the resultant type, even if no
    load/store is ever performed through that pointer (C11 6.3.2.3 (7)).

    This may happen in opt_copy_elem(), because the pointers are
    converted even when they belong to a type that does not guarantee
    sufficient alignment.

    Fix this by deferring the cast after having checked the type.
    Also make the casts -Wcast-qual safe and avoid an indirection
    for src.

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

    • [DH] libavutil/opt.c
  • avcodec/aac/aacdec_usac : remove unnecessary cast

    2 juin 2024, par James Almer
    avcodec/aac/aacdec_usac : remove unnecessary cast
    

    Fixes "libavcodec/aac/aacdec_usac.c(543) : error C2440 : 'type cast' : cannot convert from 'GetBitContext' to 'GetBitContext'"
    from msvc.

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

    • [DH] libavcodec/aac/aacdec_usac.c
  • Revision f4ce20c530 : Removed unnecessary type cast Change-Id : I0f2d5155ec042e9b5cbe9a9d6b186b121ed77

    18 février 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c



    Removed unnecessary type cast

    Change-Id : I0f2d5155ec042e9b5cbe9a9d6b186b121ed7737f