Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (97)

  • 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

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

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

Sur d’autres sites (6031)

  • avutil/pixdesc : add alpha component information to pixfmts with reserved but undefine...

    17 octobre 2024, par James Almer
    avutil/pixdesc : add alpha component information to pixfmts with reserved but undefined alpha bits
    

    This can be useful to simplify certain processes that need to know how many
    reserved bits there are and where they are placed, even if they are ultimately
    unused, as will be shown in the next commit.
    For any other case where the user simply looks at nb_components components, it
    will make no difference.

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

    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/tests/pixelutils.c
  • avfilter/vsrc_testsrc : use the alpha component information for XV3{0,6} and V30X

    17 octobre 2024, par James Almer
    avfilter/vsrc_testsrc : use the alpha component information for XV30,6 and V30X
    

    And add a few more tests to ensure all the pixfmts affected by this change
    are tested.

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

    • [DH] libavfilter/vsrc_testsrc.c
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-yuvtestsrc-ayuv64
    • [DH] tests/ref/fate/filter-yuvtestsrc-v30xle
  • configure : split ISOBMFF writer helpers into a separate component

    17 mai 2024, par James Almer
    configure : split ISOBMFF writer helpers into a separate component
    

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

    • [DH] configure
    • [DH] libavformat/Makefile