Recherche avancée

Médias (1)

Mot : - Tags -/artwork

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

  • avcodec/jpeg2000dec : Implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM

    23 septembre 2022, par Andreas Rheinhardt
    avcodec/jpeg2000dec : Implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
    

    This could be improved further by not allocating the buffers
    that won't be needed lateron in the first place.

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/jpeg2000dec.c
  • avcodec/cabac_functions : Add missing headers

    8 août 2021, par Andreas Rheinhardt
    avcodec/cabac_functions : Add missing headers
    

    Fixes make checkheaders on PPC, for which no arch-specific header
    exists that indirectly includes attributes.h.

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

    • [DH] libavcodec/cabac_functions.h
  • avformat/amr : Don't reset AVFormatContext.priv_data

    6 janvier 2022, par Andreas Rheinhardt
    avformat/amr : Don't reset AVFormatContext.priv_data
    

    The AMR muxer doesn't have a private context, so it's priv_data
    will be NULL. If it weren't, simply setting it to NULL would lead
    to a memleak.

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

    • [DH] libavformat/amr.c