Recherche avancée

Médias (91)

Autres articles (67)

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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

Sur d’autres sites (8783)

  • tests/fate/hlsenc : rename fate macro define from FATE_AFILTER to FATE_HLSENC

    15 avril 2020, par Steven Liu
    tests/fate/hlsenc : rename fate macro define from FATE_AFILTER to FATE_HLSENC
    

    and add fate-hlsenc for test all of the testcase
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] tests/fate/hlsenc.mak
  • avformat/hlsenc : Fix memleak when using single_file

    11 septembre 2019, par Andreas Rheinhardt
    avformat/hlsenc : Fix memleak when using single_file
    

    This commit fixes a memleak in the hls muxer when one uses a single file
    as output. It has been forgotten to free the temporary buffers used to write
    the packets so that the size of the leaks basically amounts to the size
    of the output file. This commit adds the necessary free.

    Reviewed-by : Steven Liu <lq@onvideo.cn>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/hlsenc.c
  • avformat/hlsenc : detecting duplicated segment filenames

    26 décembre 2016, par Bela Bodecs
    avformat/hlsenc : detecting duplicated segment filenames
      ffmpeg-devel
    

    with use_localtime parameter hlsenc may produce identical filenames for
    different but still existing segments. It happens when
    hls_segment_filename contains
    syntacticaly correct but inadequate format parameters. Currently there
    is no any log message when such a situaton occurs but these cases should
    be avoided in most times. This patch generate warning log messages in
    these cases.

    ticketID : #6043

    Signed-off-by : Bela Bodecs <bodecsb@vivanet.hu>
    Signed-off-by : Steven Liu <lingjiujianke@gmail.com>

    • [DH] libavformat/hlsenc.c