Advanced search

Medias (91)

Other articles (23)

  • Other interesting software

    13 April 2011, by

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

  • Submit bugs and patches

    13 April 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 (...)

  • List of compatible distributions

    26 April 2011, by

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

On other websites (6032)

  • hevc: do not store the transform inter_split flag in the context

    27 July 2014, by Anton Khirnov
    hevc: do not store the transform inter_split flag in the context
    

    It does not need to be preserved.

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
  • avcodec/mips: loongson optimize mmi load and store operators

    10 October 2016, by Zhou Xiaoyong
    avcodec/mips: loongson optimize mmi load and store operators
    

    1.MMI_ load/store macros are defined in libavutil/mips/mmiutils.h
    2.Replace some unnecessary unaligned access with aligned operator
    3.The MMI_ load/store is compatible with cpu loongson2e/2f which not support instructions start with gs

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

    • [DH] libavcodec/mips/blockdsp_mmi.c
    • [DH] libavcodec/mips/h264chroma_mmi.c
    • [DH] libavcodec/mips/h264dsp_mmi.c
    • [DH] libavcodec/mips/h264pred_mmi.c
    • [DH] libavcodec/mips/h264qpel_mmi.c
    • [DH] libavcodec/mips/hpeldsp_mmi.c
    • [DH] libavcodec/mips/idctdsp_mmi.c
    • [DH] libavcodec/mips/mpegvideo_mmi.c
    • [DH] libavcodec/mips/pixblockdsp_mmi.c
  • fftools/ffmpeg: store the input file index in InputFile

    21 March 2022, by Anton Khirnov
    fftools/ffmpeg: store the input file index in InputFile
    

    Use it to simplify some code and fix two off-by-one errors.

    Similar to what was previously done for OutputFile.

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_opt.c