Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (88)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

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

  • lavc/qtrle : Use AV_PIX_FMT_PAL8 for 1-bit video

    29 décembre 2015, par Mats Peterson
    lavc/qtrle : Use AV_PIX_FMT_PAL8 for 1-bit video
    

    This commit fixes the lack of palettized display of 1-bit video
    in the qtrle decoder. It is related to my commit of
    lavf/qtpalette, which added 1-bit video to the "palettized video"
    category. As far as I can see, everything works fine, but comments are
    of course welcome.

    Below are links to sample files, which should now be displayed properly
    with bluish colors, but which were previously displayed in black &
    white.

    Matroska :
    https://drive.google.com/open?id=0B3_pEBoLs0faNjI0cHBMWDhYY2c
    Earth Spin 1-bit qtrle.mkv

    QuickTime (mov) :
    https://drive.google.com/open?id=0B3_pEBoLs0faUlItWm9KaGJSTEE
    Earth Spin 1-bit qtrle.mov

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/qtrle.c
    • [DH] tests/ref/fate/qtrle-1bit
  • flvdec : perform duration search just once

    3 août 2012, par Michael Niedermayer
    flvdec : perform duration search just once
    

    When loading a truncated flv file, it would previously try to do a seek to
    the end of every packet read. For some input protocols (such as http), such
    repeated seek attempts are cripple the reading performance.

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

    • [DBH] libavformat/flvdec.c
  • build : make out-of-tree builds bit-identical to in-tree builds

    28 décembre 2015, par Andreas Cadhalpun
    build : make out-of-tree builds bit-identical to in-tree builds
    

    Previously the full source path was embedded inconsistently in the debug
    information between in-tree/out-of-tree builds.

    The ’vpath %.inc’ becomes necessary for finding
    libavfilter/all_channel_layouts.inc in out-of-tree builds.

    The full source path is still embedded in the debug information, but
    it’s now independent of whether building in-tree or out-of-tree.

    The biggest improvement of this patch is that gdb now always searches
    for the path relative to the source directory. It still also searches
    for the full path.
    Previously it searched only for the full path in out-of-tree builds,
    making the debug information generated by Debian’s buildds rather hard
    to use.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] Makefile
    • [DH] common.mak
    • [DH] configure
    • [DH] library.mak