Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (103)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (12808)

  • diracdec : do not memset the entire coefficient buffer for HQ pictures

    23 juin 2016, par Rostislav Pehlivanov
    diracdec : do not memset the entire coefficient buffer for HQ pictures
    

    This is now handled by the slice decoding function.

    Signed-off-by : Rostislav Pehlivanov <rpehlivanov@obe.tv>

    • [DH] libavcodec/diracdec.c
  • cbs_h264 : Fix handling of auxiliary pictures

    7 novembre 2018, par Andreas Rheinhardt
    cbs_h264 : Fix handling of auxiliary pictures
    

    The earlier code used the most recent non-auxiliary slice to determine
    whether an auxiliary slice has the syntax of an IDR slice, even when
    the most recent slice was from a slice of a redundant frame. Now only
    slices of the primary coded picture are used, as the specifications
    mandate.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>

    • [DH] libavcodec/cbs_h264_syntax_template.c
  • avformat/flacenc : support writing attached pictures

    4 avril 2018, par Rodger Combs
    avformat/flacenc : support writing attached pictures
    

    Usage of packet queueing API and some cleaning done by the committer.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/flacenc.c