| Commit message (Expand) | Author | Age | Files | Lines |
* | ao_dsound: reduce default buffer size | wm4 | 2014-08-08 | 1 | -1/+1 |
* | ao_alsa: disable use of non-interleaved formats by default | wm4 | 2014-07-30 | 1 | -0/+6 |
* | ao_pulse: allow disabling timing bug workarounds | wm4 | 2014-07-26 | 1 | -3/+38 |
* | ao_pulse: remove hacks for ancient PulseAudio versions | wm4 | 2014-07-26 | 1 | -21/+0 |
* | ao_null: never fail at initialization | wm4 | 2014-07-26 | 1 | -1/+1 |
* | audio/out: fix initialization failure with win32 | wm4 | 2014-07-26 | 1 | -2/+1 |
* | audio, client API: check mp_make_wakeup_pipe() return value | wm4 | 2014-07-25 | 1 | -5/+7 |
* | encode: deal even more with codec->time_base deprecation. | Rudolf Polzer | 2014-07-23 | 1 | -6/+5 |
* | ao_pulse: fix potential compilation problem | wm4 | 2014-07-22 | 1 | -2/+2 |
* | ao_lavc: Fix design of audio pts handling. | Rudolf Polzer | 2014-07-16 | 1 | -2/+5 |
* | ao_lavc: Add a missing newline for the log. | Rudolf Polzer | 2014-07-16 | 1 | -1/+1 |
* | ao_lavc: Fix advancing of audio pts. | Rudolf Polzer | 2014-07-16 | 1 | -1/+1 |
* | audio: don't wait for draining if paused | wm4 | 2014-07-13 | 4 | -15/+16 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 1 | -0/+1 |
* | ao_null: disable latency emulation | wm4 | 2014-07-07 | 1 | -1/+0 |
* | ao_pulse: set icon name | atomnuker | 2014-07-05 | 1 | -0/+2 |
* | ao_coreaudio: report hardware latency to ao_read_data | Stefano Pigozzi | 2014-07-03 | 2 | -3/+43 |
* | ao_coreaudio: report latency more correctly | Stefano Pigozzi | 2014-07-02 | 1 | -1/+19 |
* | ao_coreaudio: move channel mapping away from utils | Stefano Pigozzi | 2014-07-02 | 3 | -126/+128 |
* | ao_coreaudio: use mpv's internal pull API | Stefano Pigozzi | 2014-07-02 | 1 | -82/+9 |
* | ao_coreaudio: remove useless comments | Stefano Pigozzi | 2014-07-02 | 1 | -5/+3 |
* | ao_coreaudio: rename init_lpcm -> init_audiounit | Stefano Pigozzi | 2014-07-02 | 1 | -6/+9 |
* | ao_coreaudio: fill asbd with an helper function | Stefano Pigozzi | 2014-07-02 | 4 | -39/+29 |
* | ao_coreaudio: split control to helper functions | Stefano Pigozzi | 2014-07-02 | 1 | -23/+30 |
* | ao_coreaudio: move device related functions to the new AO | Stefano Pigozzi | 2014-07-02 | 3 | -277/+255 |
* | ao_coreaudio: remove useless call to print_asbd | Stefano Pigozzi | 2014-07-02 | 2 | -4/+0 |
* | ao_coreaudio: move spdif code to a new AO | Stefano Pigozzi | 2014-07-02 | 5 | -433/+595 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 2 | -3/+2 |
* | ao_pcm: fix message strings | Amos Onn | 2014-06-15 | 1 | -2/+2 |
* | encode: get rid of the recursion that led to a deadlock. | Rudolf Polzer | 2014-06-12 | 1 | -23/+28 |
* | audio: more detailed debugging output | wm4 | 2014-06-12 | 1 | -0/+2 |
* | audio: don't wait when draining and paused | wm4 | 2014-06-12 | 1 | -1/+1 |
* | Add more const | wm4 | 2014-06-11 | 2 | -3/+3 |
* | audio/out/push: don't attempt to fill AO buffer when paused | wm4 | 2014-06-03 | 1 | -2/+3 |
* | audio: prefer dsound over wasapi | wm4 | 2014-06-01 | 1 | -3/+3 |
* | ao_alsa: make device the first sub option | wm4 | 2014-05-31 | 1 | -1/+1 |
* | audio/out/push: keep some extra buffer | wm4 | 2014-05-31 | 1 | -6/+4 |
* | ao_alsa: reduce spurious wakeups | wm4 | 2014-05-30 | 2 | -10/+18 |
* | audio/out/push: handle draining correctly | wm4 | 2014-05-30 | 1 | -7/+22 |
* | audio: change handling of an EOF corner case | wm4 | 2014-05-30 | 1 | -5/+9 |
* | ao_alsa: use poll() to wait for device | wm4 | 2014-05-30 | 1 | -0/+30 |
* | audio/out/push: add a way to wait for the audio device with poll() | wm4 | 2014-05-30 | 2 | -3/+68 |
* | audio/out/push: add mechanism for event-based waiting | wm4 | 2014-05-30 | 3 | -76/+143 |
* | audio/out: adjust documentation comments | wm4 | 2014-05-30 | 1 | -11/+19 |
* | audio/out/pull: remove race conditions | wm4 | 2014-05-29 | 6 | -57/+68 |
* | ao_wasapi: simplify nAvgBytesPerSec calculation | Marcoen Hirschberg | 2014-05-28 | 1 | -4/+3 |
* | af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate | Marcoen Hirschberg | 2014-05-28 | 6 | -9/+9 |
* | atomics: switch to C11 stdatomic.h | wm4 | 2014-05-21 | 4 | -35/+24 |
* | threads: use mpv time for mpthread_cond_timedwait wrapper | wm4 | 2014-05-18 | 1 | -1/+1 |
* | audio/out: fix previous commit | wm4 | 2014-05-11 | 1 | -9/+11 |
* | audio/out: avoid wakeup feedback loop | wm4 | 2014-05-11 | 1 | -2/+7 |
* | audio/out: more debugging info for --dump-stats | wm4 | 2014-05-11 | 1 | -1/+5 |
* | ao_coreaudio: skip unknown channel labels | Stefano Pigozzi | 2014-05-10 | 1 | -0/+2 |
* | ao_coreaudio: remove useless code | Stefano Pigozzi | 2014-05-10 | 1 | -15/+0 |
* | ao_coreaudio: don't fallback to full waveext | Stefano Pigozzi | 2014-05-10 | 1 | -4/+5 |
* | ao_coreaudio: cosmetic change of loop ending condition | Stefano Pigozzi | 2014-05-10 | 1 | -1/+1 |
* | ao_coreaudio: print an error when channel mapping fails | Stefano Pigozzi | 2014-05-10 | 1 | -1/+5 |
* | ao_coreaudio: use description-based channel layouts | Stefano Pigozzi | 2014-05-10 | 3 | -89/+54 |
* | ao_coreaudio: pass layout by reference to logging function | Stefano Pigozzi | 2014-05-10 | 1 | -7/+7 |
* | encode: fix PTS unit mismatch | wm4 | 2014-05-10 | 1 | -5/+5 |
* | audio: fix the exact value that is used for the wait time | wm4 | 2014-05-04 | 1 | -3/+2 |
* | ao_null: fix unit mismatch with latency option | wm4 | 2014-05-04 | 1 | -5/+8 |
* | ao_coreaudio: log even more info in verbose mode | Stefano Pigozzi | 2014-04-24 | 1 | -5/+27 |
* | ao_coreaudio: add verbose output of detected channel layouts | Stefano Pigozzi | 2014-04-23 | 1 | -0/+5 |
* | audio: minor simplification in wait code | wm4 | 2014-04-23 | 1 | -2/+1 |
* | player: unrangle one aspect of audio EOF handling | wm4 | 2014-04-17 | 3 | -5/+11 |
* | audio: add hack against broken pulseaudio EOF condition | wm4 | 2014-04-17 | 1 | -1/+16 |
* | audio: explicitly document audio EOF condition | wm4 | 2014-04-17 | 1 | -0/+5 |
* | ao_null: add simulated device latency, simulate EOF problems | wm4 | 2014-04-17 | 1 | -3/+19 |
* | ao: remove redundant get_delay check | wm4 | 2014-04-17 | 1 | -4/+0 |
* | audio: wake up the core when audio buffer is running low (2) | wm4 | 2014-04-15 | 1 | -2/+9 |
* | ao_pulse: use ao_need_data() | wm4 | 2014-04-15 | 1 | -2/+2 |
* | audio: wake up the core when audio buffer is running low | wm4 | 2014-04-15 | 2 | -15/+61 |
* | encode: add a missing \n to a log call | wm4 | 2014-04-10 | 1 | -1/+1 |
* | ao_wasapi: make code shorter | wm4 | 2014-03-30 | 1 | -65/+36 |
* | ao_lavc: set AVFrame.format | wm4 | 2014-03-16 | 1 | -0/+1 |
* | encode: use new AVFrame API | wm4 | 2014-03-16 | 1 | -5/+3 |
* | ao_dsound: remove duplicated code | wm4 | 2014-03-16 | 1 | -17/+6 |
* | af_lavrresample: remove avresample_set_channel_mapping() fallbacks | wm4 | 2014-03-16 | 3 | -3/+0 |
* | ao: print (estimated) device buffer size on init in verbose mode | wm4 | 2014-03-14 | 1 | -1/+3 |
* | ao_wasapi: Use the character set conversion functions from io.h | Diogo Franco (Kovensky) | 2014-03-11 | 2 | -37/+19 |
* | ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLE | Diogo Franco (Kovensky) | 2014-03-11 | 3 | -34/+89 |
* | ao_wasapi: Implement per-application mixing | Diogo Franco (Kovensky) | 2014-03-11 | 3 | -16/+95 |
* | ao_wasapi: Move non-critical code outside of the event thread | Diogo Franco (Kovensky) | 2014-03-11 | 4 | -271/+203 |
* | ao_wasapi: Split into 2 files | Diogo Franco (Kovensky) | 2014-03-11 | 4 | -900/+1030 |
* | ao_wasapi: Initial conversion to the new pull model | Diogo Franco (Kovensky) | 2014-03-11 | 1 | -154/+73 |
* | ao_sdl: make sure our buffer is always larger than what SDL requests | wm4 | 2014-03-10 | 1 | -0/+6 |
* | 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 |
* | audio/out: reduce amount of audio buffering | wm4 | 2014-03-10 | 3 | -5/+19 |
* | 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 |
* | ao_wasapi: Use double math for QueryPerformanceCounter correction | Diogo Franco (Kovensky) | 2014-03-09 | 1 | -2/+2 |
* | ao_rsound: pass correct data type to rsd_set_param() | Hans-Kristian Arntzen | 2014-03-09 | 1 | -2/+2 |
* | ao_sdl: use new pull API helpers | wm4 | 2014-03-09 | 1 | -165/+15 |
* | audio/out: make draining a separate operation | wm4 | 2014-03-09 | 20 | -79/+114 |
* | ao_portaudio: use new pull API helpers | wm4 | 2014-03-09 | 1 | -147/+13 |
* | ao_jack: use new pull API helpers | wm4 | 2014-03-09 | 1 | -196/+16 |
* | audio/out: feed AOs from a separate thread | wm4 | 2014-03-09 | 4 | -28/+586 |
* | encode: add locking | wm4 | 2014-03-09 | 1 | -4/+19 |
* | ao_null: add option for simulated device speed | wm4 | 2014-03-09 | 1 | -2/+8 |
* | ao: remove opts field | wm4 | 2014-03-09 | 2 | -2/+0 |
* | audio/out: make ao struct opaque | wm4 | 2014-03-09 | 20 | -61/+140 |
* | encode: don't access ao->pts | wm4 | 2014-03-07 | 1 | -1/+4 |
* | ao_wasapi: Slightly improve timer accuracy | Diogo Franco (Kovensky) | 2014-03-06 | 1 | -3/+12 |
* | ao_wasapi: Add device latency to get_delay | Diogo Franco (Kovensky) | 2014-03-06 | 1 | -4/+78 |
* | ao_jack: fix termination on the end of file | wm4 | 2014-03-05 | 1 | -3/+19 |
* | ao: document some functions | wm4 | 2014-02-28 | 2 | -3/+35 |
* | w32: use safe DLL search paths everywhere | James Ross-Gowan | 2014-01-27 | 1 | -17/+0 |
* | build: fix usage of HAVE_SDL1 define | Stefano Pigozzi | 2014-01-25 | 1 | -1/+1 |
* | ao_pulse: lower default buffer size from 1000ms to 250ms | wm4 | 2014-01-07 | 1 | -1/+1 |
* | ao_pulse: add suboption to control buffer size | wm4 | 2014-01-07 | 1 | -1/+8 |
* | 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 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 3 | -3/+3 |
* | m_option: add mp_log callback to OPT_STRING_VALIDATE options | wm4 | 2013-12-21 | 3 | -60/+62 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | 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 | |