
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (80)
-
Submit bugs and patches
13 avril 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 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)
Sur d’autres sites (11060)
-
avcodec/acelp_pitch_delay : Inline small functions only used once
18 février 2021, par Andreas Rheinhardtavcodec/acelp_pitch_delay : Inline small functions only used once
ff_acelp_decode_8bit_to_1st_delay3, ff_acelp_decode_4bit_to_2nd_delay3
and ff_acelp_decode_5_6_bit_to_2nd_delay3 are all only used once (by
g729dec) whereas ff_acelp_decode_9bit_to_1st_delay6 and
ff_acelp_decode_6bit_to_2nd_delay6 are completely unused ; with the
possible exception of ff_acelp_decode_4bit_to_2nd_delay3, these
functions are so small that inlining them is appropriate ; and as long as
ff_acelp_decode_4bit_to_2nd_delay3 is only called once, this is also
true for it.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Revision 43dc0f8886 : small update to peek_si/get_si documentation correct a doxygen and function ref
11 juillet 2013, par James ZernChanged Paths :
Modify /vpx/internal/vpx_codec_internal.h
small update to peek_si/get_si documentationcorrect a doxygen and function reference
Change-Id : I525371d64969aa60c464d0f6a133bc29895d7991
-
avcodec/dpx_parser : Allow frame size to be too small
29 mai 2014, par Michael Niedermayer