Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (42)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (4981)

  • fftools/ffprobe : Fix memleak

    31 juillet 2023, par Andreas Rheinhardt
    fftools/ffprobe : Fix memleak
    

    Fixes Coverity issue #1524491.
    Regression since e6126abc6997058ca49ee596b70611bbe367163e.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffprobe.c
  • avcodec/bsf : Use null-bsf for passthrough when available

    6 septembre 2021, par Andreas Rheinhardt
    avcodec/bsf : Use null-bsf for passthrough when available
    

    When an empty list bsf is used for passthrough, there is a check
    for every packet in bsf_list_filter() before ff_bsf_get_packet_ref()
    is called. Directly using the null bsf avoids that.

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

    • [DH] libavcodec/bsf.c
  • avformat/dss : Avoid using intermediate buffer

    1er avril 2021, par Andreas Rheinhardt
    avformat/dss : Avoid using intermediate buffer
    

    All one needs is one byte beyond the end of the normal data ; and because
    the packet is padded, one already has it.

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

    • [DH] libavformat/dss.c