Télécharger la liste

Description du projet

TiVo File Decoder software converts a .TiVo file
(produced by the TiVoToGo functionality on recent
TiVo software releases) to a normal MPEG file.
This has the same functionality as using TiVo's
supplied DirectShow DLL on Windows with a tool
such as DirectShowDump, but is portable to
different architectures and operating systems, and
runs on the command line using files or pipes. The
conversion still requires the valid MAK of the
TiVo which recorded the file, so it cannot be used
to circumvent their protection, simply to provide
the same level of access as is already available
on Windows.

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.

2007-04-02 19:57
0.2pre2

Cette version corrige une erreur dans un fichier d'entête qui ont abouti à des exécutables cassé.
Tags: Major bugfixes
This release fixes an error in a header file that resulted in broken executables.

2007-04-02 19:28
0.2pre1

Le système de construction a été basculé à autoconf / automake à partir d'un makefile personnalisé. Or make install travaillera, entre autres caractéristiques autoconf. Le code a été réorganisé pour construire une bibliothèque statique, qui peut être utilisée pour déchiffrer les fichiers images TiVo MPEG. Ceci peut être utilisé pour construire des filtres dans les lecteurs multimédia capable de décoder les fichiers TiVo à la volée (il existe une version approximative de un pour mplayer dans le dépôt CVS de ce projet).
Tags: Minor feature enhancements
The build system has been switched over to autoconf/automake from a custom makefile. Now make install will work, among other autoconf features. The code has been reorganized to build a static library, which can be used to decrypt TiVo file MPEG frames. This can be used to build filters in media players that can decode TiVo files on the fly (there is a rough version of one for mplayer in this project's CVS repository).

2006-12-08 00:47
0.1.4

Cette version ajoute support pour la lecture du MAK à partir d'un fichier de configuration dans le répertoire home de l'utilisateur, ~ /. Tivodecode_mak. Elle corrige aussi un problème dans le support de fichiers volumineux du fichier de code de lecture qui, en raison du profil d'utilisation du programme, ne devraient jamais être rencontrées.
Tags: Minor feature enhancements
This release adds support for reading the MAK from a config file in the user's home directory, ~/.tivodecode_mak. It also fixes a small issue in the large file support of the file reading code which, due to the usage pattern of the program, should never be encountered.

2006-12-05 09:10
0.1.3

Un problème où l'audio AC3 pour Humax DVD-TiVos combustion n'avait pas été décodé a été fixée.
Tags: Minor feature enhancements
An issue where AC3 audio for Humax DVD-burning TiVos was not being decoded was fixed.

2006-12-02 01:49
0.1.2

Cette version corrige un bug qui faisait que le programme pour décoder les fichiers mal TiVo. Les versions précédentes n'étaient pas fonctionnels.
Tags: Major bugfixes
This release fixes a bug that caused the program to improperly decode TiVo files. Previous releases were non-functional.

Project Resources