| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | |