
Recherche avancée
Autres articles (111)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (5351)
-
avcodec/tiff : Restrict tag order based on specification
20 août 2020, par Michael Niedermayeravcodec/tiff : Restrict tag order based on specification
"The entries in an IFD must be sorted in ascending order by Tag. Note that this is
not the order in which the fields are described in this document."This way various dimensions, sample and bit sizes cannot be changed at
arbitrary times which reduces the potential for bugs.
The tag reading code also on various places assumes that numerically previous
tags have already been parsed, so this needs to be enforced one way or another.If this commit causes problems with real world files which are not easy to fix
then some other form of checks are needed to ensure the various dependencies
in the tag reading are not violated.Fixes : out of array access
Fixes : 24825/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-6326925027704832Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avcodec/libx264 : Implement reference frame count limiting based on level
12 avril 2014, par Michael Niedermayeravcodec/libx264 : Implement reference frame count limiting based on level
This makes libavcodec/libx264.c behave more similar to the x264 command line
utilFixes Ticket3307
Implementation based on x264
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
How to generate submanifests based on offset and duration
5 septembre 2015, par ayniamI am using hls-segment-reader for generating sub-manifests from a master manifest file.
I want to provide an offset and duration to generate sub-manifest file. however, i am not able to find how can I pass them
Any help in this regard is greatly appreciated.
Thanks in Advance.