Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (39)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (6426)

  • How to build and compile FFmpeg codes in MS Visual Studio and work with the code ? Is it possible to edit FFmpeg codes ?

    13 octobre 2020, par Sasank

    I work in HM, HTM, VTM and X265 encoders. I can edit the codes of these encoders in visual studio and build it to get modified executables. I actually want to implement the algorithms of my own in these encoders to know how my algorithm impacts the coding efficiency of these encoders. I also want to edit the code of FFmpeg. How to build and compile FFmpeg codes in MS Visual Studio and work with the code ? Is it possible to edit FFmpeg ?

    


  • avcodec/hw_base_encode : fix use after free on close

    17 octobre 2024, par Marvin Scholz
    avcodec/hw_base_encode : fix use after free on close
    

    The way the linked list of images was freed caused a
    use after free, by accessing pic->next after pic was
    already freed.

    Regression from 48a1a12968345bf673db1e1cbb5c64bd3529c50c

    Fix CID1633236

    • [DH] libavcodec/hw_base_encode.c
  • lavd/xv : free graphics context

    1er novembre 2013, par Lukasz Marek
    lavd/xv : free graphics context
    

    Valgrind detects mem leak from XCreateGC.
    Free it with XFreeGC.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>
    Signed-off-by : Stefano Sabatini <stefasab@gmail.com>

    • [DH] libavdevice/xv.c