Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (86)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (14319)

  • dv : Mark internal frame reference as const

    2 octobre 2015, par Vittorio Giovara
    dv : Mark internal frame reference as const
    

    Silence a warning due to frame assignment in dvenc. All uses of the
    reference in dvdec are read only, except the ones in the main decoding
    function, so use the frame pointer directly there.

    • [DBH] libavcodec/dv.h
    • [DBH] libavcodec/dvdec.c
  • avfilter/internal : Combine get_(audio|video)_buffer into union

    17 août 2021, par Andreas Rheinhardt
    avfilter/internal : Combine get_(audio|video)_buffer into union
    

    These fields are mutually exclusive, so putting them in a union
    is possible and makes AVFilterPad smaller.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/audio.c
    • [DH] libavfilter/avf_concat.c
    • [DH] libavfilter/f_interleave.c
    • [DH] libavfilter/internal.h
    • [DH] libavfilter/vf_format.c
    • [DH] libavfilter/vf_hwmap.c
    • [DH] libavfilter/vf_pad.c
    • [DH] libavfilter/vf_scale_cuda.c
    • [DH] libavfilter/vf_swapuv.c
    • [DH] libavfilter/vf_transpose.c
    • [DH] libavfilter/vf_transpose_opencl.c
    • [DH] libavfilter/vf_transpose_vaapi.c
    • [DH] libavfilter/vf_vflip.c
    • [DH] libavfilter/vf_xfade_opencl.c
    • [DH] libavfilter/video.c
  • cbs_h2645 : Allocate all internal buffers with padding

    16 octobre 2018, par Mark Thompson
    cbs_h2645 : Allocate all internal buffers with padding
    

    Any of these buffers (for both H.264 and H.265) might reasonably be
    parsed using the bitstream reader, so include padding on all of them.

    • [DH] libavcodec/cbs_h2645.c
    • [DH] libavcodec/cbs_h264_syntax_template.c