Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9907)

  • lavc : add standalone cached bitstream reader

    22 avril 2016, par Alexandra Hájková
    lavc : add standalone cached bitstream reader
    

    The cached bitstream reader was originally written by Alexandra Hájková
    for Libav, with significant input from Kostya Shishkov and Luca Barbato.
    It was then committed to FFmpeg in ca079b09549, by merging it with the
    implementation of the current bitstream reader.

    This merge makes the code of get_bits.h significantly harder to read,
    since it now contains two different bitstream readers interleaved with
    #ifdefs. Additionally, the code was committed without proper authorship
    attribution.

    This commit re-adds the cached bitstream reader as a standalone header,
    as it was originally developed. It will be made useful in following
    commits.

    Integration by Anton Khirnov.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/bitstream.h
  • bytestream2 : set the reader to the end when reading more than available

    10 juillet 2015, par Anton Khirnov
    bytestream2 : set the reader to the end when reading more than available
    

    This prevents possible infinite loops with the calling code along the
    lines of while (bytestream2_get_bytes_left()) ... , where the reader
    does not advance.

    CC : libav-stable@libav.org

    • [DBH] libavcodec/bytestream.h
  • avcodec/h264_cabac : disable the unchecked bitstream reader for arm & aarch64

    15 mars 2014, par Michael Niedermayer
    avcodec/h264_cabac : disable the unchecked bitstream reader for arm & aarch64
    

    The newly added optimizations do not work with the unchecked reader

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264_cabac.c