aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* 100lGravatar arpi2003-02-12
* The "initialize wav header with infinite lenght" broke theGravatar arpi2003-02-04
* hwac3 fixGravatar arpi2003-02-03
* temporary 'inifinte' length disabled (commit r1.13 reversed) due to userGravatar arpi2003-02-02
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2003-02-02
* double free(), found by Olivier Galibert <galibert@pobox.com>Gravatar arpi2003-01-29
* nice 10l bug, found by Balatoni Denes <pnis@coder.hu>Gravatar arpi2003-01-28
* When the file is not finished to be written,Gravatar arpi2003-01-19
* 10l :)Gravatar arpi2003-01-18
* Workaround for returning very litte buffer space.Gravatar filon2003-01-10
* 10lGravatar arpi2003-01-09
* (nicer) endianness fix for every plugin except pl_formatGravatar colin2003-01-03
* trivial endianness fixGravatar colin2003-01-03
* trivial bigendian fixGravatar colin2003-01-03
* Rearrange the vo and ao driver order to prefer the native drivers and giveGravatar diego2003-01-03
* 10l fixes sync?Gravatar faust32002-12-30
* Added/reordered #includes to silence warnings about "implicit declaration".Gravatar rathann2002-12-28
* ao_oss was not using the channel & format returned by the soundcardGravatar arpi2002-12-28
* DVB-HEAD (aka. NEWSTRUCT) detection & supportGravatar arpi2002-12-28
* - Fix 8-bit sound in arts audio driver (logic in OBTAIN_BITRATE macro wasGravatar jkeil2002-12-27
* Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needsGravatar jkeil2002-12-27
* new EsounD audio driver (-ao esd)Gravatar jkeil2002-12-27
* compiler warning fixesGravatar arpi2002-12-14
* OK, I think I found why the alsa9 driver was breaking surround sound.Gravatar arpi2002-12-04
* The enclosed patch should fix problems associated with playing 8-bit wideGravatar arpi2002-12-04
* 1l, opposite meaning of what's intended!Gravatar rfelker2002-11-28
* avoid giving a /dev/dsp fd to child processes!!Gravatar rfelker2002-11-28
* Implement volume setting functionality,Gravatar ranma2002-11-24
* added floatGravatar alex2002-11-17
* volnorm for bigendianGravatar colin2002-11-17
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* fix endianness issue on bigendian (let libaf do the conversion ;))Gravatar colin2002-11-02
* warning fixesGravatar henry2002-11-02
* verbose can be negativeGravatar arpi2002-11-01
* add ao_win32Gravatar faust32002-10-25
* new windows waveout audio driverGravatar faust32002-10-25
* Check what we obtain in SDL_OpenAudio() - allows to build theGravatar colin2002-10-25
* Change SDL_(Un)lockAudio to PauseAudio() (works better)Gravatar colin2002-10-24
* compiler warning fixes by DominikGravatar arpi2002-10-22
* Fixes:Gravatar arpi2002-10-13
* Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &Gravatar jkeil2002-10-12
* - ao_data.bps not set, confuses the A-V sync computation when the audio filtersGravatar jkeil2002-10-11
* remove nonsense warnings now that libaf is usedGravatar rfelker2002-10-08
* fill ao_data correctlyGravatar arpi2002-10-07
* updated for libaf...Gravatar arpi2002-10-07
* updated for libaf rulesGravatar arpi2002-10-07
* fixed ao_data.bps - patch by Tobias Diedrich <td@sim.uni-hannover.de>Gravatar arpi2002-10-07
* Handle playback of sample rates not supported by the sun audio hardware.Gravatar jkeil2002-10-07
* libaf compliance (ao_data) fix by Tobias Diedrich <td@sim.uni-hannover.de>Gravatar arpi2002-10-07
* DPRINTF -> mp_msg()Gravatar arpi2002-10-06