Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (39)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (6488)

  • lavc/vaapi_decode : Make it possible to send multiple slice params buffers

    8 mai 2024, par David Rosca
    lavc/vaapi_decode : Make it possible to send multiple slice params buffers
    

    Reviewed-by : Neal Gompa <ngompa13@gmail.com>
    Signed-off-by : David Rosca <nowrep@gmail.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/vaapi_av1.c
    • [DH] libavcodec/vaapi_decode.c
    • [DH] libavcodec/vaapi_decode.h
    • [DH] libavcodec/vaapi_h264.c
    • [DH] libavcodec/vaapi_hevc.c
    • [DH] libavcodec/vaapi_mjpeg.c
    • [DH] libavcodec/vaapi_mpeg2.c
    • [DH] libavcodec/vaapi_mpeg4.c
    • [DH] libavcodec/vaapi_vc1.c
    • [DH] libavcodec/vaapi_vp8.c
    • [DH] libavcodec/vaapi_vp9.c
  • lavc/hevcdec : move slice decoding dispatch to its own function

    2 juin 2024, par Anton Khirnov
    lavc/hevcdec : move slice decoding dispatch to its own function
    

    Also move there a sanity check from hls_decode_entry() that should also
    be performed when WPP is active (note that the check is not moved to
    hls_slice_header() because it requires the HEVCContext.tab_slice_address
    to be set up).

    • [DH] libavcodec/hevc/hevcdec.c
  • lavc/hevcdec : store slice header POC in SliceHeader

    1er juin 2024, par Anton Khirnov
    lavc/hevcdec : store slice header POC in SliceHeader
    

    Rather than decoding directly into HEVCContext.poc.

    This is a step towards constifying HEVCContext in hls_slice_header().

    • [DH] libavcodec/hevc/hevcdec.c
    • [DH] libavcodec/hevc/hevcdec.h