summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* common: change mp_snprintf_append semanticswm42014-05-053-7/+14
* options: print replacement for renamed/replaced optionswm42014-05-051-1/+87
* options: let unknown option case be handled by final option parserwm42014-05-052-9/+6
* TOOLS/lua: use double quotes unless there's a good reasonKevin Mitchell2014-05-042-26/+26
* TOOLS/lua/autocrop: handle case of user hitting hotkey while cropdetection al...Kevin Mitchell2014-05-041-3/+11
* TOOLS/lua: no longer gsub out "lua/" prefix, now that its no longer thereKevin Mitchell2014-05-042-2/+2
* audio: fix the exact value that is used for the wait timewm42014-05-041-3/+2
* demux_lavf: one more hack for mp3 from networkwm42014-05-041-1/+1
* ao_null: fix unit mismatch with latency optionwm42014-05-041-5/+8
* vf: print for which filter initialization failedwm42014-05-042-4/+11
* manpage: fix vf_scale optionswm42014-05-041-9/+11
* stream_bluray: remove unused variableswm42014-05-041-3/+0
* vf_vdpaupp: make code clarity improvementswm42014-05-041-8/+8
* vdpau: deduplicate video surface upload codewm42014-05-044-54/+48
* options: merge ---sub-auto-match with --sub-autowm42014-05-046-18/+13
* manpage: improve --input-cursor descriptionwm42014-05-041-2/+2
* options: remove deprecated --identifyMartin Herkt2014-05-0414-141/+15
* options: remove obsolete --fsmode-dontuseMartin Herkt2014-05-045-16/+3
* options: rename device-specific optionsMartin Herkt2014-05-044-5/+7
* options: rename msg-related optionsMartin Herkt2014-05-046-30/+37
* options: rename video-related options/propertiesMartin Herkt2014-05-049-48/+53
* options: rename audio-related options/propertiesMartin Herkt2014-05-047-66/+72
* options: rename subtitle-related optionsMartin Herkt2014-05-046-57/+61
* options: rename input-related optionsMartin Herkt2014-05-047-63/+68
* DOCS: update changes.rstMartin Herkt2014-05-031-39/+47
* video: remove a corner case by introducing another onewm42014-05-031-3/+2
* video: fix video end conditionwm42014-05-031-5/+4
* video: rename a variablewm42014-05-031-2/+2
* vf_vapoursynth: fix aspect ratio passed to vapoursynthwm42014-05-031-2/+8
* input: fix stack overflow when checking for abort cmdwm42014-05-021-1/+1
* client API: fix inverted conditionwm42014-05-021-1/+1
* manpage: adjust description of vdpau deint sub-optionwm42014-05-021-6/+8
* manpage: deprecated vo_vdpau postprocessing optionswm42014-05-021-0/+19
* manpage: document vf_vdpauppwm42014-05-021-0/+49
* video: removed unused stuffwm42014-05-023-8/+0
* player: remove extremely obscure undefined behaviorwm42014-05-021-1/+2
* client API, video: signal reconfig at the right timewm42014-05-021-4/+2
* input: increase number of maximum sectionswm42014-05-021-1/+1
* lua: remove "lua/" prefix from script nameswm42014-05-022-6/+6
* video: change everythingwm42014-05-027-220/+257
* manpage: fix the alternative suggested for stream-pathwm42014-05-021-1/+1
* video: handle colorspace and aspect overrides separatelywm42014-05-026-14/+29
* vf: sanitize filter input, instead of overriding itwm42014-05-021-1/+2
* vf: add alternate functions for retrieving filter outputwm42014-05-022-13/+57
* vf: expose input parameters; clear parameters on failurewm42014-05-022-2/+3
* vf: mark auto-inserted conversion filters in verbose outputwm42014-05-021-0/+2
* vf_lavfi: reinit after libavfilter EOFwm42014-05-021-13/+25
* vo: verify format of queued imagewm42014-05-021-0/+1
* video: fix screenshots with anamorphic videowm42014-05-021-2/+2
* vf_vdpaupp: always provide past and future fieldswm42014-05-021-1/+1
* vo_vdpau: keep colorspace flagswm42014-05-021-1/+2
* video: move video frame queue from vo_vdpau.c to vo.cwm42014-05-023-145/+102
* vo_vdpau: always use mp_image for internal buffer queuewm42014-05-021-44/+39
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-023-2/+20
* command: redo deinterlace filter probingwm42014-05-021-18/+27
* command: make enabling deinterlacing with vdpau workwm42014-05-021-0/+3
* vf_vdpaupp: allow toggling deinterlacewm42014-05-021-4/+19
* vo_vdpau: apply vo_vdpau postprocessing optionswm42014-05-021-2/+16
* vdpau_mixer: allow overriding frame optswm42014-05-024-4/+10
* vo_vdpau: support vf_vdpauppwm42014-05-021-248/+43
* vo_opengl: make it work with vf_vdpauppwm42014-05-021-50/+8
* vf_vdpaupp: allow non-vdpau inputwm42014-05-021-5/+42
* vdpau: add a postprocessing pseudo-filterwm42014-05-026-2/+555
* vo: document draw_imagewm42014-04-301-0/+6
* vo_lavc: remove code with no effectwm42014-04-301-1/+0
* video: improve error messageswm42014-04-302-3/+2
* vf: print error if filtering a frame failswm42014-04-301-1/+4
* TOOLS: better documentation of lua scriptsKevin Mitchell2014-04-293-0/+66
* TOOLS: improve autocrop.luaKevin Mitchell2014-04-291-9/+75
* vf_lavfi: reset metadata in reset()Kevin Mitchell2014-04-291-0/+4
* vf-metadata: fix handling of NULL metadataKevin Mitchell2014-04-292-15/+23
* man: grammar tweak of mp.add_timeout()Kevin Mitchell2014-04-291-3/+3
* video: remove redundant mp_image display_w/_h memberswm42014-04-294-22/+7
* vo_vdpau: let vdpau scale anamorphic screenshotswm42014-04-291-8/+4
* common: add mp_snprintf_append() utility functionwm42014-04-292-0/+23
* TOOLS/umpv: make it work with Python 3 (again)wm42014-04-291-3/+6
* TOOLS/umpv: don't mangle URLswm42014-04-291-1/+16
* TOOLS/umpv, mpv.desktop: use --no-terminal instead of --really-quietwm42014-04-292-2/+2
* TOOLS/umpv: allow passing 0 fileswm42014-04-291-2/+1
* TOOLS/umpv: allow passing optionswm42014-04-291-2/+14
* TOOLS/umpv: make it work with Python 3wm42014-04-291-1/+1
* vf_vapoursynth: add more VS frame propertieswm42014-04-281-0/+26
* vf_vapoursynth: use frame durations instead of _AbsoluteTimewm42014-04-282-8/+27
* vf_vapoursynth: fix memory leak on errorwm42014-04-281-1/+3
* vf_vapoursynth: remove incorrect copyright noticewm42014-04-281-2/+0
* vf_lavfi: distinguish real errors from other stateswm42014-04-281-2/+11
* video: don't drop last frame when deinterlacing with yadifwm42014-04-288-11/+39
* TOOLS: make youtube-dl_mpv.sh executablewm42014-04-281-0/+0
* cocoa: refactor sync scheduling to a functionStefano Pigozzi2014-04-281-14/+18
* cocoa: use mainScreen as a fallback for window constrainingStefano Pigozzi2014-04-281-1/+1
* cocoa: disallow the titlebar to exit the visibleFrame on the bottom edgeStefano Pigozzi2014-04-281-6/+7
* cocoa: add constraints to prevent the window to exit the screenStefano Pigozzi2014-04-281-9/+21
* cocoa: move sync section assignments in vo_controlRyan Goulden2014-04-281-4/+4
* cocoa: cosmetics: use NSMakeSizeRyan Goulden2014-04-281-1/+1
* cocoa: fix native fullscreenRyan Goulden2014-04-283-62/+71
* client API: add chapter change eventwm42014-04-278-1/+25
* vf_vapoursynth: use official AbsoluteTime propertywm42014-04-271-2/+2
* vf_vapoursynth: keep pixel aspect ratiowm42014-04-271-3/+3
* TOOLS: indent lua scripts by 4 spaces instead of 3Kevin Mitchell2014-04-272-55/+55
* TOOLS: add lua/drc-controlKevin Mitchell2014-04-271-0/+80
* TOOLS: move autocrop.lua to TOOLS/luaKevin Mitchell2014-04-271-0/+0
* build: use -pthread when availableStefano Pigozzi2014-04-271-0/+13
* build: conditionally use -Wempty-bodyStefano Pigozzi2014-04-261-2/+8
* terminal: always use SA_RESTART with sigaction()wm42014-04-261-1/+1
* demux_mkv: enable parsing for VP9wm42014-04-261-2/+4
* input: fix mouse_leave/OSC behaviorwm42014-04-261-1/+1
* input: fix inverted conditionwm42014-04-261-1/+1
* osd: make code C99wm42014-04-261-5/+3
* Revert "wayland: print waylands display erros"Alexander Preisinger2014-04-261-39/+0
* manpage: fix grammarwm42014-04-261-1/+1
* manpage: forced->usedwm42014-04-261-1/+1
* vf_pp: PP_PICT_TYPE_QP2 is always definedwm42014-04-251-4/+0
* stream: use libavformat interrupt callbackwm42014-04-251-1/+12
* stream: make mp_input_check_interrupt thread-safewm42014-04-253-2/+14
* stream: remove interrupt callback global variableswm42014-04-257-35/+22
* stream: use uninterruptible sleep on reconnectingwm42014-04-251-2/+8
* stream: remove unused functionswm42014-04-251-25/+0
* manpage: improve --osd-level descriptionwm42014-04-251-4/+4
* OS X bundle: add UTImportedTypeDeclarationsNyx0uf2014-04-251-1/+504
* build: bump required libpostproc versionAlessandro Ghedini2014-04-251-1/+1
* af.rst: fix replaygain-track descriptionAlessandro Ghedini2014-04-251-2/+1
* demux_mkv: enable parsing for mp3wm42014-04-251-1/+1
* dispatch: document some guaranteeswm42014-04-251-0/+4
* vo: do not check for events on unconfigured VOMartin Herkt2014-04-251-1/+3
* ao_coreaudio: log even more info in verbose modeStefano Pigozzi2014-04-241-5/+27
* lua: fix stack going out of syncwm42014-04-241-0/+1
* command: allow native access to "vf" propertywm42014-04-242-0/+117
* dispatch: wakeup only if needed on mp_dispatch_resume()wm42014-04-241-1/+3
* ao_coreaudio: add verbose output of detected channel layoutsStefano Pigozzi2014-04-231-0/+5
* cache: remove redundant log prefixwm42014-04-231-1/+1
* audio: minor simplification in wait codewm42014-04-231-2/+1
* dispatch: improve documentation commentswm42014-04-231-8/+10
* threads: fix function namewm42014-04-234-7/+7
* dispatch: implement timeoutwm42014-04-231-6/+11
* dispatch: use a real lock for mp_dispatch_lock()wm42014-04-231-37/+20
* dispatch: fix broken lockingwm42014-04-231-0/+7
* dispatch: wakeup target thread when locking/suspendingwm42014-04-231-1/+16
* dispatch: move into its own source filewm42014-04-239-252/+280
* terminal: fix printing of prefixwm42014-04-231-2/+3
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-235-0/+54
* man: minor typo why not to use portaudioKevin Mitchell2014-04-221-1/+1
* vo: simplify event_fd handlingwm42014-04-222-22/+13
* vo: cosmetics: move around some codewm42014-04-221-134/+136
* vo: minor cosmetic changewm42014-04-221-2/+1
* client API: make mpv_set_option set options nativelywm42014-04-223-24/+27
* build: glob() is always availablewm42014-04-222-8/+0
* command: export rotation parameterwm42014-04-222-0/+5
* vf: print all image parameter information in verbose outputwm42014-04-221-0/+5
* vo: warn if the VO doesn't support certain flagswm42014-04-221-1/+15
* vf: remove autoinserted filters on reconfigwm42014-04-212-0/+8
* parse_commandline: glob filenames on WindowsJames Ross-Gowan2014-04-211-2/+26
* glob-win: support UnicodeJames Ross-Gowan2014-04-214-112/+152
* video: auto-insert software rotation filterwm42014-04-211-5/+44
* vf: add function to remove a filter from the chainwm42014-04-212-0/+14
* vo_opengl: support rotationwm42014-04-212-15/+48
* vo: add some general support code for VOs that allow rotationwm42014-04-214-12/+30
* vo_opengl: clean up rendering pathwm42014-04-211-76/+94
* demux: export video rotation parameterwm42014-04-213-0/+10
* mp_image: add rotation parameterwm42014-04-212-1/+4
* video: make mp_image use mp_image_params directlywm42014-04-216-79/+47
* vf_rotate: support all multiples of 90 degreeswm42014-04-213-101/+25
* encode: don't resume playback when encodingwm42014-04-191-0/+1
* encode: don't apply default config optionswm42014-04-198-20/+36
* Fix some libav* include statementswm42014-04-198-15/+14
* Remove CPU detection and inline asm handlingwm42014-04-1912-508/+9
* vf_pp: fix include statementwm42014-04-191-1/+1
* vf_pp: use native libpostproc CPU detectionwm42014-04-191-5/+1
* vf_divtc: remove inline asmwm42014-04-191-50/+0
* vf_pullup: remove inline asmwm42014-04-193-218/+0
* vf_noise: remove line asmwm42014-04-191-130/+4
* vf_ilpack: remove inline asmwm42014-04-191-277/+4
* vf_eq: remove slow inline asmwm42014-04-191-75/+0
* manpage: add notes when to use/not use certain AO and VO driverswm42014-04-192-1/+50
* encode: disable keep-open when encodingJames Ross-Gowan2014-04-191-0/+1
* lua: add example to rebuild the status lineDavid Weber2014-04-191-0/+69
* input: make key binds order-independent againwm42014-04-191-2/+7
* input: discard key history when a key is mappedwm42014-04-192-7/+11
* input: remove minor code duplicationwm42014-04-191-15/+16
* input: ignore modifiers on MOUSE_LEAVEwm42014-04-191-2/+2
* manpage: clarify one aspect of multi-keybindingswm42014-04-181-1/+2
* input: don't wakeup core if key repeat is requested but not possiblewm42014-04-181-7/+5
* input: remove minor redundancywm42014-04-181-10/+2
* input: keycodes: reorder flagswm42014-04-181-16/+16
* input: simplify by not tracking key up/down stateswm42014-04-181