Download List

Projeto Descrição

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 versão corrige plugin descoberta no Mac OS X. Nada foi alterado em outros sistemas, portanto não é necessário atualizar de 1.0.0 em sistemas não - 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

Grandes mudanças para o mecanismo de plugin agora permitem out-of-process-plugins acesso aleatório completo para o arquivo inteiro. A maioria dos plugins foram reescritas para o novo plugin API. Externo (libextractor) API permanece inalterado e compatível com 0,6. Como parte da reescrita, muitos plugins foram alterados para usar padrão 3 bibliotecas de partido (libjpeg, libtiff, libgif, libtidy e libmagic) para análise. Um novo plugin baseado no gstreamer substitui muitos plugins multimídia existentes. Casos de teste automatizados para (quase todos) dos plugins também foram escritos e a documentação foi atualizada.
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 versão adiciona suporte para Matroska, corrige alguns pequenos bugs (vazamentos em caminhos de manipulação de erro) e faz algum código menor clean up (fixação avisos do compilador sobre código morto).
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 versão corrige vários bugs menores, em particular um melhor tratamento das falhas malloc e manuseio mais robusto de insumos malformado em vários 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 versão corrige um problema com o LE não encontrar seus plugins sob certas condições. Ele também corrige um problema IPC no FreeBSD o que causou alguns plugins que não funciona.
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