Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (55)

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

  • 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

Sur d’autres sites (11302)

  • libswresample/swresample : avoid s16p internal transfer format

    5 janvier 2023, par Paul B Mahol
    libswresample/swresample : avoid s16p internal transfer format
    

    Instead use float one by default for sample rate conversions.
    The s16p internal transfer format produces visible and hearable
    quantization artifacts.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    for S8 we continue to use S16 as it should have enough precision
    Fate is adjusted so bitexactness is maintained between mips/arm/x86
    if more tests became bit-inexact on some platform, the same change
    can be done to them

    The use of higher precision and float intermediates inevitably
    leads to more differences between platforms.

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

    • [DH] libswresample/swresample.c
    • [DH] tests/fate/acodec.mak
    • [DH] tests/fate/lavf-container.mak
  • http: Improve handling of Content-Range with Transfer-Encoding:chunked

    2 février 2022, par Justin Ruggles
    http: Improve handling of Content-Range with Transfer-Encoding:chunked
    

    When Transfer-Encoding:chunked is used, the client must ignore a
    Content-Length header, if present. However, it should not ignore a
    Content-Range header, which also includes the full size of the
    entity.

    • [DH] libavformat/http.c
  • hwcontext_vulkan : check for non-flagged transfer queue families

    20 novembre 2021, par Lynne
    hwcontext_vulkan : check for non-flagged transfer queue families
    

    "All commands that are allowed on a queue that supports transfer
    operations are also allowed on a queue that supports either
    graphics or compute operations. Thus, if the capabilities of a
    queue family include VK_QUEUE_GRAPHICS_BIT or VK_QUEUE_COMPUTE_BIT,
    then reporting the VK_QUEUE_TRANSFER_BIT capability separately for
    that queue family is optional."

    • [DH] libavutil/hwcontext_vulkan.c