Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (57)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (5772)

  • avformat/webm_chunk : Use ff_stream_encode_params_copy()

    13 avril 2021, par Andreas Rheinhardt
    avformat/webm_chunk : Use ff_stream_encode_params_copy()
    

    It is simpler and more complete (e.g. it copies the framerate
    information which allows to write the default duration element).

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

    • [DH] libavformat/webm_chunk.c
  • avcodec/h264_metadata_bsf : Don't add AUD to extradata

    2 avril 2021, par Andreas Rheinhardt
    avcodec/h264_metadata_bsf : Don't add AUD to extradata
    

    This is a regression since switching to the generic CBS BSF code.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/h264_metadata_bsf.c
  • avcodec/imc : Fix leak on init error

    11 septembre 2023, par Andreas Rheinhardt
    avcodec/imc : Fix leak on init error
    

    Since e6afa61be97674312e36c9b6f8bb5fba009232e7 an AVFloatDSPContext
    would leak on av_tx_init() failure.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/imc.c