aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_oss.c
Commit message (Expand)AuthorAge
* Change <endian.h> include to <sys/types.h>Gravatar wm42012-07-31
* Remove compile time/runtime CPU detection, and drop some platformsGravatar wm42012-07-30
* libao2: change control() types to enum, remove unused onesGravatar Uoti Urpala2012-04-08
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
* Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\
| * Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
| * Use AF_FORMAT_IS_AC3 in ao_oss.cGravatar reimar2010-01-11
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Gravatar Uoti Urpala2009-12-29
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * fix calculation of ao_data.bps for sample formats with more than 16 bitsGravatar cladisch2009-10-05
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
| * Use the correct OSS format, where possible, for mplayer's packed 24-bitGravatar cladisch2009-07-24
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* | Add OSS4 vmix volume control to ao_ossGravatar Grigori Goronzy2009-06-24
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Make ao_info_t structs const.Gravatar reimar2009-03-06
* Set samplerate in reset also for AC3, and set it before the format in thatGravatar reimar2009-02-17
* 100l, do 0-filling on resume (to avoid desync after pause) in ao_oss only whenGravatar reimar2009-02-16
* Add standard license headers.Gravatar diego2009-01-26
* Fix 'cast from pointer to integer of different size' on 64bit architectures. ...Gravatar ranma2008-08-24
* Somewhat hackish fix for A-V desync with ao_oss and frame stepping:Gravatar reimar2007-07-19
* Remove a disabled and completely outdated sample rate mismatch warning.Gravatar reimar2006-12-10
* two variables are made static, one of them additionaly modified to const char...Gravatar reynaldo2006-07-09
* Respect AOPLAY_FINAL_CHUNKGravatar pacman2006-06-28
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-30
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* -aop is long obsolete.Gravatar diego2005-11-28
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-19
* Allow setting the mixer per instance so one can fallback betweenGravatar albeu2005-11-10
* QUERY_FORMAT supportGravatar alex2005-07-03
* Have OSS audio out fall back to s16ne instead of u8 if it can't open theGravatar ivo2005-02-26
* print "Unknown/not supported internal format" message only with -v as itGravatar reimar2005-01-29
* Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...Gravatar reimar2005-01-06
* Check for every 24 and 32 bit AFMT_ separately if it is defined.Gravatar reimar2005-01-06
* more verbose messagesGravatar alex2004-12-29
* af_fmt2str_shortGravatar alex2004-12-28
* 100l set default format for AF_FORMATs not supported by sound cardGravatar rtognimp2004-12-28
* removing AFMT_ dependancyGravatar alex2004-12-27
* Make include paths consistent.Gravatar diego2004-12-07
* mp_msg transition of unmaintained audio output drivers.Gravatar ivo2004-09-18
* ok this one is beyond stupid. the code didn't even do what was intendedGravatar rfelker2004-05-01
* uninit immed flagGravatar alex2004-04-06
* add option to select mixer channelGravatar attila2004-01-24
* Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon <ag...Gravatar alex2003-08-13
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>Gravatar alex2003-03-21
* nice 10l bug, found by Balatoni Denes <pnis@coder.hu>Gravatar arpi2003-01-28