| Commit message (Expand) | Author | Age | Files | Lines |
* | af: remove redundant function | wm4 | 2014-11-12 | 1 | -9/+2 |
* | af: check audio params for validity | wm4 | 2014-11-12 | 1 | -0/+5 |
* | ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts. | Rudolf Polzer | 2014-11-12 | 1 | -0/+8 |
* | audio: make sure AVFrame is actually refcounted | wm4 | 2014-11-11 | 1 | -0/+12 |
* | audio: refuse to allocate frames in invalid format | wm4 | 2014-11-11 | 1 | -1/+1 |
* | audio: make decoders output refcounted frames | wm4 | 2014-11-10 | 8 | -204/+145 |
* | audio: add mp_audio_make_writeable() | wm4 | 2014-11-10 | 2 | -0/+28 |
* | audio: clear buffer array too with mp_audio_set_null_data() | wm4 | 2014-11-10 | 1 | -1/+3 |
* | audio: change how filters are inserted on playback speed changes | wm4 | 2014-11-10 | 4 | -1/+72 |
* | af_format: remove redundant message prefixes | wm4 | 2014-11-10 | 1 | -2/+2 |
* | audio: add function to convert AVFrame to mp_audio references | wm4 | 2014-11-10 | 2 | -0/+51 |
* | audio: add mp_audio_pool | wm4 | 2014-11-10 | 2 | -4/+66 |
* | audio: use AVBufferRef to allocate audio frames | wm4 | 2014-11-10 | 2 | -20/+10 |
* | audio/out/pull: avoid deadlock if audio callback stops | wm4 | 2014-11-09 | 1 | -26/+40 |
* | audio/out: consistently use double return type for get_delay | wm4 | 2014-11-09 | 12 | -27/+25 |
* | audio/out: make ao_request_reload() idempotent | wm4 | 2014-11-09 | 3 | -9/+25 |
* | audio: add --audio-client-name option | wm4 | 2014-11-07 | 3 | -5/+7 |
* | ao_oss: wait for events with poll() | wm4 | 2014-11-06 | 1 | -0/+13 |
* | audio/out/push: when using audio wait fallback, recheck condition | wm4 | 2014-11-06 | 1 | -1/+2 |
* | ad_lavc: allow skip samples amount to be larger than 1 packet | wm4 | 2014-11-03 | 1 | -2/+6 |
* | ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatal | wm4 | 2014-10-31 | 1 | -1/+7 |
* | options: accept --audio-channels=auto | wm4 | 2014-10-30 | 1 | -0/+1 |
* | coreaudio: only list output devices | Stefano Pigozzi | 2014-10-28 | 1 | -0/+12 |
* | audio: add command/function to reload audio output | wm4 | 2014-10-27 | 2 | -0/+10 |
* | ao_alsa: move parameter append code to a function | wm4 | 2014-10-23 | 1 | -16/+27 |
* | rename ao_coreaudio_device.c -> ao_coreaudio_exclusive.c | Stefano Pigozzi | 2014-10-23 | 1 | -0/+0 |
* | coreaudio: redirect IEC61937 to coreaudio_exclusive | Stefano Pigozzi | 2014-10-23 | 2 | -1/+7 |
* | audio/out: add redirection-on-init mechanism | wm4 | 2014-10-22 | 2 | -14/+47 |
* | audio/out: missing error check | wm4 | 2014-10-22 | 1 | -0/+2 |
* | audio/out: don't add special devices to --audio-device list | wm4 | 2014-10-22 | 1 | -2/+2 |
* | audio/out: include coreaudio_exclusive in auto-probing | wm4 | 2014-10-22 | 1 | -3/+3 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+1 |
* | audio: quote devices in --audio-device=help | wm4 | 2014-10-19 | 1 | -1/+1 |
* | audio/out/push: reset projected EOF time on new data | wm4 | 2014-10-14 | 1 | -1/+4 |
* | ao_wasapi: implement device listing | wm4 | 2014-10-13 | 3 | -10/+32 |
* | ao_dsound: implement device listing | wm4 | 2014-10-13 | 1 | -20/+86 |
* | ao_portaudio: implement device listing | wm4 | 2014-10-13 | 1 | -2/+24 |
* | ao_openal: implement device listing | wm4 | 2014-10-13 | 1 | -1/+16 |
* | audio/out: add "auto" pseudo-device | wm4 | 2014-10-13 | 1 | -1/+3 |
* | coreaudio: use the new device selection API | Stefano Pigozzi | 2014-10-12 | 4 | -54/+28 |
* | af_lavcac3enc: fix byte order | wm4 | 2014-10-12 | 1 | -2/+2 |
* | audio: don't list encoder AO with --audio-device=help | wm4 | 2014-10-10 | 1 | -0/+2 |
* | ao_pulse: implement AO device listing API | wm4 | 2014-10-10 | 1 | -1/+38 |
* | ao_pulse: move setup code to separate function | wm4 | 2014-10-10 | 1 | -23/+48 |
* | audio: change internal device listing API | wm4 | 2014-10-10 | 4 | -27/+53 |
* | Add some missing "const"s | wm4 | 2014-10-10 | 2 | -3/+5 |
* | audio/out/push: make draining slightly more robust | wm4 | 2014-10-10 | 1 | -1/+1 |
* | audio/out/push: fix EOF heuristic | wm4 | 2014-10-10 | 2 | -23/+14 |
* | fix -Wvisibility warnings with clang | Stefano Pigozzi | 2014-10-09 | 1 | -2/+1 |
* | ao_alsa: implement device listing & selection | wm4 | 2014-10-09 | 1 | -0/+27 |
* | audio: add device selection & listing with --audio-device | wm4 | 2014-10-09 | 3 | -6/+104 |
* | ao_pulse: don't use pa_format_info_to_sample_spec() | wm4 | 2014-10-06 | 1 | -9/+4 |
* | audio/out/push: fix some AOs freezing on exit | wm4 | 2014-10-05 | 1 | -1/+1 |
* | audio/out/push: make draining more robust | wm4 | 2014-10-05 | 1 | -20/+15 |
* | audio/out/push: limit fallback sleep time to reasonable limits | wm4 | 2014-10-05 | 1 | -2/+4 |
* | ao_pulse: change suspend circumvention logic | wm4 | 2014-10-04 | 1 | -1/+6 |
* | ad_lavc: avoid warning messages on older FFmpeg or Libav | wm4 | 2014-10-04 | 1 | -0/+2 |
* | ao_pulse: refuse to start suspended | wm4 | 2014-10-03 | 1 | -1/+1 |
* | audio: skip samples and adjust timestamps ourselves | wm4 | 2014-10-03 | 1 | -2/+22 |
* | audio/filter: allow removing filters by label | wm4 | 2014-10-02 | 2 | -1/+33 |
* | audio: refactor some aspects of filter chain setup | wm4 | 2014-10-02 | 4 | -67/+19 |
* | audio/filter: don't wipe full filter chain if adding a filter fails | wm4 | 2014-10-02 | 1 | -2/+5 |
* | audio/out/push: clean up properly on init error | wm4 | 2014-09-27 | 1 | -9/+16 |
* | audio/out: check device buffer size for push.c only | wm4 | 2014-09-27 | 2 | -7/+5 |
* | audio/out: disable ao_sndio by default | wm4 | 2014-09-26 | 1 | -3/+3 |
* | audio/out: fail init on unknown audio buffer | wm4 | 2014-09-26 | 1 | -0/+7 |
* | ao_sndio: print a warning when draining audio | wm4 | 2014-09-26 | 1 | -7/+14 |
* | ao_sndio: update buffer status on get_delay | wm4 | 2014-09-26 | 1 | -9/+15 |
* | ao_sndio: change p->delay to samples | wm4 | 2014-09-26 | 1 | -7/+5 |
* | ao_sndio: set non-blocking flag | wm4 | 2014-09-26 | 1 | -1/+1 |
* | ao_sndio: fix some incorrect comments | wm4 | 2014-09-26 | 1 | -2/+2 |
* | audio: remove WAVEFORMATEX from internal demuxer API | wm4 | 2014-09-25 | 1 | -19/+5 |
* | audio: confine demux_mkv audio PCM hack | wm4 | 2014-09-24 | 1 | -50/+0 |
* | audio: decouple demux and audio decoder/filter sample formats | wm4 | 2014-09-24 | 1 | -34/+3 |
* | ao_sndio: fix U24 bit width | wm4 | 2014-09-24 | 1 | -1/+1 |
* | ao_oss: improve format negotiation, and hopefully fix pass-through | wm4 | 2014-09-24 | 1 | -45/+45 |
* | ao_coreaudio: fix build failure | wm4 | 2014-09-24 | 1 | -1/+1 |
* | ao_oss: unbreak | wm4 | 2014-09-23 | 1 | -2/+2 |
* | ao_pulse: digital pass-through | wm4 | 2014-09-23 | 1 | -20/+46 |
* | ao_pulse: correctly wait for stream state | wm4 | 2014-09-23 | 1 | -1/+8 |
* | ao_pulse: use pa_stream_new_extended() | wm4 | 2014-09-23 | 1 | -3/+8 |
* | audio: cleanup spdif format definitions | wm4 | 2014-09-23 | 12 | -92/+93 |
* | ao_wasapi: fix fragile format-mapping code | wm4 | 2014-09-23 | 1 | -28/+19 |
* | audio: drop swapped-endian audio formats | wm4 | 2014-09-23 | 16 | -354/+227 |
* | audio: remove swapped-endian spdif formats | wm4 | 2014-09-23 | 7 | -37/+29 |
* | audio: prefer libavcodec over libmpg123 | wm4 | 2014-09-22 | 1 | -1/+1 |
* | mixer: always restore volume (even with pulse), don't unmute | wm4 | 2014-09-20 | 1 | -6/+8 |
* | af_hrtf: initialize coefficient arrays | wm4 | 2014-09-19 | 1 | -0/+25 |
* | ao_oss: prevent hang when unpausing after device was lost | wm4 | 2014-09-17 | 1 | -0/+3 |
* | ao_oss: move code around | wm4 | 2014-09-17 | 1 | -26/+27 |
* | af_lavrresample: fix crash with size 0 | wm4 | 2014-09-15 | 1 | -2/+3 |
* | ao_oss: don't break playback when device can't be reopened | wm4 | 2014-09-15 | 1 | -23/+42 |
* | ao_oss: audio_buf_info isn't state | wm4 | 2014-09-15 | 1 | -11/+11 |
* | ao_oss: remove duplicate audio device open code | wm4 | 2014-09-15 | 1 | -104/+108 |
* | ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESET | wm4 | 2014-09-15 | 1 | -3/+2 |
* | ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSD | wm4 | 2014-09-15 | 1 | -5/+10 |
* | ao_oss: fix incorrect comments using bytes instead of samples | wm4 | 2014-09-15 | 1 | -3/+3 |
* | ao_oss: fix audio device leak on error | wm4 | 2014-09-11 | 1 | -21/+25 |
* | ao_oss: use poll(), drop --disable-audio-select support | wm4 | 2014-09-11 | 1 | -32/+17 |
* | ao_pulse: dump library version etc. | wm4 | 2014-09-10 | 1 | -0/+6 |
* | ao_pulse: fix typo in error message | wm4 | 2014-09-08 | 1 | -1/+1 |
* | audio/out: fix active waiting during pause again | wm4 | 2014-09-06 | 1 | -1/+2 |
* | audio/out/push: redo audio waiting | wm4 | 2014-09-06 | 1 | -45/+37 |
* | audio/out: always round get_space on period size | wm4 | 2014-09-06 | 4 | -4/+6 |
* | ao_sndio: fix a comment | wm4 | 2014-09-06 | 1 | -2/+2 |
* | ao_pcm: minor simplification | wm4 | 2014-09-06 | 1 | -1/+1 |
* | ao_oss: minor simplification | wm4 | 2014-09-06 | 1 | -3/+1 |
* | audio/out: remove old things | wm4 | 2014-09-06 | 11 | -31/+27 |
* | audio/out: make EOF handling properly event-based | wm4 | 2014-09-05 | 4 | -6/+52 |
* | af_hrtf: request required samplerate, instead of erroring out | wm4 | 2014-09-05 | 1 | -8/+1 |
* | af_hrtf: cosmetics: reindent misaligned code block | wm4 | 2014-09-05 | 1 | -8/+8 |
* | audio: make buffer size configurable | wm4 | 2014-09-05 | 3 | -6/+5 |
* | audio/out: prevent burning CPU when seeking while paused | wm4 | 2014-08-31 | 1 | -1/+2 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 10 | -11/+8 |
* | coreaudio_device: fix overwriting of user input | Stefano Pigozzi | 2014-08-25 | 1 | -9/+8 |
* | ao_dsound: raise default buffer size to 200ms, make it configurable | wm4 | 2014-08-22 | 1 | -3/+5 |
* | audio: limit on low (and not high) buffer size | wm4 | 2014-08-21 | 1 | -1/+1 |
* | af_lavrresample: minor cosmetics | wm4 | 2014-08-17 | 1 | -4/+2 |
* | af_lavcac3enc: lower minimum channel number to 3 | wm4 | 2014-08-12 | 1 | -1/+1 |
* | af_lavcac3enc: change default bitrate to 640 | wm4 | 2014-08-12 | 1 | -1/+2 |
* | ao_dsound: reduce default buffer size | wm4 | 2014-08-08 | 1 | -1/+1 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 3 | -23/+12 |
* | ao_alsa: disable use of non-interleaved formats by default | wm4 | 2014-07-30 | 1 | -0/+6 |
* | audio: ignore (some) decoding errors on initialization | wm4 | 2014-07-29 | 1 | -0/+1 |
* | audio: change playback restart and resyncing | wm4 | 2014-07-28 | 5 | -31/+40 |
* | 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 |
* | audio: fix timestamps | wm4 | 2014-07-24 | 3 | -2/+1 |
* | audio: adjust format change code | wm4 | 2014-07-24 | 1 | -8/+9 |
* | audio: fix race condition in EOF code | wm4 | 2014-07-24 | 2 | -3/+3 |
* | audio: cosmetics | wm4 | 2014-07-24 | 1 | -9/+5 |
* | audio: remove unnecessary code | wm4 | 2014-07-24 | 1 | -3/+0 |
* | 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 |
* | audio: move initial decode to generic code | wm4 | 2014-07-21 | 6 | -239/+127 |
* | ad_lavc: drop questionable fallback code | wm4 | 2014-07-21 | 1 | -6/+0 |
* | audio: remove unused metadata field | wm4 | 2014-07-21 | 4 | -6/+0 |
* | audio: use symbolic constants instead of magic integers | wm4 | 2014-07-20 | 5 | -12/+18 |
* | 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 |
* | Remove some mp_msg calls with no trailing \n | wm4 | 2014-07-13 | 1 | -6/+6 |
* | 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 |
* | build: deal with endian mess | wm4 | 2014-07-10 | 1 | -1/+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 |
* | af_volume: fix calculations including replay-gain | Mohammad Alsaleh | 2014-06-28 | 1 | -2/+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 |
* | ad_lavc: make option struct local | wm4 | 2014-06-11 | 1 | -9/+23 |
* | Add more const | wm4 | 2014-06-11 | 30 | -68/+68 |
* | player: show "neutral" position markers for OSD bars | wm4 | 2014-06-08 | 2 | -0/+7 |
* | 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 |
* | player: hide audio/video codec and file format messages | wm4 | 2014-05-31 | 1 | -2/+1 |
* | 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 |
* | ad_lavc: don't overwrite lavc bitrate | Marcoen Hirschberg | 2014-05-28 | 1 | -2/+3 |
* | 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 | 11 | -20/+26 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 3 | -6/+6 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 2 | -8/+10 |
* | 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 |
* | mixer: make code more readable | wm4 | 2014-05-11 | 1 | -7/+3 |
* | 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 |
* | chmap_sel: add channel replacement for sl/sr <-> sdl/sdr | Stefano Pigozzi | 2014-05-10 | 1 | -16/+21 |
* | encode: fix PTS unit mismatch | wm4 | 2014-05-10 | 1 | -5/+5 |
* | mixer: don't restore volume with different --softvol-max settings | wm4 | 2014-05-06 | 1 | -8/+11 |
* | 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 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 1 | -3/+0 |
* | 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 |
* | audio: preallocate audio buffers on resize | wm4 | 2014-04-18 | 1 | -2/+7 |
* | 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 |
* | player: add a --dump-stats option | wm4 | 2014-04-17 | 1 | -5/+6 |
* | ao: remove redundant get_delay check | wm4 | 2014-04-17 | 1 | -4/+0 |
* | af_lavcac3enc: detach on any passthrough format, not just ac3 | wm4 | 2014-04-16 | 1 | -1/+1 |
* | 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 |
* | Kill all tabs | wm4 | 2014-04-13 | 21 | -524/+524 |
* | af_volume: fix clang -Wsometimes-uninitialized | Kevin Mitchell | 2014-04-13 | 1 | -1/+1 |
* | af_lavfi: fix graph parse deprecation warning | Kevin Mitchell | 2014-04-13 | 1 | -1/+1 |
* | encode: add a missing \n to a log call | wm4 | 2014-04-10 | 1 | -1/+1 |
* | demux: move metadata-based replaygain decoding out of af_volume | Alessandro Ghedini | 2014-04-04 | 1 | -80/+9 |
* | af_volume: use replaygain side data | Alessandro Ghedini | 2014-04-04 | 1 | -7/+19 |
* | af: add replaygain_data field to af_stream and af_instance | Alessandro Ghedini | 2014-04-04 | 4 | -0/+6 |
* | ao_wasapi: make code shorter | wm4 | 2014-03-30 | 1 | -65/+36 |
* | af_volume: fix replaygain | wm4 | 2014-03-27 | 1 | -2/+3 |
* | af_lavcac3enc: use new AVFrame API | wm4 | 2014-03-16 | 1 | -3/+3 |
* | ao_lavc: set AVFrame.format | wm4 | 2014-03-16 | 1 | -0/+1 |
* | encode: use new AVFrame API | wm4 | 2014-03-16 | 1 | -5/+3 |
* | ad_lavc: use new AVFrame API | wm4 | 2014-03-16 | 1 | -2/+4 |
* | build: simplify libavfilter configure checks | wm4 | 2014-03-16 | 1 | -1/+1 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -13/+3 |
* | ad_lavc: remove deprecated downmixing by channel count | wm4 | 2014-03-16 | 1 | -4/+0 |
* | ao_dsound: remove duplicated code | wm4 | 2014-03-16 | 1 | -17/+6 |
* | af_lavrresample: remove avresample_set_channel_mapping() fallbacks | wm4 | 2014-03-16 | 6 | -135/+0 |
* | options: fix off-by-1 error in option help output | wm4 | 2014-03-15 | 1 | -1/+1 |
* | ao: print (estimated) device buffer size on init in verbose mode | wm4 | 2014-03-14 | 1 | -1/+3 |
* | af_volume: don't print missing replaygain tags as error | wm4 | 2014-03-14 | 1 | -1/+1 |
* | af_volume: add detach option | wm4 | 2014-03-14 | 1 | -0/+4 |
* | af_volume: separate softvol volume control from replaygain level | wm4 | 2014-03-14 | 1 | -5/+8 |
* | af_volume: remove double-negated suboption | wm4 | 2014-03-14 | 1 | -3/+3 |
* | af_volume: add support for replaygain pre-amp and clipping prevention | Alessandro Ghedini | 2014-03-13 | 1 | -11/+74 |
* | af_volume: add replaygain support | Alessandro Ghedini | 2014-03-13 | 1 | -0/+22 |
* | af: add metadata field to af_stream and af_instance | Alessandro Ghedini | 2014-03-13 | 4 | -0/+7 |
* | af_lavfi: beat it into working with Libav | wm4 | 2014-03-13 | 1 | -23/+39 |
* | 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 | 5 | -31/+589 |
* | 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 | 21 | -66/+147 |
* | 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 |
* | audio: add enum name for speaker id | xylosper | 2014-02-28 | 1 | -1/+1 |
* | ao: document some functions | wm4 | 2014-02-28 | 2 | -3/+35 |
* | command: use the step size for "add volume" commands | wm4 | 2014-02-27 | 2 | -14/+3 |
* | audio: fix signedness of AF_FORMAT_S32P | wm4 | 2014-02-05 | 1 | -1/+1 |
* | 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 |
* | audio/filter: remove redundant log message prefixes | wm4 | 2014-01-24 | 13 | -44/+44 |
* | audio: fix balance control | wm4 | 2014-01-23 | 1 | -2/+2 |
* | af: fixed out-of-bounds accesses caused by NUM_FMT and co. | 11rcombs | 2014-01-19 | 1 | -18/+18 |
* | Factor out setting AVCodecContext extradata | wm4 | 2014-01-11 | 1 | -10/+4 |
* | 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 |
* | audio: check for overflows | wm4 | 2014-01-03 | 1 | -0/+5 |
* | 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 |
* | audio: fix format ID conversion | wm4 | 2013-12-23 | 1 | -1/+1 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 3 | -3/+3 |
* | af_export: require filename argument | wm4 | 2013-12-21 | 1 | -4/+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 | 4 | -11/+13 |
* | codecs: mp_msg conversion | 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 | 4 | -15/+19 |
* | audio: mp_msg conversions | wm4 | 2013-12-21 | 23 | -194/+178 |
* | mixer: mp_msg conversions | wm4 | 2013-12-21 | 2 | -13/+12 |
* | 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 |
* | ad_lavc: work around deprecation warning | wm4 | 2013-12-18 | 1 | -1/+4 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 4 | -4/+4 |
* | Remove the _ macro | wm4 | 2013-12-18 | 1 | -0/+2 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 44 | -60/+60 |
* | Merge mp_talloc.h into ta/ta_talloc.h | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 25 | -28/+28 |
* | 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 | 7 | -23/+23 |
* | 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 |
* | mixer: remove comment about af_pan doing downmixing | wm4 | 2013-12-07 | 1 | -3/+1 |
* | audio: flush remaining data from the filter chain on EOF | wm4 | 2013-12-05 | 2 | -3/+7 |
* | audio/filter: change filter callback signature | wm4 | 2013-12-05 | 28 | -152/+152 |
* | ad_lavc: handle decoder EAGAIN only if there was an input packet | wm4 | 2013-12-04 | 1 | -3/+3 |
* | af: remove af->setup field | wm4 | 2013-12-04 | 3 | -9/+7 |
* | af: remove legacy option parsing hacks | wm4 | 2013-12-04 | 2 | -10/+2 |
* | af_pan: change options, use option parser | wm4 | 2013-12-04 | 1 | -42/+38 |
* | af_ladspa: change options, use option parser | wm4 | 2013-12-04 | 1 | -158/+103 |
* | af_delay: change option parsing, fix bugs, use option parser | wm4 | 2013-12-04 | 1 | -27/+36 |
* | af_channels: use "unknown" channel layouts | wm4 | 2013-12-04 | 1 | -2/+4 |
* | af_channels: change options, fix bugs, use option parser | wm4 | 2013-12-04 | 1 | -65/+45 |
* | af_sweep: use option parser | wm4 | 2013-12-04 | 1 | -16/+7 |
* | af_surround: use option parser | wm4 | 2013-12-04 | 1 | -24/+8 |
* | af_sub: use option parser | wm4 | 2013-12-04 | 1 | -36/+9 |
* | af_sinesuppress: use option parser | wm4 | 2013-12-04 | 1 | -24/+8 |
* | af_hrtf: use option parser | wm4 | 2013-12-04 | 1 | -34/+23 |
* | af_extrastereo: use option parser | wm4 | 2013-12-04 | 1 | -22/+8 |
* | af_export: use option parser | wm4 | 2013-12-04 | 1 | -48/+16 |
* | af_equalizer: use option parser | wm4 | 2013-12-04 | 1 | -26/+17 |
* | af_drc: use option parser | wm4 | 2013-12-04 | 1 | -35/+18 |
* | af_center: use option parser | wm4 | 2013-12-04 | 1 | -27/+8 |
* | af: returning NULL on filtering means error | wm4 | 2013-12-04 | 1 | -2/+4 |
* | ad_lavc: expose an option to enable threading | wm4 | 2013-12-04 | 1 | -0/+3 |
* | ad_lavc: deal with arbitrary decoder delay | wm4 | 2013-12-04 | 1 | -16/+24 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 2 | -2/+2 |
* | 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 | 3 | -1/+4 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 1 | -1/+3 |
* | 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 |
* | af_lavi: actually free the filter graph on uninit | wm4 | 2013-11-27 | 1 | -5/+1 |
* | Move some code from player to audio/video reset functions | wm4 | 2013-11-27 | 1 | -2/+6 |
* | cosmetics: rename video/audio reset functions | wm4 | 2013-11-27 | 5 | -7/+7 |
* | ao_coreaudio: map channel labels needed for 8ch layouts | Stefano Pigozzi | 2013-11-27 | 1 | -4/+30 |
* | audio: better rejection of invalid formats | wm4 | 2013-11-27 | 4 | -20/+28 |
* | ao_alsa: do not forcibly disable ALSA resampling | Martin Herkt | 2013-11-26 | 1 | -6/+0 |
* | ad_lavc: increase number of packets for initial decode | wm4 | 2013-11-26 | 1 | -2/+5 |
* | ao_rsound: fix option types | wm4 | 2013-11-23 | 1 | -2/+2 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -6/+7 |
* | audio: remove ad_driver.preinit | wm4 | 2013-11-23 | 6 | -34/+13 |
* | audio: don't write decoded audio format to sh_audio | wm4 | 2013-11-23 | 5 | -47/+42 |
* | audio: move decoder context from sh_audio into new struct | wm4 | 2013-11-23 | 6 | -191/+219 |
* | ao_null: fix simulated buffer size | wm4 | 2013-11-19 | 1 | -1/+1 |
* | audio/filter: rename af_tools.c to tools.c | wm4 | 2013-11-18 | 1 | -0/+0 |
* | audio: drop buffered filter data when seeking | wm4 | 2013-11-18 | 4 | -0/+25 |
* | audio/filter: remove unneeded AF_CONTROLs, convert to enum | wm4 | 2013-11-18 | 15 | -247/+73 |
* | af: cleanup documentation comments | wm4 | 2013-11-18 | 3 | -139/+22 |
* | audio: use the decoder buffer's format, not sh_audio | wm4 | 2013-11-18 | 1 | -2/+2 |
* | audio: fix mid-stream audio reconfiguration | wm4 | 2013-11-18 | 3 | -1/+12 |
* | af_lavrresample: set cutoff as double, not int | wm4 | 2013-11-17 | 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 |
* | audio/format: add heuristic to estimate loss on format conversion | wm4 | 2013-11-16 | 2 | -0/+51 |
* | audio/format: fix doublep sample format | wm4 | 2013-11-16 | 1 | -1/+1 |
* | 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 | 27 | -68/+56 |
* | dec_audio: adjust "large" decoding amount | wm4 | 2013-11-15 | 1 | -5/+5 |
* | af_lavcac3enc: use option parser | wm4 | 2013-11-15 | 1 | -35/+37 |
* | ad_spdif: fix regressions | wm4 | 2013-11-14 | 2 | -9/+9 |
* | ao_alsa: non-interleaved access is not always available | wm4 | 2013-11-14 | 1 | -0/+5 |
* | audio: fix audio data memory leak | wm4 | 2013-11-14 | 1 | -1/+1 |
* | 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 | 3 | -232/+42 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 59 | -1406/+1460 |
|\ |
|
| * | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 7 | -480/+316 |
| * | ad_mpg123: reduce ifdeffery | wm4 | 2013-11-12 | 1 | -47/+2 |
| * | dec_audio: fix behavior on format changes | wm4 | 2013-11-12 | 1 | -3/+1 |
| * | mp_audio: use av_malloc (cargo cult for libav*) | wm4 | 2013-11-12 | 2 | -3/+30 |
| * | 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 |
| * | af_lavcac3enc: use planar formats | wm4 | 2013-11-12 | 1 | -134/+82 |
| * | af_lavcac3enc: simplify format negotiation | wm4 | 2013-11-12 | 1 | -28/+33 |
| * | audio/filter: fix mul/delay scale and values | wm4 | 2013-11-12 | 28 | -55/+23 |
| * | 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 | 4 | -47/+32 |
| * | audio: add mp_audio_buffer | wm4 | 2013-11-12 | 2 | -0/+196 |
| * | audio/out: prepare for non-interleaved audio | wm4 | 2013-11-12 | 17 | -85/+92 |
| * | af: don't require filters to allocate af_instance->data, redo buffers | wm4 | 2013-11-12 | 27 | -211/+36 |
| * | af_lavfi: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -30/+24 |
| * | af_volume: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -16/+25 |
| * | af_lavrresample: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -27/+45 |
| * | audio/out: reject non-interleaved formats | wm4 | 2013-11-12 | 13 | -1/+25 |
| * | audio/filter: prepare filter chain for non-interleaved audio | wm4 | 2013-11-12 | 28 | -177/+332 |
| * | audio/format: add non-interleaved audio formats | wm4 | 2013-11-12 | 3 | -2/+75 |
* | | demux_mkv: support some raw PCM variants | wm4 | 2013-11-11 | 1 | -23/+11 |
* | | 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 | 6 | -13/+31 |
* | af: don't skip filtering if there's no more audio | wm4 | 2013-11-10 | 2 | -3/+5 |
* | ad_spdif: change API usage so that it works on Libav | wm4 | 2013-11-10 | 1 | -3/+9 |
* | player: set PulseAudio stream title to window title | wm4 | 2013-11-10 | 2 | -0/+15 |
* | af_volume: use only one volume setting for all channels | wm4 | 2013-11-09 | 2 | -34/+22 |
* | ao_alsa: use correct magic spdif flags | wm4 | 2013-11-09 | 1 | -14/+11 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 3 | -8/+3 |
* | af_scaletempo: uncrustify | wm4 | 2013-11-09 | 1 | -404/+388 |
* | af_lavrresample: reconfigure libavresample only on successful init | wm4 | 2013-11-09 | 1 | -7/+6 |
* | af_lavrresample: move libavresample setup to separate function | wm4 | 2013-11-09 | 1 | -90/+98 |
* | af_convert24: fix complicated and incorrect format negotiation | wm4 | 2013-11-09 | 1 | -9/+4 |
* | af_surround: fix format negotiation | wm4 | 2013-11-09 | 1 | -12/+9 |
* | af: allow filters to return AF_OK, even if format doesn't match | wm4 | 2013-11-09 | 1 | -0/+2 |
* | 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 |
* | ad_spdif: fix libavformat API usage | wm4 | 2013-11-09 | 1 | -107/+76 |
* | af: always remove auto-inserted filters, improve error message | wm4 | 2013-11-09 | 1 | -4/+3 |
* | audio: don't let ao_lavc access frontend internals, change gapless audio | wm4 | 2013-11-08 | 3 | -35/+33 |
* | audio: stop "unsupported sample format" spam | wm4 | 2013-11-07 | 1 | -6/+1 |
* | audio: fix bogus audio format comparison | wm4 | 2013-11-07 | 1 | -1/+1 |
* | af: remove a pointless macro | wm4 | 2013-11-07 | 2 | -28/+16 |
* | audio/format: convert format macros to enum, drop NE suffix | wm4 | 2013-11-07 | 2 | -95/+96 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 13 | -34/+22 |
* | audio/format: reformat | wm4 | 2013-11-07 | 2 | -58/+56 |
* | 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 | 5 | -27/+27 |
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 1 | -1/+1 |
* | 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 |
* | af: replace macros with too generic names | wm4 | 2013-10-26 | 11 | -43/+33 |
* | af_volume: some more cosmetics | wm4 | 2013-10-26 | 1 | -27/+15 |
* | af_volume: switch to new option parsing | wm4 | 2013-10-26 | 1 | -31/+18 |
* | af_volume: uncrustify | wm4 | 2013-10-26 | 1 | -94/+85 |
* | af_volume: don't change volume if nothing is to be changed | wm4 | 2013-10-26 | 1 | -0/+2 |
* | af_volume: remove unused features | wm4 | 2013-10-26 | 3 | -56/+1 |
* | 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 | 18 | -106/+45 |
* | audio/filter: remove useless af_info fields | wm4 | 2013-10-23 | 26 | -152/+94 |
* | af_force: set format early for better debug output | wm4 | 2013-10-23 | 1 | -18/+34 |
* | af_force: minor simplifications | wm4 | 2013-10-23 | 1 | -9/+0 |
* | audio/filter: rename af_force.c to af_format.c | wm4 | 2013-10-23 | 1 | -0/+0 |
* | audio/filter: split af_format into separate filters, rename af_force | wm4 | 2013-10-23 | 5 | -516/+365 |
* | audio/format: add some helper functions | wm4 | 2013-10-22 | 2 | -0/+33 |
* | ao_pcm: big endian AC3 in wav doesn't work | wm4 | 2013-10-22 | 1 | -1/+0 |
* | af_lavrresample: actually free resampler | wm4 | 2013-10-19 | 1 | -0/+3 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 1 | -1/+1 |
* | command: don't allow changing volume if no audio initialized | wm4 | 2013-10-12 | 2 | -0/+6 |
* | ad_mpeg123: support in-stream format changes | Thomas Orgis | 2013-10-06 | 1 | -61/+88 |
* | 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 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -1/+3 |
* | 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 |
* | af: merge af_reinit() and fix_output_format() | wm4 | 2013-09-20 | 2 | -30/+12 |
* | mixer: make struct opaque | wm4 | 2013-09-20 | 4 | -42/+50 |
* | mixer: restore volume with playback resume | wm4 | 2013-09-20 | 2 | -1/+30 |
* | mixer: don't unmute audio when raising volume | wm4 | 2013-09-19 | 1 | -2/+0 |
* | mixer: refactor, fix some aspects of --volume handling | wm4 | 2013-09-19 | 2 | -68/+124 |
* | mixer, af_volume: use linear values instead of dB | wm4 | 2013-09-19 | 2 | -21/+21 |
* | mixer: minor refactoring | wm4 | 2013-09-19 | 2 | -26/+27 |
* | af_export: fix compilation warning | wm4 | 2013-09-19 | 1 | -2/+1 |
* | Config path functions can return NULL | wm4 | 2013-09-18 | 1 | -0/+6 |
* | audio: fix playback of Musepack SV8 files | wm4 | 2013-09-01 | 1 | -2/+4 |
* | audio: don't allow setting unknown formats from command line | wm4 | 2013-08-26 | 1 | -17/+1 |
* | audio: make internal audio format 0 an invalid format | wm4 | 2013-08-26 | 3 | -9/+9 |
* | 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 | 35 | -73/+73 |
* | 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 |
* | | core: change speed option/property to double | wm4 | 2013-08-05 | 1 | -2/+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 |
|/ |
|
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 2 | -5/+5 |