Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (67)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • avcodec/options : leave priv_data in avcodec_copy_context() intact

    30 mai 2014, par Michael Niedermayer
    avcodec/options : leave priv_data in avcodec_copy_context() intact
    

    previously it was freed but the pointer not cleared

    Found-by : ruggles
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/options.c
  • ffmpeg : set dts for subtitles

    19 mai 2014, par Michael Niedermayer
    ffmpeg : set dts for subtitles
    

    dts is not optional, its required for muxing,
    previously it was set from AVStream.pts

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
  • fmtconvert : int32_t input to int32_to_float_fmul_scalar

    27 décembre 2012, par Christophe Gisquet
    fmtconvert : int32_t input to int32_to_float_fmul_scalar
    

    It was previously declared as int.
    Does not change fate results for x86.

    Conflicts :

    libavcodec/ppc/fmtconvert_altivec.c

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/ac3dec.c
    • [DH] libavcodec/ac3dec.h
    • [DH] libavcodec/arm/dca.h
    • [DH] libavcodec/arm/fmtconvert_init_arm.c
    • [DH] libavcodec/dcadec.c
    • [DH] libavcodec/fmtconvert.c
    • [DH] libavcodec/fmtconvert.h
    • [DH] libavcodec/ppc/fmtconvert_altivec.c
    • [DH] libavcodec/x86/fmtconvert.asm
    • [DH] libavcodec/x86/fmtconvert_init.c