Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (78)

  • 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

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7677)

  • lavc/qsv : add support for decoding & encoding 12bit content

    6 octobre 2022, par Fei Wang
    lavc/qsv : add support for decoding & encoding 12bit content
    

    AV_PIX_FMT_P012, AV_PIX_FMT_Y212 and AV_PIX_FMT_XV36 are used in
    FFmpeg and MFX_FOURCC_P016, MFX_FOURCC_Y216, and MFX_FOURCC_Y416 are used
    in the SDK

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsv.c
    • [DH] libavcodec/qsvdec.c
    • [DH] libavcodec/qsvenc_hevc.c
  • lavc/hevc_ps : Add SPS/PPS parse support for HEVC extension syntax

    16 février 2023, par Linjie Fu
    lavc/hevc_ps : Add SPS/PPS parse support for HEVC extension syntax
    

    1. Add extension syntax according to 7.3.2.2.3/7.3.2.3.3 in T-REC-H.265-201911.
    2. Keep using parsed PPS when bitstream overread for compatibility. For
    example, the clip PS_A_VIDYO_3.bit in FATE test has incomplete extension
    syntax which will be overread and un-decodable if without this change.
    3. Format brace in pps_range_extensions().

    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>
    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_ps.c
    • [DH] libavcodec/hevc_ps.h
  • lavc/av1 : Add unit test for level handling

    11 septembre 2023, par Fei Wang
    lavc/av1 : Add unit test for level handling
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Reviewed-by : Neal Gompa <ngompa13@gmail.com>

    • [DH] libavcodec/tests/.gitignore
    • [DH] libavcodec/tests/av1_levels.c
    • [DH] tests/fate/libavcodec.mak