Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (88)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6789)

  • avcodec/libx265 : use x265 Multi-library Interface to query the API

    7 mai 2015, par Gopu Govindaswamy
    avcodec/libx265 : use x265 Multi-library Interface to query the API
    

    ffmpeg can now use the x265 multi-library interface to make a runtime
    selection between a number of libx265 libraries (perhaps 8bpp and 16bpp).

    ffmpeg will link to one build of libx265 (statically or
    dynamically) and this linked version of libx265 will support one
    bit-depth (8 or 10 bits). At runtime, ffmpeg now has the option to request the
    encoder to use a different bit depth(8 or 10). If the requested bitdepth
    is zero, or if it matches the bitdepth of the system default libx265 (the
    currently linked library), then this library will be used for encode.
    If ffmpeg requests a different bit-depth, the linked libx265 will attempt
    to dynamically bind a shared library with the requested bit-depth from the install
    location (default or user-specified).

    new x265 API :
    const x265_api* api = x265_api_get(int bitDepth) ;
    x265_api - holds the libx265 public API functions
    bitDepth - requested API for 8bpp or 16bpp

    note : Use 0 to indicate native bit depth of the linked libx265 and
    x265_api_get(0) is guaranteed to return a non-null pointer

    Signed-off-by : Gopu Govindaswamy <gopu@multicorewareinc.com>
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] configure
    • [DH] libavcodec/libx265.c
  • Revision e656f44c24 : update vp9_thread.[hc] pull the latest from WebP, which adds a worker interface

    20 juin 2014, par James Zern

    Changed Paths :
     Modify /test/vp9_thread_test.cc


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_decoder.c


     Modify /vp9/decoder/vp9_dthread.c


     Modify /vp9/decoder/vp9_thread.c


     Modify /vp9/decoder/vp9_thread.h



    update vp9_thread.[hc]

    pull the latest from WebP, which adds a worker interface abstraction
    allowing an application to override init/reset/sync/launch/execute/end

    this has the side effect of removing a harmless, but annoying, TSan
    warning.

    Original source :
    http://git.chromium.org/webm/libwebp.git
    100644 blob 08ad4e1fecba302bf1247645e84a7d2779956bc3 src/utils/thread.c
    100644 blob 7bd451b124ae3b81596abfbcc823e3cb129d3a38 src/utils/thread.h

    Local modifications :
    - s/WebP/VP9/g
    - camelcase functions -> lower with _’s
    - associate ’*’ with the variable, not the type

    Change-Id : I875ac5a74ed873cbcb19a3a100b5e0ca6fcd9aed

  • Revision b49e9fb433 : Merge "Tune IDCT8_1D macro function interface"

    6 janvier 2014, par Jingning Han

    Merge "Tune IDCT8_1D macro function interface"