Advanced search

Medias (91)

Other articles (19)

  • Keeping control of your media in your hands

    13 April 2011, by

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

  • Creating farms of unique websites

    13 April 2011, by

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

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

On other websites (5690)

  • Can't update app in store because of target api23 (no downgrade possible)

    4 May 2016, by Thkru

    long story short:

    Problem:

    • apps uploaded with target api23 once, can’t be updated with lower target api
    • metaio can’t handle api23, due to a text relocations bug

    Idea so far:

    • replace the old libavcodec.so (arm & x86) by a newer version,
      but I can’t find any compiled version...

    PS: sure it’s dump to use a deprecated sdk and it has to be replaced sometime in the future, but for now I have to use it, as there’s a huge content and backend part that is used in the project.

    PPS: worst case idea is to upload the same app but with a different ID, api22 and AR features in the GooglePlay...and having two nearly identical apps... <_<

    Thanks a lot for every help! :)

  • avcodec/cbs_av1: always store temporal_id and spatial_id in CodedBitstreamAV1Context

    23 August 2020, by James Almer
    avcodec/cbs_av1: always store temporal_id and spatial_id in CodedBitstreamAV1Context
    

    Also infer them when not coded in the bitstream.

    Reviewed-by: jkqxz
    Signed-off-by: James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_av1.c
    • [DH] libavcodec/cbs_av1_syntax_template.c
  • hevc: store the escaped/raw bitstream in HEVCNAL

    25 January 2015, by Hendrik Leppkes
    hevc: store the escaped/raw bitstream in HEVCNAL
    

    Hardware Accelerators require access to the escaped bitstream.

    Signed-off-by: Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h