summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.19.0v0.19.0Martin Herkt2016-08-154-3/+112
* Merge branch 'master' into release/currentMartin Herkt2016-08-15142-1626/+2355
* vo_direct3d: add missing headerPaul B Mahol2016-08-141-0/+1
* sub: don't potentially discard too many subtitles on seekwm42016-08-143-3/+13
* command: add replaygain information properties to track-listwm42016-08-132-0/+26
* demux: minor cleanup to replaygain error handlingwm42016-08-131-12/+9
* demux: make ALBUM replaygain tags optionalwm42016-08-131-3/+7
* audio: log replaygain values in af_volume instead demuxerwm42016-08-132-12/+11
* demux: add per-track metadatawm42016-08-125-59/+143
* audio/filter: remove delay audio filterPaul B Mahol2016-08-124-225/+0
* github: encourage providing sample fileswm42016-08-111-2/+6
* command: add a property that returns filename without extensionwm42016-08-112-1/+19
* manpage: remove the word "slave"wm42016-08-111-6/+6
* stream/stream_bluray: display list of available titles on verboseRicardo Constantino2016-08-111-0/+6
* player: add --no-autoload-files optionwm42016-08-104-0/+19
* ao_alsa: make pause state more robust, reduce minor code duplicationwm42016-08-091-22/+25
* ao_alsa: handle --audio-stream-silencewm42016-08-091-9/+51
* player: add --audio-wait-open optionswm42016-08-095-0/+20
* player: add --audio-stream-silencewm42016-08-098-2/+27
* ao_coreaudio: actually use stop callbackwm42016-08-092-2/+2
* af_lavcac3enc: allow passing options to libavcodecwm42016-08-091-0/+7
* wscript: improve stdatomic checkThomas Petazzoni2016-08-091-1/+1
* stream: fix double-free if cache init failswm42016-08-081-1/+3
* demux: do not add packets between refresh seek requested and donewm42016-08-081-1/+1
* stream_cb: fix stale commentwm42016-08-081-1/+1
* DOCS/release-policy.md: reminder to update certain version numberswm42016-08-071-1/+2
* client API: bump API for stream_cbwm42016-08-072-2/+4
* client API: add stream_cb API for user-defined stream implementationsAman Gupta2016-08-079-3/+428
* client API: fix indentationwm42016-08-071-1/+1
* client API: add MPV_ERROR_GENERICwm42016-08-072-1/+6
* w32_common: update window size on resize eventswm42016-08-071-0/+6
* player: gross hack to improve non-hr seeking with external audio trackswm42016-08-073-0/+30
* player: fix mid-stream audio sync conditionwm42016-08-071-3/+3
* player: fix display-sync timing if audio take long on resumewm42016-08-073-0/+15
* demux_timeline: enable refresh seeks in some situationswm42016-08-071-0/+5
* demux: make refresh seek handling more genericwm42016-08-064-19/+34
* player: sync audio as well when enabling it mid-streamwm42016-08-061-0/+3
* demux: fix a minor race conditionwm42016-08-061-10/+12
* player: improve instant track switchingwm42016-08-065-87/+80
* build: always require atomicswm42016-08-052-26/+10
* ao_wasapi: in exclusive mode do not output multichannel by defaultwm42016-08-051-1/+1
* w32_common: don't wait for GUI thread when polling for eventswm42016-08-051-8/+12
* ao_null: use channel list option type for channel-layouts suboptionwm42016-08-051-11/+5
* options: fix channels options copy/free operationswm42016-08-051-0/+6
* tvi_v4l2: fix style in the uninit functionBen Boeckel2016-08-051-4/+6
* tvi_v4l2: explicitly brace the codeBen Boeckel2016-08-051-1/+4
* github: discourage bug reportswm42016-08-051-0/+3
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-0417-82/+234
* player: remove special-case for DL/DR speakerswm42016-08-043-43/+0
* options: un-restrict --audio-delaywm42016-08-041-1/+1
* player: offset demuxer on start/seek properly with audio/sub delaywm42016-08-044-0/+22
* vo_opengl_cb: log better error message if OpenGL not initialized by userwm42016-08-031-0/+6
* af_lavcac3enc: skip output if there was no input framewm42016-08-021-0/+3
* wayland_common: check for NULL current_output on fs switchingRostislav Pehlivanov2016-08-011-2/+3
* af_lavcac3enc: fix buffering timestamps calculationswm42016-08-011-3/+9
* af_lavcac3enc: fix memory leakwm42016-08-011-1/+1
* wayland_common: provide the real scaled window resolutionRostislav Pehlivanov2016-08-011-3/+5
* af_lavcac3enc: fix a debug messagewm42016-07-311-1/+1
* af_lavcac3enc: error out properly if encoding failswm42016-07-311-0/+4
* af_lavcac3enc: fix aspects of AVFrame handlingwm42016-07-311-0/+3
* audio: make mp_audio_realloc[_min] ensure frame is writeablewm42016-07-311-1/+10
* ytdl: Error out with http_dash_segmentsRicardo Constantino2016-07-301-0/+4
* options: add vp9 to --hwdec-codecswm42016-07-302-4/+4
* wayland_common: fix fullscreen image switching bugRostislav Pehlivanov2016-07-303-6/+4
* wayland_common: prevent black bars on most non-native aspect ratiosRostislav Pehlivanov2016-07-301-0/+3
* demux_raw: s16be support was missing due to small typoEric Toombs2016-07-301-1/+1
* wscript: add proper non-version'd SONAME for AndroidJan Ekström2016-07-301-1/+7
* build: add --htmldir optionChris Mayo2016-07-302-1/+2
* wayland_common: clip window size to the display output sizeRostislav Pehlivanov2016-07-301-5/+7
* wayland_common: flush wakeup_pipe on a wakeupRostislav Pehlivanov2016-07-301-8/+10
* osdep/io: introduce mp_flush_wakeup_pipe()Rostislav Pehlivanov2016-07-305-10/+14
* wayland_common: remove untested/unusable wayland dnd codeRostislav Pehlivanov2016-07-302-188/+1
* vo_opengl: remove the 3dlut-size npot2 restrictionNiklas Haas2016-07-253-3/+4
* vo_opengl: reduce default 3dlut-size to 64x64x64Niklas Haas2016-07-252-2/+2
* x11: do not accidentally discard event flagswm42016-07-252-6/+5
* vo_opengl: increase 3DLUT accuracy at lower LUT sizesNiklas Haas2016-07-251-1/+8
* audio: use idiotic FFmpeg ABI rules for public-except-not-public fieldswm42016-07-241-5/+5
* player: disable DS with spdif transcoding toowm42016-07-241-2/+5
* af_lavcac3enc: use common code for AVFrame setupwm42016-07-243-16/+22
* demux_lavf: remove subtitle seeking special-casewm42016-07-241-22/+7
* vo_opengl: glctx can be NULL during initwm42016-07-211-1/+1
* x11, wayland: do not accidentally close FD 0wm42016-07-212-2/+6
* vo: remove now unused event_fd handlingwm42016-07-212-62/+8
* wayland_common: make function declaration consistentRostislav Pehlivanov2016-07-211-23/+21
* wayland: port to the new wakeup/wait_events frameworkRostislav Pehlivanov2016-07-214-71/+53
* manpage: not-document tscale=linearwm42016-07-211-0/+3
* vo_opengl: add a tscale=linear direct implementationNiklas Haas2016-07-211-3/+10
* cocoa: remove unused icc profile variablesAkemi2016-07-211-2/+0
* cocoa: update screen fps only if necessaryAkemi2016-07-211-1/+3
* x11: stop using vo.event_fdwm42016-07-208-1/+72
* vo_opengl: allow backends to provide callbacks for custom event loopswm42016-07-206-17/+51
* vo_wayland: fix high CPU usage due to busy pollingRostislav Pehlivanov2016-07-191-3/+3
* x11: skip ICC update on every window movewm42016-07-182-11/+26
* libarchive: sanitize non-UTF8 archive entrieswm42016-07-181-2/+2
* libarchive: unify entry iteration between stream/demux layerswm42016-07-183-42/+54
* audio: refactor mixer code and delete mixer.cwm42016-07-1714-225/+99
* audio: fix crashes due to broken uninit checkwm42016-07-151-5/+0
* vf_vavpp: get rid of mp_refqueue_is_interlaced()wm42016-07-153-11/+1
* vf_d3d11vpp: fix interlaced-only=no modewm42016-07-151-2/+2
* vf_d3d11vpp: add video processor selectionwm42016-07-152-5/+26
* player: do not cut off terminal status line if it contains newlineswm42016-07-151-1/+1
* af: avoid rebuilding filter chain in another minor casewm42016-07-151-0/+3
* videotoolbox: add yuv420p to --videotoolbox-formatwm42016-07-152-2/+12
* vo_opengl: hwdec: reset hw_subfmt fieldwm42016-07-158-0/+9
* video: change hw_subfmt meaningwm42016-07-156-26/+22
* man: fix PDF build errorMartin Herkt2016-07-151-0/+1
* videotoolbox: add --hwdec=videotoolbox-copy for h/w accelerated decoding with...Aman Gupta2016-07-155-9/+118
* DOCS/compile-windows.md: MSVC DLL usage instructionswm42016-07-141-0/+18
* Use - as command-name separator everywhereTimotej Lazar2016-07-1417-47/+47
* demux_timeline: restore mkv edition switchingwm42016-07-141-0/+3
* ao_pulse: fix some volume control rounding issueswm42016-07-141-2/+3
* ao_creoaudio: print OSStatus as decimal signed integer toowm42016-07-131-1/+1
* ao_coreaudio: use correct free function on errorswm42016-07-131-1/+1
* manpage: add some missing color management related sub-propertieswm42016-07-131-0/+3
* command: add properties for HDR metadataNiklas Haas2016-07-132-0/+8
* video: respect --deinterlace=autowm42016-07-121-1/+2
* win32: mpv.rc: re-add version infoJames Ross-Gowan2016-07-121-7/+25
* vo_opengl: angle: use WARP if there are no hw adaptersJames Ross-Gowan2016-07-121-2/+45
* cache: minor simplificationwm42016-07-111-7/+10
* cache: fix previous commitwm42016-07-111-1/+11
* cache: propagate seek failureswm42016-07-111-7/+17
* vo_opengl: angle: try D3D9 when D3D11 fails eglInitializeJames Ross-Gowan2016-07-111-7/+8
* audio: fix code for adjusting conversion filterswm42016-07-111-4/+5
* af_volume: don't let softvol overwrite af_volume volumedb sub-optionwm42016-07-111-2/+2
* audio: add heuristic to move auto-downmixing before other filterswm42016-07-101-7/+66
* audio: add auto-inserted flag to filter list loggingwm42016-07-101-0/+2
* audio: cleanup audio filter format negotiationwm42016-07-103-149/+62
* manpage: minor fixwm42016-07-102-3/+3
* audio: show an osd bar when changing ao-volumeUros Vampl2016-07-101-1/+17