Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (49)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • swscale : process horizontal lines in batches

    17 août 2015, par Pedro Arthur
    swscale : process horizontal lines in batches
    

    Process more lines in a single pass to improve performance

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswscale/slice.c
    • [DH] libswscale/swscale.c
    • [DH] libswscale/swscale_internal.h
  • x86inc : Support arbitrary stack alignments

    1er août 2015, par Henrik Gramner
    x86inc : Support arbitrary stack alignments
    

    Change ALLOC_STACK to always align the stack before allocating stack space for
    consistency. Previously alignment would occur either before or after allocating
    stack space depending on whether manual alignment was required or not.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/x86/h264_deblock.asm
    • [DBH] libavutil/x86/x86inc.asm
  • x86inc : Support arbitrary stack alignments

    9 février 2014, par Henrik Gramner
    x86inc : Support arbitrary stack alignments
    

    Change ALLOC_STACK to always align the stack before allocating stack space for
    consistency. Previously alignment would occur either before or after allocating
    stack space depending on whether manual alignment was required or not.

    • [DH] libavcodec/x86/h264_deblock.asm
    • [DH] libavutil/x86/x86inc.asm