Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (60)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • avfilter/vf_scale : cosmetics

    26 septembre 2019, par Limin Wang
    avfilter/vf_scale : cosmetics
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_scale.c
  • doc/bitstream_filters : fix for the syntax of code

    30 mars 2022, par Limin Wang
    doc/bitstream_filters : fix for the syntax of code
    

    Reviewed-by : Gyan Doshi <ffmpeg@gyani.pro>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] doc/bitstream_filters.texi
  • avcodec/h264dec : Add FF_CODEC_CAP_INIT_CLEANUP

    27 mai 2020, par Limin Wang
    avcodec/h264dec : Add FF_CODEC_CAP_INIT_CLEANUP
    

    then ff_h264_free_tables() and h264_decode_end() can be removed
    in h264_decode_init() if it's failed.

    The FF_CODEC_CAP_INIT_CLEANUP flag is need for single thread, For multithread,
    it'll be cleanup still by AV_CODEC_CAP_FRAME_THREADS flag if have.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/h264dec.c