Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (72)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (14585)

  • lavfi : drop the requirement that request_frame returns a frame.

    25 août 2015, par Nicolas George
    lavfi : drop the requirement that request_frame returns a frame.
    

    It requires a loop in filters or the framework,
    that makes the scheduling less efficient and more complex.
    This is purely an internal change since the loop is now
    present in buffersink.
    Note that no filter except buffersink did rely on the requirement.

    • [DH] doc/filter_design.txt
    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/avfilter.h
    • [DH] libavfilter/internal.h
  • avutil/stereo3d : add a new allocator function that returns a size

    22 juin 2024, par James Almer
    avutil/stereo3d : add a new allocator function that returns a size
    

    av_stereo3d_alloc() is not useful in scenarios where you need to know the
    runtime size of AVStereo3D.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavutil/stereo3d.c
    • [DH] libavutil/stereo3d.h
    • [DH] libavutil/version.h
  • avutil/mastering_display_metadata : add a new allocator function that returns a size

    22 mars 2024, par James Almer
    avutil/mastering_display_metadata : add a new allocator function that returns a size
    

    av_mastering_display_metadata_alloc() is not useful in scenarios where you need to
    know the runtime size of AVMasteringDisplayMetadata.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavutil/mastering_display_metadata.c
    • [DH] libavutil/mastering_display_metadata.h
    • [DH] libavutil/version.h