Recherche avancée

Médias (91)

Autres articles (31)

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

  • lavc/riscv : add forward-edge CFI landing pads

    22 juillet 2024, par Rémi Denis-Courmont
    lavc/riscv : add forward-edge CFI landing pads
    
    • [DH] libavcodec/riscv/aacencdsp_rvv.S
    • [DH] libavcodec/riscv/aacpsdsp_rvv.S
    • [DH] libavcodec/riscv/ac3dsp_rvb.S
    • [DH] libavcodec/riscv/ac3dsp_rvv.S
    • [DH] libavcodec/riscv/ac3dsp_rvvb.S
    • [DH] libavcodec/riscv/alacdsp_rvv.S
    • [DH] libavcodec/riscv/audiodsp_rvf.S
    • [DH] libavcodec/riscv/audiodsp_rvv.S
    • [DH] libavcodec/riscv/blockdsp_rvv.S
    • [DH] libavcodec/riscv/bswapdsp_rvb.S
    • [DH] libavcodec/riscv/bswapdsp_rvv.S
    • [DH] libavcodec/riscv/exrdsp_rvv.S
    • [DH] libavcodec/riscv/flacdsp_rvv.S
    • [DH] libavcodec/riscv/fmtconvert_rvv.S
    • [DH] libavcodec/riscv/g722dsp_rvv.S
    • [DH] libavcodec/riscv/h263dsp_rvv.S
    • [DH] libavcodec/riscv/h264_mc_chroma.S
    • [DH] libavcodec/riscv/h264addpx_rvv.S
    • [DH] libavcodec/riscv/h264dsp_rvv.S
    • [DH] libavcodec/riscv/h264idct_rvv.S
    • [DH] libavcodec/riscv/huffyuvdsp_rvv.S
    • [DH] libavcodec/riscv/idctdsp_rvv.S
    • [DH] libavcodec/riscv/jpeg2000dsp_rvv.S
    • [DH] libavcodec/riscv/llauddsp_rvv.S
    • [DH] libavcodec/riscv/llviddsp_rvv.S
    • [DH] libavcodec/riscv/llvidencdsp_rvv.S
    • [DH] libavcodec/riscv/lpc_rvv.S
    • [DH] libavcodec/riscv/me_cmp_rvv.S
    • [DH] libavcodec/riscv/opusdsp_rvv.S
    • [DH] libavcodec/riscv/pixblockdsp_rvi.S
    • [DH] libavcodec/riscv/pixblockdsp_rvv.S
    • [DH] libavcodec/riscv/rv34dsp_rvv.S
    • [DH] libavcodec/riscv/rv40dsp_rvv.S
    • [DH] libavcodec/riscv/sbrdsp_rvv.S
    • [DH] libavcodec/riscv/startcode_rvb.S
    • [DH] libavcodec/riscv/startcode_rvv.S
    • [DH] libavcodec/riscv/svqenc_rvv.S
    • [DH] libavcodec/riscv/takdsp_rvv.S
    • [DH] libavcodec/riscv/utvideodsp_rvv.S
    • [DH] libavcodec/riscv/vc1dsp_rvi.S
    • [DH] libavcodec/riscv/vc1dsp_rvv.S
    • [DH] libavcodec/riscv/vorbisdsp_rvv.S
    • [DH] libavcodec/riscv/vp7dsp_rvv.S
    • [DH] libavcodec/riscv/vp8dsp_rvi.S
    • [DH] libavcodec/riscv/vp8dsp_rvv.S
    • [DH] libavcodec/riscv/vp9_intra_rvi.S
    • [DH] libavcodec/riscv/vp9_intra_rvv.S
    • [DH] libavcodec/riscv/vp9_mc_rvi.S
    • [DH] libavcodec/riscv/vp9_mc_rvv.S
  • Evolution #3209 (Fermé) : Permettre de supprimer les fusions (group by) explicitement

    17 février 2021, par cedric -
  • avformat/rt*p : Joining a SSM multicast group using an SDP (Issue #2171)

    27 juin 2013, par Ed Torbett
    avformat/rt*p : Joining a SSM multicast group using an SDP (Issue #2171)
    

    Passes Source-Specific Multicast parameters read from an sdp file through to the UDP socket code,
    allowing source-specific multicast streams to be correctly received. As an integral part of this
    change, additional checking (currently only enabled in the case of SSM streams, but probably
    useful in similar scenarios) has been added to the RTP protocol handler to distinguish UDP packets
    arriving from multiple sources to the same port and process only the expected packets
    (those transmitted from the expected UDP source address). This resolves an issue identified
    when multiple instances of FFmpeg subscribe to different Source-Specific Multicast streams
    but with each sharing the same destination port.

    Signed-off-by : Edward Torbett <ed.torbett@simulation-systems.co.uk>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rtpproto.c
    • [DH] libavformat/rtsp.c
    • [DH] libavformat/rtsp.h