Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (51)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (4169)

  • dxva2/d3d11va : Set _WIN32_WINNT to 0x0602 instead of 0x0600

    25 juillet 2015, par Martin Storsjö
    dxva2/d3d11va : Set _WIN32_WINNT to 0x0602 instead of 0x0600
    

    If _WIN32_WINNT is unset, we force it to a new enough value to
    make sure the necessary definitions are visible.

    When targeting Windows Phone or Windows RT, _WIN32_WINNT should
    be at least 0x0602 - otherwise the windows headers themselves
    can cause errors (which technically are bugs in the headers).

    Raising this value here shouldn’t hurt ; the alternative would
    be to not touch it at all if WINAPI_FAMILY is set to phone/app,
    or to force setting it to 0x0602 in configure if unset (for phone/app).

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

    • [DBH] configure
    • [DBH] libavcodec/d3d11va.h
    • [DBH] libavcodec/dxva2.h
  • dxva2/d3d11va : Set _WIN32_WINNT to 0x0602 instead of 0x0600

    25 juillet 2015, par Martin Storsjö
    dxva2/d3d11va : Set _WIN32_WINNT to 0x0602 instead of 0x0600
    

    If _WIN32_WINNT is unset, we force it to a new enough value to
    make sure the necessary definitions are visible.

    When targeting Windows Phone or Windows RT, _WIN32_WINNT should
    be at least 0x0602 - otherwise the windows headers themselves
    can cause errors (which technically are bugs in the headers).

    Raising this value here shouldn’t hurt ; the alternative would
    be to not touch it at all if WINAPI_FAMILY is set to phone/app,
    or to force setting it to 0x0602 in configure if unset (for phone/app).

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

    • [DH] configure
    • [DH] libavcodec/d3d11va.h
    • [DH] libavcodec/dxva2.h
  • aacenc : reset special bands in the main frame encoding function

    21 août 2015, par Rostislav Pehlivanov
    aacenc : reset special bands in the main frame encoding function
    

    This commit moves the resetting of special bands (above RESERVED_BT)
    to the main frame encoding function rather than the way it was done
    previously in their corresponding search_for_... functions.

    The reason why special bands need to be reset is that while normal
    bands get chosen for every frame by the coder (twoloop by default)
    the coders do not touch any special sfbs and will therefore
    make them persist throughout the file.

    If we zero them out any bands left unmarked will be chosen by
    the second part of the coder (the trellis function in aaccoder.c).

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c