Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (75)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

Sur d’autres sites (12431)

  • avcodec/error_resilience : Avoid me_cmp.h inclusion

    19 mars, par Andreas Rheinhardt
    avcodec/error_resilience : Avoid me_cmp.h inclusion
    

    Use spell out what me_cmp_func means.
    Avoids inclusions in the H.264 decoder as well as all
    mpegvideo decoders.

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

    • [DH] libavcodec/error_resilience.h
  • avcodec/mpeg12dec : Don't assert on thread_count

    14 mars, par Andreas Rheinhardt
    avcodec/mpeg12dec : Don't assert on thread_count
    

    Nothing in this decoder would break if the generic code were to be
    changed to allow slice "threading" with only one thread.

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

    • [DH] libavcodec/mpeg12dec.c
  • avcodec/aacdec_common : Switch to ff_vlc_init_tables_from_lengths()

    24 septembre 2023, par Andreas Rheinhardt
    avcodec/aacdec_common : Switch to ff_vlc_init_tables_from_lengths()
    

    It allows to replace code tables of type uint32_t or uint16_t
    by symbols of type uint8_t. It is also faster.

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

    • [DH] libavcodec/aacdec_common.c