Recherche avancée

Médias (91)

Autres articles (59)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • rtmpproto : Move the flv header/trailer addition to append_flv_data

    3 octobre 2013, par Martin Storsjö
    rtmpproto : Move the flv header/trailer addition to append_flv_data
    

    update_offset is also called from handle_metadata, where the
    packet header sizes is already included in the size.

    Previously this lead to flv_data/flv_size including 15 uninitialized
    bytes at the end after each call to handle_metadata, making the
    flv demuxer lose sync with the stream.

    Also remove leftover copying in handle_metadata. This is a leftover
    from the refactoring in 5840473. (Previously this final mempcy was
    the one that copied all the packets at once, while this is done
    within the loop right now.) After making sure flv_size is set to
    the right size, this write was out of bounds.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtmpproto.c
  • matroskaenc : Allow chapters to be written in trailer

    3 septembre 2013, par John Stebbins
    matroskaenc : Allow chapters to be written in trailer
    

    This allows creation of frame accurate chapter marks from sources like
    DVD and BD where the precise chapter location is not known until the
    chapter mark has been reached during reading.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavformat/avformat.h
    • [DBH] libavformat/matroskaenc.c
  • avcodec/jpeg2000dec : Also include remaining length in "Block length" error message

    15 juin 2015, par Michael Niedermayer
    avcodec/jpeg2000dec : Also include remaining length in "Block length" error message
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/jpeg2000dec.c