Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (74)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

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

  • avcodec/d3d12va_vc1 : add support for D3D12_VIDEO_DECODE_PROFILE_VC1_D2010 guid.

    31 janvier 2024, par Aleksoid
    avcodec/d3d12va_vc1 : add support for D3D12_VIDEO_DECODE_PROFILE_VC1_D2010 guid.
    

    The VC1_D2010 profile, also known as VC1_VLD2010, has the same functionality
    and specification as the VC1_D profile. Support for this profile serves only
    as a positive indication that the accelerator has been designed with awareness
    of the modifications specified in the August 2010 version of this specification.

    Hardware accelerator drivers that expose support for this profile must not
    also expose the previously specified VC1_D GUID, unless the accelerator works
    properly with existing software decoders that use VC1_D and that do not incorporate
    the corrections added to the August 2010 version of this specification.

    As a result, we could give VC1_VLD2010 a higher priority and initialize
    it first.

    Signed-off-by : Aleksoid <Aleksoid1978@mail.ru>
    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/d3d12va_vc1.c
  • libFLAC/lpc_intrin_sseN.c : Disambiguate macro names.

    28 juin 2014, par Erik de Castro Lopo
    libFLAC/lpc_intrin_sseN.c : Disambiguate macro names.
    

    Previously, the files lpc_intrin_sse2.c and lpc_intrin_sse41.c both defined
    macros RESIDUAL_RESULT and DATA_RESULT. This situation made it impossible
    to merge these files which we may do at some stage.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/lpc_intrin_sse2.c
    • [DH] src/libFLAC/lpc_intrin_sse41.c
  • src/ : Fix two typos.

    1er juin 2014, par Erik de Castro Lopo
    src/ : Fix two typos.
    

    * ’norrmal’ -> ’normal’.
    * ’fames’ -> ’frames’.

    Reported-by : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/encode.c
    • [DH] src/share/grabbag/snprintf.c