Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (94)

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

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (7516)

  • configure : disable hardware capabilities ELF section with suncc on Solaris x86

    17 septembre 2011, par Sean McGovern

    configure : disable hardware capabilities ELF section with suncc on Solaris x86

  • vf_hwmap : Add reverse mapping for hardware frames

    4 mars 2017, par Mark Thompson
    vf_hwmap : Add reverse mapping for hardware frames
    

    This is something of a hack. It allocates a new hwframe context for
    the target format, then maps it back to the source link and overwrites
    the input link hw_frames_ctx so that the previous filter will receive
    the frames we want from ff_get_video_buffer(). It may fail if
    the previous filter imposes any additional constraints on the frames
    it wants to use as output.

    (cherry picked from commit 81a4cb8e58636d4efd200c2b4fec786a7e948d8b)

    • [DH] libavfilter/vf_hwmap.c
  • amfenc : Add DXVA2 hardware frame input support

    14 avril 2018, par Alexander Kravchenko
    amfenc : Add DXVA2 hardware frame input support
    

    Adds support for AMF initialisation from a DXVA2 (Direct3D9) device, and
    then allows passing DXVA2 surfaces into an AMF encoder.

    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/amfenc.c