
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (67)
-
List of compatible distributions
26 avril 2011, parThe 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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (6244)
-
avcodec/cfhd : support cropped height tag
18 octobre 2017, par James Almeravcodec/cfhd : support cropped height tag
Ported from libav. Authored by one of the following :
Anton Khirnov <anton@khirnov.net>
Diego Biurrun <diego@biurrun.de>
Vittorio Giovara <vittorio.giovara@gmail.com>Reviewed-by : kierank
Signed-off-by : James Almer <jamrial@gmail.com> -
aarch64 : vp9 : Add NEON optimizations of VP9 MC functions
14 novembre 2016, par Martin Storsjöaarch64 : vp9 : Add NEON optimizations of VP9 MC functions
This work is sponsored by, and copyright, Google.
These are ported from the ARM version ; it is essentially a 1:1
port with no extra added features, but with some hand tuning
(especially for the plain copy/avg functions). The ARM version
isn’t very register starved to begin with, so there’s not much
to be gained from having more spare registers here - we only
avoid having to clobber callee-saved registers.Examples of runtimes vs the 32 bit version, on a Cortex A53 :
ARM AArch64
vp9_avg4_neon : 27.2 23.7
vp9_avg8_neon : 56.5 54.7
vp9_avg16_neon : 169.9 167.4
vp9_avg32_neon : 585.8 585.2
vp9_avg64_neon : 2460.3 2294.7
vp9_avg_8tap_smooth_4h_neon : 132.7 125.2
vp9_avg_8tap_smooth_4hv_neon : 478.8 442.0
vp9_avg_8tap_smooth_4v_neon : 126.0 93.7
vp9_avg_8tap_smooth_8h_neon : 241.7 234.2
vp9_avg_8tap_smooth_8hv_neon : 690.9 646.5
vp9_avg_8tap_smooth_8v_neon : 245.0 205.5
vp9_avg_8tap_smooth_64h_neon : 11273.2 11280.1
vp9_avg_8tap_smooth_64hv_neon : 22980.6 22184.1
vp9_avg_8tap_smooth_64v_neon : 11549.7 10781.1
vp9_put4_neon : 18.0 17.2
vp9_put8_neon : 40.2 37.7
vp9_put16_neon : 97.4 99.5
vp9_put32_neon/armv8 : 346.0 307.4
vp9_put64_neon/armv8 : 1319.0 1107.5
vp9_put_8tap_smooth_4h_neon : 126.7 118.2
vp9_put_8tap_smooth_4hv_neon : 465.7 434.0
vp9_put_8tap_smooth_4v_neon : 113.0 86.5
vp9_put_8tap_smooth_8h_neon : 229.7 221.6
vp9_put_8tap_smooth_8hv_neon : 658.9 621.3
vp9_put_8tap_smooth_8v_neon : 215.0 187.5
vp9_put_8tap_smooth_64h_neon : 10636.7 10627.8
vp9_put_8tap_smooth_64hv_neon : 21076.8 21026.9
vp9_put_8tap_smooth_64v_neon : 9635.0 9632.4These are generally about as fast as the corresponding ARM
routines on the same CPU (at least on the A53), in most cases
marginally faster.The speedup vs C code is pretty much the same as for the 32 bit
case ; on the A53 it’s around 6-13x for ther larger 8tap filters.
The exact speedup varies a little, since the C versions generally
don’t end up exactly as slow/fast as on 32 bit.This is an adapted cherry-pick from libav commit
383d96aa2229f644d9bd77b821ed3a309da5e9fc.Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>
-
opus : add a native Opus encoder
11 février 2017, par Rostislav Pehlivanovopus : add a native Opus encoder
This marks the first time anyone has written an Opus encoder without
using any libopus code. The aim of the encoder is to prove how far
the format can go by writing the craziest encoder for it.Right now the encoder’s basic, it only supports CBR encoding, however
internally every single feature the CELT layer has is implemented
(except the pitch pre-filter which needs to work well with the rest of
whatever gets implemented). Psychoacoustic and rate control systems are
under development.The encoder takes in frames of 120 samples and depending on the value of
opus_delay the plan is to use the extra buffered frames as lookahead.
Right now the encoder will pick the nearest largest legal frame size and
won’t use the lookahead, but that’ll change once there’s a
psychoacoustic system.Even though its a pretty basic encoder its already outperforming
any other native encoder FFmpeg has by a huge amount.The PVQ search algorithm is faster and more accurate than libopus’s
algorithm so the encoder’s performance is close to that of libopus
at zero complexity (libopus has more SIMD).
The algorithm might be ported to libopus or other codecs using PVQ in
the future.The encoder still has a few minor bugs, like desyncs at ultra low
bitrates (below 9kbps with 20ms frames).Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>