summaryrefslogtreecommitdiffstats
path: root/a52/pcm_a52.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.