Recherche avancée

Médias (91)

Autres articles (59)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

Sur d’autres sites (6782)

  • dcaenc : Use Huffman codes for Bit Allocation Index

    18 janvier 2017, par Daniil Cherednik
    dcaenc : Use Huffman codes for Bit Allocation Index
    

    Reviewed-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/dcaenc.c
    • [DH] libavcodec/dcahuff.c
    • [DH] libavcodec/dcahuff.h
  • avcodec/mpeg12dec : Optimize reading mpeg2 intra escape codes

    8 octobre 2020, par Andreas Rheinhardt
    avcodec/mpeg12dec : Optimize reading mpeg2 intra escape codes
    

    Said escape code is only six bits long, so that one has at least 25 - 6
    bits in the bitstream reader's cache after reading it ; therefore the
    whole following 18 bits (containing the actual code) are already in the
    bitstream reader's cache, making it unnecessary to reload the cache.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/mpeg12dec.c
  • avprobe : add local per-file state

    24 février 2016, par Anton Khirnov
    avprobe : add local per-file state
    

    Do not pass just a bare AVFormatContext pointer around, wrap it in
    struct. This will be useful in the following commits.

    • [DBH] avprobe.c