Index of /downloads/firmware
      Name                       Last modified       Size  Description

[DIR] Parent Directory 02-Apr-2007 00:23 - [TXT] Boot.S 04-Sep-2006 21:15 3k [TXT] dvb-fe-bcm3510-01.fw 29-Mar-2006 00:02 2k [TXT] dvb-fe-or51132-qam.fw 19-Feb-2005 22:57 12k [TXT] dvb-fe-or51132-vsb.fw 19-Feb-2005 22:57 17k [TXT] dvb-fe-or51211.fw 19-Feb-2005 22:57 8k [   ] dvb-firmwares-1.tar.bz2 01-Dec-2005 22:11 178k [TXT] dvb-ttpci-01.fw-261a 14-Nov-2004 00:48 221k [TXT] dvb-ttpci-01.fw-261b 14-Nov-2004 00:48 221k [TXT] dvb-ttpci-01.fw-261c 14-Nov-2004 00:48 221k [TXT] dvb-ttpci-01.fw-261d 26-Dec-2004 01:02 227k [TXT] dvb-ttpci-01.fw-261f 06-Jul-2005 00:44 229k [TXT] dvb-ttpci-01.fw-2622 24-Nov-2005 01:37 234k [TXT] dvb-usb-avertv-a800-02.fw 01-May-2005 23:26 11k [TXT] dvb-usb-bluebird-01.fw 09-Jan-2006 17:21 9k [TXT] dvb-usb-dibusb-5.0.0.11.fw 01-May-2005 23:26 9k [TXT] dvb-usb-dibusb-6.0.0.8.fw 01-May-2005 23:26 7k [TXT] dvb-usb-dtt200u-01.fw 01-Jul-2005 12:22 7k [TXT] dvb-usb-umt-010-02.fw 01-May-2005 23:26 4k [TXT] dvb-usb-vp702x-01.fw 02-Jul-2005 15:08 11k [TXT] dvb-usb-vp7045-01.fw 02-Apr-2005 13:00 11k [TXT] dvb-usb-wt220u-01.fw 01-Jul-2005 12:22 8k [TXT] dvb-usb-wt220u-02.fw 26-Jan-2006 22:17 8k

1. Firmware binaries for OREN or51211 and 51132 demodulators
2. Firmware binaries for various USB devices
3. Firmware binaries for AV7110 based DVB cards
=================================================================

1. OREN demodulators
--------------------

dvb-fe-or51132-qam.fw
dvb-fe-or51132-vsb.fw
dvb-fe-or51211.fw

2. various USB devices
-----------------------

dvb-usb-vp7045-01.fw		Twinhan USB-T VP-7045/VP-7046 (MagicBoxII)
dvb-usb-vp702x-01.fw		TwinhanDTV StarBox
dvb-usb-avertv-a800-02.fw	AVerMedia
dvb-usb-dibusb-5.0.0.11.fw	various DiBcom USB1.1
dvb-usb-dibusb-6.0.0.8.fw	DiBcom/Artec USB2.0
dvb-usb-umt-010-02.fw		HanfTek UMT-010 USB2.0
dvb-usb-wt220u-01.fw		WideViewer WT-220U PenType DVB-T Receiver
dvb-usb-dtt200u-01.fw		Yakumo/Typhoon/Hama USB2.0

3. AV7110
---------
The files are named dvb-ttpci-VV.fw-vvvv

  VV : Version of firmware-to-host API. You can simply upgrade
       the firmware binary with a newer one of the same API
       version without changing anything else in the driver.
  vvvv: Firmware version. Increased with each functional change.

It is recommended that you use the newest firmware binary
compatible with your driver. If you use the hotplug firmware loader
in Linux 2.6 you must put the firmware file in
/lib/firmware/dvb-ttpci-01.fw (in previous versions of the Linux
hotplug scripts it was /usr/lib/hotplug/firmware/dvb-ttpci-01.fw).

Boot.S is the source for the boot loader which is included
as a binary blob in the bootcode array in av7110_hw.c in
the Linux driver source. For more information check the
driver tarball at http://www.metzlerbros.org/dvb/.

Changes:

2005-11-23 dvb-ttpci-01.fw-2622
	Changes by Werner Fink:
	 - AC3 output for live channels
	 - audio and PES filter error handling fixes
	 - tons of changes for better/faster A/V sync and PCR handling
	 - Initial implementation for ES/RAW audio support
	Changes by Oliver Endriss:
	  - support for extended RC5 (aka RC5+) infrared protocol
	  - fixed DPRAM timing to get rid of strange pseudo-handshake

2005-07-06 dvb-ttpci-01.fw-261f
	Changes by Werner Fink:
	  Restart error IRQ handler in case of an overflow as
	  described in the API manual.
	  Better auto detection of PES formats with AC3 and DTS frames not
	  starting with the payload of PES frames with PTS value.

	  Allow non aligned PES frames which include a substream ID for
	  PCM/AC3/DTS.

	  Use silent PCM for delay the PCM/AC3/DTS data to be able to
	  compensate the PTS offset of Audio and Video PES frames.  Mainly
	  done to be able to synchronize even within VDR transfer mode
	  where AV data are received just in time from the TV channel.

	  Calculate  the byte rate of Mpeg Audio date to be able to
	  synchronize without an hard offset.  This avoid jumps within
	  picture sequence due high PTS offsets at synching time. Also use
	  the sync API for Mpeg Audio at startup.

	  Add PTS reset after a PCM Bypass to be able to recover fast
	  enough and shorten the time used in the blank timer for
	  recovering.

	  Be sure that the Bits in the message status register are done
	  well.  Add two new bits which indicates play mode and stop spare
	  time.

	  Make ReleaseBmp work even during running Bitmap upload.  Be sure
	  that normal OSD command sequences will not destroxed by a normal
	  ReleaseBmp.  Be sure that the ACK to the PC work even if the
	  Bitmap upload is premature aborted.

	  Add a workaround to be sure that TX_BUFF is really reset by the
	  PC and does not provide the old value.  It seems that modifying
	  of IRQ_RX by the PC is not always in sync.

2005-xx-xx dvb-ttpci-01.fw-261e
	   (not officially released)

2004-12-26 dvb-ttpci-01.fw-261d
	Changes by Werner Fink:
	- Implement AC3/DTS replay capability
	- Proper handling of OSD bitmap loading with timeouts
	- Set interpolated option of video decoder to reduce block
	  noise on hard picture changes
	- FlushTS command fixes

2004-06-10 dvb-ttpci-01.fw-261c
	- now using additional 2MB SDRAM for OSD if present
	  (support for VDR-oriented hardware patch)
	- remove boot splash

2003-10-13 dvb-ttpci-01.fw-261b
	fixed distortions when switching channel while recording

2003-07-09 dvb-ttpci-01.fw-261a