Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (92)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (7837)

  • avformat/img2enc : remove av_dup_packet() call

    26 septembre 2017, par James Almer
    avformat/img2enc : remove av_dup_packet() call
    

    It's unnecessary after a call to av_packet_ref().

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/img2enc.c
  • avcodec/mpeg12dec : Don't call ff_mpeg12_common_init()

    30 septembre 2022, par Andreas Rheinhardt
    avcodec/mpeg12dec : Don't call ff_mpeg12_common_init()
    

    It only sets [yc]_dc_scale_table and these tables are only
    read in ff_set_qscale() ; but the MPEG-1/2 decoders don't call
    ff_set_qscale() at all.
    (Furthermore, given that intra_dc_precision is always zero
    for a decoder at this point, ff_mpeg12_common_init()
    actually set these pointers to what ff_mpv_common_defaults()
    already set them.)

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

    • [DH] libavcodec/mpeg12dec.c
  • x86inc : Fix call with memory operands

    29 mars 2017, par Henrik Gramner
    x86inc : Fix call with memory operands
    

    We overload the `call` instruction with a macro, but it would misbehave when
    the macro argument wasn't a valid identifier. Fix it by explicitly checking
    if the argument is an identifier.

    • [DH] libavutil/x86/x86inc.asm