Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (14)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (3534)

  • avformat/flvdec : fix size desync when reading timestamp offsets

    24 juillet 2023, par Hendrik Leppkes
    avformat/flvdec : fix size desync when reading timestamp offsets
    

    The size offset was previously being accounted for in flv_set_video_codec
    for h264 and mpeg4, instead of being directly accounted for in the spot
    where its read, which desynced on HEVC streams.

    For clarity, move the size offset directly to the parsing, similar to
    how its done for all other header fields.

    • [DH] libavformat/flvdec.c
  • lavf/mpegts : add reading of ARIB data coding descriptor

    14 janvier 2019, par Jan Ekström
    lavf/mpegts : add reading of ARIB data coding descriptor
    

    This enables us to read the data coding type utilized for
    a specific private data stream, of which we currently are
    interested in ARIB caption streams.

    The component tag limitations are according to ARIB TR-B14,
    and the component IDs are defined in ARIB STD-B10.

    • [DH] libavformat/mpegts.c
  • avcodec/mpeg4videodec : Check available data before reading custom matrix

    29 novembre 2015, par Michael Niedermayer
    avcodec/mpeg4videodec : Check available data before reading custom matrix
    

    Fixes : out of array read
    Fixes : 76c515fc3779d1b838667c61ea13ce92/asan_heap-oob_1fc0d07_8913_794a4629a264ebdb25b58d3a94ed1785.bit

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpeg4videodec.c