Download List

Descripción del Proyecto

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.

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.

2007-04-02 19:57
0.2pre2

Esta versión corrige un error en un archivo de cabecera que resultó en los ejecutables rotos.
Tags: Major bugfixes
This release fixes an error in a header file that resulted in broken executables.

2007-04-02 19:28
0.2pre1

El sistema de construcción se ha cambiado a más de autoconf / automake de un Makefile personalizado. Ahora make install trabajo, entre otras características autoconf. El código se ha reorganizado para crear una biblioteca estática, que puede ser usado para desencriptar archivos de TiVo marcos MPEG. Esto puede ser utilizado para construir los filtros en los reproductores de medios que pueda decodificar los archivos de TiVo sobre la marcha (hay una versión aproximada de uno por mplayer en el repositorio CVS de este proyecto).
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

Esta versión incluye el soporte para leer el MAK de un archivo de configuración en el directorio home del usuario, ~ /. Tivodecode_mak. También soluciona un pequeño problema en el soporte de archivos grandes de la lectura de códigos de archivo que, debido al patrón de uso del programa, nunca debe ser encontrado.
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 problema en el audio AC3 para Humax DVD-TiVos quema no estaba siendo decodificado fue corregido.
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

Esta versión corrige un error que hacía que el programa para decodificar los archivos de forma incorrecta TiVo. Versiones anteriores no eran funcionales.
Tags: Major bugfixes
This release fixes a bug that caused the program to improperly decode TiVo files. Previous releases were non-functional.

Project Resources