Advanced search

Medias (0)

Tag: - Tags -/protocoles

No media matches your criterion on the site.

Other articles (46)

  • Configurer la prise en compte des langues

    15 November 2010, by

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Contribute to documentation

    13 April 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 (...)

  • Selection of projects using MediaSPIP

    2 May 2011, by

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

On other websites (3767)

  • lavf/utils: fix error like "offset 0x1f85: partial file"

    7 August 2019, by tomajsjiang
    lavf/utils: fix error like "offset 0x1f85: partial file"
    

    fix error like "offset 0x1f85: partial file", the root cause is when
    read the mp4 file from http, and the moov in the end of the mp4 file,
    reconfig the buffer will drop some data.

    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
    Signed-off-by: Zhongxing Jiang <tomajsjiang@tencent.com>

    • [DH] libavformat/utils.c
  • segafilm: drop the "song and dance" for cinepak

    7 January 2014, by Michael Niedermayer
    segafilm: drop the "song and dance" for cinepak
    

    This seems not to do anything any more since a long time, and removing
    it avoids using uninitialized memory. Also change the error value
    forwarding as done everywhere else.

    Partly fixes: msan_uninit-mem_7fb7d24780d0_2744_R03T.CAK
    Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavformat/segafilm.c
  • lavc/vaapi_encode_h264: add "coder" option support

    8 August 2017, by Jun Zhao
    lavc/vaapi_encode_h264: add "coder" option support
    

    Follow libx264 style to support "coder" option, and set it to
    cabac by default.

    Signed-off-by: Yi A Wang <yi.a.wang@intel.com>
    Signed-off-by: Jun Zhao <jun.zhao@intel.com>
    Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by: Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_encode_h264.c