summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_iec958.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce bswap.h for portable definitions of byte swap macros.Thomas Klausner2016-03-031-1/+1
* pcm: Implement timestamp type handling in all pluginsTakashi Iwai2014-07-141-1/+1
* pcm: Fix forward/rewind support in iec958 pluginAlexander E. Patrakov2014-04-281-1/+36
* Implement the channel mapping APITakashi Iwai2012-09-111-0/+3
* Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Add support for monotonic timestampsJaroslav Kysela2008-01-091-0/+1
* Fix infinite parse of recursive definitionsTakashi Iwai2006-01-301-1/+1
* Fix S24_BE format conversionsTakashi Iwai2006-01-091-0/+2
* Fix segfault of iec958 plugin with preambleTakashi Iwai2005-11-231-1/+1
* Fix generation of IEC958 subframesTakashi Iwai2005-11-171-3/+3
* Fix doxygen documentsTakashi Iwai2005-05-241-0/+4
* Move poll_* callbacks to fast_opsTakashi Iwai2005-05-231-3/+0
* Add poll_descriptors and poll_descriptors_count callbacksTakashi Iwai2005-05-181-0/+2
* improved stream linking and plugin code cleanupsJaroslav Kysela2005-01-201-15/+15
* Add preamble value configuration for iec958 pluginTakashi Iwai2004-12-151-6/+60
* added a new plugin "iec958" to convert IEC958 subframes.Takashi Iwai2004-05-041-0/+619