Recherche avancée

Médias (91)

Autres articles (52)

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

  • 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

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (7739)

  • avcodec/movtextdec : Redo TextSampleModifierBox size checks

    8 décembre 2021, par Andreas Rheinhardt
    avcodec/movtextdec : Redo TextSampleModifierBox size checks
    

    The current checks just check whether the boxes fit into the remaining
    size of the packet instead of whether they actually fit into the box
    size. This has been changed ; part of this change is to pass the size of
    the box (minus the box header) as parameter instead of a pointer to
    the AVPacket by which the box parsing function is supposed to
    recalculate whether enough data is available.

    Reviewed-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/movtextdec.c
  • avformat/matroskaenc : Redo applying ProRes offset

    16 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Redo applying ProRes offset
    

    Add a field to mkv_track that is set to the offset instead
    of checking for whether the track is ProRes when writing
    the Block. This makes writing the Block independent
    of the AVCodecParameters.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/matroskaenc.c
  • avformat/matroskaenc : Redo reformatting AV1

    16 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Redo reformatting AV1
    

    This avoids allocations+copies in all cases, not only those
    in which the desired OBUs are contiguous in the input buffer.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/matroskaenc.c