Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (96)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

Sur d’autres sites (11870)

  • movenc : Write the make and model metadata keys for mov style files

    21 novembre 2014, par Martin Storsjö
    movenc : Write the make and model metadata keys for mov style files
    

    These are essential allowing QuickTime to keep detecting content
    as slow-motion - this allows preserving them on stream copy.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.c
  • Add coverity model file

    19 février 2015, par Michael Niedermayer
    Add coverity model file
    

    The comments/header of the file are taken from qemu, they provide some
    basic documentation
    The code from the examples

    Ive no means to test this except uploading to coverity for FFmpeg, so each
    commit should stay simple, making it easy to revert.

    Also please help making this a useful and effective file by contributing
    changes/code to it and reviewing contributions.
    I am happy to upload changes but i cannot really maintain this (alone) as
    i cannot test changes.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tools/coverity.c
  • Revision 8fe50191c6 : Rework coeff probability model update for rtc coding This commit reworks the ON

    3 décembre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h


     Modify /vp9/encoder/vp9_subexp.c


     Modify /vp9/encoder/vp9_subexp.h



    Rework coeff probability model update for rtc coding

    This commit reworks the ONE_LOOP_REDUCED coefficient probability
    model update process. It allows model update for every coefficient
    across the spectrum at a coarser resolution, instead of performing
    precise update only for certain subset of probability models.

    The overall runtime remains nearly same (<1% change) for speed -6.
    The compression performance is improved by 7.5% in PSNR for speed
    - 5 and 4.57% for speed -6, respectively.

    Change-Id : Ifb17136382ee7e39a9f34ff4a4f09a753125c8d1