Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (59)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (4546)

  • avutil/av_pix_fmt_swap_endianness : simplify and fix code

    7 mai 2013, par Michael Niedermayer
    avutil/av_pix_fmt_swap_endianness : simplify and fix code
    

    This makes the code also more robust, not having a hard-coded
    table that can become (and was) incomplete.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/pixdesc.c
  • lavf/mov : Do not mix variable declaration and code.

    20 novembre 2017, par Carl Eugen Hoyos
    lavf/mov : Do not mix variable declaration and code.
    

    Fixes a warning :
    libavformat/mov.c:1195:5 : warning : ISO C90 forbids mixed declarations and code

    • [DH] libavformat/mov.c
  • lls.asm : put avx code under if HAVE_AVX_EXTERNAL

    30 juin 2013, par Michael Niedermayer
    lls.asm : put avx code under if HAVE_AVX_EXTERNAL
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/x86/lls.asm