Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (57)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (4164)

  • ogg : Fix potential infinite discard loop

    18 août 2013, par Reimar Döffinger
    ogg : Fix potential infinite discard loop
    

    Seeking in certain broken files would cause ogg_read_timestamp
    to fail because ogg_packet would go into a state where all packets
    of stream 1 would be discarded until the end of the stream.

    Bug-Id : 553
    CC : libav-stable@libav.org

    Signed-off-by : Jan Gerber <j@v2v.cc>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavformat/oggdec.c
  • ogg : Fix potential infinite discard loop

    18 août 2013, par Reimar Döffinger
    ogg : Fix potential infinite discard loop
    

    Seeking in certain broken files would cause ogg_read_timestamp
    to fail because ogg_packet would go into a state where all packets
    of stream 1 would be discarded until the end of the stream.

    Bug-Id : 553
    CC : libav-stable@libav.org

    Signed-off-by : Jan Gerber <j@v2v.cc>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/oggdec.c
  • Make new VDPAU easier to use by adding context to callback.

    7 août 2013, par Reimar Döffinger
    Make new VDPAU easier to use by adding context to callback.
    

    Using VDPAU correctly means checking for preemption
    and possibly regenerating the context all the time.
    With the current API there is no context or other
    user-defined pointer and thus this in not possible
    during decoding unless using some hack like global
    variables.
    The need to reinitialize both surfaces and even function
    pointers makes handling preemption even more difficult.
    This patch introduces a new render2 function that gets
    both the AVCodecContext and AVFrame in addition,
    in both the user can store additional opaque data.
    This allows even advanced approaches like keeping a
    "generation counter" for the surfaces so they can be
    regenerated on the fly and efficiently.
    In addition, the function has a return value that will
    be passed through all the way instead of being silently
    ignored as for the current render function.
    Unfortunately the HWAccel API has no way of providing
    API/ABI compatibility, so a currently disallowed
    state (render pointer being NULL) is used to extend it.

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] doc/APIchanges
    • [DH] libavcodec/vdpau.c
    • [DH] libavcodec/vdpau.h
    • [DH] libavcodec/vdpau_h264.c
    • [DH] libavcodec/version.h