| Commit message (Expand) | Author | Age | Files | Lines |
* | ao_alsa: filter audio device list | wm4 | 2015-11-24 | 1 | -1/+15 |
* | ao_alsa: list bidirectional devices too | wm4 | 2015-11-24 | 1 | -1/+1 |
* | ao_alsa: remove the last bits of legacy channel map fallback | wm4 | 2015-11-07 | 1 | -3/+1 |
* | ao_alsa: fix 7.1 over HDMI | wm4 | 2015-11-04 | 1 | -0/+26 |
* | ao_alsa: map mp_chmaps back to ALSA in a different way | wm4 | 2015-11-04 | 1 | -39/+54 |
* | ao_alsa: print more chmap info at debug verbosity | wm4 | 2015-11-04 | 1 | -9/+11 |
* | ao_alsa: minor cleanups | wm4 | 2015-11-03 | 1 | -34/+18 |
* | ao_alsa: simplify dmix non-NA hack | wm4 | 2015-11-03 | 1 | -58/+43 |
* | ao_alsa: move channel map setting code out of main init function | wm4 | 2015-11-03 | 1 | -104/+125 |
* | ao_alsa: make failure of buffer parameter setting non-fatal | wm4 | 2015-11-03 | 1 | -4/+12 |
* | ao_alsa: disable resampling first thing | wm4 | 2015-11-03 | 1 | -7/+7 |
* | ao_alsa: set access type before format | wm4 | 2015-11-03 | 1 | -11/+13 |
* | ao_alsa: handle channel count mismatch safeguard after chmap negotiation | wm4 | 2015-11-03 | 1 | -12/+12 |
* | ao_alsa: apply non-NA fallback only if input is stereo | wm4 | 2015-11-03 | 1 | -0/+1 |
* | ao_alsa: treat SND_CHMAP_UNKNOWN as NA channel too | wm4 | 2015-11-03 | 1 | -0/+1 |
* | ao_alsa: remove log message on pausing | wm4 | 2015-11-03 | 1 | -1/+2 |
* | audio: always log channel maps before determining final map | wm4 | 2015-10-26 | 1 | -3/+3 |
* | ao_alsa: log format probing in verbose mode | wm4 | 2015-10-25 | 1 | -2/+1 |
* | ao_alsa: add debug messages for format search | Kevin Mitchell | 2015-10-06 | 1 | -0/+2 |
* | ao_alsa: fix failure to find any sampleformat | Kevin Mitchell | 2015-10-06 | 1 | -4/+7 |
* | ao_alsa: improve handling of device disconnection | wm4 | 2015-09-28 | 1 | -3/+20 |
* | ao_alsa: use sample format determination code | Kevin Mitchell | 2015-09-10 | 1 | -12/+10 |
* | ao_alsa: add double to sample format list | Kevin Mitchell | 2015-09-10 | 1 | -0/+1 |
* | ao_alsa: put spdif formats into find_alsa_format | Kevin Mitchell | 2015-09-10 | 1 | -9/+9 |
* | ao_alsa: fix minor memory leak | wm4 | 2015-08-25 | 1 | -8/+11 |
* | audio: fix format function consistency issues | wm4 | 2015-06-26 | 1 | -9/+9 |
* | ao_alsa: fix a log message | wm4 | 2015-06-21 | 1 | -4/+5 |
* | audio: remove S8, U16, U24, U32 formats | wm4 | 2015-06-16 | 1 | -5/+0 |
* | ao_alsa: if possible, reorder device maps to std layouts | wm4 | 2015-06-12 | 1 | -0/+2 |
* | ao_alsa: make it accept 7.1 over HDMI | wm4 | 2015-06-12 | 1 | -0/+2 |
* | ao_alsa: change ALSA braindeath heuristic | wm4 | 2015-06-11 | 1 | -3/+4 |
* | ao_alsa: refine channel count mismatch error message | wm4 | 2015-06-09 | 1 | -2/+2 |
* | ao_alsa: refuse to use spdif if AES flags can't be set | wm4 | 2015-06-04 | 1 | -6/+6 |
* | ao_alsa: hack against potential spdif failure | wm4 | 2015-06-04 | 1 | -3/+16 |
* | ao_alsa: hack back mono output | wm4 | 2015-05-25 | 1 | -1/+6 |
* | ao_alsa: log requested numbers of channels if ALSA rejects them | wm4 | 2015-05-08 | 1 | -2/+3 |
* | audio: define only a single NA speaker ID | wm4 | 2015-05-07 | 1 | -7/+2 |
* | ao_alsa: use new padding channels support | wm4 | 2015-05-06 | 1 | -21/+26 |
* | ao_alsa: move ALSA -> mp channel map to a function | wm4 | 2015-05-06 | 1 | -11/+18 |
* | ao_alsa: fallback to stereo channel layout if everything else fails | wm4 | 2015-04-14 | 1 | -1/+4 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | ao_alsa: change log output | wm4 | 2015-04-07 | 1 | -12/+15 |
* | audio: make all format query shortcuts macros | Kevin Mitchell | 2015-04-03 | 1 | -3/+3 |
* | ao_alsa: add an option to ignore ALSA channel map negotiation | wm4 | 2015-03-28 | 1 | -2/+6 |
* | ao_alsa: reinitialize if device got broken | wm4 | 2015-01-21 | 1 | -0/+3 |
* | ao_alsa: fix a small memory leak | wm4 | 2015-01-14 | 1 | -0/+2 |
* | ao_alsa: fix dtshd passthrough | wm4 | 2015-01-09 | 1 | -2/+6 |
* | ao_alsa: print channel map if setting it fails | wm4 | 2014-12-29 | 1 | -1/+2 |
* | ao_alsa: fix unpause path atfer previous commit | wm4 | 2014-12-23 | 1 | -0/+2 |
* | ao_alsa: fix resuming from suspend mode | wm4 | 2014-12-23 | 1 | -4/+12 |
* | ao_alsa: fix setting mono channel map | wm4 | 2014-12-20 | 1 | -0/+5 |
* | ao_alsa: remove some dead code | wm4 | 2014-12-20 | 1 | -6/+0 |
* | ao_alsa: remove old multichannel method | wm4 | 2014-12-15 | 1 | -49/+3 |
* | ao_alsa: add ridiculous hack to deal with braindead ALSA behavior | wm4 | 2014-12-15 | 1 | -3/+42 |
* | ao_alsa: minor simplification | wm4 | 2014-12-05 | 1 | -5/+1 |
* | ao_alsa: hackfix mono playback | wm4 | 2014-12-05 | 1 | -0/+3 |
* | ao_alsa: simplify, remove no-block suboption | wm4 | 2014-12-05 | 1 | -17/+8 |
* | ao_alsa: try to fallback to "default" device if device is busy | wm4 | 2014-12-04 | 1 | -1/+6 |
* | audio: allow more than 20 channel map entries | wm4 | 2014-12-01 | 1 | -1/+1 |
* | ao_alsa: fix channel map in pre-channel map API case | wm4 | 2014-11-25 | 1 | -0/+1 |
* | ao_alsa: always enable "plug" plugin for non-default device | wm4 | 2014-11-25 | 1 | -3/+2 |
* | ao_alsa: select and set channel maps via channel map API | wm4 | 2014-11-25 | 1 | -28/+125 |
* | ao_alsa: minor fixes | wm4 | 2014-11-25 | 1 | -4/+6 |
* | ao_alsa: cleanups | wm4 | 2014-11-25 | 1 | -97/+57 |
* | audio: make mp_chmap_to_str() return a stack-allocated string | wm4 | 2014-11-24 | 1 | -6/+2 |
* | ao_alsa: try to use the channel map reported by ALSA | wm4 | 2014-11-24 | 1 | -0/+64 |
* | ao_alsa: check for EAGAIN too | wm4 | 2014-11-17 | 1 | -1/+1 |
* | audio/out: consistently use double return type for get_delay | wm4 | 2014-11-09 | 1 | -5/+5 |
* | ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatal | wm4 | 2014-10-31 | 1 | -1/+7 |
* | ao_alsa: move parameter append code to a function | wm4 | 2014-10-23 | 1 | -16/+27 |
* | audio: change internal device listing API | wm4 | 2014-10-10 | 1 | -2/+2 |
* | ao_alsa: implement device listing & selection | wm4 | 2014-10-09 | 1 | -0/+27 |
* | audio: cleanup spdif format definitions | wm4 | 2014-09-23 | 1 | -11/+13 |
* | audio: drop swapped-endian audio formats | wm4 | 2014-09-23 | 1 | -18/+14 |
* | audio: remove swapped-endian spdif formats | wm4 | 2014-09-23 | 1 | -6/+4 |
* | audio/out: always round get_space on period size | wm4 | 2014-09-06 | 1 | -1/+1 |
* | ao_alsa: disable use of non-interleaved formats by default | wm4 | 2014-07-30 | 1 | -0/+6 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 1 | -1/+0 |
* | Add more const | wm4 | 2014-06-11 | 1 | -1/+1 |
* | ao_alsa: make device the first sub option | wm4 | 2014-05-31 | 1 | -1/+1 |
* | ao_alsa: reduce spurious wakeups | wm4 | 2014-05-30 | 1 | -8/+14 |
* | ao_alsa: use poll() to wait for device | wm4 | 2014-05-30 | 1 | -0/+30 |
* | af_lavrresample: remove avresample_set_channel_mapping() fallbacks | wm4 | 2014-03-16 | 1 | -1/+0 |
* | ao_alsa: reduce default buffer size | wm4 | 2014-03-10 | 1 | -1/+1 |
* | ao_alsa: fix return value for volume operations with spdif | wm4 | 2014-03-10 | 1 | -1/+1 |
* | ao_alsa: remove unneeded initializations | wm4 | 2014-03-09 | 1 | -6/+0 |
* | ao_alsa: check ALSA PCM state before pause and resume | foo86 | 2014-03-09 | 1 | -5/+9 |
* | audio/out: make draining a separate operation | wm4 | 2014-03-09 | 1 | -6/+10 |
* | audio/out: make ao struct opaque | wm4 | 2014-03-09 | 1 | -0/+1 |
* | ao_alsa: remove 9 year old typo | wm4 | 2014-01-02 | 1 | -1/+0 |
* | ao_alsa: Unbreak pause/resume | Martin Herkt | 2014-01-02 | 1 | -11/+10 |
* | ao_alsa: Fix PCM resume after suspend | Martin Herkt | 2014-01-02 | 1 | -15/+15 |
* | ao_alsa: don't set ALSA message callback | wm4 | 2013-12-21 | 1 | -21/+0 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | ao_alsa: remove unneeded checks | wm4 | 2013-11-30 | 1 | -19/+11 |
* | ao_alsa: enable "plug" for non-interleaved float formats too | wm4 | 2013-11-30 | 1 | -2/+1 |
* | ao_alsa: disable ALSA resampling by default again | wm4 | 2013-11-29 | 1 | -0/+9 |
* | ao_alsa: do not forcibly disable ALSA resampling | Martin Herkt | 2013-11-26 | 1 | -6/+0 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 1 | -2/+2 |
* | ao_alsa: non-interleaved access is not always available | wm4 | 2013-11-14 | 1 | -0/+5 |
* | ao_alsa: support non-interleaved audio | wm4 | 2013-11-12 | 1 | -25/+23 |
* | audio/out: prepare for non-interleaved audio | wm4 | 2013-11-12 | 1 | -11/+5 |
* | audio/out: reject non-interleaved formats | wm4 | 2013-11-12 | 1 | -0/+2 |
* | ao: add ao_play_silence, use for ao_alsa and ao_oss | wm4 | 2013-11-10 | 1 | -6/+2 |
* | ao_alsa: use correct magic spdif flags | wm4 | 2013-11-09 | 1 | -14/+11 |
* | ao: print requested audio format on init | wm4 | 2013-11-09 | 1 | -3/+0 |
* | ao_alsa: add magic spdif parameters | wm4 | 2013-11-09 | 1 | -1/+25 |
* | ao_alsa: redo the way parameters are added in the spdif case | wm4 | 2013-11-09 | 1 | -38/+24 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 1 | -1/+1 |
* | ao_alsa: return negative value on error in play() | wm4 | 2013-10-30 | 1 | -3/+3 |
* | ao_alsa: don't include alloca.h | wm4 | 2013-10-25 | 1 | -1/+0 |
* | audio/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -6/+3 |
* | mixer: make struct opaque | wm4 | 2013-09-20 | 1 | -1/+0 |
* | audio/out: do some mp_msg conversions | wm4 | 2013-08-22 | 1 | -54/+35 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | audio/out: remove options argument from init() | wm4 | 2013-07-22 | 1 | -1/+1 |
* | Remove subopt-helper | wm4 | 2013-07-22 | 1 | -1/+1 |
* | options: remove --mixer and --mixer-channel, turn them into alsa/oss subopts | wm4 | 2013-07-21 | 1 | -32/+16 |
* | ao_alsa: use new option API (changes syntax) | wm4 | 2013-07-21 | 1 | -66/+25 |
* | audio/out: remove ao->outburst/buffersize fields | wm4 | 2013-06-16 | 1 | -7/+9 |
* | audio/out: don't require AOs to set ao->bps | wm4 | 2013-06-16 | 1 | -1/+0 |
* | ao_alsa: always unset ALSA error handler, cleanup on init error | wm4 | 2013-05-26 | 1 | -8/+9 |
* | audio: fix ALSA 4 channel surround output | wm4 | 2013-05-13 | 1 | -1/+1 |
* | ao_alsa: set fallback if format unknown | wm4 | 2013-05-12 | 1 | -4/+6 |
* | audio/out: channel map selection | wm4 | 2013-05-12 | 1 | -23/+30 |
* | ao: remove ao_driver.is_new field | wm4 | 2013-05-12 | 1 | -1/+0 |
* | ao_alsa: remove global variables | wm4 | 2013-05-12 | 1 | -110/+116 |
* | ao_alsa: switch to new AO API | wm4 | 2013-05-12 | 1 | -39/+54 |
* | ao_alsa: map to exact channel layout | wm4 | 2013-05-12 | 1 | -38/+48 |
* | ao_alsa: move format lookup into separate function | wm4 | 2013-05-12 | 1 | -58/+36 |
* | ao_alsa: more reformat | wm4 | 2013-05-12 | 1 | -118/+113 |
* | ao_alsa: cosmetics, macro-fy error reporting | wm4 | 2013-05-12 | 1 | -321/+181 |
* | ao_alsa: uncrustify | wm4 | 2013-05-12 | 1 | -623/+717 |
* | audio/out: switch to channel map | wm4 | 2013-05-12 | 1 | -17/+14 |
* | ao_alsa: reorder channels from internal to alsa order | wm4 | 2013-04-13 | 1 | -0/+6 |
* | ao_alsa: do not call snd_pcm_delay() when paused | wm4 | 2013-01-06 | 1 | -0/+8 |
* | audio: remove support for native alaw/mulaw/adpcm output | wm4 | 2012-12-11 | 1 | -6/+0 |
* | audio: make AC3 pass-through with ad_spdif work | reimar | 2012-12-03 | 1 | -3/+3 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 1 | -2/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -5/+5 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+868 |