Recherche avancée

Médias (91)

Autres articles (11)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (2473)

  • Very odd error whilst launching electron app [on hold]

    27 août 2019, par Kati

    Basically, I am creating an Electron application but after compiling it and running it on another computer I am experiencing an odd error I never saw before with Electron. I think is related to ffmpeg.dll based on what little research I can find about the issue.

    When I launch the Electron app, an error Dialog pops up showing an "Entry Point Not Found" error and stating that av_packet_split_side_data could not be located in the DLL of the electron app EXE executable.

    Has anybody seen this error on Windows 10 ? If so, any help is appreciated ! I have been trying to figure out this error for a few days now, but alas, to no avail.

  • dxva2 : get the slice number directly from the surface in D3D11VA

    13 janvier 2017, par Steve Lhomme
    dxva2 : get the slice number directly from the surface in D3D11VA
    

    No need to loop through the known surfaces, we’ll use the requested surface
    anyway.

    The loop is only done for DXVA2.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dxva2.c
  • avcodec/vaapi : increase av1 decode pool size

    12 octobre 2021, par Fei Wang
    avcodec/vaapi : increase av1 decode pool size
    

    For film grain clip, vaapi_av1 decoder will cache additional 8
    surfaces that will be used to store frames which apply film grain.
    So increase the pool size by plus 8 to avoid leak of surface.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/vaapi_decode.c