Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (46)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (5767)

  • Revision d08b2ba172 : Allow for deblocking temporal-denoised signal. Allow for an option to selective

    13 juin 2014, par Marco Paniconi

    Changed Paths :
     Modify /vp8/encoder/denoising.c


     Modify /vp8/encoder/denoising.h


     Modify /vp8/encoder/encodeframe.c


     Modify /vp8/encoder/onyx_if.c


     Modify /vp8/encoder/pickinter.c


     Modify /vp8/encoder/rdopt.c


     Modify /vp8/encoder/rdopt.h



    Allow for deblocking temporal-denoised signal.

    Allow for an option to selectively apply the deblocking loop filter to the
    denoised
    raw block, based on the denoised state (no-filter, filter with zero motion, or
    filter with non-zero motion)
    of the current block and its upper and left denoised block.
    This helps to reduce some blocking artifacts from the motion-compensated
    denoising.

    Change-Id : I0ac4e70076df69a98c5391979e739a2681e24ae6

  • avcodec/ivi : Fix segfault on allocation error

    14 septembre 2020, par Andreas Rheinhardt
    avcodec/ivi : Fix segfault on allocation error
    

    If allocating the tiles array for indeo 4/5 fails, the context is in an
    inconsistent state, because the counter for the number of tiles is > 0.
    This will lead to a segfault when freeing the tiles' substructures.
    Fix this by setting the number of tiles to zero if the allocation was
    unsuccessful.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/ivi.c
  • af_hdcd : Improve error detection logging

    29 juillet 2016, par Burt P
    af_hdcd : Improve error detection logging
    

    * Moves the filter context member out of state and into HDCDContext
    * More useful information when an error is detected
    * Gives a location near where the error was detected

    Signed-off-by : Burt P <pburt0@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/af_hdcd.c