Recherche avancée

Médias (91)

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (13021)

  • avutil/frame : Port AVFrame.private_ref to RefStruct API

    25 février, par Andreas Rheinhardt
    avutil/frame : Port AVFrame.private_ref to RefStruct API
    

    This is possible without deprecation period, because said field
    is documented as only for our libav* libraries and not the general
    public.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/decode.c
    • [DH] libavcodec/lcevcdec.c
    • [DH] libavcodec/nvdec.c
    • [DH] libavcodec/nvdec_av1.c
    • [DH] libavcodec/nvdec_h264.c
    • [DH] libavcodec/nvdec_hevc.c
    • [DH] libavcodec/nvdec_mjpeg.c
    • [DH] libavcodec/nvdec_mpeg12.c
    • [DH] libavcodec/nvdec_mpeg4.c
    • [DH] libavcodec/nvdec_vc1.c
    • [DH] libavcodec/nvdec_vp8.c
    • [DH] libavcodec/nvdec_vp9.c
    • [DH] libavcodec/videotoolbox.c
    • [DH] libavutil/frame.c
    • [DH] libavutil/frame.h
  • avcodec/vvcdec : schedule next stage only if the current stage reports no error

    23 novembre 2024, par Nuo Mi
    avcodec/vvcdec : schedule next stage only if the current stage reports no error
    

    If the current stage reports an error, some variables may not be correctly initialized.
    Scheduling the next stage could lead to the use of uninitialized variables.

    • [DH] libavcodec/vvc/thread.c
  • avcodec/vvcdec : refact out deblock boundary strength stage

    4 octobre 2024, par Nuo Mi
    avcodec/vvcdec : refact out deblock boundary strength stage
    

    The deblock boundary strength stage utilizes 5% of CPU resources for 8K clips.
    It's worth considering it as a standalone stage. This stage has been relocated
    to follow the parser process, allowing us to reuse CUs and TUs before releasing them.

    • [DH] libavcodec/vvc/filter.c
    • [DH] libavcodec/vvc/filter.h
    • [DH] libavcodec/vvc/thread.c