Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (41)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Les sons

    15 mai 2013, par

Sur d’autres sites (4546)

  • avcodec/v4l2_m2m : Remove redundant av_frame_unref()

    24 septembre 2023, par Andreas Rheinhardt
    avcodec/v4l2_m2m : Remove redundant av_frame_unref()
    

    This frame will be freed in the next line.

    Reviewed-by : Zhao Zhili <quinkblack@foxmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/v4l2_m2m.c
  • avcodec/metasound : Remove always-false checks

    18 octobre 2022, par Andreas Rheinhardt
    avcodec/metasound : Remove always-false checks
    

    The number of channels that is checked here is automatically
    valid because it has just been set by us (based upon an entry
    in codec_props).

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

    • [DH] libavcodec/metasound.c
  • avcodec/aacdec_common : Combine huffman tabs

    24 septembre 2023, par Andreas Rheinhardt
    avcodec/aacdec_common : Combine huffman tabs
    

    This allows to avoid the relocations inherent in a table
    to individual tables ; it also reduces padding.

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

    • [DH] libavcodec/aacdec_common.c