| Commit message (Expand) | Author | Age | Files | Lines |
* | encode: cosmetics | wm4 | 2018-04-20 | 1 | -25/+29 |
* | ao_alsa: actually report underruns to user | wm4 | 2018-04-15 | 1 | -5/+5 |
* | ao_pulse: reduce requested device buffer size | wm4 | 2018-04-15 | 1 | -1/+1 |
* | ao_alsa: reduce requested buffer size | wm4 | 2018-04-15 | 1 | -2/+2 |
* | ao_alsa: add options for controlling period/buffer size | wm4 | 2018-04-15 | 1 | -8/+16 |
* | ao_openal: document the muted↔gain conversion | Jan Ekström | 2018-04-15 | 1 | -0/+3 |
* | ao/openal: Add option to set buffering characteristics | LAGonauta | 2018-04-15 | 1 | -23/+62 |
* | ao/openal: Add better sample format and channel layout selection | LAGonauta | 2018-04-15 | 1 | -139/+73 |
* | ao/openal: Add OpenAL Soft extension to get the correct latency | LAGonauta | 2018-04-15 | 1 | -1/+16 |
* | ao/openal: Add support for direct channels output | LAGonauta | 2018-04-15 | 1 | -0/+10 |
* | ao/openal: Add hardware mute support | LAGonauta | 2018-04-15 | 1 | -0/+12 |
* | ao/openal: Use only one source for audio output | LAGonauta | 2018-04-15 | 1 | -52/+153 |
* | ao_opensles: let cfg_frames_per_buffer accept buffer size up to 0.5s at 192kHz | Tom Yan | 2018-04-05 | 1 | -1/+1 |
* | ao_opensles: remove useless cfg_sample_rate | Tom Yan | 2018-04-05 | 1 | -5/+0 |
* | ao_opensles: bump device buffer size to 250ms | Tom Yan | 2018-04-05 | 1 | -1/+1 |
* | ao_opensles: do one buffer only | Tom Yan | 2018-04-05 | 1 | -15/+8 |
* | ao_opensles: re-flow interface/configuration retrieval | Jan Ekström | 2018-03-24 | 1 | -9/+18 |
* | ao_opensles: fix audio sync using device latency extension | Aman Gupta | 2018-03-23 | 1 | -3/+20 |
* | ao_sdl: fix default buffer size | wm4 | 2018-03-08 | 1 | -5/+6 |
* | ao: do not allow actual buffer size of 0 | wm4 | 2018-03-08 | 1 | -0/+1 |
* | ao_opensles: bump device buffer size to 200ms | tomty89 | 2018-03-07 | 1 | -1/+1 |
* | ao_opensles: remove set_play_state() | tomty89 | 2018-03-07 | 1 | -10/+1 |
* | ao_opensles: clear buffer queue in reset() | tomty89 | 2018-03-07 | 1 | -1/+2 |
* | audio: don't touch spdif frames in mp_aframe_clip_timestamps() | wm4 | 2018-02-13 | 1 | -0/+3 |
* | build: drop support for SDL1 | wm4 | 2018-02-13 | 1 | -1/+1 |
* | af_scaletempo: output minimally sized audio frame | wm4 | 2018-02-03 | 1 | -57/+76 |
* | codecs: remove unused family field | wm4 | 2018-02-01 | 1 | -1/+1 |
* | audio: move to decoder wrapper | wm4 | 2018-01-30 | 5 | -549/+163 |
* | ao_null: add --ao-null-format option for debugging | wm4 | 2018-01-30 | 1 | -0/+5 |
* | audio: rewrite filtering glue code | wm4 | 2018-01-30 | 17 | -3805/+1119 |
* | ao_alsa: reduce verbosity at -v | wm4 | 2018-01-25 | 1 | -10/+10 |
* | audio: fix annyoing af_get_best_sample_formats() definition | wm4 | 2018-01-25 | 8 | -9/+10 |
* | Fix undefined preprocessor behavior | wm4 | 2018-01-18 | 2 | -3/+10 |
* | af_rubberband: add af-command to multiply current pitch | Vobe | 2018-01-15 | 1 | -6/+16 |
* | af_lavrresample: deprecate this filter | wm4 | 2018-01-13 | 2 | -2/+12 |
* | audio: add global options for resampler defaults | wm4 | 2018-01-13 | 5 | -10/+53 |
* | audio/aframe: add missing include statements | wm4 | 2018-01-13 | 1 | -0/+2 |
* | video, audio: don't actively wait for demuxer input | wm4 | 2018-01-09 | 1 | -0/+2 |
* | video, audio: always read all frames before getting next packet | wm4 | 2018-01-01 | 1 | -1/+18 |
* | options: drop some previously deprecated options | wm4 | 2017-12-25 | 1 | -1/+0 |
* | Fix various typos in log messages | Nicolas F | 2017-12-03 | 3 | -3/+3 |
* | 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 | |