summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace tallocwm42013-10-139-1928/+1098
* talloc: change talloc destructor signaturewm42013-10-138-30/+14
* cocoa: make --ontop also cover dock+menubarStefano Pigozzi2013-10-121-1/+3
* command: preferably show "add"/"cycle"/"set" command errors on OSDwm42013-10-121-10/+10
* command: don't allow changing volume if no audio initializedwm42013-10-123-0/+12
* playlist: check for NULL on caller sitewm42013-10-122-2/+3
* options: --loop=N means playback N times, not N+1 timesPhilip Sequeira2013-10-123-8/+9
* libquvi9: work around insane interaction between libquvi and libkdecorewm42013-10-121-0/+7
* cocoa: refactor precise scrolling to a separate methodStefano Pigozzi2013-10-121-4/+7
* cocoa: fix mouse wheel scrollingMad Fish2013-10-121-1/+1
* mpvcore/playlist.c: Avoid NULL reference in playlist_add_base_path()Mohammad Alsaleh2013-10-111-1/+1
* cocoa_common: check if the screen has a menubar in a more generic wayStefano Pigozzi2013-10-091-1/+3
* mp_ring: fix mp_ring_read_cb() when read wraps aroundWilliam Light2013-10-081-2/+10
* demux_raw: set a default video sizewm42013-10-071-2/+2
* command: sub_seek: avoid getting stuckwm42013-10-072-2/+10
* osc: Okay, don't multiply the cache valueChrisK22013-10-071-5/+1
* osc: Display cache fill statusChrisK22013-10-071-1/+21
* osc: Add another scale option for forced windows.ChrisK22013-10-061-3/+6
* ad_mpeg123: support in-stream format changesThomas Orgis2013-10-061-61/+88
* vo_x11, vo_xv: fix OSD redrawing with --force-windowwm42013-10-062-16/+19
* mplayer: don't resume playlist if --no-resume-playback is usedwm42013-10-061-0/+2
* ao_sndio: add documentationChristian Neukirchen2013-10-051-0/+9
* command: add commands for displaying overlayswm42013-10-058-4/+227
* command: add properties for retrieving OSD dimensionswm42013-10-054-0/+31
* mplayer: fix some issues with playlist_prev commandwm42013-10-051-1/+9
* mplayer: fix cleanup if VO initialization failswm42013-10-051-0/+1
* cocoa_common: add OS X 10.7 compatibility hacks includesStefano Pigozzi2013-10-052-0/+2
* mplayer: don't keep previous video frame with --force-windowwm42013-10-041-15/+14
* gl_x11: fail gracefully if selected FBconfig has no X visualwm42013-10-031-0/+6
* ao_coreaudio: clear output buffer on buffer underrunStefano Pigozzi2013-10-031-0/+1
* audio/out: add sndio supportChristian Neukirchen2013-10-037-0/+496
* vo_opengl_old: mp_msg conversionwm42013-10-021-74/+65
* cosmetics: replace "CTRL" defines by enumswm42013-10-025-51/+61
* command: add sub_seek input commandwm42013-10-024-6/+27
* input: remove strange offset from commands enumwm42013-10-021-1/+1
* command: don't let "avsync" property print NOPTS valuewm42013-10-021-0/+2
* vo: mark frame lost after seek resetwm42013-10-021-0/+1
* mplayer: osd bar depends on VO, not video decodingwm42013-10-021-1/+1
* mplayer: make VO interaction work in --idle modewm42013-10-021-19/+34
* mplayer: change default window size for --force-windowwm42013-10-021-1/+1
* mpv.desktop: add --force-windowwm42013-10-021-1/+1
* command: subtitle support depends on VO, not video decodingwm42013-10-022-13/+9
* core: add --force-windowwm42013-10-028-17/+103
* core: don't require "refresh" seek for --keep-openwm42013-10-021-7/+1
* vo_vdpau: don't blank screen on VOCTRL_RESETwm42013-10-021-16/+35
* video/out: always support redrawing VO window at any pointwm42013-10-028-15/+73
* ao_coreaudio: fetch device name only for verbose log levelStefano Pigozzi2013-10-011-6/+8
* ao_jack: don’t force exact client nameMartin Herkt2013-09-301-1/+1
* x11: remove colormap code, always request TrueColor visualswm42013-09-303-164/+17
* vf_scale: factor out libswscale equalizer controlwm42013-09-303-23/+34
* Remove completely outdated AUTHORS filewm42013-09-302-1117/+2
* mplayer: fix looping of very short fileswm42013-09-293-7/+19
* vaapi: remove non-VLD entrypointswm42013-09-291-6/+2
* vaapi: fix non-sense conditionwm42013-09-291-1/+1
* vaapi: fix inverted conditionwm42013-09-291-2/+2
* cocoa_common: call gl_clear indirectlyStefano Pigozzi2013-09-283-2/+23
* cocoa_common: fix deadlockStefano Pigozzi2013-09-281-5/+7
* cocoa_common: report pixels instead of points during mouse movementStefano Pigozzi2013-09-281-5/+15
* cocoa_common: split the code, refactoring and cleanupsStefano Pigozzi2013-09-2810-515/+722
* osc: add options to show OSC only when FS/windowedChrisK22013-09-271-2/+12
* osx: fix buildwm42013-09-271-2/+2
* network: add options to control TLS verificationwm42013-09-274-0/+17
* vaapi: make vaDeriveImage() less verbosewm42013-09-271-1/+1
* vaapi: check image format in va_surface_upload()wm42013-09-273-6/+9
* vaapi: potentially make reading surfaces back to system RAM fasterwm42013-09-274-33/+64
* input: translate mouse position to OSD space earlywm42013-09-274-18/+5
* input: handle MOUSE_LEAVE speciallywm42013-09-271-0/+8
* input: more mp_msg conversionwm42013-09-273-64/+57
* matroska: prevent uids from being dereferenced when NULLBen Boeckel2013-09-271-5/+5
* osc: Prevent OSD style options from messing with the OSC stylesChrisK22013-09-261-18/+30
* matroska: fix uninitialized memory accesses with ordered chaptersBen Boeckel2013-09-263-1/+3
* osd_libass: add "Default" dummy stylewm42013-09-263-2/+11
* video: let sh_video->disp_w/h always be container sizewm42013-09-262-8/+9
* video: let sh_video->aspect always be container aspect ratiowm42013-09-264-20/+33
* vd: move aspect calculation to a functionwm42013-09-263-24/+25
* vd: remove some dead codewm42013-09-261-14/+4
* Add the on-screen-controllerChrisK22013-09-266-0/+1183
* Add initial Lua scripting supportwm42013-09-2622-3/+1238
* Fix previous commitwm42013-09-252-4/+4
* vaapi: fix compilation with Libavwm42013-09-253-6/+5
* options: allow selecting the libass shaperwm42013-09-254-0/+16
* options: make --ass-hinting a choice, instead of using magic numberswm42013-09-253-8/+14
* configure: make the pdflatex check use the tempdirMartin Herkt2013-09-251-2/+1
* configure: improve pdflatex checkMartin Herkt2013-09-251-2/+6
* vaapi: allow GPU read-back with --hwdec=vaapi-copywm42013-09-255-4/+114
* vd_lavc: allow process_image to change image formatwm42013-09-252-18/+21
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-2513-524/+1145
* sd_ass: minor simplificationwm42013-09-241-14/+8
* sd_ass: remove dead codewm42013-09-241-48/+0
* command: fix short buffer when handling of long property nameswm42013-09-241-6/+4
* wayland: remove outdated commentAlexander Preisinger2013-09-241-2/+0
* wayland: remove moving window by grabbingAlexander Preisinger2013-09-241-4/+0
* .gitignore: add pdflatex output filesMartin Herkt2013-09-231-1/+5
* sub/ass_mp: remove superfluous message prefixesMartin Herkt2013-09-231-3/+2
* install: don’t force append /mpv to docdirMartin Herkt2013-09-232-5/+5
* win32: edit resource files, in particular set CompanyNamewm42013-09-232-5/+5
* demux: don't print "Clip info:" line if there are no tagswm42013-09-231-1/+1
* ao_oss: add support for SNDCTL_DSP_RESET and use it when pausingPaul B Mahol2013-09-231-0/+6
* mplayer: attempt to make playback resume work with DVD/BDwm42013-09-228-19/+27
* network: fix rtsp playbackwm42013-09-225-2/+35
* stream_lavf: print lavf options that could not be setwm42013-09-221-0/+6
* command: when changing volume while muted, show an extra message on OSDwm42013-09-211-1/+2
* command: when changing a property, allow showing an extra OSD messagewm42013-09-214-33/+50
* m_property: add a way to switch on property values in property expansionwm42013-09-202-6/+24
* m_property: rearrange codewm42013-09-201-20/+27
* command: don't append, but prepend deinterlace filter by defaultwm42013-09-201-1/+1
* vo_lavc: mp_msg conversionwm42013-09-201-34/+27
* command: use a list of potential deinterlacer filterswm42013-09-201-13/+22
* vo/x11_common: don't require a working input methodwm42013-09-201-14/+9
* vf: fix filter initialization error checkwm42013-09-201-1/+1
* ao_pulse: bug fix: goto the correct error handlerJohan Kiviniemi2013-09-201-2/+2
* ao_pulse: set the property media.role=videoJohan Kiviniemi2013-09-201-2/+17
* Merge branch 'volume_restore'wm42013-09-2014-227/+290
|\
| * af: merge af_reinit() and fix_output_format()wm42013-09-202-30/+12
| * mixer: make struct opaquewm42013-09-207-57/+64
| * mixer: allow accessing volume and mute property on disabled audiowm42013-09-201-8/+0
| * manpage: af_volnorm was renamedwm42013-09-202-1/+2
| * mixer: restore volume with playback resumewm42013-09-207-3/+61
| * mixer: don't unmute audio when raising volumewm42013-09-191-2/+0
| * mixer: refactor, fix some aspects of --volume handlingwm42013-09-194-104/+131
| * mixer, af_volume: use linear values instead of dBwm42013-09-192-21/+21
| * mixer: minor refactoringwm42013-09-193-33/+31
* | vo/x11_common: remove superfluous msg prefixesMartin Herkt2013-09-201-2/+2
* | macosx_application: fix regression causing crashStefano Pigozzi2013-09-191-2/+11
* | Revert "osxbundle: fonts.conf: only look for fonts in ~/.mpv/fonts"Stefano Pigozzi2013-09-192-9/+5
* | vo/x11_common: Fail init with no valid XIMMartin Herkt2013-09-191-0/+9
* | wayland/common: exit properly on fd errorsAlexander Preisinger2013-09-191-2/+6
* | mplayer: rename a somewhat misnamed functionwm42013-09-191-2/+2
* | vo_opengl: blend alpha components by defaultwm42013-09-195-13/+29
|/
* af_export: fix compilation warningwm42013-09-191-2/+1
* osxbundle: fonts.conf: only look for fonts in ~/.mpv/fontsStefano Pigozzi2013-09-182-5/+9
* Config path functions can return NULLwm42013-09-182-3/+11
* osdep/path: remove ifdefswm42013-09-181-6/+0
* macosx: move bundle path stuff to path-macosx.mStefano Pigozzi2013-09-185-40/+16
* path, win32: redo user configfile path handlingwm42013-09-185-72/+102
* win32: add getenv() UTF-8 variantwm42013-09-182-0/+62
* path: fix undefined behaviorwm42013-09-181-2/+2
* cocoa_common: signal a mouse movement when changing window sizeStefano Pigozzi2013-09-181-0/+8
* cocoa_common: override core's cursor visibility stateStefano Pigozzi2013-09-181-3/+5
* HIDRemote: remove OS X version checksStefano Pigozzi2013-09-171-44/+1
* find_subfiles: fix really dumb bug causing segfaultswm42013-09-171-1/+1
* macosx_application: remove deprecation warning on OS X 10.9Nyx0uf2013-09-161-15/+29
* gl_common: add wayland backend before x11 backendAndreas Sinz2013-09-161-3/+5
* gl_common: signal to GL backend whether we are probingwm42013-09-164-7/+16
* mplayer: read subtitle packets as soon as possiblewm42013-09-161-8/+5
* demux_mkv: don't add too many subtitle packets during seekingwm42013-09-161-14/+19
* command: force video refresh when changing aspectwm42013-09-151-1/+2
* manpage: remove bogus space in example usagewm42013-09-151-1/+1
* Add mpv.desktop, let Makefile install the desktop file and the iconswm42013-09-152-4/+45
* manpage: remove version and date fieldswm42013-09-151-2/+0
* screenshot: change %w format to be more like %twm42013-09-152-22/+17
* mplayer: attempt to skip playlist entries which can't be playedwm42013-09-154-5/+42
* screenshot: make it possible to format playback time in various wayswm42013-09-152-0/+40
* mp_common: add function which accepts a format string to format playback timewm42013-09-152-11/+50
* mplayer: don't run heartbeat command while pausedwm42013-09-152-3/+5
* av_log: show ffmpeg "info" messages with -v onlywm42013-09-151-1/+1
* mplayer: m_option: fix clang -Wformat compiler warningStefano Pigozzi2013-09-142-2/+2
* stream_dvd: prevent segmentation fault with some broken filesStefano Pigozzi2013-09-141-2/+2
* macosx: add webm the filetypes handled by the bundleBilal Syed Hussain2013-09-141-0/+2
* demux_playlist: add mov RTSPtext tag parserBenjamin Franzke2013-09-141-0/+18
* README: add clarification about --enableStefano Pigozzi2013-09-141-3/+7
* README: update Contact info with Mailing ListsStefano Pigozzi2013-09-141-3/+15
* mplayer: print a message when writing watch_later config for resumewm42013-09-131-0/+2
* mplayer: change "Playing" message printed before playback startwm42013-09-131-1/+1
* vd_lavc: reset last_sample_aspect_ratio in uninit_avctx()xylosper2013-09-131-0/+1
* core: restore user-set video and audio filters with resume functionalitywm42013-09-132-0/+39
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-139-4/+61
* macosx_application: fix file opening on 10.9 (for real this time)Stefano Pigozzi2013-09-131-1/+1
* macosx: always active bundle path lookup if cocoa is activeStefano Pigozzi2013-09-123-21/+3
* macosx_application: fix file opening on OS X 10.9 (hopefully)Stefano Pigozzi2013-09-121-1/+10
* mpvcore/path: Fix non-MinGW buildsMartin Herkt2013-09-121-2/+5
* wayland/shm: fix resizing for good (finally)Alexander Preisinger2013-09-121-7/+45
* mpvcore/path: Fix config path handling on WindowsMartin Herkt2013-09-121-5/+21
* wayland: change fs messages to dbgAlexander Preisinger2013-09-121-2/+2
* wayland/egl: use wayland logAlexander Preisinger2013-09-121-10/+7
* wayland/shm: use wayland logAlexander Preisinger2013-09-121-11/+11
* Revert "wayland: don't create our own log context"Alexander Preisinger2013-09-123-13/+18
* gl_osd: mp_msg conversionwm42013-09-125-10/+11