summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* audio/out: remove useless info struct and redundant fieldswm42013-10-2319-113/+47
* video/filter: remove useless vf_info fieldswm42013-10-2333-178/+96
* video/out: remove useless info struct and redundant fieldswm42013-10-2317-123/+51
* audio/filter: remove useless af_info fieldswm42013-10-2326-152/+94
* af_force: set format early for better debug outputwm42013-10-231-18/+34
* af_force: minor simplificationswm42013-10-231-9/+0
* audio/filter: rename af_force.c to af_format.cwm42013-10-232-1/+1
* vo_opengl: don't enable PBOs with opengl-hqwm42013-10-232-4/+6
* gl_video: add RGB10_A2 FBO formatwm42013-10-232-2/+3
* audio/filter: split af_format into separate filters, rename af_forcewm42013-10-238-536/+395
* audio/format: add some helper functionswm42013-10-222-0/+33
* ao_pcm: big endian AC3 in wav doesn't workwm42013-10-221-1/+0
* mplayer: don't call libquvi for local fileswm42013-10-201-0/+2
* cocoa: set and clear gl context inside of sync sectionsStefano Pigozzi2013-10-201-6/+6
* input: fix --input-ar-rate=0wm42013-10-201-1/+1
* wayland: use mp_input_test_draggingAlexander Preisinger2013-10-202-3/+8
* Revert "wayland: remove moving window by grabbing"Alexander Preisinger2013-10-201-0/+4
* Revert "wayland: remove outdated comment"Alexander Preisinger2013-10-201-0/+2
* demux_mkv: use standard C default initialization syntaxwm42013-10-191-17/+17
* demux_mkv: cosmetics: add redundant braces for consistent stylewm42013-10-191-27/+46
* demux_mkv: fill ordered chapters info only if it's presentwm42013-10-191-14/+16
* tl_matroska: fix use-after-free with --cachewm42013-10-191-3/+3
* mp_talloc: simplify a bitwm42013-10-191-8/+6
* vdpau_old: restore hardware decoding with old APIwm42013-10-191-0/+1
* configure: use pkg-config for libsmbclientwm42013-10-191-10/+5
* af_lavrresample: actually free resamplerwm42013-10-191-0/+3
* mp_msg: remove gettext() supportwm42013-10-185-112/+4
* mplayer: mp_msg replacementswm42013-10-181-95/+83
* mpv.desktop: add russian translation, sortNikoli2013-10-181-1/+3
* osc: make transparency of background-box configurableChrisK22013-10-182-3/+8
* getch2: remove pointless ifdefferywm42013-10-171-8/+0
* tv: simplify ifdefferywm42013-10-171-8/+2
* Merge Matroska ordered chapter changeswm42013-10-173-114/+349
|\
| * matroska: don't add time for chapters without a sourceBen Boeckel2013-10-151-0/+3
| * matroska: log about where missing time comes fromBen Boeckel2013-10-151-4/+21
| * matroska: only error if at least a millisecond is missingBen Boeckel2013-10-151-1/+4
| * matroska: account for missing information from short sourcesBen Boeckel2013-10-151-2/+31
| * matroska: modify chapter limits by join_diffBen Boeckel2013-10-151-9/+23
| * matroska: use memmove when collapsing the source list downBen Boeckel2013-10-081-1/+1
| * matroska: avoid requesting the same source multiple timesBen Boeckel2013-10-081-0/+18
| * matroska: support chapter references to ordered editionsBen Boeckel2013-10-081-7/+51
| * matroska: recursively search for referenced segmentsBen Boeckel2013-10-081-30/+50
| * matroska: refactor ordered chapter timeline buildingBen Boeckel2013-10-071-63/+103
| * matroska: select the edition using the requested edition uidBen Boeckel2013-10-072-5/+31
| * matroska: set the edition uid when reading a chapter referenceBen Boeckel2013-10-071-1/+3
| * matroska: parse the requested edition for the segment referenceBen Boeckel2013-10-071-5/+5
| * matroska: store segment/edition uids in a single structureBen Boeckel2013-10-073-31/+50
* | sws_utils: work around libswscale crash with --contrast=-100wm42013-10-161-1/+2
* | vf_scale: fix get/set confusionwm42013-10-161-1/+1
* | spelling fixesAlessandro Ghedini2013-10-163-5/+5
* | demux_mkv: add support for HEVCwm42013-10-163-0/+4
* | docs: osc: add short info about lua and how to disable itChrisK22013-10-151-0/+3
* | changes.rst: add some replaced options, follow conventions betterwm42013-10-151-4/+6
* | docs: osc: fix table and other errorsChrisK22013-10-151-11/+18
* | docs: Add osc.rst to mpv.rstChrisK22013-10-152-3/+5
* | osc: fix borked optionsChrisK22013-10-151-13/+13
* | osc docs: Add documentation for OSC and rename some optionsChrisK22013-10-152-6/+194
* | x11_common: don't handle mouse enter eventswm42013-10-151-5/+1
* | tech-overview.txt: reflect talloc/TA changeswm42013-10-151-0/+6
* | osc: reset mouse position when leaving windowChrisK22013-10-151-4/+9
* | osc: Don't create a config if none exists.ChrisK22013-10-151-19/+14
* | osc: use "info" instead of "warn" for config file creation messagewm42013-10-141-1/+1
* | example.conf: add example for disabling the OSCwm42013-10-141-0/+3
* | parser-cfg: allow putting options with leading "--"wm42013-10-141-0/+3
* | parser-cfg: use bstr everywhere after parsing stagewm42013-10-143-7/+8
* | options: enable OSC by defaultwm42013-10-141-0/+1
* | mplayer: escape strings if needed when writing watch_later configwm42013-10-141-2/+19
* | parser-cfg: parse % escapeswm42013-10-141-7/+31
* | version.sh: don't use git tags for version output (again)wm42013-10-141-5/+10
* | mplayer: print ffmpeg library versions along with mpv version infowm42013-10-143-16/+33
* | osc: raise minmousemove default setting to 3 and disable input mouse area whe...ChrisK22013-10-141-6/+11
* | mplayer, vo_image: simplify OSD redrawing, fix vo_image crashwm42013-10-132-11/+1
* | mplayer: print a warning if libass is not compiledwm42013-10-131-0/+3
* | osc: fix mouse hidingChrisK22013-10-131-2/+2
* | osc: Once again new Show/Hide handlingChrisK22013-10-131-7/+34
* | Copyright, LICENSE: switch to GPL version 2 or laterwm42013-10-136-653/+303
* | 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/BDwm4