Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (94)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (11482)

  • avcodec : Constify AVCodecParserContext.parser

    7 mars 2021, par Andreas Rheinhardt
    avcodec : Constify AVCodecParserContext.parser
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/parser.c
  • avcodec/parser : Schedule av_parser_change for removal

    26 février 2021, par Andreas Rheinhardt
    avcodec/parser : Schedule av_parser_change for removal
    

    Originally deprecated in 748c2fca7e4d99357c234936aa71212a6282be36,
    publically deprecated in 9a07c1332cfe092b57b5758f22b686ca58806c60
    (merged into FFmpeg in 1885ffb03d0af28e6bac2bcc8725fa15b93f6ac9).

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

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/parser.c
    • [DH] libavcodec/version.h
  • avcodec/dnxuc_parser : rework DNXUC parser

    19 novembre 2024, par Marton Balint
    avcodec/dnxuc_parser : rework DNXUC parser
    

    The current parser does things which a parser should not, like skipping parts
    of the packet header, but it does not actually able to packetize a raw DNXUC
    bitstream.

    Rework the parser logic to work similar to other parsers and be able to
    correctly packetize raw DNXUC bitstreams.

    Bump minor version because the DNXUC codec packet format changes with this.
    Normally this would be a breaking change, but in this particular case it should
    not cause any issues in practice because the DNXUC codec is relatively new and
    we never added a decoder for it.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/dnxuc_parser.c
    • [DH] libavcodec/version.h