summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* options: add --hr-seek-framedrop optionwm42014-05-075-2/+16
* player: avoid reconfig during seekingwm42014-05-071-1/+2
* player: remove VO from seeking code pathwm42014-05-074-17/+26
* player: minor reshuffling of video codewm42014-05-071-28/+30
* player: limit max. fallback frame durationwm42014-05-071-1/+1
* player: handle video reconfig slightly different againwm42014-05-072-23/+29
* player: reset last_frame_duration on initwm42014-05-071-0/+1
* video/out: remove unused config() parameterswm42014-05-079-29/+17
* waf: make shlib tasks less noisyMartin Herkt2014-05-071-0/+14
* vo: remove old stuffwm42014-05-063-26/+0
* vo_wayland: always assume resize on reconfigurewm42014-05-061-2/+1
* wayland: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-064-27/+28
* win32: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-064-70/+46
* cocoa: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-063-22/+25
* manpage: fix typo in previous commitwm42014-05-061-1/+1
* manpage: adjustments to file-size propertywm42014-05-061-1/+3
* command: rename stream-length to file-size, format file sizeAndrey Morozov2014-05-062-16/+47
* vo_sdl: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-29/+33
* x11: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-067-36/+36
* video/out: separate out code to compute window sizewm42014-05-065-85/+173
* Fix bogus copyright textwm42014-05-061-2/+0
* demux_playlist: don't require header for m3uwm42014-05-061-4/+3
* demux_playlist: add some mime typeswm42014-05-061-2/+4
* demux_playlist: allow recognizing format by mime typewm42014-05-061-0/+21
* mixer: don't restore volume with different --softvol-max settingswm42014-05-061-8/+11
* TOOLS/lua: add cycle-deinterlace-pullup scriptKevin Mitchell2014-05-061-0/+56
* TOOLS/lua: conform to whitespace coding-styleKevin Mitchell2014-05-062-24/+24
* options: fix "-" (stdin) inputwm42014-05-061-1/+1
* vo: fix previous commitwm42014-05-061-1/+1
* command: remove ifdefs for deint filterswm42014-05-061-4/+0
* vo: don't crash when changing panscan before first configurationwm42014-05-061-0/+2
* vo: get rid of config_count fieldwm42014-05-064-8/+4
* 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-Gowan