Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (59)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

Sur d’autres sites (8847)

  • avcodec/mlpdec : Set AV_FRAME_FLAG_KEY explicitly

    8 mai 2024, par Andreas Rheinhardt
    avcodec/mlpdec : Set AV_FRAME_FLAG_KEY explicitly
    

    It is currently always set for all audio frames, but this is
    wrong (namely for MLP/TrueHD) and will be changed.

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

    • [DH] libavcodec/mlpdec.c
  • avcodec/pthread_frame : Fix doxygen comments

    14 septembre 2023, par Andreas Rheinhardt
    avcodec/pthread_frame : Fix doxygen comments
    

    The '<' in ///< says that the comment pertains to the previous item
    on the same line as the ///<.

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

    • [DH] libavcodec/pthread_frame.c
  • avfilter/avfilter : Also deprecate variable name

    29 juillet 2023, par Andreas Rheinhardt
    avfilter/avfilter : Also deprecate variable name
    

    Otherwise the var_names and the corresponding enum will be off
    and e.g. the array holding the variable values will be too small.

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

    • [DH] libavfilter/avfilter.c