Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (77)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (8593)

  • Revision 516d0b1180 : Set up early RD cost check for NEWMV in non-RD mode decision flow This commit e

    4 avril 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_pickmode.c



    Set up early RD cost check for NEWMV in non-RD mode decision flow

    This commit estimates the motion vector rate cost right after full
    pixel motion search. It combines this and the mode cost and compares
    the corresponding rate-distortion cost. If it is already above the
    current best one, skip the rest sub-pixel motion search and modeling
    process. For pedestrian_area 1080p at 4000 kpbs, the speed -5 runtime
    goes down from 39425 ms -> 38399 ms.

    Change-Id : If4cd7119fd6c266798d5cf1d19d19ab425e52a26

  • intreadwrite : Indicate potential aliasing in AV_RN/AV_WN for Clang/MSVC mode

    1er août 2023, par Martin Storsjö
    intreadwrite : Indicate potential aliasing in AV_RN/AV_WN for Clang/MSVC mode
    

    Use the GCC specific codepath for Clang in MSVC mode too.
    This matches the condition used in a number of other places.

    MSVC doesn't have a way to signal potential aliasing, while GCC
    (and Clang) can use __attribute__((may_alias)) for this purpose.

    When building with Clang in MSVC mode, __GNUC__ isn't defined but
    _MSC_VER is as Clang primarily impersonates MSVC - but even then it
    does support the GCC style attributes.

    The GCC specific codepath uses av_alias, which expands to
    the may_alias attribute if supported. The MSVC specific codepath
    doesn't use av_alias so far (as MSVC doesn't support any
    corresponding attribute).

    This fixes a couple HEVC decoder tests when built with Clang 14 or
    newer in MSVC mode (with issues observed on all of x86_64, armv7
    and aarch64).

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

    • [DH] libavutil/intreadwrite.h
  • Revision 06fce6b640 : vp8 : Update to the adaptive denoising mode. Allow for option to apply spatial b

    10 septembre 2014, par Marco

    Changed Paths :
     Modify /vp8/common/postproc.c


     Modify /vp8/common/postproc.h


     Modify /vp8/encoder/denoising.c


     Modify /vp8/encoder/denoising.h


     Modify /vp8/encoder/onyx_if.c



    vp8 : Update to the adaptive denoising mode.

    Allow for option to apply spatial blur for temporal
    denoising, under the aggressive denoising mode.

    Change-Id : I41c5fdc0b6cf32d8f8d1d4236b25fa5aa406e89e