Recherche avancée

Médias (1)

Mot : - Tags -/iphone

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 (11518)

  • lavc : Move deprecation warning disabling to files including the table

    3 juillet 2015, par Vittorio Giovara
    lavc : Move deprecation warning disabling to files including the table
    

    Unbreak build from 7a5902c556d84a367dd64a003a4e7244fc3a73d1.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/options.c
    • [DH] libavcodec/options_table.h
    • [DH] libavformat/options.c
  • lavc : Move deprecation warning disabling to files including the table

    3 juillet 2015, par Vittorio Giovara
    lavc : Move deprecation warning disabling to files including the table
    

    Unbreak build from 7a5902c556d84a367dd64a003a4e7244fc3a73d1.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/options.c
    • [DBH] libavcodec/options_table.h
    • [DBH] libavformat/options.c
  • vp9/update_prob : prevent out of bounds table read

    30 juin 2015, par James Zern
    vp9/update_prob : prevent out of bounds table read
    

    the max value of the lookup in expanded form is :
    (((1 << 7) - 1) << 1) - 65 + 1 + 64 = 254

    add one entry of padding to inv_map_table[] to prevent out of bounds
    access with non-conforming / fuzzed bitstreams

    Signed-off-by : James Zern <jzern@google.com>
    Reviewed-by : "Ronald S. Bultje" <rsbultje@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp9.c