Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (53)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (6388)

  • udp : Allow specifying multicast include/blocks as host names as well

    26 juillet 2013, par Ed Torbett
    udp : Allow specifying multicast include/blocks as host names as well
    

    Previously this only allowed literal IP addresses. When these
    are conveyed in a SDP file as in RFC4570, host names are allowed
    as well.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/udp.c
  • h264dsp : Factorize code into a new function, h264_find_start_code_candidate

    5 août 2013, par Ben Avison
    h264dsp : Factorize code into a new function, h264_find_start_code_candidate
    

    This performs the start code search which was previously part of
    h264_find_frame_end() - the most CPU intensive part of the function.

    By itself, this results in a performance regression :
    Before After
    Mean StdDev Mean StdDev Change
    Overall time 2925.6 26.2 3068.5 31.7 -4.7%

    but this can more than be made up for by platform-optimised
    implementations of the function.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/h264_parser.c
    • [DBH] libavcodec/h264dsp.c
    • [DBH] libavcodec/h264dsp.h
  • x86inc : Make INIT_CPUFLAGS support an arbitrary number of cpuflags

    5 septembre 2014, par Henrik Gramner
    x86inc : Make INIT_CPUFLAGS support an arbitrary number of cpuflags
    

    Previously there was a limit of two cpuflags.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] libavutil/x86/x86inc.asm