Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (85)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

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

  • configure : Remove unnecessary mpeg[12]video_enc->h263dsp dependencies

    24 octobre 2022, par Andreas Rheinhardt
    configure : Remove unnecessary mpeg[12]video_enc->h263dsp dependencies
    

    This effectively reverts 9b78abae19aa18e8427848f4d4367da3822ed627.
    The underlying issue has been fixed properly in commit
    cff480e49d73640c980922626e57c9889bb4b18d.

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

    • [DH] configure
  • avformat/flvenc : Add deinit function

    23 octobre 2019, par Andreas Rheinhardt
    avformat/flvenc : Add deinit function
    

    Fixes memleaks when the trailer is never written or when shift_data()
    fails when writing the trailer.

    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/flvenc.c
  • avcodec/h2645_parse : Move ref_idc further up in H2645NAL

    11 décembre 2021, par Andreas Rheinhardt
    avcodec/h2645_parse : Move ref_idc further up in H2645NAL
    

    This puts it directly near the NALU type which is more natural
    and furthermore reduces the size of the structure because it
    can be placed in padding (on 64-bit systems).

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

    • [DH] libavcodec/h2645_parse.h