| Commit message (Expand) | Author | Age | Files | Lines |
* | ao: minor simplification to gain processing code | wm4 | 2017-11-30 | 1 | -4/+3 |
* | ao: simplify hack for float atomics | wm4 | 2017-11-30 | 2 | -16/+4 |
* | audio: add audio softvol processing to AO | wm4 | 2017-11-29 | 7 | -3/+75 |
* | af: remove deprecated audio filters | wm4 | 2017-11-29 | 6 | -878/+0 |
* | ao_alsa: change license to LGPL | wm4 | 2017-11-23 | 1 | -27/+15 |
* | ao_alsa: don't convert twice on retry | wm4 | 2017-11-23 | 1 | -2/+1 |
* | build: make it easier to force FFmpeg upstream | wm4 | 2017-11-01 | 1 | -1/+1 |
* | Bump libav* API use | wm4 | 2017-10-30 | 1 | -2/+2 |
* | Get rid of deprecated AVFrame accessors | wm4 | 2017-10-30 | 2 | -4/+4 |
* | audio/out: initialize an array to avoid confusing static analyzer | wm4 | 2017-10-27 | 1 | -1/+1 |
* | af_lavfi: fix small memory leak | wm4 | 2017-10-27 | 1 | -6/+10 |
* | demux: get rid of demux_packet.new_segment field | wm4 | 2017-10-24 | 1 | -3/+7 |
* | aframe: fix logically dead code | wm4 | 2017-10-18 | 1 | -1/+1 |
* | Add checks for HAVE_GPL to various GPL-only source files | wm4 | 2017-10-10 | 3 | -0/+12 |
* | command: drop "audio-out-detected-device" property | wm4 | 2017-10-09 | 3 | -11/+0 |
* | audio: fix channel conversion with NA channels | wm4 | 2017-09-27 | 1 | -1/+1 |
* | audio: fix resampling | wm4 | 2017-09-21 | 1 | -0/+5 |
* | build: add preliminary LGPL mode | wm4 | 2017-09-21 | 1 | -2/+2 |
* | audio: make libaf derived code optional | wm4 | 2017-09-21 | 4 | -3/+9 |
* | audio: move libswresample wrapper out of audio filter code | wm4 | 2017-09-21 | 9 | -461/+773 |
* | audio_buffer: remove dependency on mp_audio | wm4 | 2017-09-21 | 3 | -125/+112 |
* | audio: fix spdif mode | wm4 | 2017-08-23 | 1 | -2/+2 |
* | ao_rsound: allow setting the host | wm4 | 2017-08-21 | 1 | -0/+3 |
* | audio: fix uninitialized data access | wm4 | 2017-08-18 | 1 | -0/+1 |
* | audio: fix build on Libav | wm4 | 2017-08-16 | 1 | -0/+1 |
* | audio: introduce a new type to hold audio frames | wm4 | 2017-08-16 | 11 | -67/+591 |
* | af_lavrresample: don't call swr_set_compensation() unless necessary | wm4 | 2017-08-12 | 1 | -5/+9 |
* | ao_wasapi: remove old comment | Kevin Mitchell | 2017-08-07 | 1 | -1/+1 |
* | ao_wasapi: reorganize wasapi.h | Kevin Mitchell | 2017-08-07 | 2 | -12/+8 |
* | ao_wasapi: deduplicate wasapi sample format selection | Kevin Mitchell | 2017-08-07 | 1 | -49/+40 |
* | ao_wasapi: clean up find_formats logic | Kevin Mitchell | 2017-08-07 | 1 | -75/+45 |
* | ao_wasapi: return bool instead of HRESULT from thread_init | Kevin Mitchell | 2017-08-07 | 3 | -38/+48 |
* | ao_oss: fix a dumb calculation | wm4 | 2017-07-21 | 1 | -2/+3 |
* | Replace remaining avcodec_close() calls | wm4 | 2017-07-16 | 2 | -8/+2 |
* | ao_wasapi: remove redundant / outdated comment | Kevin Mitchell | 2017-07-10 | 1 | -1/+0 |
* | ao_waspi: use switch for handling fix_format errors | Kevin Mitchell | 2017-07-10 | 1 | -5/+8 |
* | ao_wasapi: don't repeat format negotiation on align hack | Kevin Mitchell | 2017-07-10 | 1 | -4/+7 |
* | ao_wasapi: fix leak on align hack | Kevin Mitchell | 2017-07-10 | 1 | -1/+1 |
* | ad_spdif: minor cleanups | wm4 | 2017-07-10 | 1 | -3/+5 |
* | audio/out: fix comment typo | Kevin Mitchell | 2017-07-09 | 1 | -1/+1 |
* | ao_wasapi: enable packed 24 bit output | Kevin Mitchell | 2017-07-09 | 1 | -1/+1 |
* | audio/out: correct copy length in ao_read_data_converted | Kevin Mitchell | 2017-07-09 | 1 | -6/+7 |
* | ao_wasapi: reorder channels and samplerates to speed up search | Kevin Mitchell | 2017-07-09 | 1 | -4/+4 |
* | ao_wasapi: minor cosmetic fixes | Kevin Mitchell | 2017-07-09 | 1 | -3/+3 |
* | ao_wasapi: try correct initial format | Kevin Mitchell | 2017-07-09 | 1 | -1/+4 |
* | audio: drop AF_FORMAT_S24 | wm4 | 2017-07-07 | 3 | -44/+2 |
* | ao_pcm: drop AF_FORMAT_S24 usage | wm4 | 2017-07-07 | 1 | -1/+0 |
* | ao_oss: drop AF_FORMAT_S24 usage | wm4 | 2017-07-07 | 1 | -7/+0 |
* | ao_sndio: drop AF_FORMAT_S24 usage | wm4 | 2017-07-07 | 1 | -3/+0 |
* | ao_wasapi_utils: be slightly more clever when converting channel map | wm4 | 2017-07-07 | 1 | -0/+5 |
* | ao_wasapi: drop use of AF_FORMAT_S24 | wm4 | 2017-07-07 | 3 | -117/+133 |
* | ao_alsa: drop use of AF_FORMAT_S24 | wm4 | 2017-07-07 | 1 | -21/+56 |
* | audio/out: add helper code to do 24 bit conversion in AO | wm4 | 2017-07-07 | 3 | -0/+129 |
* | ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context() | wm4 | 2017-07-06 | 1 | -7/+1 |
* | ao_coreaudio: insane hack for passing through AC3 as float PCM | wm4 | 2017-06-30 | 1 | -5/+65 |
* | ao_wasapi: UWP wrapper hack support | wm4 | 2017-06-29 | 2 | -7/+40 |
* | Universal Windows Plaform (UWP) support | Pedro Pombeiro | 2017-06-29 | 1 | -0/+4 |
* | ao_wasapi: do not use deprecated wchar functions | Pedro Pombeiro | 2017-06-29 | 2 | -2/+2 |
* | Avoid calling close(-1) | wm4 | 2017-06-29 | 1 | -2/+5 |
* | ao_wasapi: remove subtly duplicated code | wm4 | 2017-06-28 | 1 | -7/+6 |
* | ao_wasapi: remove duplicate code for creating IAudioClient | wm4 | 2017-06-28 | 1 | -34/+24 |
* | audio/out/pull: detect and log underflows | wm4 | 2017-06-28 | 1 | -0/+20 |
* | audio/out: require AO drivers to report period size and correct buffer | wm4 | 2017-06-25 | 9 | -4/+39 |
* | ao_openal: change license to LGPL | wm4 | 2017-06-24 | 1 | -7/+7 |
* | chmap: remove misleading "downmix" channel layout name | wm4 | 2017-06-24 | 1 | -1/+0 |
* | ao_pulse: reorder format choice | Niklas Haas | 2017-06-23 | 1 | -2/+2 |
* | build: simplify OSS checks and remove changes by "bugmen0t" | wm4 | 2017-06-22 | 1 | -6/+3 |
* | audio/format: change license to LGPL | wm4 | 2017-06-20 | 2 | -23/+14 |
* | dec_audio, ad_lavc: change license to LGPL | wm4 | 2017-06-14 | 4 | -22/+22 |
* | encode_lavc: move from GPL 2+ to LGPL 2.1+. | Rudolf Polzer | 2017-06-13 | 1 | -7/+8 |
* | af, vf: improvements to libavfilter bridge | wm4 | 2017-05-31 | 2 | -1/+8 |
* | ad_spdif: change license to LGPL | wm4 | 2017-05-21 | 1 | -7/+7 |
* | ao_pcm: change license to LGPL | wm4 | 2017-05-20 | 1 | -7/+7 |
* | audio/out: change license of some core files to LGPL | wm4 | 2017-05-20 | 4 | -28/+28 |
* | ao_wasapi: set name of event thread | James Ross-Gowan | 2017-05-18 | 1 | -0/+2 |
* | af_format: change license to LGPL | wm4 | 2017-05-11 | 1 | -7/+7 |
* | af_scaletempo: change license to LGPL | wm4 | 2017-05-09 | 1 | -7/+7 |
* | af_lavcac3enc: change license to LGPL | wm4 | 2017-05-09 | 1 | -7/+7 |
* | ao_pulse, ao_rsound: change license to LGPL | wm4 | 2017-05-08 | 2 | -14/+14 |
* | ao_coreaudio: change license to LGPL | wm4 | 2017-05-08 | 7 | -49/+49 |
* | 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 |
* | |