Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (39)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

  • Add FM Screen Capture Codec decoder

    6 février 2017, par Paul B Mahol
    Add FM Screen Capture Codec decoder
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] Changelog
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/fmvc.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/riff.c
  • Add ClearVideo decoder

    2 mars 2017, par Kostya Shishkov
    Add ClearVideo decoder
    

    Only I-frames are decoded for now.

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

    • [DBH] Changelog
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/clearvideo.c
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/riff.c
    • [DBH] libavformat/rm.c
  • mpeg4audio : Make avpriv_copy_pce_data() inline

    16 mars 2017, par Anton Khirnov
    mpeg4audio : Make avpriv_copy_pce_data() inline
    

    The function currently accepts a PutBitContext and a GetBitContext,
    which hardcodes their sizes into the lavc ABI. Since the function is
    quite small and only called in a few places, the simplest solution is
    making it inline, thus avoiding a runtime dependency completely.

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

    • [DBH] libavcodec/aac_adtstoasc_bsf.c
    • [DBH] libavcodec/mpeg4audio.c
    • [DBH] libavcodec/mpeg4audio.h
    • [DBH] libavformat/adtsenc.c
    • [DBH] libavformat/latmenc.c