| Commit message (Expand) | Author | Age | Files | Lines |
* | ad.h: change license to LGPL | wm4 | 2017-05-05 | 1 | -7/+7 |
* | audio/fmt-conversion: change license to LGPL | wm4 | 2017-05-05 | 2 | -14/+14 |
* | af: remove unused GET_VOLUME code | wm4 | 2017-04-27 | 2 | -6/+0 |
* | audio: fix replaygain volume scale | wm4 | 2017-04-27 | 1 | -1/+1 |
* | options: remove remaining deprecated audio device selection options | wm4 | 2017-04-23 | 6 | -38/+3 |
* | ao_openal: kill off device listing | wm4 | 2017-04-23 | 1 | -41/+1 |
* | ao_wasapi_changenotify: use %ls instead of %S for wchar_t | wm4 | 2017-04-20 | 1 | -4/+4 |
* | ao_wasapi_changenotify: fix potential race condition | wm4 | 2017-04-20 | 1 | -8/+8 |
* | vf_lavfi, af_lavfi: remove unused/deprecated include | wm4 | 2017-04-05 | 1 | -1/+0 |
* | audio: deprecate most audio filters | wm4 | 2017-04-04 | 4 | -0/+8 |
* | af: implement generic lavfi option bridge too | wm4 | 2017-04-04 | 2 | -10/+99 |
* | af_lavfi: remove forced "format" filter | wm4 | 2017-04-04 | 1 | -27/+2 |
* | audio: lower "Disabling multichannel output." warning to verbose | wm4 | 2017-04-02 | 1 | -1/+1 |
* | ao_wasapi: do not pass nonsense to drivers with double | wm4 | 2017-03-29 | 1 | -5/+23 |
* | command: add better runtime filter toggling method | wm4 | 2017-03-25 | 1 | -0/+3 |
* | af_drc: remove | Jan Janssen | 2017-03-25 | 2 | -336/+0 |
* | ao_jack: update latency on buffer_size/graph change | Cheng Sun | 2017-03-18 | 1 | -7/+34 |
* | ao_alsa: fix device filtering, add another exception | wm4 | 2017-03-14 | 1 | -1/+3 |
* | ao_alsa: filter fewer devices | wm4 | 2017-03-14 | 1 | -4/+2 |
* | ao_alsa: POLLERR can be set even if the device is not lost | wm4 | 2017-03-14 | 1 | -1/+5 |
* | options: add M_OPT_FILE to some more file options | Philip Sequeira | 2017-03-06 | 1 | -1/+1 |
* | ao_alsa: close audio device if polling returns POLLERR | wm4 | 2017-02-27 | 1 | -1/+3 |
* | ao_alsa: fix an error check | wm4 | 2017-02-27 | 1 | -1/+1 |
* | ao: never set ao->device = "" | Kevin Mitchell | 2017-02-20 | 1 | -2/+3 |
* | dec_video, dec_audio: remove redundant NULL-checks | wm4 | 2017-02-20 | 1 | -2/+1 |
* | ao: fix potential NULL deref in ao_device_list_add() | wm4 | 2017-02-20 | 1 | -2/+2 |
* | ao_oss: fix mixer channel message | Kevin Mitchell | 2017-02-08 | 1 | -1/+1 |
* | ao_oss: use --audio-device if --oss-device isn't set. | Kevin Mitchell | 2017-02-08 | 1 | -6/+10 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 2 | -0/+6 |
* | win32: add COM-specific SAFE_RELEASE to windows_utils.h | James Ross-Gowan | 2017-01-30 | 4 | -30/+27 |
* | build: explicitly check for FFmpeg vs. Libav, and their exact versions | wm4 | 2017-01-27 | 1 | -0/+3 |
* | ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common code | wm4 | 2017-01-25 | 1 | -13/+5 |
* | build: replace some FFmpeg API checks with version checks | wm4 | 2017-01-24 | 2 | -3/+3 |
* | ad_lavc: respect AV_FRAME_FLAG_DISCARD | wm4 | 2017-01-24 | 1 | -0/+5 |
* | ad_spdif: log avformat errors | wm4 | 2017-01-19 | 1 | -1/+3 |
* | ad_spdif: fix obscure cases of AC3 passthrough | wm4 | 2017-01-18 | 1 | -7/+28 |
* | audio: restructure decode loop | wm4 | 2017-01-11 | 4 | -57/+85 |
* | audio/out/push: merge if branches with same condition | wm4 | 2017-01-09 | 1 | -4/+3 |
* | af_lavfi, vf_lavfi: work around recent libavfilter EOF bug | wm4 | 2017-01-02 | 1 | -0/+6 |
* | options: deprecate codec family selection in --vd/--ad | wm4 | 2016-12-23 | 1 | -7/+4 |
* | audio: change how spdif codecs are selected | wm4 | 2016-12-23 | 3 | -13/+48 |
* | ad_lavc, vd_lavc: don't set AVCodecContext.refcounted_frames | wm4 | 2016-12-18 | 1 | -1/+0 |
* | ad_spdif: Fix crash when spdif muxer is not available | Michael Forney | 2016-12-11 | 1 | -0/+1 |
* | Remove compatibility things | wm4 | 2016-12-07 | 5 | -75/+1 |
* | ao_alsa: print certain ALSA errors as string instead as number | wm4 | 2016-12-07 | 1 | -2/+2 |
* | ao_wasapi: log return code when probing audio formats | wm4 | 2016-11-30 | 2 | -13/+9 |
* | ao_wasapi_utils: remove unused variable | pavelxdd | 2016-11-27 | 1 | -1/+0 |
* | options: remove deprecated sub-option handling for --vo and --ao | wm4 | 2016-11-25 | 18 | -64/+23 |
* | audio/out/push: play silence on --audio-stream-silence | wm4 | 2016-11-24 | 2 | -13/+34 |
* | audio: fix --audio-stream-silence with ao_wasapi | wm4 | 2016-11-21 | 1 | -2/+4 |
* | audio: fix --audio-stream-silence with ao_alsa | wm4 | 2016-11-21 | 1 | -2/+3 |
* | ao_alsa: explicitly add default device manually | wm4 | 2016-11-14 | 1 | -1/+4 |
* | audio: make empty device ID mean default device | wm4 | 2016-11-14 | 1 | -7/+14 |
* | audio: avoid returning audio-device-list entries without description | wm4 | 2016-11-14 | 1 | -0/+2 |
* | dec_video, dec_audio: avoid full reinit on switches to the same segment | wm4 | 2016-11-09 | 1 | -6/+9 |
* | ao_alsa: fill unused ALSA channels with silence | wm4 | 2016-11-08 | 1 | -0/+5 |
* | ao_alsa: strictly disable chmap use for mono/stereo | wm4 | 2016-11-08 | 1 | -12/+21 |
* | ao_alsa: _really_ disable chmap API use in cases where we should | wm4 | 2016-11-08 | 1 | -3/+7 |
* | ao_alsa: slightly better debug logging | wm4 | 2016-11-08 | 1 | -6/+12 |
* | audio/out: add AudioUnit output driver for iOS | Aman Gupta | 2016-11-01 | 6 | -5/+227 |
* | ad_lavc, vd_lavc: fix a recent libavcodec deprecation warning | wm4 | 2016-10-17 | 1 | -1/+2 |
* | ao_alsa: try to fallback to "hdmi" before "iec958" for spdif | wm4 | 2016-10-07 | 1 | -5/+10 |
* | audio/out: prevent underruns with spdif under certain conditions | wm4 | 2016-10-04 | 1 | -0/+2 |
* | audio: dump timestamp difference | wm4 | 2016-10-02 | 1 | -1/+5 |
* | win32: build with -DINITGUID | James Ross-Gowan | 2016-09-28 | 2 | -2/+0 |
* | ao_openal: enable building on OSX | Josh de Kock | 2016-09-21 | 1 | -0/+14 |
* | af_pan: fix typo | Hector Martin | 2016-09-19 | 1 | -2/+3 |
* | af_rubberband: default to channels=together | Hector Martin | 2016-09-19 | 1 | -0/+1 |
* | af_rubberband: add af-command and option to change the pitch | Hector Martin | 2016-09-19 | 1 | -0/+25 |
* | af_pan: add af-command support to change the matrix | Hector Martin | 2016-09-19 | 1 | -19/+31 |
* | af_pan: coding style fixes | Hector Martin | 2016-09-19 | 1 | -103/+104 |
* | options: simplify M_OPT_EXIT | wm4 | 2016-09-17 | 1 | -1/+1 |
* | player, ao, vo: don't call mp_input_wakeup() directly | wm4 | 2016-09-16 | 5 | -23/+35 |
* | ao_rsound: fix compilation | wm4 | 2016-09-07 | 1 | -1/+1 |
* | ao_pcm: remove some useless messages | wm4 | 2016-09-07 | 1 | -2/+0 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 5 | -5/+5 |
* | audio/out: deprecate "exclusive" sub-options | wm4 | 2016-09-05 | 3 | -2/+10 |
* | audio/out: deprecate device sub-options | wm4 | 2016-09-05 | 8 | -8/+15 |
* | options: deprecate suboptions for the remaining AO/VOs | wm4 | 2016-09-05 | 11 | -0/+11 |
* | options: add automagic hack for handling sub-option deprecations | wm4 | 2016-09-05 | 2 | -0/+2 |
* | ao_jack: move to global options | wm4 | 2016-09-05 | 1 | -22/+42 |
* | options: add a mechanism to make sub-option replacement slightly easier | wm4 | 2016-09-05 | 3 | -1/+4 |
* | ao_alsa: change sub-options to global options | wm4 | 2016-09-02 | 3 | -31/+53 |
* | m_config: add helper function for initializing af/ao/vf/vo suboptions | wm4 | 2016-09-02 | 2 | -8/+8 |
* | vo, ao: disable positional parameter suboptions | wm4 | 2016-09-01 | 1 | -0/+1 |
* | vd_lavc, ad_lavc: set pkt_timebase, not time_base | wm4 | 2016-08-29 | 1 | -1/+4 |
* | ad_lavc: actually tell decoder about the timebase | wm4 | 2016-08-23 | 1 | -0/+1 |
* | ao_alsa: log if retrieving supported channel maps fails | wm4 | 2016-08-22 | 1 | -1/+3 |
* | af_lavrresample: better swr reinitialization | Paul B Mahol | 2016-08-20 | 1 | -4/+5 |
* | af_lavrresample: fix error if resampler could not be recreated | wm4 | 2016-08-19 | 1 | -4/+5 |
* | video/audio: always provide "proper" timestamps to libavcodec | wm4 | 2016-08-19 | 1 | -1/+1 |
* | audio: improve aspects of EOF handling | wm4 | 2016-08-18 | 2 | -0/+7 |
* | af_lavrresample: work around libswresample misbehavior | wm4 | 2016-08-16 | 1 | -10/+10 |
* | audio: log replaygain values in af_volume instead demuxer | wm4 | 2016-08-13 | 1 | -6/+10 |
* | audio/filter: remove delay audio filter | Paul B Mahol | 2016-08-12 | 2 | -196/+0 |
* | ao_alsa: make pause state more robust, reduce minor code duplication | wm4 | 2016-08-09 | 1 | -22/+25 |
* | ao_alsa: handle --audio-stream-silence | wm4 | 2016-08-09 | 1 | -9/+51 |
* | player: add --audio-stream-silence | wm4 | 2016-08-09 | 4 | -2/+11 |
* | ao_coreaudio: actually use stop callback | wm4 | 2016-08-09 | 2 | -2/+2 |
* | af_lavcac3enc: allow passing options to libavcodec | wm4 | 2016-08-09 | 1 | -0/+7 |
* | ao_wasapi: in exclusive mode do not output multichannel by default | wm4 | 2016-08-05 | 1 | -1/+1 |
* | ao_null: use channel list option type for channel-layouts suboption | wm4 | 2016-08-05 | 1 | -11/+5 |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 | 9 | -18/+68 |
* | player: remove special-case for DL/DR speakers | wm4 | 2016-08-04 | 2 | -41/+0 |
* | af_lavcac3enc: skip output if there was no input frame | wm4 | 2016-08-02 | 1 | -0/+3 |
* | af_lavcac3enc: fix buffering timestamps calculations | wm4 | 2016-08-01 | 1 | -3/+9 |
* | af_lavcac3enc: fix memory leak | wm4 | 2016-08-01 | 1 | -1/+1 |
* | af_lavcac3enc: fix a debug message | wm4 | 2016-07-31 | 1 | -1/+1 |
* | af_lavcac3enc: error out properly if encoding fails | wm4 | 2016-07-31 | 1 | -0/+4 |
* | af_lavcac3enc: fix aspects of AVFrame handling | wm4 | 2016-07-31 | 1 | -0/+3 |
* | audio: make mp_audio_realloc[_min] ensure frame is writeable | wm4 | 2016-07-31 | 1 | -1/+10 |
* | osdep/io: introduce mp_flush_wakeup_pipe() | Rostislav Pehlivanov | 2016-07-30 | 1 | -4/+2 |
* | audio: use idiotic FFmpeg ABI rules for public-except-not-public fields | wm4 | 2016-07-24 | 1 | -5/+5 |
* | af_lavcac3enc: use common code for AVFrame setup | wm4 | 2016-07-24 | 3 | -16/+22 |
* | audio: refactor mixer code and delete mixer.c | wm4 | 2016-07-17 | 2 | -190/+0 |
* | audio: fix crashes due to broken uninit check | wm4 | 2016-07-15 | 1 | -5/+0 |
* | af: avoid rebuilding filter chain in another minor case | wm4 | 2016-07-15 | 1 | -0/+3 |
* | ao_pulse: fix some volume control rounding issues | wm4 | 2016-07-14 | 1 | -2/+3 |
* | ao_creoaudio: print OSStatus as decimal signed integer too | wm4 | 2016-07-13 | 1 | -1/+1 |
* | ao_coreaudio: use correct free function on errors | wm4 | 2016-07-13 | 1 | -1/+1 |
* | audio: fix code for adjusting conversion filters | wm4 | 2016-07-11 | 1 | -4/+5 |
* | af_volume: don't let softvol overwrite af_volume volumedb sub-option | wm4 | 2016-07-11 | 1 | -2/+2 |
* | audio: add heuristic to move auto-downmixing before other filters | wm4 | 2016-07-10 | 1 | -7/+66 |
* | audio: add auto-inserted flag to filter list logging | wm4 | 2016-07-10 | 1 | -0/+2 |
* | audio: cleanup audio filter format negotiation | wm4 | 2016-07-10 | 3 | -149/+62 |
* | audio: insert audio-inserted filters at end of chain | wm4 | 2016-07-09 | 1 | -34/+1 |
* | audio: don't crash when changing volume if no audio is initialized | wm4 | 2016-07-09 | 1 | -0/+3 |
* | audio: drop --softvol=no and --softvol=auto | wm4 | 2016-07-09 | 2 | -275/+14 |
* | ao_coreaudio: error out when selecting invalid device | wm4 | 2016-07-08 | 1 | -0/+7 |
* | vf, af: print filter labels in verbose mode | wm4 | 2016-07-06 | 1 | -0/+2 |
* | ad_lavc: work around braindead ffmpeg behavior | wm4 | 2016-07-01 | 1 | -0/+6 |
* | ao_oss: do not add an entry to audio-device-list if device file missing | wm4 | 2016-06-29 | 1 | -0/+7 |
* | audio: don't add default entry to audio-device-list if AO support listing | wm4 | 2016-06-29 | 1 | -3/+2 |
* | audio: add a helper for getting frame end PTS | wm4 | 2016-06-27 | 2 | -2/+11 |
* | dec_audio: fix segment boudnary switching | wm4 | 2016-06-27 | 1 | -3/+6 |
* | ao_lavc, vo_lavc: Migrate to new encoding API. | Rudolf Polzer | 2016-06-27 | 1 | -76/+121 |
* | Fix misspellings | stepshal | 2016-06-26 | 3 | -3/+3 |
* | af_lavcac3enc: use av_err2str() call (fixes Libav build) | wm4 | 2016-06-23 | 1 | -2/+1 |
* | af_lavcac3enc: make encoder configurable | wm4 | 2016-06-23 | 1 | -2/+5 |
* | af_lavcac3enc: implement flushing on seek | wm4 | 2016-06-23 | 1 | -0/+7 |
* | af_lavcac3enc: port to new encode API | wm4 | 2016-06-23 | 1 | -9/+57 |
* | af_lavcac3enc: automatically configure most encoder parameters | wm4 | 2016-06-23 | 1 | -29/+57 |
* | af_lavcac3enc: drop log message prefixes | wm4 | 2016-06-23 | 1 | -9/+7 |
* | af_lavcac3enc: fix custom bitrates | wm4 | 2016-06-23 | 1 | -2/+3 |
* | ad_lavc: resume from mid-stream EOF conditions with new decode API | wm4 | 2016-06-22 | 1 | -0/+7 |
* | audio: apply an upper bound timeout when draining | wm4 | 2016-06-12 | 1 | -3/+13 |
* | audio: do not wake up core during EOF | wm4 | 2016-06-12 | 1 | -3/+4 |
* | build: silence -Wunused-result | Niklas Haas | 2016-06-07 | 2 | -3/+3 |
* | ao_wasapi: initialize COM in main thread with MTA | Kevin Mitchell | 2016-06-05 | 1 | -2/+2 |
* | ao_opensles: remove 32bit audio | Josh de Kock | 2016-05-22 | 1 | -1/+0 |
* | ao_alsa: add more shitty workarounds | wm4 | 2016-05-06 | 1 | -9/+25 |
* | ao_alsa: log final hwparams too | wm4 | 2016-05-03 | 1 | -1/+2 |
* | win32: replace libuuid.a usage with initguid.h | James Ross-Gowan | 2016-05-01 | 1 | -0/+1 |
* | ao_alsa: log hwparams while restricting them | wm4 | 2016-04-28 | 1 | -0/+43 |
* | ao_coreaudio: remove detected_device | wm4 | 2016-04-26 | 1 | -5/+0 |
* | ad_spdif: take care of deprecated libavcodec API usage | wm4 | 2016-04-20 | 1 | -0/+7 |
* | ao_coreaudio_exclusive: list formats when searching substream | wm4 | 2016-04-15 | 1 | -0/+3 |
* | ao_coreaudio: remove unused function | wm4 | 2016-04-15 | 2 | -25/+0 |
* | encode_lavc: Migrate to codecpar API. | Rudolf Polzer | 2016-04-11 | 1 | -41/+41 |
* | ao_coreaudio_exclusive: add missing newline to log message | wm4 | 2016-04-01 | 1 | -1/+1 |
* | demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change | wm4 | 2016-03-31 | 2 | -2/+5 |
* | ad_lavc, vd_lavc: support new Libav decoding API | wm4 | 2016-03-24 | 1 | -0/+14 |
* | ad_lavc: add codec_timebase hack too | wm4 | 2016-03-24 | 1 | -2/+5 |
* | ao_lavc: use new af_select_best_samplerate function | Kevin Mitchell | 2016-03-17 | 1 | -0/+5 |
* | ao_wasapi: use new af_select_best_samplerate function | Kevin Mitchell | 2016-03-17 | 1 | -11/+3 |
* | audio: add af_select_best_samplerate function | Kevin Mitchell | 2016-03-17 | 2 | -0/+32 |
* | ao_wasapi: make wait for audio thread termination infinite | Kevin Mitchell | 2016-02-26 | 1 | -4/+3 |
* | ao_wasapi: further flatten/simplify volume control | Kevin Mitchell | 2016-02-26 | 1 | -39/+34 |
* | ao_wasapi: use MP_FATAL for stuff that leads to init failure | Kevin Mitchell | 2016-02-26 | 2 | -5/+5 |
* | ao_wasapi: move pre-resume reset into resume function | Kevin Mitchell | 2016-02-26 | 1 | -16/+14 |
* | ao_wasapi: move resetting the thread state into main loop | Kevin Mitchell | 2016-02-26 | 1 | -11/+3 |
* | ao_wasapi: set buffer size to device period in exclusive mode | Kevin Mitchell | 2016-02-26 | 1 | -7/+12 |
* | ao_wasapi: replace laggy COM messaging with mp_dispatch_queue | Kevin Mitchell | 2016-02-26 | 3 | -175/+80 |
* | ao_wasapi: avoid under-run cascade in exclusive mode. | Kevin Mitchell | 2016-02-26 | 1 | -24/+36 |
* | ao_wasapi: fix typo in comment | Kevin Mitchell | 2016-02-26 | 1 | -1/+1 |
* | ao_wasapi: use SUCCEEDED/FAILED macros | Kevin Mitchell | 2016-02-26 | 2 | -13/+9 |
* | ao: initial OpenSL ES support | Ilya Zhuravlev | 2016-02-27 | 2 | -0/+254 |
* | audio: make mp_audio_skip_samples() adjust the PTS | wm4 | 2016-02-22 | 2 | -3/+3 |
* | ad_lavc: skip AVCodecContext.delay samples at beginning | wm4 | 2016-02-22 | 1 | -0/+9 |
* | ad_lavc: make sample trimming symmetric to skipping | wm4 | 2016-02-22 | 1 | -6/+8 |
* | ad_lavc: move skipping logic out of the HAVE_AVFRAME_SKIP_SAMPLES block | wm4 | 2016-02-22 | 1 | -10/+13 |
* | ad_lavc: interpolate missing timestamps | wm4 | 2016-02-22 | 1 | -0/+9 |
* | audio: move frame clipping to a generic function | wm4 | 2016-02-21 | 3 | -33/+37 |
* | Rewrite ordered chapters and timeline stuff | wm4 | 2016-02-15 | 2 | -1/+75 |
* | audio/video: expose codec info as separate field | wm4 | 2016-02-15 | 3 | -6/+6 |
* | ad_lavc: fix --ad-lavc-threads range | wm4 | 2016-02-11 | 1 | -1/+1 |
* | Initial Android support | Jan Ekström | 2016-02-10 | 1 | -0/+1 |
* | audio: minor simplification | wm4 | 2016-02-05 | 1 | -3/+0 |
* | build: make libavfilter mandatory | wm4 | 2016-02-05 | 1 | -2/+0 |
* | ao_coreaudio: fix 7.1(rear) channel mapping | wm4 | 2016-02-04 | 1 | -0/+27 |
* | af_lavrresample: change fudged channels | wm4 | 2016-02-04 | 1 | -2/+2 |
* | audio/video: merge decoder return values | wm4 | 2016-02-01 | 2 | -16/+11 |
* | Fix build on Libav | wm4 | 2016-01-30 | 1 | -0/+1 |
* | audio: move pts reset check | wm4 | 2016-01-29 | 2 | -14/+1 |
* | audio: move mp_audio->AVFrame conversion to a function | wm4 | 2016-01-29 | 3 | -20/+76 |
* | ao_wasapi: add "wasapi" prefix to non-static find_deviceID function | Kevin Mitchell | 2016-01-28 | 3 | -3/+3 |
* | ao_wasapi: correct check for specified device on default change | Kevin Mitchell | 2016-01-28 | 3 | -5/+11 |
* | ao_wasapi: fix check for already found device | Kevin Mitchell | 2016-01-28 | 1 | -1/+1 |
* | command: always allow setting volume/mute properties | wm4 | 2016-01-26 | 1 | -0/+1 |
* | af_lavfi, vf_lavfi: fix compilation on Libav | wm4 | 2016-01-22 | 1 | -0/+1 |
* | command: add af-command command | wm4 | 2016-01-22 | 3 | -0/+21 |
* | ao_wasapi: use correct UINT type for device enumeration | Kevin Mitchell | 2016-01-22 | 1 | -5/+5 |
* | ao_wasapi: exit earlier if there are zero playback devices found | Kevin Mitchell | 2016-01-22 | 1 | -0/+5 |
* | audio: refactor: work towards unentangling audio decoding and filtering | wm4 | 2016-01-22 | 4 | -148/+102 |
* | ad_spdif: if DTS-HD is requested, and profile unknown, use DTS-HD | wm4 | 2016-01-20 | 1 | -1/+2 |
* | audio: change downmix behavior, add --audio-normalize-downmix | wm4 | 2016-01-20 | 3 | -4/+10 |
* | audio: remove initial decoding retry limitation | wm4 | 2016-01-19 | 1 | -3/+0 |
* | audio: move direct packet reading from decoders to common code | wm4 | 2016-01-19 | 5 | -29/+27 |
* | audio: move dec_audio.pool to ad_spdif | wm4 | 2016-01-19 | 2 | -2/+3 |
* | ao_coreaudio_chmap: change license to LGPL | wm4 | 2016-01-19 | 2 | -14/+14 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 15 | -105/+105 |
* | ao_wasapi: use share_mode value instead of raw option opt_exclusive | Kevin Mitchell | 2016-01-18 | 1 | -1/+1 |
* | ao_openal: wipe out global context on init error | Kevin Mitchell | 2016-01-18 | 1 | -0/+1 |
* | af_lavrresample: fudge some channel layout conversion | wm4 | 2016-01-18 | 1 | -0/+33 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 2 | -18/+17 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 10 | -10/+10 |
* | ao_coreaudio: replace fourcc_repr() | wm4 | 2016-01-11 | 3 | -35/+7 |
* | ao_wasapi: move out some utility functions | wm4 | 2016-01-11 | 2 | -76/+1 |
* | player: detect audio PTS jumps, make video PTS heuristic less aggressive | wm4 | 2016-01-09 | 2 | -1/+14 |
* | ao_dsound: remove this audio output | wm4 | 2016-01-06 | 2 | -711/+0 |
* | ao_wasapi: remove unnecessary header file | Kevin Mitchell | 2016-01-05 | 5 | -74/+31 |
* | ao_wasapi: initialize change notify in main thread | Kevin Mitchell | 2016-01-05 | 2 | -3/+6 |
* | ao_wasapi: remove old vistablob prototype | Kevin Mitchell | 2016-01-05 | 1 | -2/+0 |
* | ao_wasapi: make find_deviceID read only wrt struct ao | Kevin Mitchell | 2016-01-05 | 3 | -19/+20 |
* | ao_wasapi: move device selection to main thread | Kevin Mitchell | 2016-01-05 | 3 | -8/+10 |
* | ao_wasapi: avoid some redundant error messages in device selection | Kevin Mitchell | 2016-01-05 | 1 | -15/+7 |
* | ao_wasapi: alloc later to avoid free on error | Kevin Mitchell | 2016-01-05 | 1 | -2/+1 |
* | ao_pulse: attempt to fall back to an arbitrary sample format | wm4 | 2016-01-05 | 1 | -2/+7 |
* | ao_pulse: check for sample rate bounds | wm4 | 2016-01-05 | 1 | -1/+1 |
* | ao_pulse: move format setting into a function | wm4 | 2016-01-05 | 1 | -20/+26 |
* | ao_wasapi: remove +x flag from files | wm4 | 2016-01-04 | 4 | -0/+0 |
* | chmap_sel: prefer inexact equivalents over perfect upmix | wm4 | 2016-01-04 | 1 | -8/+14 |
* | ao_wasapi: just use a pointer to the deviceID in change_notify | Kevin Mitchell | 2016-01-04 | 1 | -3/+1 |
* | ao_wasapi: correctly name the IMMNotificationClientVtbl | Kevin Mitchell | 2016-01-04 | 1 | -2/+2 |
* | ao_wasapi: make persistent enumerator local to change_notify | Kevin Mitchell | 2016-01-04 | 4 | -21/+12 |
* | ao_wasapi: rewrite device listing and selection | Kevin Mitchell | 2016-01-04 | 2 | -225/+187 |
* | ao_wasapi: fix delay calculation again | Kevin Mitchell | 2016-01-02 | 1 | -6/+12 |
* | ao_wasapi: fix delay calculation | Kevin Mitchell | 2015-12-21 | 1 | -21/+36 |
* | Fix some typos in code comments | Aman Gupta | 2015-12-21 | 1 | -1/+1 |
* | ao_wasapi: move volume control init to it's own function | Kevin Mitchell | 2015-12-21 | 1 | -21/+34 |
* | ao_wasapi: correctly handle audio session display failure | Kevin Mitchell | 2015-12-21 | 1 | -10/+14 |
* | ao_wasapi: non-fatal error handling for COM marshalling | Kevin Mitchell | 2015-12-21 | 3 | -55/+65 |
* | ao_wasapi: wrap long lines and use only c99 comment style | Kevin Mitchell | 2015-12-21 | 4 | -119/+172 |
* | ao_wasapi: reorganize private structure | Kevin Mitchell | 2015-12-21 | 1 | -37/+36 |
* | ao_wasapi: remove useless buffer_block_size | Kevin Mitchell | 2015-12-21 | 2 | -7/+0 |
* | ao_wasapi: move exclusive and shared-specific controls to functions | Kevin Mitchell | 2015-12-21 | 1 | -75/+87 |
* | ao_wasapi: call the class-specific release functions | Kevin Mitchell | 2015-12-20 | 1 | -6/+6 |
* | ao_wasapi: check for proxy availability in control | Kevin Mitchell | 2015-12-20 | 1 | -22/+37 |
* | ao_wasapi: actually use hw volume support information for exclusive mode | Kevin Mitchell | 2015-12-20 | 2 | -17/+30 |
* | ao_wasapi: don't cast control arg to something it isn't | Kevin Mitchell | 2015-12-20 | 1 | -9/+14 |
* | ao_wasapi: remove volume "restore" on exit | Kevin Mitchell | 2015-12-20 | 3 | -48/+10 |
* | ao_wasapi: split exclusive/shared specific ao controls | Kevin Mitchell | 2015-12-20 | 1 | -37/+60 |
* | ao_wasapi: add E_NOINTERFACE to error list | Kevin Mitchell | 2015-12-20 | 1 | -0/+1 |
* | mixer: fix volume initialization with --af=volume | wm4 | 2015-12-11 | 1 | -0/+2 |
* | mixer: minor simplification | wm4 | 2015-12-11 | 1 | -4/+7 |
* | ao: disambiguate default device list entries | wm4 | 2015-11-27 | 1 | -2/+6 |
* | af_lavrresample: fix build on Libav | wm4 | 2015-11-26 | 1 | -1/+1 |
* | af_lavrresample: clamp float output to range | wm4 | 2015-11-25 | 1 | -0/+12 |
* | 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_wasapi: get rid of Vistablob hack | Kevin Mitchell | 2015-11-24 | 4 | -51/+6 |
* | ao_wasapi: only report per-app volume in shared mode | Kevin Mitchell | 2015-11-19 | 1 | -1/+2 |
* | ao_wasapi: work around DTS passthrough failure | wm4 | 2015-11-19 | 1 | -1/+18 |
* | ao_openal: fix sign of speaker angle in comment | Kevin Mitchell | 2015-11-18 | 1 | -1/+1 |
* | ao_openal: fix virtual speaker positioning | Justas Lavišius | 2015-11-18 | 1 | -10/+10 |
* | ao_openal: accommodate more sample formats | Kevin Mitchell | 2015-11-17 | 1 | -7/+44 |
* | ao_openal: move uninit before init | Kevin Mitchell | 2015-11-17 | 1 | -12/+12 |
* | af_lavrresample: simplify set_compensation usage | wm4 | 2015-11-11 | 1 | -13/+12 |
* | dec_audio: add missing include | wm4 | 2015-11-08 | 1 | -0/+1 |
* | audio: interpolate audio timestamps | wm4 | 2015-11-08 | 1 | -2/+12 |
* | audio: move PTS setting out of the decoder | wm4 | 2015-11-08 | 4 | -18/+16 |
* | chmap: remove MPlayer layouts | wm4 | 2015-11-07 | 4 | -39/+0 |
* | ao_jack: remove "alsa" std-channel-layout choice | wm4 | 2015-11-07 | 1 | -5/+1 |
* | ao_alsa: remove the last bits of legacy channel map fallback | wm4 | 2015-11-07 | 1 | -3/+1 |
* | audio: fix af_fmt_change_bytes() with spdif formats | wm4 | 2015-11-07 | 1 | -1/+1 |
* | audio: do not require full audio chain reinit for speed changes | wm4 | 2015-11-04 | 1 | -3/+0 |
* | af_lavcac3enc: simplify/fix AVPacket handling | wm4 | 2015-11-04 | 1 | -16/+21 |
* | 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 |
* | Revert "af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA" | wm4 | 2015-11-04 | 1 | -28/+5 |
* | af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA | wm4 | 2015-11-03 | 2 | -6/+29 |
* | 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 |
* | Replace deprecated av_free_packet() calls | wm4 | 2015-10-28 | 1 | -1/+1 |
* | player: add audio drop/duplicate mode | wm4 | 2015-10-27 | 2 | -0/+10 |
* | ao_coreaudio_exclusive: check for maximum channel count | wm4 | 2015-10-26 | 1 | -0/+6 |
* | ao_coreaudio_exclusive: fallback to stereo on unknown channel layouts | wm4 | 2015-10-26 | 1 | -1/+10 |
* | ao_coreaudio_chmap: minor refactor | wm4 | 2015-10-26 | 1 | -26/+22 |
* | ao_coreaudio_chmap: allow stereo as fallback; avoid mono fallback | wm4 | 2015-10-26 | 1 | -2/+5 |
* | ao_coreaudio: fix another minor memory leak | wm4 | 2015-10-26 | 1 | -1/+2 |
* | audio: bump maximum number of channels to 16 | wm4 | 2015-10-26 | 1 | -1/+1 |
* | audio: use AVFrames with more than 8 channels correctly | wm4 | 2015-10-26 | 3 | -8/+15 |
* | af_lavrresample: make planarization pass work with >8 channels | wm4 | 2015-10-26 | 1 | -4/+5 |
* | audio: improve mp_chmap_to_lavc_unchecked() unknown chmap behavior | wm4 | 2015-10-26 | 1 | -2/+10 |
* | audio: always log channel maps before determining final map | wm4 | 2015-10-26 | 5 | -17/+33 |
* | ao_coreaudio: fix potential UB in error cases | wm4 | 2015-10-26 | 1 | -3/+2 |
* | ao_coreaudio_chmap: add more logging | wm4 | 2015-10-26 | 1 | -8/+10 |
* | af: prevent endless loop when removing filters due to spdif | wm4 | 2015-10-26 | 1 | -1/+2 |
* | ao_alsa: log format probing in verbose mode | wm4 | 2015-10-25 | 1 | -2/+1 |
* | ao_coreaudio_exclusive: fix build | wm4 | 2015-10-21 | 1 | -2/+2 |
* | ao_coreaudio: do not accept unknown channel layouts | wm4 | 2015-10-21 | 1 | -1/+1 |
* | ao_coreaudio_exclusive: deal with devices return different channel count | wm4 | 2015-10-21 | 3 | -1/+33 |
* | ao_coreaudio: avoid unnecessary format changes | wm4 | 2015-10-21 | 1 | -0/+6 |
* | ao_coreaudio: log current format before setting new format | wm4 | 2015-10-21 | 1 | -0/+2 |
* | ao_coreaudio: fix some minor memory leaks | wm4 | 2015-10-21 | 1 | -0/+6 |
* | ao_coreaudio: raise timeout for change-physical-format | wm4 | 2015-10-20 | 1 | -1/+1 |
* | af_lavrresample: fix unintended audio drift when setting playback speed | wm4 | 2015-10-14 | 1 | -3/+9 |
* | af_lavrresample: reinit resampler on large speed changes | wm4 | 2015-10-12 | 1 | -15/+19 |
* | af_lavrresample: use libswsresample dynamic rate adjustment feature | wm4 | 2015-10-07 | 1 | -9/+26 |
* | audio: make spdif re-probe from normal decoding work | wm4 | 2015-10-06 | 1 | -1/+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 |
* | audio: add option for falling back to ao_null | wm4 | 2015-10-05 | 2 | -0/+7 |
* | ao: rework audio output driver probing | wm4 | 2015-10-05 | 1 | -38/+42 |
* | ao_alsa: improve handling of device disconnection | wm4 | 2015-09-28 | 1 | -3/+20 |
* | ao_coreaudio_utils: fix error handling in device listing code | wm4 | 2015-09-28 | 1 | -3/+10 |
* | audio/filter: remove reentrancy flag | wm4 | 2015-09-20 | 5 | -22/+1 |
* | af_lavfi: implement af-metadata property | wm4 | 2015-09-11 | 3 | -0/+37 |
* | af: use generic statuc codes | wm4 | 2015-09-11 | 1 | -7/+7 |
* | ao_lavc: minor simplification | wm4 | 2015-09-11 | 1 | -2/+2 |
* | 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 |
* | audio/format: revise af_format_conversion_score | Kevin Mitchell | 2015-09-10 | 1 | -8/+13 |
* | ao_oss: use new sample format determination code | wm4 | 2015-09-10 | 1 | -1/+2 |
* | ao_lavc: use new sample format determination code | wm4 | 2015-09-10 | 3 | -24/+16 |
* | audio/format: add function for determining sample conversion candidates | wm4 | 2015-09-10 | 2 | -0/+32 |
* | audio/format: fix interlaved vs. non-interleaved conversions | wm4 | 2015-09-10 | 1 | -1/+1 |
* | audio/format: actually prefer float over double sample format | wm4 | 2015-09-10 | 1 | -1/+1 |
* | af_lavrresample: remove unnecessary indirections | wm4 | 2015-09-08 | 1 | -35/+30 |
* | af_lavrresample: add normalize suboption | wm4 | 2015-09-08 | 1 | -1/+6 |
* | af_lavrresample: add missing include statement | wm4 | 2015-09-04 | 1 | -0/+1 |
* | audio/filter: remove af_bs2b too | wm4 | 2015-09-04 | 2 | -171/+0 |
* | audio/filter: remove some useless filters | wm4 | 2015-09-03 | 19 | -3942/+0 |
* | ao_alsa: fix minor memory leak | wm4 | 2015-08-25 | 1 | -8/+11 |
* | audio: remove unused legacy libavutil header | wm4 | 2015-08-07 | 3 | -3/+0 |
* | audio: remove af_dummy | wm4 | 2015-08-01 | 2 | -63/+0 |
* | win32: revert wchar_t changes | wm4 | 2015-08-01 | 4 | -14/+13 |
* | win32: more wchar_t -> WCHAR replacements | wm4 | 2015-07-30 | 3 | -9/+9 |
* | win32: replace wchar_t with WCHAR | wm4 | 2015-07-29 | 3 | -4/+5 |
* | audio: fix restoring volume | shdown | 2015-07-27 | 1 | -1/+1 |
* | af_lavrresample: always reinit resampler on filter reinit | wm4 | 2015-07-19 | 1 | -18/+1 |
* | af_lavrresample: don't unnecessarily print remix message | wm4 | 2015-07-19 | 1 | -8/+8 |
* | af: fix behavior with pathologic filter chains | wm4 | 2015-07-07 | 1 | -0/+2 |
* | ao_coreaudio: fix device latency, share the code | wm4 | 2015-07-06 | 4 | -23/+25 |
* | ao_coreaudio_exclusive: continue even if setting physical format fails | wm4 | 2015-07-06 | 2 | -2/+4 |
* | ao_coreaudio_exclusive: fix some verbose output | wm4 | 2015-07-04 | 1 | -2/+2 |
* | ao: don't pass along AO arguments when redirecting | wm4 | 2015-07-03 | 1 | -1/+1 |
* | ao_coreaudio: add exclusive suboption | wm4 | 2015-07-03 | 1 | -2/+4 |
* | ao_coreaudio_exclusive: support PCM | wm4 | 2015-07-03 | 1 | -15/+35 |
* | ao_coraudio: reject all non-PCM formats | wm4 | 2015-07-03 | 1 | -1/+1 |
* | ao_coreaudio_utils: reduce spam | wm4 | 2015-07-03 | 1 | -1/+0 |
* | ao_coreaudio_utils: fix format back-mapping | wm4 | 2015-07-03 | 1 | -5/+7 |
* | ao_coreaudio_exclusive: do not set ao->bps | wm4 | 2015-07-03 | 1 | -3/+0 |
* | ao_coreaudio_exclusive: dump all latency info in verbose mode | wm4 | 2015-07-03 | 1 | -1/+4 |
* | ao_coreaudio_exclusive: factor format selection | wm4 | 2015-07-03 | 1 | -35/+44 |
* | ao_coreaudio_exclusive: separate out stream selection | wm4 | 2015-07-03 | 1 | -61/+76 |
* | af_lavrresample: log actual channel layout conversions | wm4 | 2015-06-30 | 1 | -3/+6 |
* | ao_coreaudio: restore physical format if it can't be set exactly | wm4 | 2015-06-30 | 2 | -2/+14 |
* | ao_coreaudio: support native mono output | wm4 | 2015-06-29 | 1 | -0/+2 |
* | ao_coreaudio: log hotplug events explicitly | wm4 | 2015-06-29 | 1 | -3/+6 |
* | ao_wasapi: fix regression | wm4 | 2015-06-27 | 1 | -1/+1 |
* | chmap_sel: add a mechanism for preferred conversions | wm4 | 2015-06-27 | 1 | -9/+39 |
* | chmap_sel: remove outdated incomplete comment | wm4 | 2015-06-27 | 1 | -3/+0 |
* | audio: fix format function consistency issues | wm4 | 2015-06-26 | 20 | -86/+83 |
* | audio: replace format name table | wm4 | 2015-06-26 | 3 | -52/+23 |
* | audio: remove bitmask format definition mess | wm4 | 2015-06-26 | 2 | -92/+80 |
* | ao_coreaudio_utils: use a macro | wm4 | 2015-06-26 | 1 | -1/+1 |
* | ao_sndio: fix comment | wm4 | 2015-06-26 | 1 | -2/+1 |
* | ao_coreaudio: support non-interleaved output | wm4 | 2015-06-26 | 2 | -5/+12 |
* | ao_coreaudio: explicitly skip input streams | wm4 | 2015-06-26 | 2 | -4/+22 |
* | ao_coreaudio_utils: compare full AudioStreamBasicDescription | wm4 | 2015-06-25 | 1 | -1/+3 |
* | audio: output human-readable channel layouts too | wm4 | 2015-06-25 | 4 | -10/+30 |
* | audio: fix channel map fallback selection (again) | wm4 | 2015-06-25 | 1 | -36/+61 |
* | ao: standardize channel layout name in debug output further | wm4 | 2015-06-25 | 1 | -0/+2 |
* | af: move af_from_dB() function to af_volume.c | wm4 | 2015-06-23 | 3 | -22/+11 |
* | af_volume: add a replaygain fallback option | wm4 | 2015-06-23 | 1 | -0/+5 |
* | af_lavrresample: free and reallocate resample context on reconfig | wm4 | 2015-06-22 | 1 | -30/+35 |
* | af_lavrresample: fix comment | wm4 | 2015-06-22 | 1 | -4/+4 |
* | af: restore detaching of PCM filters when using spdif | wm4 | 2015-06-22 | 3 | -1/+14 |
* | af_lavrresample: don't flush in uninitialized state | wm4 | 2015-06-22 | 1 | -1/+2 |
* | ao_alsa: fix a log message | wm4 | 2015-06-21 | 1 | -4/+5 |
* | demux: merge extradata fields | wm4 | 2015-06-21 | 1 | -5/+1 |
* | demux: rename sh_stream.format to sh_stream.codec_tag | wm4 | 2015-06-21 | 1 | -1/+1 |
* | Various spelling fixes | Marcin Kurczewski | 2015-06-18 | 8 | -13/+13 |
* | ao_wasapi: fix crash on hotplug init error | wm4 | 2015-06-17 | 1 | -0/+1 |
* | af_lavrresample: include osdep/endian.h | wm4 | 2015-06-17 | 1 | -0/+1 |
* | af: remove conversion filter search | wm4 | 2015-06-16 | 3 | -94/+4 |
* | af_convert24: remove this filter | wm4 | 2015-06-16 | 2 | -123/+0 |
* | af_lavrresample: integrate 24 bit (3 bytes per sample) output | wm4 | 2015-06-16 | 1 | -9/+48 |
* | af_lavrresample: always fill reorder | wm4 | 2015-06-16 | 1 | -1/+1 |
* | audio: remove S8, U16, U24, U32 formats | wm4 | 2015-06-16 | 12 | -197/+26 |
* | audio: fix crash on uninit | wm4 | 2015-06-15 | 1 | -1/+1 |
* | af_lavcac3enc: fix A/V sync | wm4 | 2015-06-15 | 1 | -3/+17 |
* | af: fix an aspect of filter chain flushing | wm4 | 2015-06-15 | 1 | -0/+11 |
* | audio: remove unused readonly field | wm4 | 2015-06-15 | 2 | -3/+1 |
* | chmap: make up some channel layout names | wm4 | 2015-06-12 | 1 | -0/+3 |
* | 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 |
* | chmap_sel: improve speaker replacement handling | wm4 | 2015-06-12 | 1 | -17/+33 |
* | chmap_sel: do naive speaker replacements last | wm4 | 2015-06-12 | 1 | -3/+4 |
* | audio: fill NA channels with silence | wm4 | 2015-06-12 | 1 | -11/+29 |
* | audio: use unknown channel layouts if there is no standard layout | wm4 | 2015-06-12 | 1 | -5/+5 |
* | audio: fix messed up channel reordering | wm4 | 2015-06-12 | 1 | -2/+2 |
* | audio: deal with AVFrame-style buffer assignments | wm4 | 2015-06-12 | 2 | -4/+17 |
* | ao_alsa: change ALSA braindeath heuristic | wm4 | 2015-06-11 | 1 | -3/+4 |
* | ao_coreaudio: change physical stream format synchronously | wm4 | 2015-06-09 | 2 | -5/+2 |
* | audio/out/pull: avoid dropping some audio when draining | wm4 | 2015-06-09 | 1 | -9/+18 |
* | audio/out/pull: correctly pad partial frames with silence | wm4 | 2015-06-09 | 1 | -1/+1 |
* | ao_alsa: refine channel count mismatch error message | wm4 | 2015-06-09 | 1 | -2/+2 |
* | audio: add --audio-spdif as new method for enabling passthrough | wm4 | 2015-06-05 | 2 | -8/+21 |
* | ad_spdif: use a pseudo codec entry to select DTS-HD instead of an option | wm4 | 2015-06-05 | 1 | -1/+10 |
* | ao_alsa: refuse to use spdif if AES flags can't be set | wm4 | 2015-06-04 | 1 | -6/+6 |
* | af_lavrresample: slightly better computation of total delay | wm4 | 2015-06-04 | 1 | -6/+9 |
* | af_lavrresample: use a new libswresample function if available | wm4 | 2015-06-04 | 1 | -0/+4 |
* | af_lavrresample: change output samples calculation | wm4 | 2015-06-04 | 1 | -2/+2 |
* | ao_alsa: hack against potential spdif failure | wm4 | 2015-06-04 | 1 | -3/+16 |
* | af_lavrresample: use native libavresample function for output size | wm4 | 2015-06-02 | 1 | -7/+6 |
* | ao_coreaudio_exclusive: move generic functions to utils | wm4 | 2015-06-02 | 3 | -207/+209 |
* | ao_coreaudio_exclusive: react to device removal | wm4 | 2015-06-02 | 1 | -12/+27 |
* | ao_coreaudio_exclusive: make property listeners event-based | wm4 | 2015-06-02 | 1 | -105/+82 |
* | ao: allow ao_uninit(NULL) | wm4 | 2015-06-02 | 1 | -1/+2 |
* | af_lavrresample: fix and simplify flushing on playback speed change | wm4 | 2015-06-02 | 1 | -23/+1 |
* | ao_alsa: hack back mono output | wm4 | 2015-05-25 | 1 | -1/+6 |
* | audio: make softvol scale cubic | wm4 | 2015-05-22 | 1 | -2/+5 |
* | audio: change range of volume option/property | wm4 | 2015-05-22 | 2 | -16/+15 |
* | chmap: use av_popcount64() | wm4 | 2015-05-21 | 1 | -9/+3 |
* | ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HD | wm4 | 2015-05-19 | 1 | -4/+54 |
* | ad_spdif: set output format lazily | wm4 | 2015-05-19 | 1 | -15/+27 |
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 1 | -3/+6 |
* | ao: make better use of atomics | wm4 | 2015-05-11 | 2 | -14/+11 |
* | audio: simplify further | wm4 | 2015-05-08 | 2 | -16/+8 |
* | audio: remove mp_chmap_contains() | wm4 | 2015-05-08 | 2 | -12/+0 |
* | ao: log reordered versions of channel maps | wm4 | 2015-05-08 | 1 | -3/+10 |
* | audio: redo channel map fallback selection | wm4 | 2015-05-08 | 1 | -59/+27 |
* | audio: add chmap utility function | wm4 | 2015-05-08 | 2 | -0/+10 |
* | ao_alsa: log requested numbers of channels if ALSA rejects them | wm4 | 2015-05-08 | 1 | -2/+3 |
* | audio: fix messed up assert() | wm4 | 2015-05-07 | 1 | -1/+1 |
* | audio: remove UNKNOWN pseudo speakers | wm4 | 2015-05-07 | 2 | -11/+8 |
* | audio: define only a single NA speaker ID | wm4 | 2015-05-07 | 5 | -34/+16 |
* | ao_coreaudio_utils: don't list some formats as "unusable" | wm4 | 2015-05-07 | 1 | -1/+1 |
* | ao_sndio: add notice about padding channels | wm4 | 2015-05-06 | 1 | -1/+3 |
* | 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_coreaudio_exclusive: check new format before waiting for change | wm4 | 2015-05-06 | 1 | -12/+13 |
* | ao_coreaudio_exclusive: use atomics instead of volatile | wm4 | 2015-05-06 | 1 | -19/+16 |
* | ao_coreaudio_exclusive: rename "digital" -> "compressed" | wm4 | 2015-05-06 | 1 | -22/+20 |
* | ao_coreaudio_exclusive: explicitly check for spdif formats | wm4 | 2015-05-06 | 1 | -8/+5 |
* | ao_coreaudio_exclusive: merge init_digital() function | wm4 | 2015-05-06 | 1 | -15/+3 |
* | ao_coreaudio_utils: decide formats by comparing raw bits | wm4 | 2015-05-05 | 1 | -5/+6 |
* | ao_coreaudio: log considered physical formats | wm4 | 2015-05-05 | 1 | -0/+4 |
* | ao_coreaudio: restore old physical format if format was changed | wm4 | 2015-05-05 | 1 | -0/+16 |
* | af: don't attempt to remove last filter for spdif filter removal | wm4 | 2015-05-05 | 1 | -1/+1 |
* | audio: minor cosmetics | wm4 | 2015-05-05 | 1 | -16/+16 |
* | ao_coreaudio: move channel mapping code to a separate file | wm4 | 2015-05-05 | 3 | -255/+297 |
* | ao_coreaudio_utils: don't require talloc for fourcc_repr() | wm4 | 2015-05-05 | 3 | -17/+13 |
* | ao_coreaudio_utils: unbreak default device selection | wm4 | 2015-05-05 | 1 | -4/+3 |
* | ao_coreaudio_exclusive: fix latency calculation non-sense | wm4 | 2015-05-05 | 1 | -1/+1 |
* | ao_coreaudio_utils: refine format selection | wm4 | 2015-05-05 | 1 | -19/+25 |
* | ao_coreaudio: change physical format before channel negotiation | wm4 | 2015-05-05 | 1 | -4/+10 |
* | ao_coreaudio: add an option for changing the physical format | wm4 | 2015-05-05 | 1 | -0/+55 |
* | ao_coreaudio_utils: add a format negotiation helper function | wm4 | 2015-05-05 | 2 | -0/+37 |
* | af_lavrresample: remove dead undefs | wm4 | 2015-05-05 | 1 | -3/+0 |
* | ao_coreaudio: support padded channel layouts | wm4 | 2015-05-05 | 1 | -2/+6 |
* | audio: introduce support for padding channels | wm4 | 2015-05-05 | 3 | -56/+142 |
* | audio: introduce mp_audio readonly bit | wm4 | 2015-05-04 | 2 | -1/+3 |
* | audio: chmap: explicitly drop channels not supported by lavc | wm4 | 2015-05-04 | 1 | -2/+5 |
* | audio: drop unused function | wm4 | 2015-05-04 | 2 | -10/+0 |
* | ao_coreaudio: fix out of bounds access | wm4 | 2015-05-04 | 1 | -0/+2 |
* | ao_coreaudio_exclusive: check format explicitly on change notifcation | wm4 | 2015-04-29 | 1 | -6/+11 |
* | ao_coreaudio_utils: log mp format with CoreAudio format description | wm4 | 2015-04-29 | 1 | -2/+4 |
* | ao_coreaudio_utils: add function for ASBD -> mp format lookup | wm4 | 2015-04-29 | 2 | -7/+59 |
* | ao_coreaudio_utils: float is not a signed integer format | wm4 | 2015-04-29 | 1 | -3/+3 |
* | ao_coreaudio_exclusive: move code for getting original format | wm4 | 2015-04-28 | 1 | -6/+4 |
* | ao_coreaudio_utils: change audio format logging | wm4 | 2015-04-28 | 1 | -3/+3 |
* | ao_coreaudio_exclusive: account for additional latency | wm4 | 2015-04-28 | 1 | -3/+10 |
* | audio: separate fallbacks for upmix and downmix cases | wm4 | 2015-04-28 | 1 | -12/+18 |
* | audio: avoid downmixing in a certain special-case | wm4 | 2015-04-27 | 1 | -3/+3 |
* | ao_null: add an option for testing channel layout selection | wm4 | 2015-04-27 | 1 | -2/+16 |
* | player: change video-bitrate and audio-bitrate properties | wm4 | 2015-04-20 | 1 | -3/+0 |
* | af_lavrresample: fix draining | wm4 | 2015-04-18 | 1 | -8/+8 |
* | 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 | 57 | -288/+232 |
* | af_lavrresample: minor simplification | wm4 | 2015-04-12 | 1 | -4/+4 |
* | af_lavrresample: allow resetting output sample format | wm4 | 2015-04-12 | 1 | -2/+3 |
* | audio/filter: fully renegotiate audio formats on every reconfig | wm4 | 2015-04-12 | 1 | -0/+10 |
* | ao_coreaudio: fix inverted condition | wm4 | 2015-04-10 | 1 | -3/+4 |
* | audio: automatically deatch filters if spdif prevents their use | wm4 | 2015-04-07 | 2 | -5/+17 |
* | audio: change a detail about filter insertion | wm4 | 2015-04-07 | 3 | -10/+14 |
* | ao_alsa: change log output | wm4 | 2015-04-07 | 1 | -12/+15 |
* | ao_coreaudio: do not error if retrieving info for verbose mode fails | wm4 | 2015-04-07 | 1 | -6/+6 |