Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (96)

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

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (7312)

  • avfilter/yadif_common : Add field type tracking to help bwdif

    4 novembre 2018, par Philip Langdale
    avfilter/yadif_common : Add field type tracking to help bwdif
    

    The bwdif filter can use common yadif frame management if we track
    when a field is the first or last field in a sequence. While this
    information is not used by yadif, the added benefit of removing the
    duplicated frame management logic makes it worth tracking this state
    in the common code.

    • [DH] libavfilter/yadif.h
    • [DH] libavfilter/yadif_common.c
  • libavutil : Undeprecate the AVFrame reordered_opaque field

    25 octobre 2018, par Martin Storsjö
    libavutil : Undeprecate the AVFrame reordered_opaque field
    

    This was marked as deprecated (but only in the doxygen, not with an
    actual deprecation attribute) in 81c623fae05 in 2011, but was
    undeprecated in ad1ee5fa7.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavutil/frame.h
    • [DBH] libavutil/version.h
  • libx264 : Pass the reordered_opaque field through the encoder

    11 octobre 2018, par Martin Storsjö
    libx264 : Pass the reordered_opaque field through the encoder
    

    libx264 does have a field for opaque data to pass along with frames
    through the encoder, but it is a pointer, while the libavcodec
    reordered_opaque field is an int64_t. Therefore, allocate an array
    within the libx264 wrapper, where reordered_opaque values in flight
    are stored, and pass a pointer to this array to libx264.

    Update the public libavcodec documentation for the AVCodecContext
    field to explain this usage, and add a codec capability that allows
    detecting whether an encoder handles this field.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/libx264.c
    • [DBH] libavcodec/version.h