
Recherche avancée
Autres articles (104)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (7014)
-
truehd_core : Use byte offsets instead of bit offsets
6 juillet 2019, par Andreas Rheinhardttruehd_core : Use byte offsets instead of bit offsets
Words of 16 bit are the unit for TrueHD's size and offset fields ;
in particular the sizes of the high-level structures of TrueHD are
always a multiple of a byte ; yet truehd_core unnecessarily used
bit offsets at several places. This has been changed.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
avcodec/cllc : Check prefix
9 mai 2017, par Michael Niedermayeravcodec/cllc : Check prefix
Fixes : runtime error : left shift of 1610706944 by 1 places cannot be represented in type 'int'
Fixes : 1421/clusterfuzz-testcase-minimized-6239947507892224Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avcodec/hevc/ps : use unsigned shift
16 août 2024, par Michael Niedermayeravcodec/hevc/ps : use unsigned shift
Fixes : left shift of 1 by 31 places cannot be represented in type 'int'
Fixes : 70726/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-6149928703819776Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>