Télécharger la liste

Description du projet

libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types. The goal is to provide developers of file-sharing networks, file managers, and WWW-indexing bots with a universal library to obtain meta-data about files. It includes a shell-command and bindings for Java (JNI) and Python.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-10-07 06:22
1.0.1

Cette version corrige plugin découverte sur OS X. Rien n'a changé sur d'autres systèmes, donc il n'y a pas besoin de mettre à jour de 1.0.0 sur les systèmes non - OS X.
Tags: Minor bugfixes, Stable
This release fixes plugin discovery on OS X. Nothing has changed on other systems, so there is no need to update from 1.0.0 on non-OS X systems.

2012-09-26 06:43
1.0.0

Des changements majeurs dans le mécanisme de plugin maintenant permettent plugins out-of-process complet vive à l'intégralité du fichier. La plupart des plugins ont été réécrites pour le nouveau plugin API. L'externe (libextractor) API reste inchangée et compatible avec 0,6. Dans le cadre de la refonte, de nombreux plugins ont été modifiées pour utiliser 3e standard bibliothèques parti (libjpeg, libtiff, libgif, libtidy et libmagic) pour l'analyse. Un nouveau plugin basé sur gstreamer remplace de nombreux plugins multimédias existants. Des cas de test automatisé pour (presque tous) des plugins ont été également écrits et la documentation a été mise à jour.
Tags: Stable, Major feature enhancements
Major changes to the plugin mechanism now allow out-of-process plugins full random access to the entire file. Most plugins have been rewritten to the new plugin API. The external (libextractor) API remains unchanged and compatible with 0.6. As part of the rewrite, many plugins were changed to use standard 3rd party libraries (libjpeg, libtiff, libgif, libtidy, and libmagic) for parsing. A new plugin based on gstreamer replaces many existing multimedia plugins. Automated test cases for (almost all) of the plugins were also written, and the documentation was updated.

2011-11-29 07:52
0.6.3

Cette version ajoute le support pour Matroska, corrige quelques bugs mineurs (fuites sur les chemins de la gestion d'erreur) et fait quelques code mineur au nettoyage (fixation des avertissements du compilateur sur le code mort).
Tags: Stable, Minor bugfixes, Minor feature enhancements
This release adds support for Matroska, fixes some minor bugs (leaks on error-handling paths), and does some minor code clean up (fixing compiler warnings about dead code).

2010-06-14 20:23
0.6.2

Cette version corrige divers bugs mineurs, en particulier une meilleure manipulation des échecs malloc et de manutention plus robuste des entrées mal formées dans divers plugins.
Tags: Minor bugfixes
This release fixes various minor bugs, in particular better handling of malloc failures and more robust handling of malformed inputs in various plugins.

2010-03-14 18:42
0.6.1

Cette version corrige un problème avec LE trouvant pas ses plugins sous certaines conditions. Elle corrige aussi un problème de la CIB sous FreeBSD qui a causé certains plugins de ne pas travailler.
This release fixes a problem with LE not finding its plugins under certain conditions. It also fixes an IPC issue under FreeBSD which caused some plugins to not work.

Project Resources