Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (25)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (4675)

  • avformat/mov : add missing stts array syncing in mov_build_index

    25 novembre 2024, par James Almer
    avformat/mov : add missing stts array syncing in mov_build_index
    

    Also fix checks for sc->stts_count that assume it may not be in sync with
    sample count.
    Missed in 865c73c86f9d9d167be7e41ad6cef71eba92dadd. Fixes parsing durations in
    some cases.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mov.c
    • [DH] tests/ref/fate/enhanced-flv-hevc
    • [DH] tests/ref/fate/matroska-dovi-write-config8
  • avformat/hevc : don't write NALUs with nuh_layer_id > 0 in hvcC boxes

    14 juin 2024, par James Almer
    avformat/hevc : don't write NALUs with nuh_layer_id > 0 in hvcC boxes
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/hevc.c
    • [DH] libavformat/hevc.h
    • [DH] tests/ref/fate/enhanced-flv-hevc
    • [DH] tests/ref/fate/matroska-dovi-write-config8
    • [DH] tests/ref/lavf-fate/hevc.flv
  • avcodec/vaapi_encode : move pic->input_surface initialization to encode_alloc

    2 janvier 2024, par Tong Wu
    avcodec/vaapi_encode : move pic->input_surface initialization to encode_alloc
    

    When allocating the VAAPIEncodePicture, pic->input_surface can be
    initialized right in the place. This movement simplifies the send_frame
    logic and is the preparation for moving vaapi_encode_send_frame to the base layer.

    Signed-off-by : Tong Wu <tong1.wu@intel.com>

    • [DH] libavcodec/vaapi_encode.c