Download List

Descripción del Proyecto

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.

System Requirements

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

Esta versión corrige plugin descubrimiento en OS X. Nada ha cambiado en otros sistemas, por lo que no es necesario actualizar desde 1.0.0 en sistemas no - 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

Cambios importantes en el mecanismo de plugin ahora permiten plugins out-of-process acceso completo al azar a todo el archivo. Mayoría de plugins han sido reescritos para el nuevo plugin API. El externo (libextractor) API permanece sin cambios y compatible con 0.6. Como parte de la reescritura, se cambiaron muchos plugins para usar estándar bibliotecas externas (libjpeg, libtiff, libgif, Tidy y libmagic) para analizar. Un nuevo plugin basado en gstreamer reemplaza muchos plugins multimedia existentes. Casos de prueba automatizados para (casi todos) de los plugins también fueron escritos, y se actualizó la documentación.
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

Esta versión agrega soporte para Matroska, corrige algunos errores menores (fugas en rutas de acceso de control de errores) y hace algún código menor limpieza (fijación de las advertencias del compilador de código muerto).
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

Esta versión corrige varios bugs de menor importancia, especialmente en el manejo mejor de los fallos malloc y detección y manejo de las entradas con formato incorrecto en varios 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

Esta versión corrige un problema con LE no encontrar sus plugins en determinadas condiciones. También corrige un problema de la CIP en FreeBSD que causó algunos plugins que no funcionan.
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