summaryrefslogtreecommitdiffstats
path: root/a52/pcm_a52.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault of a52 pluginTakashi Iwai2007-05-231-0/+1
| | | | | | | Added the missing call of avcodec_init() to avoid setfault of a52 plugin with the latest svn revision of ffmpeg. From: Fabian van der Werf <fvanderwerf@gmail.com>
* a52 - Add slavepcm optionTakashi Iwai2006-05-241-12/+31
| | | | | | | - Added slavepcm option to specify the slave PCM string explicitly - Don't use plug but linear plugin for default slave. We need only the linear format conversion, and the channel/rate conversion should be avoided.
* Accept integer for card optionTakashi Iwai2006-04-131-3/+9
| | | | | Accept integer value for card option, as found in the example in a52.txt.
* a52 plugin - Fix iec958 frames for S16-BETakashi Iwai2006-04-071-10/+76
| | | | | - Fix iec958 header frames for S16-BE - Add more comments in the code
* Fix XRUN detection in a52 pluginTakashi Iwai2006-04-061-7/+13
| | | | Check XRUN in the write function and pointer callback of a52 plugin.
* Add a52 output pluginTakashi Iwai2006-04-061-0/+638
Added (experimental) a52 output plugin. The plugin requires libavcodec as the audio encoding engine. See doc/a52.txt for the usage.