Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (12)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (4291)

  • Merge commit '8a34f3659371680ca523aecfd9098c28f0f809eb'

    5 mai 2017, par James Almer
    Merge commit '8a34f3659371680ca523aecfd9098c28f0f809eb'
    

    * commit '8a34f3659371680ca523aecfd9098c28f0f809eb' :
    build : Add version numbers to "Requires" entries in pkg-config files

    This commit is a noop, see 6fdd35a3126f6ecbe4ebab12bdf8867e4f544958

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

  • Merge commit '92db5083077a8b0f8e1050507671b456fd155125'

    4 mai 2017, par James Almer
    Merge commit '92db5083077a8b0f8e1050507671b456fd155125'
    

    * commit '92db5083077a8b0f8e1050507671b456fd155125' :
    build : Generate pkg-config files from Make and not from configure
    build : Store library version numbers in .version files

    Includes cherry-picked commits 8a34f3659371680ca523aecfd9098c28f0f809eb and
    ee164727dd64c199b87118917e674b17c25e0da3 to fix issues.

    Changes were also made to retain support for raise_major and build_suffix.

    Reviewed-by : ubitux
    Merged-by : James Almer <jamrial@gmail.com>

    • [DH] Makefile
    • [DH] configure
    • [DH] ffbuild/.gitignore
    • [DH] ffbuild/common.mak
    • [DH] ffbuild/library.mak
    • [DH] ffbuild/libversion.sh
    • [DH] ffbuild/pkgconfig_generate.sh
    • [DH] libavcodec/Makefile
    • [DH] libavdevice/Makefile
    • [DH] libavfilter/Makefile
    • [DH] libavformat/Makefile
    • [DH] libavresample/Makefile
    • [DH] libavutil/Makefile
    • [DH] libpostproc/Makefile
    • [DH] libswresample/Makefile
    • [DH] libswscale/Makefile
  • hevc : deobfuscate slice/tile boundary handling for DBF

    27 juillet 2014, par Anton Khirnov
    hevc : deobfuscate slice/tile boundary handling for DBF
    

    Use named constants instead of magic numbers, avoid using variables with
    inverse meaning from what their name implies.

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_filter.c