Recherche avancée

Médias (91)

Autres articles (70)

  • 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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

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

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