Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (45)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

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

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

  • avformat/movenc : Free old vos_data before overwriting it

    28 septembre 2020, par Andreas Rheinhardt
    avformat/movenc : Free old vos_data before overwriting it
    

    Otherwise the old data leaks whenever extradata needs to be rewritten
    (e.g. when encoding FLAC with our encoder that sends an updated
    extradata packet at the end).

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

    • [DH] libavformat/movenc.c
  • avformat/sbgdec : fix leak in sbg_read_header()

    17 juin, par Lidong Yan
    avformat/sbgdec : fix leak in sbg_read_header()
    

    In sbg_read_header(), if avformat_new_stream() failed, it returns
    without cleanup, which may cause memory leaks. Replace return statement
    with goto so that we would first clean up then return.

    Signed-off-by : Lidong Yan <502024330056@smail.nju.edu.cn>
    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/sbgdec.c
  • avformat/mov : Fix memleak

    16 septembre 2019, par Andreas Rheinhardt
    avformat/mov : Fix memleak
    

    When the mov/mp4 demuxer encounters an error during decrypting a packet,
    it returns the error, yet doesn't free the packet, so that the packet
    leaks. This has been fixed in this commit.

    Fixes the memleaks from ticket #8150.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c