Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (60)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Les images

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

Sur d’autres sites (7451)

  • lavc/dnxuc_parser : Use av_fourcc2str instead of av_fourcc_make_string

    12 octobre 2024, par Alexander Strasser
    lavc/dnxuc_parser : Use av_fourcc2str instead of av_fourcc_make_string
    

    The documentation of av_fourcc_make_string states the passed in
    buffer must be of at least the size of AV_FOURCC_MAX_STRING_SIZE .

    Using av_fourcc2str uses the correct buffer size and moves the
    buffer into a nested scope while also being shorter.

    Fixes : CID 1632380
    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavcodec/dnxuc_parser.c
  • libavutil : include assembly with full path from source root

    18 janvier 2022, par Alexander Kanavin
    libavutil : include assembly with full path from source root
    

    Otherwise nasm writes the full host-specific paths into .o
    output, which breaks binary reproducibility.

    Signed-off-by : Alexander Kanavin <alex.kanavin@gmail.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavutil/x86/cpuid.asm
    • [DH] libavutil/x86/emms.asm
    • [DH] libavutil/x86/fixed_dsp.asm
    • [DH] libavutil/x86/float_dsp.asm
    • [DH] libavutil/x86/lls.asm
    • [DH] libavutil/x86/pixelutils.asm
    • [DH] libavutil/x86/tx_float.asm
  • lavc/aac_ac3_parser : fix potential overflow when averaging bitrate

    17 juillet 2020, par Alexander Strasser
    lavc/aac_ac3_parser : fix potential overflow when averaging bitrate
    

    The new code is analog to how it's done in our mpegaudio parser.

    Acked-by : Jun Zhao <barryjzhao@tencent.com>
    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavcodec/aac_ac3_parser.c
    • [DH] libavcodec/aac_ac3_parser.h
    • [DH] tests/ref/fate/adtstoasc_ticket3715