summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move files part of the playback core to player sub-directorywm42013-10-3018-50/+48
* gl_x11: change error message when GL3 context creation failswm42013-10-281-1/+1
* getch2: assume EOF when input file descriptor is invalidwm42013-10-281-2/+5
* getch2: move global state to file scope variableswm42013-10-281-6/+5
* mplayer: handle subtitle renderer cleanup via uninit_playerwm42013-10-282-10/+24
* x11_common: refactor of fstype codewm42013-10-281-102/+73
* cocoa: apply the more invasive constraining only with cmd+1/2/3Stefano Pigozzi2013-10-281-2/+10
* command: disable autorepeat for some commands (actually properties)wm42013-10-283-5/+29
* x11: fix border togglingwm42013-10-272-2/+5
* vo_xv: check whether image allocation succeedswm42013-10-271-6/+24
* command: don't include stream_dvd.hwm42013-10-271-3/+0
* af: replace macros with too generic nameswm42013-10-2613-44/+35
* gl_common: suggest --vo=opengl-old if OpenGL 2.1 missingwm42013-10-261-1/+6
* af_volume: some more cosmeticswm42013-10-261-27/+15
* af_volume: switch to new option parsingwm42013-10-262-38/+25
* af_volume: uncrustifywm42013-10-261-94/+85
* af_volume: don't change volume if nothing is to be changedwm42013-10-261-0/+2
* af_volume: remove unused featureswm42013-10-264-60/+1
* mpvcore: add a note about desync on track switchesBen Boeckel2013-10-261-0/+1
* docs: osc: update cache display percentage.ChrisK22013-10-261-1/+1
* osc: display cache status only below 45%ChrisK22013-10-261-1/+1
* osc: fix bug for no-duration casesChrisK22013-10-261-1/+1
* osc: add experimental seekbar tooltipChrisK22013-10-261-6/+46
* osc: make sure the OSC actually fits into the videoChrisK22013-10-261-1/+7
* options: don't let watch_later etc. overwite command line optionswm42013-10-254-24/+46
* ao_alsa: don't include alloca.hwm42013-10-252-2/+0
* README: add a link to the wiki about the FFmpeg vs. Libav issuewm42013-10-251-0/+8
* manpage: clarify --heartbeat-interval operationwm42013-10-251-0/+5
* x11_common: reduce screensaver heartbeat from 30 to 10 secondswm42013-10-251-1/+1
* cocoa: constraint the window position a little moreStefano Pigozzi2013-10-251-1/+6
* mplayer: make --length relative to actual start of file, instead of 0wm42013-10-251-1/+2
* m_config: slightly improve name handlingwm42013-10-252-16/+10
* m_config: remove unused fieldswm42013-10-252-9/+1
* m_config: allow not allocating option struct, and use itwm42013-10-253-8/+23
* wayland: better name for mouse coordinatesAlexander Preisinger2013-10-252-7/+7
* wayland: fix fullscreen transparent border regionsAlexander Preisinger2013-10-252-22/+30
* cocoa: fix opening quarantined files on 10.9 with the bundle [2]Stefano Pigozzi2013-10-251-2/+2
* m_config: refactor option defaults handlingwm42013-10-2411-75/+79
* options: fix bogus entrywm42013-10-241-1/+1
* m_config: don't require dragging along parent in initializationwm42013-10-241-14/+19
* m_config: minor simplificationwm42013-10-241-9/+7
* m_config: store m_config_options in an array instead of a listwm42013-10-242-47/+39
* m_config: refactor initialization, reduce amount of malloc'ed stringswm42013-10-242-48/+46
* m_config: slightly simplify dynamic option initializationwm42013-10-241-2/+1
* m_config: don't allow aliasing with string optionswm42013-10-241-12/+7
* m_config: cosmetics: make code less verbosewm42013-10-241-7/+2
* cocoa: fix opening quarantined files on 10.9 with the bundleStefano Pigozzi2013-10-241-2/+7
* cocoa: fix race condition with input context creationStefano Pigozzi2013-10-242-0/+14
* manpage: use the new name for af_force in one placewm42013-10-231-2/+2
* 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