
Recherche avancée
Autres articles (92)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (10051)
-
CRO Testing : The 6-Steps for Maximising Conversion Rates
10 mars 2024, par Erin -
Replace av_dlog with normal av_log at trace level
16 mars 2015, par Vittorio GiovaraReplace av_dlog with normal av_log at trace level
This applies to every library where performance is not critical.
- [DBH] avplay.c
- [DBH] libavdevice/dv1394.c
- [DBH] libavdevice/fbdev.c
- [DBH] libavfilter/avfilter.c
- [DBH] libavfilter/internal.h
- [DBH] libavfilter/setpts.c
- [DBH] libavfilter/vf_crop.c
- [DBH] libavfilter/vf_drawtext.c
- [DBH] libavfilter/vf_fieldorder.c
- [DBH] libavfilter/vsrc_movie.c
- [DBH] libavformat/asfdec.c
- [DBH] libavformat/assdec.c
- [DBH] libavformat/avidec.c
- [DBH] libavformat/flvdec.c
- [DBH] libavformat/hevc.c
- [DBH] libavformat/http.c
- [DBH] libavformat/ipmovie.c
- [DBH] libavformat/isom.c
- [DBH] libavformat/mmsh.c
- [DBH] libavformat/mmst.c
- [DBH] libavformat/mov.c
- [DBH] libavformat/mov_chan.c
- [DBH] libavformat/mpeg.c
- [DBH] libavformat/mpegenc.c
- [DBH] libavformat/mpegts.c
- [DBH] libavformat/mpegtsenc.c
- [DBH] libavformat/mux.c
- [DBH] libavformat/mxfdec.c
- [DBH] libavformat/mxfenc.c
- [DBH] libavformat/nsvdec.c
- [DBH] libavformat/oggdec.c
- [DBH] libavformat/r3d.c
- [DBH] libavformat/rmdec.c
- [DBH] libavformat/rtmpproto.c
- [DBH] libavformat/rtpdec.c
- [DBH] libavformat/rtpdec_hevc.c
- [DBH] libavformat/rtpenc.c
- [DBH] libavformat/rtsp.c
- [DBH] libavformat/rtspdec.c
- [DBH] libavformat/utils.c
- [DBH] libavresample/audio_convert.c
- [DBH] libavresample/audio_mix.c
- [DBH] libavresample/resample.c
- [DBH] libavresample/utils.c
-
pthread_frame : merge the functionality for normal decoder init and init_thread_copy
9 janvier 2017, par Anton Khirnovpthread_frame : merge the functionality for normal decoder init and init_thread_copy
The current design, where
proper init is called for the first per-thread context
first thread's private data is copied into private data for all the
other threadsa "fixup" function is called for all the other threads to e.g.
allocate dynamically allocated data
is very fragile and hard to follow, so it is abandoned. Instead, the
same init function is used to init each per-thread context. Where
necessary, AVCodecInternal.is_copy can be used to differentiate between
the first thread and the other ones (e.g. for decoding the extradata
just once).- [DH] doc/multithreading.txt
- [DH] libavcodec/aic.c
- [DH] libavcodec/alac.c
- [DH] libavcodec/avcodec.h
- [DH] libavcodec/cfhd.c
- [DH] libavcodec/cllc.c
- [DH] libavcodec/dnxhddec.c
- [DH] libavcodec/exr.c
- [DH] libavcodec/ffv1dec.c
- [DH] libavcodec/flacdec.c
- [DH] libavcodec/h264dec.c
- [DH] libavcodec/hevcdec.c
- [DH] libavcodec/hqx.c
- [DH] libavcodec/huffyuvdec.c
- [DH] libavcodec/lagarith.c
- [DH] libavcodec/lcldec.c
- [DH] libavcodec/magicyuv.c
- [DH] libavcodec/mdec.c
- [DH] libavcodec/mimic.c
- [DH] libavcodec/mpeg4videodec.c
- [DH] libavcodec/pixlet.c
- [DH] libavcodec/pngdec.c
- [DH] libavcodec/proresdec2.c
- [DH] libavcodec/pthread_frame.c
- [DH] libavcodec/rv30.c
- [DH] libavcodec/rv34.c
- [DH] libavcodec/rv34.h
- [DH] libavcodec/rv40.c
- [DH] libavcodec/sheervideo.c
- [DH] libavcodec/takdec.c
- [DH] libavcodec/tiff.c
- [DH] libavcodec/tta.c
- [DH] libavcodec/vble.c
- [DH] libavcodec/vp3.c
- [DH] libavcodec/vp8.c
- [DH] libavcodec/vp9.c
- [DH] libavcodec/wavpack.c
- [DH] libavcodec/ylc.c