summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ao: make better use of atomicswm42015-05-153-14/+12
* atomics: add atomic_fetch_and/atomic_fetch_orwm42015-05-151-7/+20
* cocoa: add missing break statements in switchwm42015-05-151-0/+2
* DOCS/man/options.rst: Remove trailing whitespacesrrooij2015-05-151-2/+2
* DOCS/man/opions.rst: Elaborate on --no-videorrooij2015-05-151-0/+4
* ytdl_hook: remove tabswm42015-05-151-5/+5
* old-configure: bump libbluray versionwm42015-05-151-1/+1
* player: avoid undefined behavior when resumign DVD/BD playbackwm42015-05-151-3/+3
* vo_drm: allow changing video rectangle settingswm42015-05-091-0/+6
* vo_drm: don't mutate the current frame when clamping for panscanwm42015-05-091-3/+4
* input: filter out redundant mp_input_set_mouse_pos() callswm42015-05-091-1/+3
* audio: simplify furtherwm42015-05-093-28/+11
* audio: remove mp_chmap_contains()wm42015-05-093-36/+0
* ao: log reordered versions of channel mapswm42015-05-091-3/+10
* audio: redo channel map fallback selectionwm42015-05-092-60/+34
* test: simplify chmap_sel testswm42015-05-091-121/+44
* audio: remove UNKNOWN pseudo speakerswm42015-05-093-14/+9
* audio: define only a single NA speaker IDwm42015-05-095-36/+17
* audio: add chmap utility functionwm42015-05-092-0/+10
* ao_alsa: log requested numbers of channels if ALSA rejects themwm42015-05-091-2/+3
* Revert "csputils: apply contrast equalizer in RGB"Diogo Franco (Kovensky)2015-05-081-0/+8
* Update RELEASE_NOTESDiogo Franco (Kovensky)2015-05-081-0/+33
* audio: fix messed up assert()wm42015-05-081-1/+1
* m_config: make m_config_set_profile() use a namewm42015-05-083-13/+18
* DOCS: add a link to LIRC wiki entrywm42015-05-081-0/+1
* ao_coreaudio_utils: don't list some formats as "unusable"wm42015-05-081-1/+1
* ytdl_hook: Escape EDL URLsChrisK22015-05-081-1/+3
* ao_sndio: add notice about padding channelswm42015-05-071-1/+3
* ao_alsa: use new padding channels supportwm42015-05-071-21/+26
* ao_alsa: move ALSA -> mp channel map to a functionwm42015-05-071-11/+18
* manpage: do not use deprecated syntax in examplewm42015-05-071-1/+1
* cocoa: remove an unused parameterwm42015-05-073-3/+3
* ao_coreaudio_exclusive: check new format before waiting for changewm42015-05-071-12/+13
* ao_coreaudio_exclusive: use atomics instead of volatilewm42015-05-071-19/+16
* ao_coreaudio_exclusive: rename "digital" -> "compressed"wm42015-05-071-22/+20
* ao_coreaudio_exclusive: explicitly check for spdif formatswm42015-05-071-8/+5
* ao_coreaudio_exclusive: merge init_digital() functionwm42015-05-071-15/+3
* cocoa: lock cocoa main thread on uninitwm42015-05-071-1/+9
* ao_coreaudio_utils: decide formats by comparing raw bitswm42015-05-071-5/+6
* af: don't attempt to remove last filter for spdif filter removalwm42015-05-071-1/+1
* audio: minor cosmeticswm42015-05-071-16/+16
* ao_coreaudio_utils: don't require talloc for fourcc_repr()wm42015-05-073-17/+13
* ao_coreaudio_utils: unbreak default device selectionwm42015-05-071-4/+3
* ao_coreaudio_exclusive: fix latency calculation non-sensewm42015-05-071-1/+1
* ao_coreaudio_utils: refine format selectionwm42015-05-071-19/+25
* vo_opengl: change default FBO formatwm42015-05-072-3/+3
* ao_coreaudio_utils: add a format negotiation helper functionwm42015-05-072-0/+37
* ao_coreaudio: support padded channel layoutswm42015-05-071-2/+6
* audio: introduce support for padding channelswm42015-05-073-56/+142
* audio: introduce mp_audio readonly bitwm42015-05-072-1/+3
* audio: chmap: explicitly drop channels not supported by lavcwm42015-05-071-2/+5
* audio: drop unused functionwm42015-05-072-10/+0
* ao_coreaudio: fix out of bounds accesswm42015-05-071-0/+2
* subprocess-win: use the correct pipe namespaceJames Ross-Gowan2015-05-071-1/+1
* sws_utils: re-use avcolorspace for sws colorspacesNiklas Haas2015-05-071-6/+3
* win32: fix desktop directorywm42015-05-071-1/+1
* win32: move platform specifics to osdepwm42015-05-072-25/+28
* build: move main-fn files to osdepwm42015-05-0711-29/+31
* cocoa: always compile OSX application code with cocoawm42015-05-077-26/+20
* player: handle hotplug events in idle mode toowm42015-05-071-0/+1
* vo_opengl: gl_lcms: make sure win32 unicode fopen() wrapper is enabledwm42015-05-071-0/+2
* timer: add "static" to a variablewm42015-05-071-1/+1
* path: refactorwm42015-05-077-68/+140
* vo_rpi: update renderer size on display size changes toowm42015-05-071-0/+2
* video/out: remove VOFLAG_FLIPPINGwm42015-05-073-12/+2
* vo_opengl: refactor wayland frame skippingwm42015-05-076-31/+33
* cocoa: don't accidentally drop initial screen drawingwm42015-05-075-1/+27
* vo: improve frame drop logic on high playback rateAvi Halachmi (:avih)2015-05-071-3/+11
* player: properly destroy client context if thread can't be createdwm42015-05-071-1/+4
* vo_rpi: update display size on display mode switcheswm42015-05-071-0/+23
* vo_rpi: actually draw a black backgroundwm42015-05-071-23/+65
* ao_coreaudio_exclusive: check format explicitly on change notifcationwm42015-05-071-6/+11
* ao_coreaudio_utils: log mp format with CoreAudio format descriptionwm42015-05-071-2/+4
* ao_coreaudio_utils: add function for ASBD -> mp format lookupwm42015-05-072-7/+59
* ao_coreaudio_utils: float is not a signed integer formatwm42015-05-071-3/+3
* csputils: improve contrast semantics for limited range outputNiklas Haas2015-05-071-5/+9
* csputils: apply contrast equalizer in RGBwm42015-05-071-8/+3
* stream: don't print reconnection message if no stream supportwm42015-05-071-3/+5
* x11: query ICC profile based on center of windowNiklas Haas2015-05-073-1/+10
* Release 0.9.1v0.9.1Diogo Franco (Kovensky)2015-04-292-3/+3
* Update RELEASE_NOTESDiogo Franco (Kovensky)2015-04-291-0/+6
* manpage: put explicit links to config file path detailswm42015-04-291-1/+4
* ao_coreaudio_exclusive: move code for getting original formatwm42015-04-291-6/+4
* ao_coreaudio_utils: change audio format loggingwm42015-04-291-3/+3
* ao_coreaudio_exclusive: account for additional latencywm42015-04-291-3/+10
* player: log track list when adding or removing external fileswm42015-04-293-5/+16
* player: clamp display time to known time range on seekingwm42015-04-291-0/+7
* audio: separate fallbacks for upmix and downmix caseswm42015-04-291-12/+18
* osc: redo slider position translationChrisK22015-04-291-33/+55
* json: fix UTF-8 handlingwm42015-04-291-2/+2
* Update RELEASE_NOTESDiogo Franco (Kovensky)2015-04-281-3/+3
* Add github links to compare pages for the commit logsDiogo Franco (Kovensky)2015-04-281-10/+18
* Update RELEASE_NOTESDiogo Franco (Kovensky)2015-04-281-0/+28
* ytdl_hook.lua: Change format options when vid is "off"robin2015-04-281-6/+7
* audio: avoid downmixing in a certain special-casewm42015-04-282-3/+20
* manpage: update mpv IRC channelsNiklas Haas2015-04-283-5/+5
* player: fix removing external tracks at runtimewm42015-04-281-1/+9
* manpage: update colormatrix property descriptionwm42015-04-282-9/+10
* vo_drm: zero screen buffers in reconfig function.akemi-san2015-04-281-0/+4
* vo_drm: add window screenshots supportMarcin Kurczewski2015-04-281-0/+3
* ytdl: force "best" format by defaultwm42015-04-281-1/+1
* vdpau: always render to cropped size at mostwm42015-04-281-0/+4
* DOCS/client-api-changes: fix release markerwm42015-04-281-1/+1
* Bump version to v0.9.0, remove Draft status from RELEASE_NOTESv0.9.0Diogo Franco (Kovensky)2015-04-252-2/+3
* Fix typo in RELEASE_NOTESDiogo Franco (Kovensky)2015-04-251-1/+1
* Add v0.7.x RELEASE_NOTES to RELEASE_NOTESDiogo Franco (Kovensky)2015-04-251-0/+215
* Update RELEASE_NOTESDiogo Franco (Kovensky)2015-04-251-7/+30
* Merge branch 'master' into release/0.9Diogo Franco (Kovensky)2015-04-2587-638/+1742
|\
| * manpage: move --autosync descriptionwm42015-04-241-14/+14
| * player: add --window-scale optionwm42015-04-244-0/+13
| * player: flush decoder even if cover art is decodedwm42015-04-241-1/+1
| * player: don't show A/V desync message in non-sense situationswm42015-04-241-2/+2
| * w32_common: add more rounded-down frame ratesJames Ross-Gowan2015-04-251-0/+4
| * w32_common: use the current monitor's refresh rateJames Ross-Gowan2015-04-251-9/+10
| * dxva2: fix broken build with gcc 5.1Avi Halachmi (:avih)2015-04-241-0/+5
| * terminal: printf() is not signal-safewm42015-04-241-2/+1
| * man: fix PDF buildMartin Herkt2015-04-241-2/+4
| * DOCS/mplayer-changes: Eleborate on joystick inputrobin007bond2015-04-231-0/+2
| * osc: add nil check for element.eventresponderwm42015-04-231-1/+1
| * mp_image: remove some unused interlacing flagswm42015-04-233-8/+2
| * vf_vapoursynth: update _FieldBased semanticswm42015-04-231-4/+4
| * options: remove unneeded hack from command line parserwm42015-04-233-16/+1
| * manpage: document ff-index sub-propertywm42015-04-231-0/+7
| * demux_mkv: limit timestamp fixing to 1ms maxwm42015-04-232-7/+7
| * demux_mkv: attempt to fix rounded timestampswm42015-04-232-1/+30
| * demux_mkv: move global options to the demuxerwm42015-04-236-21/+42
| * demux_mkv: better seeking after video endwm42015-04-231-15/+7
| * lua: add utils.format_json() functionwm42015-04-222-0/+26
| * osc: paint over a crashwm42015-04-221-4/+6
| * image_writer: fix writing screenshotswm42015-04-221-1/+1
| * cache: exit early on cancellationwm42015-04-211-0/+3
| * cache: another minor simplificationwm42015-04-211-11/+5
| * cache: simplify the check for printing the "cache stuck" messagewm42015-04-211-16/+6
| * player: do not load encoding config files in non-encoding modewm42015-04-211-8/+6
| * TOOLS/autoload: load only files that make senseMarcin Kurczewski2015-04-211-0/+30
| * TOOLS/autoload: add blank lines for readabilityMarcin Kurczewski2015-04-211-0/+7
| * command: demuxer-cache-time propertyxylosper2015-04-212-1/+26
| * vo_drm: fix return value for void functionMarcin Kurczewski2015-04-211-1/+1
| * vo_drm: fix coding style to adhere to guidelinesMarcin Kurczewski2015-04-212-8/+8
| * vo_drm: fix releasing VT if received signal twiceMarcin Kurczewski2015-04-211-0/+3
| * vo_drm: add vertical syncMarcin Kurczewski2015-04-211-5/+45
| * player: cleanup update_fps() functionwm42015-04-202-13/+5
| * video: cleanup some old log messageswm42015-04-202-9/+2
| * old-configure: disable HAVE_DRMwm42015-04-201-0/+1
| * client API: add a screenshot_raw commandwm42015-04-206-0/+67
| * client API: add MPV_FORMAT_BYTE_ARRAY typewm42015-04-203-1/+32
| * image_writer: factor image conversion into a separate functionwm42015-04-202-25/+37
| * image_writer: minor cleanupwm42015-04-202-11/+11
| * client API: add glue for making full use of mpv_command_node()wm42015-04-204-10/+14
| * demux: report correct cache state close to EOFwm42015-04-201-5/+4
| * vf_vapoursynth: stupid hack to unbreak with recent API changewm42015-04-201-0/+6
| * player: change video-bitrate and audio-bitrate propertieswm42015-04-209-71/+51
| * options: don't restrict --hr-seek-demuxer-offsetwm42015-04-201-1/+1
| * command: disc-mouse-on-button propertyxylosper2015-04-217-6/+49
| * build: fix libavfilter dependency for vf_mirrorxylosper2015-04-202-2/+2
| * w32_common: prevent system sleepJames Ross-Gowan2015-04-201-1/+2
| * vo_drm: extract vt_switcher to drm_commonMarcin Kurczewski2015-04-194-132/+226
| * vo_drm: disable VT switcher for non-Linux systemsMarcin Kurczewski2015-04-192-2/+9
| * manpage: fix typowm42015-04-191-1/+1
| * options: change [...] to balanced quoteswm42015-04-192-2/+15
| * vo_drm: fix logging problems with connectorsMarcin Kurczewski2015-04-181-1/+1
| * vo_drm: fix VT behavior with auxiliary screensMarcin Kurczewski2015-04-181-2/+4
| * vo_drm: fix VT switchingMarcin Kurczewski2015-04-181-55/+229
| * TOOLS: autoload.lua: sort files case insensitivewm42015-04-181-1/+3
| * af_lavrresample: fix drainingwm42015-04-181-8/+8
| * stream_file: minor simplificationwm42015-04-171-11/+8
| * player: allow playing directorieswm42015-04-173-5/+58
| * demuxer_lavf: add an option for disabling hackswm42015-04-172-0/+11
| * opti