Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (111)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (7707)

  • Revert "libavcodec/utils : av_get_exact_bits_per_sample fixed to return "1" for DSD...

    1er août 2015, par Michael Niedermayer
    Revert "libavcodec/utils : av_get_exact_bits_per_sample fixed to return "1" for DSD codecs."
    

    Requested-by : Ganesh Ajjanagadde <gajjanag@mit.edu> (original patch reviewer)
    This reverts commit 293e25be615d43c9b611c4b04920ec0d245a7145.

    • [DH] libavcodec/utils.c
  • Revision ec94967ffe : Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10"" This reverts commit

    2 septembre 2014, par Scott LaVarnway

    Changed Paths :
     Delete /vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm


     Add /vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c


     Modify /vp8/common/rtcd_defs.pl


     Modify /vp8/vp8_common.mk



    Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10""

    This reverts commit 677fb5123e0ece1d6c30be9d0282e1e1f594a56d

    Compiles with 4.6.

    Change-Id : I7f87048911b6bc28a61741d95501fa45ee97b819

  • avcodec : Add "sar" alias to "aspect" option of video encoders

    5 mai 2016, par Andrey Utkin
    avcodec : Add "sar" alias to "aspect" option of video encoders
    

    It is impossible to pass "aspect" parameter to encoder from ffmpeg CLI
    because option from lavc/options_table.h is eclipsed by option with same
    name in ffmpeg_opt.c, which has different meaning (DAR, not SAR).

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

    • [DH] doc/codecs.texi
    • [DH] libavcodec/options_table.h
    • [DH] tests/ref/fate/api-mjpeg-codec-param
    • [DH] tests/ref/fate/api-png-codec-param