Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (60)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6323)

  • lavfi/telecine : show time base change too

    25 avril 2013, par Paul B Mahol
    lavfi/telecine : show time base change too
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_telecine.c
  • Revision ac980b71cf : Improve sign consistency. Fix warning on windows : signed/unsigned mismatch on l

    23 avril 2013, par Johann

    Changed Paths :
     Modify /vp9/vp9_dx_iface.c



    Improve sign consistency.

    Fix warning on windows : signed/unsigned mismatch on lines 415, 454

    Comparison was between size_t data_sz >= int index_sz on 415 and
    unsigned int data_sz >= int index_sz on 454. Both might be changed to
    size_t but that would be tracing and replacing all comparisons is
    outside the scope of this change.

    In the rest of these two functions ensure unsigned values are used
    consistently.

    Change-Id : I922b399ceca612a92f44b9d1d331c1c6bae9d768

  • evrcdec : fix sign error

    4 mai 2013, par Michael Niedermayer
    evrcdec : fix sign error
    

    The specification wants round(abs(x))) * sign(x) which is
    equivakent to round(x)

    Fixes out of array access

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/evrcdec.c