Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (33)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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" ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (2870)

  • avutil/film_grain_params : add av_film_grain_params_select()

    15 mars 2024, par Niklas Haas
    avutil/film_grain_params : add av_film_grain_params_select()
    

    Common utility function that can be used by all codecs to select the
    right (any valid) film grain parameter set. In particular, this is
    useful for AFGS1, which has support for multiple parameters.

    However, it also performs parameter validation for H274.

    • [DH] doc/APIchanges
    • [DH] libavutil/film_grain_params.c
    • [DH] libavutil/film_grain_params.h
    • [DH] libavutil/version.h
  • libdav1d : update API usage to the first stable release

    11 décembre 2018, par James Almer
    libdav1d : update API usage to the first stable release
    

    The color fields were moved to another struct, and a way to propagate
    timestamps and other input metadata was introduced, so the packet
    fifo can be removed.

    Add support for 12bit streams, an option to disable film grain, and
    read the profile from the sequence header referenced by the ouput
    picture instead of guessing based on output pix_fmt.

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

    • [DBH] configure
    • [DBH] libavcodec/libdav1d.c
    • [DBH] libavcodec/version.h
  • lavc/vulkan : add SPIR-V compilation support

    4 octobre 2024, par Lynne
    lavc/vulkan : add SPIR-V compilation support
    

    This is the same as with libavfilter.

    We will need SPIR-V compilation for at least three different things,
    like the VC-2 encoder and decoder, AV1 film grain synthesis for
    hardware with no support for it, and possibly other codecs.

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/vulkan_glslang.c
    • [DH] libavcodec/vulkan_shaderc.c