Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (58)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (9408)

  • Revision 16059 : style des messages d’erreur d’avertissement et de confirmation. 3 classes ...

    9 septembre 2010, par cedric@… — Log

    style des messages d’erreur d’avertissement et de confirmation. 3 classes error, noticen et success a utiliser pour styles les messages hors formulaire

  • avcodec/movtextenc : Ignore unmatched closing style tags

    23 avril 2017, par Philip Langdale
    avcodec/movtextenc : Ignore unmatched closing style tags
    

    The existing code will segfault if a closing tag shows up when there
    was never an opening tag. This isn't a well formed style, but it's also
    not a reason to crash.

    Fixes : https://trac.ffmpeg.org/ticket/6303

    • [DH] libavcodec/movtextenc.c
  • aacenc : coding style changes

    21 août 2015, par Rostislav Pehlivanov
    aacenc : coding style changes
    

    This commit only changes the coding style to a saner way
    of accessing coefficients (makes more sense to get the
    memory address of a coefficients and start from there
    rather than adding arbitrary numbers to offset a pointer).
    Some compilers might detect an out of bounds access easier.

    Also the way M/S and IS coefficients are calculated has been
    changed, but should still have the same result (with the exception
    that IS now applies from the normal coefficients rather than the
    pristine ones, this is needed for upcoming commits).

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c