Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (50)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (5770)

  • aac : Split function to parse ADTS header data into public and private part

    26 avril 2017, par Diego Biurrun
    aac : Split function to parse ADTS header data into public and private part
    

    This makes the currently semi-public avpriv_aac_parse_header() function
    private to libavcodec and adds a proper public API function to return
    the parts of the ADTS header required in libavformat.

    • [DBH] configure
    • [DBH] doc/developer.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/aac_adtstoasc_bsf.c
    • [DBH] libavcodec/aac_parser.c
    • [DBH] libavcodec/aacdec.c
    • [DBH] libavcodec/adts_header.c
    • [DBH] libavcodec/adts_header.h
    • [DBH] libavcodec/adts_parser.c
    • [DBH] libavcodec/adts_parser.h
    • [DBH] libavformat/spdifdec.c
    • [DBH] libavformat/spdifenc.c
  • avformat/avformat : Remove redundant "NOT PART OF PUBLIC API"

    18 mars 2020, par Andreas Rheinhardt
    avformat/avformat : Remove redundant "NOT PART OF PUBLIC API"
    

    AVStream.request_probe as well as AVStream.mux_ts_offset are below the
    separator of public and private fields, so that a further "NOT PART OF
    PUBLIC API" is redundant.

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

    • [DH] libavformat/avformat.h
  • Revision f1781e86b7 : Refactoring of rate control - part 1 Moves all rate control variables to a sepa

    6 novembre 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_mbgraph.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h


     Modify /vp9/encoder/vp9_temporal_filter.c



    Refactoring of rate control - part 1

    Moves all rate control variables to a separate structure,
    removes some currently unused variables,
    moves some rate control functions to vp9_ratectrl.c,
    and splits the encode_frame_to_data_rate function.

    Change-Id : I4ed54c24764b3b6de2dd676484f01473724ab52b