aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\
* | 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
| * Add a hack to detect when we are writing into a Windows pipe since the fseekGravatar reimar2009-05-16
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
| * Rename macosx audio output driver to coreaudio.Gravatar diego2009-05-04
| * Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.Gravatar reimar2009-05-03
| * Simplify: use av_fifo_spaceGravatar reimar2009-04-10
| * Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.Gravatar reimar2009-04-09
| * Split oversized of "argument" onto a separate line.Gravatar reimar2009-04-09
| * Also lock the mainloop when doing adjusting the volume for PulseAudio.Gravatar reimar2009-04-09
| * Make sure waitop always unlocks the mainloop even if the operation could notGravatar reimar2009-04-09
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Add forgotten "static" to new data_length variable in ao_pcmGravatar reimar2009-03-22
| * Whitespace-only cosmetics: use consistent indentation in ao_pcm.cGravatar reimar2009-03-22
| * Print a warning if ao_pcm wrote more data than what can be specified in theGravatar reimar2009-03-22
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Do not call waveOutReset in uninit if you should wait till playing finishes,Gravatar reimar2009-03-09
| * Reuse libavutil fifo code instead of reimplementing it over and over.Gravatar reimar2009-03-09
* | Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\|
| * Make audio_out_* structs const so they end up in .rodataGravatar reimar2009-03-06
| * Make ao_info_t structs const.Gravatar reimar2009-03-06
| * Use code that is actually thread-safe to calculate delay, free space etc. in ...Gravatar reimar2009-03-06
| * Cosmetics: get rid of trailing whitespace.Gravatar reimar2009-03-06
| * get rid of full_buffers variable, if the check it is used for is triggeredGravatar reimar2009-03-06
| * Remove now unused buf_write_pos variable from ao_win32Gravatar reimar2009-03-06
| * Always write full buffers in ao_win32, except for the last block.Gravatar reimar2009-03-06
| * Use calloc instead of malloc+memsetGravatar reimar2009-03-06
| * The 8 bit per sample formats are unsigned on Windows, fixes playback withGravatar reimar2009-03-06
| * Sleep based on get_delay in ao_win32 uninit instead of a loop.Gravatar reimar2009-03-05
| * full_buffers and buffered_bytes must be volatile because they are used fromGravatar reimar2009-03-05
| * DART audio output driver for OS/2 by KO Myung-Hun, komh chollian netGravatar diego2009-03-01
* | Merge svn changes up to r28690Gravatar Uoti Urpala2009-02-21
|\|
| * Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), av...Gravatar reimar2009-02-21
| * Work around a PulseAudio bug that causes MPlayer to hang after unpausing.Gravatar reimar2009-02-19
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * 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
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined to 0/1,Gravatar diego2009-01-30
| * Add standard license headers.Gravatar diego2009-01-26
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Replace deprecated jack_client_new with jack_client_open.Gravatar reimar2009-01-04
| * Move several of the ao_nas int-to-string maps into .rodataGravatar reimar2009-01-01
* | Merge svn changes up to r28162Gravatar Uoti Urpala2008-12-19
|\|
| * 100l, reorder check for AC3 format to avoid a possible memleakGravatar reimar2008-12-15