| Commit message (Expand) | Author | Age | Files | Lines |
* | ao: some missing mp_msg conversions | wm4 | 2013-12-21 | 1 | -13/+17 |
* | ao_wasapi: mp_msg conversions | wm4 | 2013-12-21 | 1 | -67/+34 |
* | audio/fmt-conversion.c: remove unknown audio format messages | wm4 | 2013-12-21 | 1 | -0/+5 |
* | ao_alsa: don't set ALSA message callback | wm4 | 2013-12-21 | 1 | -21/+0 |
* | ao_wasapi: fix includes | wm4 | 2013-12-18 | 1 | -3/+2 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 17 | -26/+26 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 15 | -17/+17 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -2/+2 |
* | ao_wasapi: Fix mistaken behavior on uninit | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -2/+2 |
* | ao_wasapi: handle AOPLAY_FINAL_CHUNK | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -2/+6 |
* | ao_wasapi: Reduce the buffer size to a sane value | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -1/+1 |
* | ao_wasapi: fix audio buffering delay calculation | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -1/+1 |
* | ao_oss: when falling back from unknown prefer larger format | bugmen0t | 2013-12-04 | 1 | -0/+16 |
* | ao_oss: add 24bit formats | bugmen0t | 2013-12-04 | 1 | -0/+12 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 1 | -0/+2 |
* | ao_oss: add 6.1 and 7.1 speaker placement from FreeBSD | bugmen0t | 2013-11-30 | 1 | -1/+15 |
* | ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_t | wm4 | 2013-11-30 | 1 | -2/+3 |
* | 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_coreaudio: simplify ch label to speaker id conversion | Stefano Pigozzi | 2013-11-27 | 1 | -23/+37 |
* | ao_coreaudio: map channel labels needed for 8ch layouts | Stefano Pigozzi | 2013-11-27 | 1 | -4/+30 |
* | ao_alsa: do not forcibly disable ALSA resampling | Martin Herkt | 2013-11-26 | 1 | -6/+0 |
* | ao_rsound: fix option types | wm4 | 2013-11-23 | 1 | -2/+2 |
* | ao_null: fix simulated buffer size | wm4 | 2013-11-19 | 1 | -1/+1 |
* | ao_null: properly simulate final chunk, add buffer options | wm4 | 2013-11-17 | 1 | -19/+50 |
* | ao_lavc: use af_format_conversion_score() | wm4 | 2013-11-16 | 1 | -26/+29 |
* | ao_lavc: write the final audio chunks from uninit() | Rudolf Polzer | 2013-11-16 | 1 | -7/+10 |
* | ao_lavc: fix crash with interleaved audio outputs. | Rudolf Polzer | 2013-11-16 | 1 | -2/+4 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 4 | -16/+16 |
* | ao_alsa: non-interleaved access is not always available | wm4 | 2013-11-14 | 1 | -0/+5 |
* | ao_null: add untimed sub-option | wm4 | 2013-11-13 | 1 | -2/+18 |
* | ao_null: support pausing properly | wm4 | 2013-11-13 | 1 | -4/+14 |
* | ao_lavc: support non-interleaved audio | wm4 | 2013-11-13 | 1 | -193/+42 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 17 | -270/+334 |
|\ |
|
| * | ao_jack: switch from interleaved to planar audio | William Light | 2013-11-12 | 1 | -95/+92 |
| * | ao_jack: refactoring, also fix "no-connect" option | William Light | 2013-11-12 | 1 | -57/+97 |
| * | ao_openal: support non-interleaved output | wm4 | 2013-11-12 | 1 | -18/+11 |
| * | ao_alsa: support non-interleaved audio | wm4 | 2013-11-12 | 1 | -25/+23 |
| * | ao_null: support non-interleaved audio | wm4 | 2013-11-12 | 1 | -17/+20 |
| * | audio: switch output to mp_audio_buffer | wm4 | 2013-11-12 | 2 | -8/+10 |
| * | audio/out: prepare for non-interleaved audio | wm4 | 2013-11-12 | 17 | -85/+92 |
| * | audio/out: reject non-interleaved formats | wm4 | 2013-11-12 | 13 | -1/+25 |
* | | ao_lavc: remove audio offset hack to ease supporting planar audio. | Rudolf Polzer | 2013-11-11 | 1 | -66/+11 |
|/ |
|
* | ao: add ao_play_silence, use for ao_alsa and ao_oss | wm4 | 2013-11-10 | 4 | -13/+20 |
* | player: set PulseAudio stream title to window title | wm4 | 2013-11-10 | 2 | -0/+15 |
* | 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 | 3 | -6/+4 |
* | 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: don't let ao_lavc access frontend internals, change gapless audio | wm4 | 2013-11-08 | 3 | -35/+33 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 5 | -13/+13 |
* | ao_oss: fix previous ao_oss commit | wm4 | 2013-11-06 | 1 | -1/+0 |
* | ao_oss: hide warning | wm4 | 2013-11-06 | 1 | -2/+2 |
* | ao_oss: don't enable -softvol by default on OSSv4 | bugmen0t | 2013-11-06 | 1 | -0/+4 |
* | ao_oss: make no_persistent_volume volume work when seeking | bugmen0t | 2013-11-06 | 1 | -0/+4 |
* | osx: fix -Wshadow warnings on platform specific code | Stefano Pigozzi | 2013-11-04 | 1 | -3/+3 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 2 | -18/+18 |
* | ao_pulse: fix channel layouts | wm4 | 2013-10-31 | 1 | -1/+4 |
* | 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 | 17 | -105/+44 |
* | ao_pcm: big endian AC3 in wav doesn't work | wm4 | 2013-10-22 | 1 | -1/+0 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 1 | -1/+1 |
* | ao_coreaudio: clear output buffer on buffer underrun | Stefano Pigozzi | 2013-10-03 | 1 | -0/+1 |
* | audio/out: add sndio support | Christian Neukirchen | 2013-10-03 | 2 | -0/+344 |
* | ao_coreaudio: fetch device name only for verbose log level | Stefano Pigozzi | 2013-10-01 | 1 | -6/+8 |
* | ao_jack: don’t force exact client name | Martin Herkt | 2013-09-30 | 1 | -1/+1 |
* | ao_oss: add support for SNDCTL_DSP_RESET and use it when pausing | Paul B Mahol | 2013-09-23 | 1 | -0/+6 |
* | ao_pulse: bug fix: goto the correct error handler | Johan Kiviniemi | 2013-09-20 | 1 | -2/+2 |
* | ao_pulse: set the property media.role=video | Johan Kiviniemi | 2013-09-20 | 1 | -2/+17 |
* | mixer: make struct opaque | wm4 | 2013-09-20 | 2 | -2/+0 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 2 | -101/+61 |
* | audio/out: do some mp_msg conversions | wm4 | 2013-08-22 | 8 | -163/+118 |
* | ao: remove some leftovers | wm4 | 2013-08-22 | 2 | -7/+0 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 16 | -40/+40 |
* | Merge pull request #154 from rossy2401/wasapi-pause | Diogo Franco | 2013-08-05 | 1 | -1/+2 |
|\ |
|
| * | ao_wasapi: don't check the audio feed while paused | James Ross-Gowan | 2013-07-27 | 1 | -1/+2 |
* | | ao_coreaudio: move to new log API | Stefano Pigozzi | 2013-08-01 | 4 | -99/+101 |
* | | ao_coreaudio: remove useless defines | Stefano Pigozzi | 2013-08-01 | 1 | -3/+0 |
* | | audio/out: add support for new logging API | Stefano Pigozzi | 2013-08-01 | 2 | -8/+15 |
* | | Fix some warnings | Jonathan Yong | 2013-07-30 | 1 | -6/+6 |
* | | ao_coreaudio: use default output unit when no device is specified | Stefano Pigozzi | 2013-07-29 | 1 | -1/+3 |
* | | ao_coreaudio: prevent buffer underruns to output garbage | Stefano Pigozzi | 2013-07-28 | 1 | -1/+6 |
* | | ao_coreaudio: fix compilation on OS X 10.7 | Dmitry Kalinkin | 2013-07-28 | 1 | -1/+1 |
|/ |
|
* | audio/out: remove options argument from init() | wm4 | 2013-07-22 | 16 | -31/+18 |
* | Remove subopt-helper | wm4 | 2013-07-22 | 1 | -1/+1 |
* | ao_coreaudio: fix ifdef'd conditional | Stefano Pigozzi | 2013-07-22 | 1 | -1/+1 |
* | ao_coreaudio: use new option API | Stefano Pigozzi | 2013-07-22 | 1 | -38/+22 |
* | ao_coreaudio: switch properties getters to talloc | Stefano Pigozzi | 2013-07-22 | 3 | -18/+19 |
* | ao_coreaudio: reduce verbosity of the chmapping code | Stefano Pigozzi | 2013-07-22 | 1 | -2/+2 |
* | ao_coreaudio: revert to original device format on digital uninit | Stefano Pigozzi | 2013-07-22 | 1 | -3/+11 |
* | ao_coreaudio: refactor chmap detection | Stefano Pigozzi | 2013-07-22 | 3 | -91/+96 |
* | ao_coreaudio: refactor properties code | Stefano Pigozzi | 2013-07-22 | 4 | -146/+111 |
* | ao_coreaudio: move utils functions to snake_case | Stefano Pigozzi | 2013-07-22 | 3 | -39/+34 |
* | ao_coreaudio: split ao_coreaudio_common in two files | Stefano Pigozzi | 2013-07-22 | 5 | -160/+287 |
* | ao_coreaudio: store asbd only when selected | Stefano Pigozzi | 2013-07-22 | 1 | -4/+1 |
* | ao_coreaudio: fallback to waveext on non surround inputs | Stefano Pigozzi | 2013-07-22 | 1 | -3/+3 |
* | ao_coreaudio: set channel layout based on hardware query | Stefano Pigozzi | 2013-07-22 | 1 | -2/+106 |
* | ao_coreaudio: fix regression in digital stream selection | Stefano Pigozzi | 2013-07-22 | 1 | -1/+1 |
* | ao_coreaudio: return errors instead false in init functions | Stefano Pigozzi | 2013-07-22 | 1 | -3/+3 |
* | ao_coreaudio: remove useless function declaration | Stefano Pigozzi | 2013-07-22 | 1 | -3/+0 |
* | ao_coreaudio: only set chmap_sel info for lpcm | Stefano Pigozzi | 2013-07-22 | 1 | -5/+7 |
* | ao_coreaudio: set channel layout bitmap | Stefano Pigozzi | 2013-07-22 | 1 | -1/+17 |
* | ao_coreaudio: move digital detection before asbd creation | Stefano Pigozzi | 2013-07-22 | 1 | -10/+9 |
* | ao_coreaudio: remove chmap selection if format is digital | Stefano Pigozzi | 2013-07-22 | 1 | -1/+0 |
* | ao_coreaudio: remove volume multiplication by 4 | Stefano Pigozzi | 2013-07-22 | 1 | -2/+2 |
* | ao_coreaudio: remove device property listener on uninit | Stefano Pigozzi | 2013-07-22 | 2 | -12/+32 |
* | ao_coreaudio: print help string in one go | Stefano Pigozzi | 2013-07-22 | 1 | -5/+11 |
* | ao_coreaudio: change all ++var to var++ | Stefano Pigozzi | 2013-07-22 | 2 | -12/+8 |
* | ao_coreaudio: change private vars names to match mpv conventions | Stefano Pigozzi | 2013-07-22 | 1 | -91/+101 |
* | ao_coreaudio: remove packetSize private variable | Stefano Pigozzi | 2013-07-22 | 1 | -3/+3 |
* | ao_coreaudio: refactor play/pause | Stefano Pigozzi | 2013-07-22 | 1 | -27/+15 |
* | ao_coreaudio: refactor uninit | Stefano Pigozzi | 2013-07-22 | 1 | -17/+6 |
* | ao_coreaudio: remove a fixme since that seems fixed | Stefano Pigozzi | 2013-07-22 | 1 | -2/+0 |
* | ao_coreaudio: ca_msg: add trailing \n where missing | Stefano Pigozzi | 2013-07-22 | 2 | -6/+6 |
* | ao_coreaudio: refactor play | Stefano Pigozzi | 2013-07-22 | 1 | -16/+8 |
* | ao_coreaudio: extract mixmode set/unset in utility functions | Stefano Pigozzi | 2013-07-22 | 2 | -46/+58 |
* | ao_coreaudio: move AudioStreamChangeFormat to common file and refactor | Stefano Pigozzi | 2013-07-22 | 2 | -86/+74 |
* | ao_coreaudio: extract methods to lock/unlock device for digital output | Stefano Pigozzi | 2013-07-22 | 2 | -28/+26 |
* | ao_coreaudio: lpcm: remove buffer size calculation depending on audio unit | Stefano Pigozzi | 2013-07-22 | 1 | -8/+0 |
* | ao_coreaudio: refactor initialization | Stefano Pigozzi | 2013-07-22 | 2 | -396/+282 |
* | ao_coreaudio: refactor print_help | Stefano Pigozzi | 2013-07-22 | 1 | -26/+21 |
* | ao_coreaudio: split out some utility functions and refactor them | Stefano Pigozzi | 2013-07-22 | 2 | -310/+315 |
* | ao_coreaudio: make variable names shorter | Stefano Pigozzi | 2013-07-22 | 1 | -30/+30 |
* | ao_coreaudio: add error check function and macro | Stefano Pigozzi | 2013-07-22 | 1 | -41/+68 |
* | ao_coreaudio: dry up ca_msg and use it everywhere | Stefano Pigozzi | 2013-07-22 | 1 | -61/+57 |
* | ao_coreaudio: simplify digital render callback | Stefano Pigozzi | 2013-07-22 | 1 | -4/+3 |
* | ao_coreaudio: rewrite spdif render callback | Stefano Pigozzi | 2013-07-22 | 1 | -39/+20 |
* | ao_coreaudio: simplify render callback | Stefano Pigozzi | 2013-07-22 | 1 | -23/+9 |
* | ao_wasapi: Make default on Windows. | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -3/+3 |
* | ao_wasapi: Fix S/PDIF passthrough init | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -3/+4 |
* | ao_wasapi: Log the passthrough format in MSGL_V | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -0/+5 |
* | ao_wasapi: Also do passthrough for AF_FORMAT_MPEG2 | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -1/+1 |
* | ao_wasapi: Support S/PDIF passthrough | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -0/+45 |
* | ao_wasapi: Fix double free on uninit | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -2/+0 |
* | ao_wasapi: Support loading devices by name | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -17/+65 |
* | ao_wasapi: Don't search for devices as part of validation | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -23/+6 |
* | ao_wasapi: Change function macros to require semicolon after invocation | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -29/+29 |
* | ao_wasapi: Use OPT_STRING_VALIDATE for device suboption | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -22/+82 |
* | ao_wasapi: Fully convert to m_option API | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -20/+10 |
* | ao_wasapi: Don't leak the default device's ID when listing devices | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -3/+4 |
* | ao_wasapi: Annotate the default device when listing devices | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -4/+17 |
* | ao_wasapi: Refactor device listing/loading | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -42/+97 |
* | ao_wasapi0: Rename to ao_wasapi | Diogo Franco (Kovensky) | 2013-07-22 | 2 | -46/+46 |
* | ao_wasapi0: Use the mix format directly in try_mix_format | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -0/+2 |
* | ao_wasapi0: Don't complain about failed init during AO probing | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -8/+10 |
* | ao_wasapi0: Don't fail init when listing devices | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -2/+0 |
* | ao_wasapi0: Demote "negotiation failed" message to MSGL_V | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -2/+2 |
* | ao_wasapi0: Support shared mode, better format guessing method | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -72/+258 |
* | ao_wasapi0: Support device enumeration and selection | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -3/+215 |
* | ao_dsound: use new option API | wm4 | 2013-07-22 | 1 | -14/+14 |
* | ao_jack: use new option API | wm4 | 2013-07-22 | 1 | -72/+34 |
* | ao_oss: switch to new option API | wm4 | 2013-07-21 | 1 | -31/+30 |
* | options: remove --mixer and --mixer-channel, turn them into alsa/oss subopts | wm4 | 2013-07-21 | 2 | -36/+19 |
* | ao_rsound: use new option API | wm4 | 2013-07-21 | 1 | -27/+17 |
* | ao_sdl: use new option API | wm4 | 2013-07-21 | 1 | -29/+19 |
* | ao_openal: use new option API | wm4 | 2013-07-21 | 1 | -42/+29 |
* | ao_pulse: use new option API | wm4 | 2013-07-21 | 1 | -17/+14 |
* | options: hide encoding AO/VO in help output | wm4 | 2013-07-21 | 1 | |