summaryrefslogtreecommitdiff
path: root/sys/dev/auconv.c
AgeCommit message (Expand)Author
2017-10-02Allow maxused to be an odd number of bytes. This makes single bytenat
2017-10-02Improve LINEAR_LINEARN macro - inparticular BE/LE conversions.nat
2017-07-30The audio module will now compile with WARNS=5.nat
2017-07-28Mixer device bounds checking.nat
2017-07-27Add a null_filter to help with the audio autoconfig of pmax.nat
2017-06-22comment out unused variables.christos
2017-06-20Add support for more formats. At present 24 bit formats do not work andnat
2017-06-01Add infrastructure for modularization of audio, midi, and sequencerpgoyette
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-09-07auconv_exact_match: don't check precision, validbits, or channels for AC3jmcneill
2011-09-06Add AUDIO_ENCODING_AC3 encoding type.jmcneill
2009-01-03remove extra semicolons.yamt
2008-03-04Split device_t and softc for audio(4), and other related cosmetic changes.cube
2007-03-01TRUE -> true, FALSE -> falsethorpej
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-18Revert local changes not meant for previous commit.jmcneill
2006-03-18Check the return value of AUCONV_MALLOC. Fixes a pile of CIDs related tojmcneill
2006-02-26fix tyop in debug printfpooka
2006-02-26make compile with AUCONV_DEBUG: rename encoding_names to encoding_dbg_namespooka
2005-12-11merge ktrace-lwp.christos
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-11-13add the following four functions:kent
2002-03-15audio.c: revert a part of previous change.kent
2002-03-09Move sampling rate conversion functions to aurateconv.c.kent
2002-03-07Sampling rate and mono-stereo conversion described inkent
2002-02-18Add ulinear8 to/from slinear16 transforms.augustss
2002-01-15<dev/auconv.h> -> "auconv.h"; this makes auconv.c portable.mrg
2001-11-13add RCSIDslukem
2001-10-02ANSIfy.augustss
1999-11-01Make little endian and big endian version of all functionsaugustss
1997-08-24Add trivial conversions between 8 and 16 bits.augustss
1997-07-31Audio changes:augustss