aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
...
| * Declare variable closer to where it is used.Gravatar reimar2010-01-27
| * Remove a useless global variable.Gravatar reimar2010-01-27
| * Do not needlessly make local variable static.Gravatar reimar2010-01-27
| * Remove useless initializers.Gravatar reimar2010-01-27
| * Do not needlessly use (file-)global variables.Gravatar reimar2010-01-27
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\|
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\ \
| | * Support more formats for -ao pcm in raw mode.Gravatar reimar2010-01-23
| |/
| * MPlayer's format now correctly identifies AC3 as either little- or big-endian,Gravatar reimar2010-01-11
| * Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
| * More uses of AF_FORMAT_IS_AC3Gravatar reimar2010-01-11
| * Use AF_FORMAT_IS_AC3 in ao_oss.cGravatar reimar2010-01-11
| * Use af_fmt2bits, it should give more sensible values than snd_pcm_format_phys...Gravatar reimar2010-01-11
| * Use af_fmt2bits instead of reimplementing it.Gravatar reimar2010-01-11
| * Add and use AF_FORMAT_IS_AC3 macro.Gravatar reimar2010-01-11
* | Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \
| | * Fixup SDL configure check:Gravatar reimar2010-01-03
| |/
| * Simplify range-checking functions for subopt parsing.Gravatar reimar2010-01-01
| * Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* | Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\|
* | ao_alsa: Reinitialize parameters properly when reopeningGravatar Uoti Urpala2009-12-29
* | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST)Gravatar Uoti Urpala2009-12-29
| * Add a missing const, fixes a compiler warning.Gravatar reimar2009-12-18
| * Allow pulseaudio to restore the previous volume on init instead of forcing toGravatar reimar2009-12-18
| * Get rid of global volume variable, it is only used for temporary values.Gravatar reimar2009-12-18
* | Fix printf format strings with invalid '%lf' conversionGravatar Uoti Urpala2009-12-15
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Add support for 8 channel audio.Gravatar tack2009-11-10
* | 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
| * Make the ao_alsa play function always process a multiple of ao_data.outburstGravatar reimar2009-10-02
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * The suboption parser now takes a const options list, so mark them all const.Gravatar reimar2009-09-02
| * Use a buffer of about half a second, instead of sizing it to haveGravatar cladisch2009-08-24
* | Merge svn changes up to r29544Gravatar Uoti Urpala2009-08-22
|\|
| * OpenAL: untested support for 8-channel audio.Gravatar reimar2009-08-19
| * Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.Gravatar reimar2009-08-19
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * 100l, av_fifo_generic_read does not return anything useful, so ignore itsGravatar reimar2009-08-08
| * Do not leak the mixer handle if setting of a volume fails.Gravatar cladisch2009-08-06
* | 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
| * Use correct ALSA sample format for 24-bit samples packed in three bytes.Gravatar cladisch2009-07-21
| * Handle 24bit audio formats natively by ALSA.Gravatar iive2009-07-19
* | 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