Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (18)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (5425)

  • avcodec/scpr3 : Fix out of array access with dectab

    1er juillet 2020, par Michael Niedermayer
    avcodec/scpr3 : Fix out of array access with dectab
    

    Fixes : 23721/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SCPR_fuzzer-5914074721550336

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/scpr3.c
  • avcodec/ppc/vp8dsp_altivec : Fix out-of-bounds access

    13 mars 2024, par Andreas Rheinhardt
    avcodec/ppc/vp8dsp_altivec : Fix out-of-bounds access
    

    h_subpel_filters_inner[i] and h_subpel_filters_outer[i / 2]
    belong together and the former allows the range 0..6,
    so the latter needs to support 0..3. But it has only three
    elements. Add another one.
    The value for the last element has been guesstimated
    from subpel_filters in libavcodec/vp8dsp.c.

    This is also intended to fix FATE-failures with UBSan here :
    https://fate.ffmpeg.org/report.cgi?time=20240312011016&slot=ppc-linux-gcc-13.2-ubsan-altivec-qemu

    Tested-by : Sean McGovern <gseanmcg@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ppc/vp8dsp_altivec.c
  • avdevice/dshow : prevent NULL access

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : prevent NULL access
    

    list_options true would crash when both a video and an audio device were
    specified as input. Crash would occur on line 784 because
    ctx->device_unique_name[otherDevType] would be NULL

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow.c