Blame NEWS

Packit 0bbbb1
libiec61883 RELEASE NOTES
Packit 0bbbb1
Copyright (C) 2004-2005 Kristian Hogsberg, Dan Dennedy, and Dan Maas.
Packit 0bbbb1
http://www.linux1394.org/
Packit 0bbbb1
Packit 0bbbb1
Version 1.2.0
Packit 0bbbb1
	- Fixed PID handling in MPEG2-TS.
Packit 0bbbb1
	- Added iec61883_cip_resync().
Packit 0bbbb1
	- Silence some warnings in CMP that may needlessly alarm users.
Packit 0bbbb1
	- Improved validation of DV packets in dv_fb.
Packit 0bbbb1
	- bugfixes
Packit 0bbbb1
Packit 0bbbb1
Version 1.1.0
Packit 0bbbb1
	- Added man pages for installed utilities.
Packit 0bbbb1
	- bugfixes
Packit 0bbbb1
Packit 0bbbb1
Version 1.0.0
Packit 0bbbb1
Packit 0bbbb1
	First release. This release is mostly feature complete as opposed to
Packit 0bbbb1
	being an early development release! It is known to be working well on
Packit 0bbbb1
	little endian platforms for DV and MPEG2-TS applications and is being
Packit 0bbbb1
	used in early development work on FreeBob for AMDTP. A dvgrab 2.0 is
Packit 0bbbb1
	flexing DV and being used in a 24/7 multi-host production environment.
Packit 0bbbb1
	The MPEG2-TS is being used by a few MythTV enthusiasts with digital
Packit 0bbbb1
	cable and ATSC settop boxes.
Packit 0bbbb1
Packit 0bbbb1
	The connection management procedures do a pretty good job of effortless,
Packit 0bbbb1
	multiple tranmission and reception sessions over a single bus. However,
Packit 0bbbb1
	it may not support all use case scenarios. Also, CMP seems to be the
Packit 0bbbb1
	area most poorly or inconsistently implemented by device makers.
Packit 0bbbb1
	Therefore, it is difficult at this time to support multiple sessions
Packit 0bbbb1
	in a generic fashion and expect it to Just Work.
Packit 0bbbb1
Packit 0bbbb1
	AMDTP is a little crude at the moment. First of all, it does not support
Packit 0bbbb1
	low latency applications and requirements. Secondly, there are not
Packit 0bbbb1
	functions to help encode and decode the various audio formats, but there
Packit 0bbbb1
	is simple label handling for AM824 and label and encoding of IEC 60958
Packit 0bbbb1
	audio for transmission.
Packit 0bbbb1
Packit 0bbbb1
	Links:
Packit 0bbbb1
	dvgrab 2.0 (not yet released) - http://www.kinodv.org/
Packit 0bbbb1
	MythTV 0.17 - http://www.mythtv.info/moin.cgi/0_2e17
Packit 0bbbb1
	FreeBob - http://freebob.sourceforge.net/