Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (41)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Les sons

    15 mai 2013, par

Sur d’autres sites (4546)

  • mpegvideo : Return correct coded frame sizes from parser

    26 octobre 2016, par Mark Thompson
    mpegvideo : Return correct coded frame sizes from parser
    
    • [DBH] libavcodec/mpegvideo_parser.c
  • avutil/channel_layout : Account for \0 in sizes

    6 août 2023, par Andreas Rheinhardt
    avutil/channel_layout : Account for \0 in sizes
    

    av_channel_name(), av_channel_description() and
    av_channel_layout_describe() are supposed to return the size
    of the needed buffer to allow the user to check for truncation ;
    the documentation ("If the returned value is bigger than buf_size,
    then the string was truncated.") confirms that size does not
    mean strlen.

    Yet the AVBPrint API, i.e. AVBPrint.len, does not account for
    the terminating '\0'. Therefore the returned length is off by one.

    Furthermore, also check for whether the returned value actually
    fits in an int (which is the return value of these functions).

    Reviewed-by : Nicolas George <george@nsup.org>
    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/channel_layout.c
    • [DH] libavutil/version.h
  • mov : Support empty first edit + normal second edit.

    4 juin 2011, par Yusuke Nakamura

    mov : Support empty first edit + normal second edit.