
Advanced search
Other articles (22)
-
Submit bugs and patches
13 April 2011Unfortunately 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, byThe 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 (...) -
Les autorisations surchargées par les plugins
27 April 2010, byMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
On other websites (6044)
-
Revision 6e3b34bdc3: Removed a number of unnecessary check on ref_frame Since intra block decoding i
20 June 2013, by Yaowu XuChanged Paths:
Modify /vp9/decoder/vp9_decodframe.c
Removed a number of unnecessary check on ref_frameSince intra block decoding is handled by decode_sb_intra() separately.
Change-Id: I42d757884714084c92fc23ec5d35d4dc946f4b15
-
ffv1enc_vulkan: restrict number of execution contexts to 1
18 November 2024, by Lynne -
avcodec/msmpeg4: Inline number of motion vectors
26 January 2021, by Andreas Rheinhardtavcodec/msmpeg4: Inline number of motion vectors
Both motion vector tables have the same number of elements, hence one
can inline said number and remove the field containing the number of
elements from the structure.Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>