summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* command: remove some unused property metadatawm42019-10-251-16/+2
* client API: move a functionwm42019-10-241-7/+7
* client API: remove unused global event maskwm42019-10-242-36/+0
* lua: actually unobserve properties in mp.unobserve_property()wm42019-10-241-0/+1
* ytdl_hook: --vid=no should not ignore --ytdl-format in config filewm42019-10-241-3/+1
* player: avoid duplicate track auto selectionStephan Hilb2019-10-181-1/+14
* video: do not disable display-sync on A/V desyncwm42019-10-172-9/+2
* ytdl_hook: check youtube-dl version if it breaksNicolas F2019-10-131-2/+32
* player: accept compatible later FFmpeg library runtime versionswm42019-10-111-10/+2
* player: partially rework --cache-pausewm42019-10-114-8/+71
* ao: add API for underrun reportingwm42019-10-111-0/+2
* player: format low cache duration with more decimalswm42019-10-111-0/+2
* video: always decode 2 frames on playback restartwm42019-10-061-2/+2
* player: don't load external files when reading from stdinckath2019-10-061-1/+1
* audio: raise log level of playback reset on audio timestampwm42019-10-061-1/+1
* audio: do not try gapless if video is still ongoingwm42019-10-061-1/+5
* player: update for --video-aspect deprecationNiklas Haas2019-10-042-3/+3
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-2/+27
* player: "subprocess" command should stop immediately in idle modewm42019-10-041-0/+2
* stream_dvb: Allow actual zapping of channels again.Oliver Freyermuth2019-10-021-0/+1
* player: Add mp_property_dvb_channel helper.Oliver Freyermuth2019-10-021-0/+17
* loadfile: make prefetching actually workwm42019-09-291-1/+3
* loadfile: don't always accidentally always prefetchingwm42019-09-292-11/+16
* recorder: don't use a magic index for mp_recorder_get_sink()wm42019-09-291-1/+1
* player: document FFmpeg ABI rules we intentionally violatewm42019-09-261-0/+2
* audio: make playback end with --end and --audio-spdifwm42019-09-261-0/+3
* command: fix bitrate rounding errorStefan Pöschel2019-09-261-2/+2
* command: add expand-path to expand mpv pathsNicolas F2019-09-221-0/+12
* command: add sub-start & sub-end propertiesStefano Pigozzi2019-09-221-0/+34
* audio: fix use-after-free with fuzzed filewm42019-09-211-0/+2
* input: add keybind commandDudemanguy9112019-09-211-0/+17
* playloop: don't read playback pos from byte streamDudemanguy9112019-09-211-1/+1
* player: expose pixel aspect ratio, bitrate and rotation value on trackswnoun2019-09-211-0/+7
* player: use track title if exists instead of filenamethewisenerd2019-09-211-1/+5
* osd: allow sub-text to work even if sub-visibility is disableddudemanguy2019-09-211-1/+1
* osc: add mouse mid-button as alias to shift+left buttonRicardo Constantino2019-09-211-0/+3
* command: add video-add/video-remove/video-reload commandsPaul B Mahol2019-09-211-0/+21
* client API: add mpv_command_retDark2019-09-211-0/+9
* command: drop removed cache properties from cache update eventswm42019-09-201-2/+2
* player: update status line cache displaywm42019-09-201-2/+2
* client API: fix missing property change events after property updatesGunnar Marten2019-09-201-24/+28
* loadfile: restore playlist prefetchingwm42019-09-201-4/+11
* render api: fix use-after-freewnoun2019-09-202-21/+4
* command: make vf-metadata/af-metadata somewhat observablewm42019-09-191-1/+1
* command: make vf-metadata/af-metadata not query metadata twicewm42019-09-191-7/+13
* command: don't add deprecated CLI aliases to property listwm42019-09-191-0/+12
* m_config: remove m_config_create_shadowwm42019-09-191-1/+1
* command, demux: add AB-loop keyframe cache align commandwm42019-09-191-0/+22
* command: shuffle cache-dump start messagewm42019-09-191-2/+2
* demux, command: add a third stream recording mechanismwm42019-09-194-2/+117
* screenshot: move message showing to common codewm42019-09-193-46/+39
* stats.lua: add graphs for readahead time and total byte usagewm42019-09-191-6/+58
* osc: add feature to bottombar to not cover the videowm42019-09-191-1/+47
* stats.lua: add cache info pagewm42019-09-191-4/+69
* demux: add a on-disk cachewm42019-09-191-0/+2
* demux: redo timed metadatawm42019-09-191-1/+1
* demux: really disable cache for sub-demuxerswm42019-09-191-1/+4
* player: ensure backward playback state is propagated on track switchingwm42019-09-194-5/+14
* command: show number of hidden items in OSD listswm42019-09-191-6/+12
* options: rename --play-direction to --play-dirwm42019-09-191-1/+1
* player: partially fix seek_to_last_frame in backward modewm42019-09-191-4/+9
* player: fix --loop with backward playbackwm42019-09-194-10/+19
* player: remove some duplication between normal looping and ab-loopswm42019-09-191-14/+19
* player: modify/simplify AB-loop behaviorwm42019-09-196-80/+78
* player: replace a magic numer by another magic numberwm42019-09-191-1/+1
* player: simplify/fix --start/--end handling with --rebase-start-time=nowm42019-09-192-27/+10
* player: minor --end simplificationwm42019-09-191-4/+1
* options: remove --chapterwm42019-09-191-23/+1
* player: fix --end for backwards playbackwm42019-09-192-0/+4
* osd: simplify AB-loop rendering on progress barwm42019-09-191-9/+10
* player: make a function staticwm42019-09-192-2/+1
* player: fix --hr-seek-demuxer-offset with backward playbackwm42019-09-191-1/+1
* demux: set SEEK_HR for backstep seeks, move a hr-seek detail to playloopwm42019-09-191-4/+8
* sub: fix typo in commentwm42019-09-191-1/+1
* Implement backwards playbackwm42019-09-195-5/+44
* command: put seek ranges at the end of outputwm42019-09-191-12/+12
* demux, command: export bof/eof flagswm42019-09-191-0/+3
* command: make demuxer-cache-state property observablewm42019-09-191-1/+1
* playloop: update cache properties in idle statewm42019-09-191-3/+4
* player: send MPV_EVENT_TICK during init for the sake of the oscwm42019-09-191-1/+4
* player: don't print "Playing:" message if there's only 1 filewm42019-09-191-1/+4
* player: add --demuxer-cache-wait optionwm42019-09-191-0/+13
* demux_edl, cue, mkv: clean up timeline stuff slightlywm42019-09-191-2/+2
* ytdl_hook: use no_clip for separate audio streamswm42019-09-191-1/+1
* video: fix player not exiting if no video frame was renderedwm42019-09-191-2/+3
* ytdl_hook: fix pseudo-DASH if no init fragment is presentwm42019-09-191-5/+11
* ytdl_hook: audio can use fragmented DASH toowm42019-09-191-1/+1
* ytdl_hook: disable EDL-generated useless chapters when merging streamswm42019-09-191-1/+2
* ytdl_hook: merge separate audio tracks via EDLwm42019-09-191-5/+15
* loadfile, ytdl_hook: don't reject EDL-resolved URLs through playlistwm42019-09-192-1/+7
* stream: redo buffer handling and allow arbitrary size for stream_peek()wm42019-09-191-1/+1
* command: report unknown file size as unavailable, not -1wm42019-09-191-0/+2
* stats.lua: silence annoying fontconfig warningswm42019-09-191-2/+2
* demux: simplify API for returning cache statuswm42019-09-193-21/+15
* demux: return stream file size differently, rip out stream ctrlswm42019-09-192-8/+4
* stream_libarchive: remove base filename stuffwm42019-09-191-8/+1
* command: make playlist builtin OSD property show titles instead of URLswm42019-09-191-5/+8
* image_writer: move convert_image() to player/screenshot.csfan52019-09-142-0/+45
* command, demux: remove program propertywm42019-09-131-58/+0
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-131-185/+0
* Remove optical disc fancification layerswm42019-09-132-150/+0
* js: expose mpv_abort_async_command() (match dbe831bd)Avi Halachmi (:avih)2019-09-112-1/+22
* js: reimplement subprocess_detached using the run command (match 7f91e268)Avi Halachmi (:avih)2019-09-112-32/+5
* js: reimplement subprocess using the subprocess command (match 548ef078)Avi Halachmi (:avih)2019-09-112-72/+21
* js: expose async commands (match 159379980e)Avi Halachmi (:avih)2019-09-112-1/+38
* js: correctness: use integer range checksAvi Halachmi (:avih)2019-09-111-18/+18
* audio: block ao buffer for keep-opendudemanguy2019-09-091-1/+4
* external_files: add .lrc subtitle extensionGuido Cella2019-09-021-1/+1
* osc: improve look of seekrangesJan Janssen2019-09-022-93/+261
* client: fix potential mpv_cmd/async leakdudemanguy2019-07-081-4/+8
* player: show restart positionAman Gupta2019-04-011-1/+1
* player: fix core activity state checkAvi Halachmi (:avih)2019-03-121-1/+1
* Merge branch 'master' into pr6360Jan Ekström2019-03-114-11/+9
|\
| * player: do not rebase start time for subtitle streamszc622019-02-281-1/+1
| * stats: merge multiple properties into one lineJulian2019-01-161-4/+4
| * lua: execute idle handlers after timers have been processedOlivier Perret2019-01-161-6/+3
| * command: notify on multiplyDan Oscarsson2019-01-161-0/+1
* | stats: remove duplicate cache sizessfan52018-12-061-7/+4
* | demux: add another stream recording featurewm42018-12-061-2/+5
* | demux, stream: readd cache-speed in some other formwm42018-12-061-0/+21
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-0518-871/+1332
|\ \ | |/ |/|
| * demux, stream: rip out the classic stream cachewm42018-08-316-178/+16
| * player: don't print status line again when quittingwm42018-08-111-2/+5
| * HACK: prefetch subtitles on track switch a bit morewm42018-06-301-1/+4
| * player: don't cache subtitles across deselectionwm42018-06-302-6/+6
| * player: fix coding stylewm42018-05-241-3/+3
| * command: avoid some direct MPOpts write accesseswm42018-05-241-7/+7
| * player: get rid of mpv_global.optswm42018-05-244-21/+23
| * vd_lavc: move hwdec opts to local config, don't use global MPOptswm42018-05-241-6/+8
| * path: don't access global option structwm42018-05-241-0/+1
| * ao: use a local option structwm42018-05-242-2/+11
| * player: remove deprecated vo/ao auto profileswm42018-05-241-9/+0
| * m_config: remove extra default_data fieldwm42018-05-241-3/+4
| * input: remove now unused "abort command" and cancel infrastructurewm42018-05-241-5/+5
| * player: make playback termination asynchronouswm42018-05-244-32/+109
| * player: change the role of the "stop_play" and "playing" variablewm42018-05-245-18/+23
| * player: move a function (no functional changes)wm42018-05-241-7/+7
| * player: some further cleanup of the mp_cancel crapwm42018-05-241-46/+14
| * demux: get rid of free_demuxer[_and_stream]()wm42018-05-241-1/+1
| * player: simplify edition switchingwm42018-05-243-13/+2
| * command: whitelist some blocking accesses for certain demuxers/streamswm42018-05-241-8/+10
| * command: make loadlist command async and abortablewm42018-05-241-2/+6
| * player: make various commands for managing external tracks abortablewm42018-05-243-54/+81
| * misc: move mp_cancel from stream.c to thread_tools.cwm42018-05-241-1/+1
| * command: give named arguments to almost all commandswm42018-05-241-170/+225
| * misc: move some helper code from client.cwm42018-05-241-49/+2
| * player: use canonical playback time for video refresheswm42018-05-241-4/+1
| * player: don't reset last_seek_pts on playback state resetwm42018-05-242-4/+2
| * client API: kill async commands on terminationwm42018-05-243-14/+46
| * lua: expose mpv_abort_async_command()wm42018-05-242-3/+26
| * command: make "subprocess" explicitly abortablewm42018-05-241-5/+7
| * command: add a way to abort asynchronous commandswm42018-05-248-9/+131
| * player: rename "lock" to "abort_lock"wm42018-05-243-12/+12
| * lua: reimplement mp.subprocess_detached() by invoking the "run" commandwm42018-05-242-30/+4
| * lua: reimplement mp.subprocess() by invoking the new subprocess commandwm42018-05-243-79/+24
| * command: add a subprocess commandwm42018-05-241-0/+96
| * video: trust container FPS early on if possiblewm42018-05-241-1/+2
| * input: add a define for the number of mouse buttons and use itwm42018-05-241-1/+1
| * lua: expose async commandswm42018-05-242-0/+40
| * screenshot: report success to callerwm42018-05-241-3/+7
| * client API: merge status_reply() helper with only remaining callerwm42018-05-241-12/+5
| * client API: add returning of data from async commandswm42018-05-241-5/+10
| * screenshot: change async behavior to be in line with new semanticswm42018-05-243-115/+75
| * command: move screenshot command stubs to screenshot.cwm42018-05-243-67/+66
| * player: make all external file loading actions asyncwm42018-05-243-22/+91
| * player: make abort during loading faster if ytdl_hook is usedwm42018-05-241-0/+7
| * player: don't even start loading external tracks when aborting loadingwm42018-05-241-1/+1
| * command: make sub-add and audio-add commands asyncwm42018-05-243-7/+21
| * command: add infrastructure for async commandswm42018-05-247-44/+271
| * thread_pool: make it slightly less dumbwm42018-05-241-1/+1
| * client: merge can_terminate() functionwm42018-05-241-15/+12
| * command: handle list commands like normal commandswm42018-05-241-7/+11
* | audio: increase a buffer sizeBen Boeckel2018-10-311-1/+1
* | stats: show file formatwm42018-10-011-0/+2
* | ytdl_hook: fix audio not being picked up for some sitesRicardo Constantino2018-09-261-2/+2
* | encode: fix expected streams when using --lavfi-complexTSaaristo2018-09-261-8/+8
* | ytdl_hook: always load ytdl:// links with ytdl_hook firstRicardo Constantino2018-08-171-7/+23
* | player: expose hearing/visual impaired flags on audio tracksAman Gupta2018-08-133-0/+6
* | stats: remove superfluous line breaksJulian2018-06-091-1/+1
* | osc: fix accidentally skipping files when seeking with sliderfatalis2018-06-041-0/+2
* | player: fix coding stylewm42018-05-311-3/+3
* | player: remove deprecated vo/ao auto profileswm42018-05-311-9/+0
* | player: simplify edition switchingwm42018-05-313-13/+2
* | player: use canonical playback time for video refresheswm42018-05-251-4/+1
* | video: trust container FPS early on if possiblewm42018-05-251-1/+2
* | input: add a define for the number of mouse buttons and use itwm42018-05-251-1/+1
|/
* demux, player: fix playback of sparse video streams (w/ still images)Aman Gupta2018-05-243-3/+26
* stats: show sample format of audio tracksfan52018-05-171-0/+1
* ytdl_hook: try to set video track first if availableRicardo Constantino2018-05-031-4/+4
* player: add more logging around buffering stateAman Gupta2018-05-031-2/+7
* command: fix condition for failure when parsing cycle-value paramswm42018-05-031-1/+1
* command: simplify option property initwm42018-05-031-22/+13
* input: merge cmd_list.c with cmd.cwm42018-05-031-1/+1
* command: split big command handler switch into separate functionswm42018-05-032-775/+1014
* input: remove some explicit uses of command IDswm42018-05-031-11/+17
* input: move command list to command.cwm42018-05-031-0/+216
* build: make encoding mode non-optionalwm42018-05-035-25/+5
* encode: get rid of the output packet queuewm42018-05-032-0/+7
* video: actually wait for last frame being rendered on EOFwm42018-05-031-1/+5
* command: change cycle-value command behaviorwm42018-04-291-73/+88
* command: make track properties cycle through no/auto if uninitializedwm42018-04-291-9/+18
* command: fix coding stylewm42018-04-291-5/+6
* player: don't wait for last video frame in encode modewm42018-04-291-0/+3
* encode: rewrite half of itwm42018-04-293-13/+19
* vo: add vo_reconfig2()wm42018-04-291-1/+1
* encode: some more cleanupswm42018-04-291-1/+0
* video: remove internal stereo_out flagwm42018-04-291-3/+1
* client API: preparations for allowing render API to use DR etc.wm42018-04-292-6/+28
* audio: fix EOF handling if there was no data at allwm42018-04-201-0/+7
* player: remove in_dispatch fieldwm42018-04-182-9/+5
* scripting: change when/how player waits for scripts being loadedwm42018-04-182-20/+15
* demux, player: mark dependent tracksAman Gupta2018-04-172-1/+2
* client API: make sure to send IDLE event after mpv_initialize()wm42018-04-161-0/+1
* client API: fix potential sporadic freezes on terminationwm42018-04-161-4/+4
* audio: don't recreate AO if a filter changes the output formatwm42018-04-151-1/+28
* ytdl_hook: don't log error when loading is abortedwm42018-04-151-2/+6
* js: use new hooks API (match f60826c3)Avi Halachmi (:avih)2018-04-072-10/+50
* js: dump(..): fix incorrect <VISITED> with array argumentAvi Halachmi (:avih)2018-04-071-1/+1
* js: implement mp.register_idleAvi Halachmi (:avih)2018-04-071-2/+37
* js: implement mp.options.read_optionsAvi Halachmi (:avih)2018-04-071-0/+52
* config: replace config dir lua-settings/ with dir script-opts/Avi Halachmi (:avih)2018-04-071-1/+9
* player: fix hook processing consistency and code duplication issueswm42018-03-263-45/+20
* client API: add a first class hook API, and deprecate old APIwm42018-03-268-67/+154
* command: remove an old compatibility hackwm42018-03-261-48/+1
* command: remove duplication of property set error message handlingwm42018-03-261-59/+36
* command: move property multiply code to m_property.cwm42018-03-261-26/+3
* command: use mpv_node helpers instead of duplicated codewm42018-03-261-26/+8
* client API: add a new way to pass X11 Display etc. to render APIwm42018-03-261-0/+3
* player: don't print error if aborted while loading external fileswm42018-03-261-1/+2
* stats: print section titles independentlyJulian2018-03-251-3/+6
* stats: improve video/audio detectionJulian2018-03-251-30/+29
* vo: pass through framedrop flag differentlywm42018-03-152-12/+2
* vo: move display-fps internal option value to VO optswm42018-03-151-11/+4
* client API: send MPV_EVENT_SHUTDOWN only oncewm42018-03-151-0/+2
* all: replace mpv_detach_destroy() with mpv_destroy()wm42018-03-151-2/+2
* client API: rename mpv_detach_destroy() to mpv_destroy()wm42018-03-151-1/+6
* client API: add mpv_create_weak_client()wm42018-03-153-2/+23
* client API: cleanup mpv_handle terminationwm42018-03-154-106/+121
* player: move locale check to mp_create()wm42018-03-152-25/+30
* player: shuffle around CLI exit code handlingwm42018-03-152-58/+44
* scripting: make a function staticwm42018-03-082-2/+1
* client: remove legacy API that is unused nowAkemi2018-03-042-44/+1
* player: fix strange behavior on edition switchingwm42018-03-031-0/+2
* player: don't free root filter while it's still neededwm42018-03-031-1/+1
* player: fix track autoselection of external files yet againwm42018-03-031-3/+3
* command: fix whitespacewm42018-03-031-1/+1
* video: add option to reduce latency by 1 or 2 frameswm42018-03-031-4/+8
* video: don't read ahead a frame in --untimed modewm42018-03-031-0/+3
* player: set thread name in opener threadwm42018-03-031-0/+3
* player: add warning comment about ignoring ABI safetywm42018-03-031-0/+3
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-286-35/+155
* audio: improve behavior if filters output nothing during probingwm42018-02-211-0/+5
* video: do not buffer extra frames with VO_CAP_NORETAIN outputsAman Gupta2018-02-171-0/+3
* command: simplify mp_property_filter_metadatawm42018-02-161-19/+11
* lua+js: Implement utils.getpid()sfan52018-02-132-0/+16
* input: add a keybinding to toggle hardware decodingwm42018-02-131-0/+1
* audio: move back PTS jump detection to before filter chainwm42018-02-132-20/+4
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-122-3/+31
* ytdl_hook: add ytdl:// prefix again for non-youtube playlistsRicardo Constantino2018-02-111-2/+6
* ytdl_hook: add script opt for using manifest URLsRicardo Constantino2018-02-111-2/+3
* ytdl_hook: parse youtube playlist urls to set start indexRicardo Constantino2018-02-111-5/+53
* ytdl_hook: exit early, save an indentation levelRicardo Constantino2018-02-111-164/+165
* ytdl_hook: various nitRicardo Constantino2018-02-111-9/+5
* ytdl_hook: whitelist subtitle URLs as wellRicardo Constantino2018-02-111-2/+4
* ytdl_hook: use fallback if there's no demuxer-lavf-list propRicardo Constantino2018-02-111-3/+3
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-7/+24
* player: correctly set track information on adding external filesZehua Chen2018-02-103-34/+44
* loadfile: make --lavfi-complex runtime changes more flexiblewm42018-02-031-18/+27
* loadfile: initialize decoders after outputs for --lavfi-complexwm42018-02-031-37/+31
* loadfile: fix crash in some cases of setting --lavfi-complex at runtimewm42018-02-031-1/+1
* loadfile: remove minor unneeded things from --lavfi-complex setupwm42018-02-031-3/+1
* video: fix passing down FPS to vf_vapoursynthwm42018-02-033-11/+11
* codecs: remove unused family fieldwm42018-02-011-1/+0
* ytdl_hook: pass http proxy to ffmpegRicardo Constantino2018-01-301-15/+27
* audio: move to decoder wrapperwm42018-01-307-230/+75
* video: make decoder wrapper a filterwm42018-01-3010-257/+102
* player: replace old lavfi wrapper with new filter codewm42018-01-307-908/+103
* audio: rewrite filtering glue codewm42018-01-303-416/+199
* video: rewrite filtering glue codewm42018-01-306-239/+126
* ytdl_hook: pre-append id-only playlist items with shortened youtube URLRicardo Constantino2018-01-291-1/+1
* ytdl_hook: whitelist segmented DASH and HLS for the manifests codeRicardo Constantino2018-01-271-7/+9
* command: add --osd-on-seek option defaulting to barKevin Mitchell2018-01-261-6/+9
* Revert "command: make pause display the same osd-msg-bar as seek"Kevin Mitchell2018-01-261-3/+1
* ytdl_hook: prefer hls/dash manifest if availableRicardo Constantino2018-01-261-6/+10
* ytdl_hook: fix safe url checking with EDL urlsRicardo Constantino2018-01-261-11/+11
* ytdl_hook: move url_is_safe earlier in codeRicardo Constantino2018-01-261-9/+9
* command: make change-list show changed option on OSDwm42018-01-251-0/+1
* command: add a change-list commandwm42018-01-251-0/+31
* options: add an option type for byte sizeswm42018-01-251-18/+0
* command: make sure to redraw on overlay commandswm42018-01-251-0/+1
* ytdl_hook: whitelist protocols from urls retrieved from youtube-dlRicardo Constantino2018-01-261-7/+47
* player: redo hack for video keyframe seeks with external audiowm42018-01-184-31/+49
* ytdl_hook: support native dash demuxer, if presentRicardo Constantino2018-01-151-1/+44
* osc: leave only demuxer cache duration and limit its refresh rateRicardo Constantino2018-01-141-19/+16
* osd: treat user provided term-status-msg the same as the defaultKevin Mitchell2018-01-141-20/+24
* osd: reference local pointer to mpctx->optsKevin Mitchell2018-01-131-2/+2
* af_lavrresample: deprecate this filterwm42018-01-131-3/+7
* player: silence config file loading message on resumingwm42018-01-131-6/+7
* ytdl_hook: look for the right ytdl binary according to systemRicardo Constantino2018-01-121-1/+2
* ytdl_hook: be more informative when youtube-dl failsRicardo Constantino2018-01-121-2/+8
* input: make command argument list a dynamic arraywm42018-01-101-3/+8
* ytdl_hook: don't try to use webpage_url if non-existentRicardo Constantino2018-01-111-1/+1
* command: make pause display the same osd-msg-bar as seekKevin Mitchell2018-01-071-1/+3
* command: default to osd-msg-bar for seeksKevin Mitchell2018-01-071-4/+3
* command: remove unnecessary whitespaceKevin Mitchell2018-01-071-67/+69
* ytdl_hook: actually use the script option from 87d3af6Ricardo Constantino2018-01-071-1/+1
* ytdl_hook: add script option to revert to trying youtube-dl firstRicardo Constantino2018-01-071-2/+3
* player: handle audio playback restart in central playback start codewm42018-01-072-4/+10
* player: slightly refactor/simplify cache pausing logicwm42018-01-072-39/+37
* player: strictly never autoselect tracks from --external-fileswm42018-01-062-0/+5
* ytdl_hook: check for possible infinite loop in playlist generationRicardo Constantino2018-01-061-7/+8
* ytdl_hook: add additional check for comedycentral urlsRicardo Constantino2018-01-061-1/+2
* demux: export some debugging fields about low level demuxer behaviorwm42018-01-051-0/+5
* ytdl_hook: update obsolete warning about retrying URL if failedRicardo Constantino2018-01-041-1/+1
* player: cosmetics: rename internal variable for consistencywm42018-01-031-2/+2
* player: add --cache-pause-initial option to start in buffering statewm42018-01-031-0/+11
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-032-11/+3
* osc: add seekbarkeyframes as a user optiondudemanguy2018-01-031-2/+3
* player: remove internal `vo-resize` command againsfan52018-01-021-7/+0
* vo_gpu/context_android: replace both options with android-surface-sizesfan52018-01-021-0/+5
* options: move most subtitle and OSD rendering options to sub structswm42018-01-022-8/+10
* sub: move all subtitle timestamp messing code to a central placewm42018-01-022-9/+4
* command: add demuxer-lavf-list propertyRicardo Constantino2018-01-021-0/+15
* player: add on_load_fail hookRicardo Constantino2018-01-022-5/+12
* osc: check if demuxer cache has not reached eofRicardo Constantino2018-01-021-3/+3
* ytdl_hook: fix single-entry playlistsRicardo Constantino2018-01-021-9/+8
* build: move copyright statement to a shared locationwm42018-01-011-3/+2
* Update copyright yearwm42018-01-011-1/+1
* main: fix typowm42018-01-011-1/+1
* player/playloop.c: Revert --loop-file and --start interactionLeo Izen2017-12-311-13/+5
* player: add internal `vo-resize` commandsfan52017-12-271-0/+7
* osc: hide cache if not forced for local filesRicardo Constantino2017-12-261-13/+7
* stats: enhance cache statsJulian2017-12-261-19/+35
* lua: implement mp_utils.format_bytes_humanizedJulian2017-12-261-0/+10
* osc: make seek ranges rendering optionalpavelxdd2017-12-261-0/+4
* options: drop some previously deprecated optionswm42017-12-254-60/+1
* ytdl_hook: use table concat for playlist buildingRicardo Constantino2017-12-241-5/+4
* ytdl_hook: don't preappend ytdl:// to non-youtube links in playlistsRicardo Constantino2017-12-241-1/+5
* player: update duration based on highest timestamp demuxedwm42017-12-243-0/+4
* player: allow seeking in cached parts of unseekable streamswm42017-12-241-7/+10
* command: use IEC symbols for file size formattingMartin Herkt2017-12-241-4/+4
* player: make track language matching case insensitivewm42017-12-232-2/+2
* osc: show demuxer cache buffered amount in byteswm42017-12-231-2/+6
* player: show demuxer cache buffered amount in bytes in the status linewm42017-12-231-4/+5
* options: deprecate --ff- options and propertieswm42017-12-211-0/+2
* command: make video-frame-info property observablewm42017-12-201-1/+1
* dvb: Fix long channel switching: next/prev channelrim2017-12-161-4/+4
* js: implement mp.msg.trace()TheAMM2017-12-161-1/+1
* lua: implement mp.msg.traceNiklas Haas2017-12-151-0/+1
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-155-16/+16
* lua+js: implement utils.file_info()TSaaristo2017-12-132-0/+79
* osd: fix a compiler warning by adding parentheses in if conditionpavelxdd2017-12-101-1/+3
* video: add a shitty hack to avoid missing subtitles with vf_subwm42017-12-081-0/+2
* player: when loading external file, always add all track typeswm42017-12-071-12/+23
* player: rebase start time even for subtitle streamswm42017-12-071-1/+1
* Revert "ytdl: handle HLS with FFmpeg"Kevin Mitchell2017-12-071-4/+1
* ytdl: handle HLS with FFmpegwm42017-12-061-1/+4
* player/osd.c: fix putting --start time on OSDLeo Izen2017-12-051-1/+2
* player/playloop.c: fix --loop-file without --startLeo Izen2017-12-051-1/+3
* player/misc.c: allow both --length and --end to control play endpointLeo Izen2017-12-041-2/+3
* player/playloop.c: respect playback start time when using --loop-fileLeo Izen2017-12-031-5/+11
* player: use start timestamp for ab-looping if --ab-loop-a is absentLeo Izen2017-12-034-7/+39
* player: add get_play_start_ptsLeo Izen2017-12-034-14/+60
* Fix various typos in log messagesNicolas F2017-12-032-4/+4
* audio: fix missing volume update on init and reinitwm42017-12-011-0/+3
* scripting: report dlerror() outputNicolas F2017-12-011-4/+7
* vd_lavc: rewrite how --hwdec is handledwm42017-12-011-25/+14
* vo_gpu: make it possible to load multiple hwdec interop driverswm42017-12-011-8/+4
* client: Allow "C.UTF-8" as LC_NUMERIC localesfan52017-11-301-1/+1
* audio: add audio softvol processing to AOwm42017-11-291-58/+57
* af: remove deprecated audio filterswm42017-11-292-85/+1
* video: remove automatic stereo3d filter insertionwm42017-11-291-12/+1
* video: fix rotation and deinterlace auto filterswm42017-11-291-2/+6
* player: match subtitles with language tags with --sub-auto=exactwm42017-11-271-18/+15
* player: change 3 remaining GPL-only code pieces to LGPLwm42017-11-242-15/+1
* player: minor fix/simplification of OSD time/duration handlingwm42017-11-244-24/+12
* demux: export demuxer cache sizes in byteswm42017-11-101-0/+2
* player: change license of some code surrounding --frames to LGPLwm42017-11-061-6/+0
* player: log if NDEBUG is definedwm42017-11-041-0/+3
* osc: make cycling visibility an input.conf key bindingwm42017-11-031-1/+1
* osc: render seek ranges a bit less uglyChrisK22017-11-021-1/+1
* osc: render seek rangeswm42017-11-021-0/+26
* screenshot: create directories from templateNicolas F2017-11-021-0/+5
* demux: refactor to export seek rangeswm42017-10-301-7/+8
* lavfi: fix warnings with newer libavfilter versionswm42017-10-271-2/+2
* audio: fix small memory leakwm42017-10-271-0/+1
* command: change demuxer-cache-state property to return multiple rangeswm42017-10-261-20/+27
* demux: drop redundant SEEK_BACKWARD flagwm42017-10-231-3/+2
* video: fix typo in log messageNicolas F2017-10-221-1/+1
* command: read the diff if you want to knowwm42017-10-211-0/+36
* demux: add a back buffer and the ability to seek into itwm42017-10-211-3/+2
* video: fix poitential NULL derefwm42017-10-181-2/+3
* video: remove special path for hwdec screenshotswm42017-10-161-6/+0
* stats: add file sizeJulian2017-10-131-1/+2
* audio: clarify GPL-only partswm42017-10-101-1/+2
* lua: integrate stats.lua scriptJulian2017-10-092-0/+4
* stats: change the way toggling/oneshot works internallyJulian2017-10-091-106/+109
* stats: stop coloring timing valuesJulian2017-10-091-26/+8
* stats: add current and total chapter numberJulian2017-10-091-1/+8
* stats: add audio and video filtersJan Janssen2017-10-091-0/+55
* stats: reorganize the framedrop countersNiklas Haas2017-10-091-4/+5
* stats: revert DR indicator as it's unnecessaryJulian2017-10-091-2/+1
* stats: reduce default font size to 8Julian2017-10-091-1/+1
* stats: visually indicate direct renderingJulian2017-10-091-1/+2
* stats: change font weight of % sign as wellJulian2017-10-091-1/+1
* stats: fix indentation/newline of frame timing pageJulian2017-10-091-11/+11
* stats: show % of a pass on frame timing pageJulian2017-10-091-9/+23
* stats: always print perfdata totalJulian2017-10-091-7/+4
* stats: make add_header() append at current positionJulian2017-10-091-7/+7
* stats: print perfdata total by defaultJulian2017-10-091-1/+1
* stats: mark dummy as suchJulian2017-10-091-1/+1
* stats: correctly re-eval ASS tag usageJulian2017-10-091-11/+17
* stats: make page keybinding repeatableJulian2017-10-091-1/+1
* stats: remove table in tableJulian2017-10-091-14/+6
* stats: resilience against accidential timer removalJulian2017-10-091-9/+12
* stats: allow keybindings for specific pageJulian2017-10-091-12/+21
* stats: support for multiple "pages" of statsJulian2017-10-091-26/+124
* stats: remove check for lua timer functionJulian2017-10-091-8/+0
* stats: rescale graphs to make the average align with the center, if possibleNiklas Haas2017-10-091-4/+11
* stats: add support for `vo-passes`, which replaces `vo-performance`Niklas Haas2017-10-091-68/+60
* stats: update HDR peak for upstream changesNiklas Haas2017-10-091-2/+2
* stats: add support for deprecated propertiesJulian2017-10-091-11/+21
* stats: comment to remind me about deprecated propertiesJulian2017-10-091-0/+1
* stats: add new versions of decoder and VO dropped frame countsRicardo Constantino2017-10-091-1/+5
* stats: put vsync ratio and jitter on the same lineJulian2017-10-091-15/+10
* stats: declare function as localJulian2017-10-091-1/+1
* stats: use container-fps together with fps (as fallback)Julian2017-10-091-1/+3
* stats: rename option timing_total to print_perfdata_totalJulian2017-10-091-2/+2
* stats: add vsync-ratio and vsync-jitterJulian2017-10-091-69/+138
* stats: add some documentation for generate_graph()Julian2017-10-091-1/+10
* stats: access less variables outside function's stateJulian2017-10-091-12/+10
* stats: add new container-fps that deprecates fpsRicardo Constantino (:RiCON)2017-10-091-1/+2
* stats: remove hwdec-active propertyRicardo Constantino (:RiCON)2017-10-091-7/+2
* stats: fix bug introduced in earlier commitJulian2017-10-091-5/+4
* stats: fix comment typoJulian2017-10-091-7/+7
* stats: disable coloring peak performance dataJulian2017-10-091-1/+2
* stats: change coloring of performance dataJulian2017-10-091-7/+8
* stats: save ASS sequences locallyJulian2017-10-091-3/+10
* stats: only print graphs when ASS tags are goodJulian2017-10-091-1/+1
* stats: clearify a few descriptions/labelsJulian2017-10-091-3/+3
* stats: don't show video/audio-speed-correction when 0Julian2017-10-091-1/+1
* stats: add HDR signal peak informationNiklas Haas2017-10-091-5/+15
* stats: add sum of timing valuesJulian2017-10-091-7/+13
* stats: put colormatrix, primaries and gamma togetherJulian2017-10-091-3/+4
* stats: change highlighting of performance dataJulian2017-10-091-4/+11
* stats: declare functions as localJulian2017-10-091-197/+200
* stats: align graphsJulian2017-10-091-44/+63
* stats: change the way the output is builtJulian2017-10-091-85/+65
* stats: rewrite parts of performance dataJulian2017-10-091-64/+110
* stats: add performance dataJulian2017-10-091-9/+103
* stats: update stats when file changesJulian2017-10-091-1/+7
* stats: small spelling correctionJulian2017-10-091-1/+1
* stats: use redraw_delay for timer periodJulian2017-10-091-2/+2
* stats: always print title if different from filenameRicardo Constantino (:RiCON)2017-10-091-1/+3
* stats: make a warning more visibleJulian2017-10-091-1/+3
* stats: rename some functionsJulian2017-10-091-6/+6
* stats: add toggling of statsJulian2017-10-091-4/+29
* stats: add hwdec-currentRicardo Constantino (:RiCON)2017-10-091-1/+6
* stats: add cache-speedRicardo Constantino (:RiCON)2017-10-091-2/+3
* stats: decrease default font sizeJulian2017-10-091-1/+1
* stats: add video-params/gamma propertyNiklas Haas2017-10-091-0/+1
* stats: update frame drop diagnosticsKevin Mitchell2017-10-091-1/+2
* stats: add display fpsKevin Mitchell2017-10-091-0/+7
* stats: rename some variables for consistencyJulian2017-10-091-9/+9
* stats: add support for video-sync=displayNiklas Haas2017-10-091-0/+5
* stats: fix line wrappingJulian2017-10-091-2/+2
* stats: remove dead link from commentJulian2017-10-091-1/+0
* stats: print bold text in terminalsRostislav Pehlivanov2017-10-091-4/+16
* stats: minor simplificationJulian2017-10-091-4/+8
* stats: remove countless hardcoded stringsJulian2017-10-091-30/+33
* stats: document append_property return valueJulian2017-10-091-2/+3
* stats: fix oversightJulian2017-10-091-1/+1
* stats: unify redundant functionsJulian2017-10-091-53/+58
* stats: proper usage of imported moduleJulian2017-10-091-13/+13
* stats: add debug optionJulian2017-10-091-0/+7
* stats: reflect latest changes to mpvJulian2017-10-091-2/+2
* stats: don't add superfluous EOL charactersJulian2017-10-091-9/+12
* stats: make non-ASS styling configurableJulian2017-10-091-44/+56
* stats: make the OSD usable in audio-only modeRostislav Pehlivanov2017-10-091-4/+32
* stats: avoid clashing with similar named scriptsJulian2017-10-091-1/+1
* stats: initial commitJulian2017-10-091-0/+189
* command: drop "audio-out-detected-device" propertywm42017-10-091-15/+1
* player: change a minor code fragment to LGPLwm42017-10-041-5/+0
* osc: fix rare stack overflow when changing visibility modeAvi Halachmi (:avih)2017-09-231-1/+6
* js: fix broken mp.set_property_number, mp.set_property_nativeAvi Halachmi (:avih)2017-09-231-2/+2
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-17/+0
* build: add preliminary LGPL modewm42017-09-212-4/+0
* audio: make libaf derived code optionalwm42017-09-215-91/+241
* audio_buffer: remove dependency on mp_audiowm42017-09-211-22/+29
* options: remove --heartbeat-cmd and --heartbeat--intervalwm42017-09-182-17/+0
* vo: avoid putting large voctrl_performance_data on stackNiklas Haas2017-09-111-10/+17
* vo_opengl: refactor/fix mp_pass_perf codeNiklas Haas2017-09-111-6/+2
* ytdl_hook: resolve relative paths when joining segment urlsRicardo Constantino2017-09-031-1/+21
* audio: fix format change regressionwm42017-09-031-3/+3
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-032-4/+2
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-032-49/+54
* command: restore OSD marker for video equalizer propertieswm42017-08-231-7/+8
* video: change --deinterlace behaviorwm42017-08-223-89/+9
* video: redo video equalizer option handlingwm42017-08-222-112/+1
* options: add a thread-safe way to notify option updateswm42017-08-221-8/+0
* audio: introduce a new type to hold audio frameswm42017-08-168-73/+114
* player: make refresh seeks slightly more robustwm42017-08-146-33/+40
* player: do not destroy VO immediately if there is no video trackwm42017-08-141-1/+0
* player: add --track-auto-selection optionwm42017-08-121-2/+2
* player: fix another audio resync issuewm42017-08-121-1/+1
* player: make --lavfi-complex changeable at runtimewm42017-08-128-97/+182
* player: fix --lavfi-complex freezewm42017-08-113-5/+8
* player: fix confusion in audio resync codewm42017-08-081-2/+6
* player: fix --end with large valueswm42017-08-081-2/+5
* player: readd smi subtitle extensionwm42017-08-081-1/+1
* ytdl_hook: support fragments with relative pathsRicardo Constantino2017-08-061-5/+16
* options: --priority can be LGPLwm42017-08-031-1/+1
* vo_opengl: add direct rendering supportwm42017-07-241-0/+1
* input: drop deprecated "osd" commandwm42017-07-211-22/+0
* ytdl_hook: add a header to support geo-bypassJagannathan Tiruvallur Eachambadi2017-07-161-1/+1
* player: change default section when loading encoding-profiles.confwm42017-07-121-3/+3
* Revert "player: always load encoding-profiles.conf"wm42017-07-121-3/+3
* ytdl_hook: actually load the script-optsRicardo Constantino2017-07-111-5/+7
* ytdl_hook: add option to exclude URLs from being parsedRicardo Constantino2017-07-111-4/+30
* ytdl_hook: add times for ytdl and hook running on debug-levelRicardo Constantino2017-07-111-0/+3
* js: utils.getenv(): fix crash on undefined varAvi Halachmi (:avih)2017-07-061-1/+6
* command: add missing change notification for playlist-shufflewm42017-07-041-0/+1
* ytdl_hook: add pre-parsed chapters, if availableRicardo Constantino2017-07-021-3/+13
* options: change everything againwm42017-07-021-1/+48
* m_option: remove redundant indirectionswm42017-07-021-1/+1
* vo_opengl: refactor vo performance subsystemNiklas Haas2017-07-011-14/+59
* scripting: add wrapper to load scripts with user pathsRicardo Constantino2017-06-303-6/+12
* client API: change mpv_create() behavior, run init always on mpv threadwm42017-06-301-16/+24
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-291-0/+2
* build: change how some OS specific source files are selectedwm42017-06-291-1/+1
* options: handle suffixes like -add in a more generic waywm42017-06-261-25/+0
* player: document where the magic "encoding" section name is usedwm42017-06-261-0/+1
* player: always load encoding-profiles.confwm42017-06-261-3/+3
* player: change license of most core files to LGPLwm42017-06-2311-77/+89
* player/audio: mark some libaf interfacing parts as GPL onlywm42017-06-231-0/+8
* command: add git hashes for some GPL-only partswm42017-06-231-0/+2
* player: revert multiple help outputwm42017-06-231-9/+8
* player: disable dumping configutation in LGPL modewm42017-06-231-0/+3
* player: disable --frames in WIP LGPL modewm42017-06-231-0/+6
* player: disable video equalizer frontend code for WIP LGPL modewm42017-06-232-0/+8
* player: disable deinterlace property for WIP LGPL modewm42017-06-232-0/+11
* player: disable --priority for WIP LGPL modewm42017-06-231-1/+1
* player: deprecate "osd" commandwm42017-06-233-1/+9
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHwm42017-06-201-8/+1
* external_files: change license to LGPLwm42017-06-202-17/+17
* demux: replace custom return codes with CONTROL_ oneswm42017-06-191-2/+2
* input: change license to LGPLwm42017-06-191-0/+4
* player: seek backward for type MPSEEK_FACTORjrodatus2017-06-181-1/+1
* vo_opengl: implement support for OOTFs and non-display referred contentNiklas Haas2017-06-181-0/+2
* video: refactor HDR implementationNiklas Haas2017-06-181-1/+0
* javascript: replace custom MIN macro with MPMINwm42017-06-171-5/+3
* command: avoid going through prop->opt bridge from opt->prop bridgewm42017-06-161-0/+11
* command: add all options to property->option bridgewm42017-06-151-13/+13
* js: add javascript scripting support using MuJSAvi Halachmi (:avih)2017-06-143-0/+1806
* scripting: expand --script filename for C pluginsHoyon Mak2017-06-092-6/+7
* ytdl_hook: don't override start time set by saved stateMartin D2017-06-091-1/+7
* ytdl_hook: don't override user-set start timeRicardo Constantino2017-06-081-1/+2
* options: another missed --sub-ass-style-override usewm42017-06-071-1/+1
* options: fix some missing --sub-ass-style-override renameswm42017-06-071-1/+1
* external_files: parse ~ in --{sub,audio}-pathsrr-2017-05-311-3/+7
* OSD message: "Drop files or URLs to play here."nodiscc2017-05-311-1/+1
* player: make sure version information is always included in --log-filewm42017-05-221-0/+5
* command: use scale_units to add/cycle integer propertiesJames Ross-Gowan2017-05-121-16/+38
* vo.c, vo.h, vo_null.c: change license to LGPLwm42017-05-101-4/+0
* audio: replace from_dB functionwm42017-05-051-8/+4
* ytdl_hook: rework edl joining to use lua tablesRicardo Constantino2017-05-041-5/+7
* lua: increase subprocess stdout limit to 64MBRicardo Constantino2017-05-041-1/+1
* player: fix potential segfault when playing dvd:// with DVD disabledwm42017-05-011-1/+1
* audio: merge --replaygain-track and --replaygain-album into one optionwm42017-04-271-2/+2
* audio: fix replaygain volume scalewm42017-04-271-0/+1
* audio: move replaygain control to top-level optionswm42017-04-262-4/+53
* player: close audio device on no audio trackMarko Hauptvogel2017-04-251-1/+3
* osc: also add processing for axis_up/down eventsRicardo Constantino2017-04-251-4/+6
* ytdl_hook: treat single-entry playlists as a single videoRicardo Constantino2017-04-231-1/+9
* ytdl_hook: move single video code to a separate functionRicardo Constantino2017-04-231-94/+98
* external_files.c: add GPL headerwm42017-04-211-0/+17
* osc: add user_opts.boxmaxchars for box layout title limitAvi Halachmi (:avih)2017-04-191-3/+6
* osc: add volume icons to osd font and use themRicardo Constantino2017-04-191-3/+4
* osc: move volume left of fullscreen buttonRicardo Constantino2017-04-191-16/+17
* osc: bottom/topbar: add fullscreen buttonRicardo Constantino2017-04-191-4/+13
* osc: add volume buttonRicardo Constantino2017-04-191-3/+41
* osc: support handling mouse wheel eventsRicardo Constantino2017-04-191-4/+8
* osc: simplify checks in key handlerRicardo Constantino2017-04-191-30/+25
* osc: fix last potential race condition on key eventsRicardo Constantino2017-04-191-1/+2
* Fix use of ISC licensewm42017-04-151-1/+3
* player: fix a corner case in previous commitwm42017-04-143-3/+5
* player: fix core-idle and eof-reached update notifcationswm42017-04-145-11/+37
* player: unmess pause state handlingwm42017-04-145-65/+53
* player: add --keep-open-pause=no optionDan Oscarsson2017-04-141-1/+1
* osc: use "loop-playlist" instead of "loop" propertywm42017-04-111-1/+1
* command, manpage: some leftover mentions of renamed --loop optionwm42017-04-111-1/+1
* command: update sub-fps etc. options on runtime changeswm42017-04-101-11/+7
* audio: deprecate most audio filterswm42017-04-041-1/+2
* video: deprecate almost all video filterswm42017-04-021-3/+4
* screenshot: cleanup: use normal MSGL_ defineswm42017-04-011-19/+9
* player: make screenshot commands honor the async flagwm42017-04-015-29/+104
* player: enable "buffering" pausing for DASH streams toowm42017-04-011-1/+2
* external_files: enable autoloading with URLsRicardo Constantino2017-04-011-3/+4
* external_files: actually try to autoload from fallback pathsRicardo Constantino2017-04-011-2/+2
* command: add property notifications for hwdec propertieswm42017-03-311-3/+3
* osc: escape ASS and strip newlines on titleRicardo Constantino2017-03-271-0/+2
* osc: make title configurable and use property expansion on itRicardo Constantino2017-03-271-6/+4
* Revert "osc: make the title toggleable between media-title and filename"Ricardo Constantino2017-03-271-11/+10
* osx: initial Touch Bar supportAkemi2017-03-261-0/+5
* command: add expand-text command to property-expand a stringAvi Halachmi (:avih)2017-03-261-0/+10
* osc: make the title toggleable between media-title and filenameRicardo Constantino2017-03-261-10/+11
* player: make new stream output more consistent with other outputwm42017-03-261-3/+3
* player: print additional stream infoDan Oscarsson2017-03-261-1/+13
* command: add better runtime filter toggling methodwm42017-03-251-1/+4
* command: add demux-start-time propertyMatthias Hunstock2017-03-251-0/+11
* osc: fix PlayResX undefined warning when aspect is 0Ricardo Constantino2017-03-241-3/+6
* osc: bottom/topbar: don't clip title verticallyRicardo Constantino2017-03-241-2/+2
* osc: bottom/topbar: increase timecodes width a bitRicardo Constantino2017-03-241-4/+4
* osc: refactor cache status displayRicardo Constantino2017-03-241-11/+18
* osc: refactor osc message scalingRicardo Constantino2017-03-241-35/+20
* command: add a property to signal whether networking is usedwm42017-03-241-0/+12
* screenshot: change details of --screenshot-format handlingwm42017-03-181-2/+3
* screenshot: minor simplificationwm42017-03-181-7/+4
* player: specifically log audio EOF toowm42017-03-141-1/+3
* osc: fix window dragging with showwindowed=noAkemi2017-02-271-0/+2
* client: call certain external functions outside of client lockwm42017-02-241-2/+3
* lavfi: temporary workaround for FFmpeg av_buffersrc_parameters_set() bugwm42017-02-221-0/+9
* player: don't block playback stop when seekingwm42017-02-211-3/+0
* player: fix stats-logging of sleep statewm42017-02-211-2/+3
* player: remove unnecessary wakeupwm42017-02-211-1/+0
* player: reduce blocking on VO when switching pausewm42017-02-211-2/+2
* command: add a redundant NULL checkwm42017-02-201-1/+1
* command: fix wrong sizeof() argumentwm42017-02-201-1/+1
* lavfi: support hwdec filters for --lavfi-complexwm42017-02-203-0/+22
* lavfi: use AVBufferSrcParameterswm42017-02-201-23/+34
* lavfi: use mp_image to store the filter pad formatwm42017-02-201-16/+19
* lavfi: fix minor memory leakwm42017-02-131-9/+11
* atomic: remove __atomic builtin usagewm42017-02-131-1/+1
* ytdl_hook: support livestream segmented DASH VODsRicardo Constantino2017-02-101-4/+6
* lavfi: cosmetics: more consistent variable namingwm42017-02-091-3/+3
* lavfi: slightly better disconnected output handlingwm42017-02-081-6/+14
* player: add experimental stream recording featurewm42017-02-074-0/+126
* ytdl_hook: reenable support for length-less segments in EDLRicardo Constantino2017-02-061-12/+28
* ytdl_hook: fix EDL syntaxwm42017-02-051-1/+1
* ytdl_hook: Add non-dash fallbacks to default formatsRicardo Constantino2017-02-041-3/+3
* ytdl_hook, edl: implement pseudo-DASH supportwm42017-02-041-3/+9
* ytdl: support segmented dashRicardo Constantino2017-02-041-12/+16
* sub: remove .txt as text subtitle extensionwm42017-02-031-1/+1
* player: different way to auto-enable the demuxer cachewm42017-02-021-5/+7
* osx: consistent normalisation when searching for external filesAkemi2017-02-021-3/+13
* osc: allow playlist buttons when loopingRicardo Constantino2017-02-011-2/+3
* osc: box: clip with ellipsis after too much stretchingRicardo Constantino2017-01-311-2/+9
* osc: bottom/topbar: clip title instead of stretchingRicardo Constantino2017-01-311-4/+6
* player: add .scc subtitle extensionwm42017-01-311-1/+2
* command: nicer OSd-formatting for loop-filewm42017-01-311-0/+1
* ytdl_hook: refactor edl track joiningRicardo Constantino2017-01-301-20/+28
* ytdl_hook: respect --no-audio, don't force-select trackRicardo Constantino2017-01-301-1/+1
* player: print hw format on "VO: " line toowm42017-01-291-2/+5
* ytdl_hook: fix opening hitbox.tv rtmp streamRicardo Constantino2017-01-291-0/+2
* win32: snap to screen edgespavelxdd2017-01-271-0/+1
* command: shorten long playlists on OSDwm42017-01-261-4/+77
* stream_lavf: add support for data URIsRicardo Constantino2017-01-251-1/+1
* osc: fix crashes related to field eventresponder being nilRoland Hieber2017-01-251-0/+1
* command: fix potential crash for script-binding with multi-commandswm42017-01-241-1/+2
* player: actually initialize/destroy MPContext.lockwm42017-01-221-0/+3
* player: remove --stream-capture option/propertywm42017-01-213-29/+18
* command: rename framedrop propertieswm42017-01-201-6/+10
* player: actually let cache readahead after opening demuxer for prefetchwm42017-01-191-0/+1
* player: also log if completely prefetched URL is discardedwm42017-01-191-1/+4
* player: add prefetching of the next playlist entrywm42017-01-185-91/+142
* player: restructure cancel callbackwm42017-01-185-5/+40
* player: move some minor demuxer setup codewm42017-01-181-3/+4
* lua: close directory after reading its entriesWilliam Woodruff2017-01-171-0/+1
* video: support filtering hardware frames via libavfilterwm42017-01-161-0/+1
* lua: allow unregistration of idle handlersOlivier Perret2017-01-151-0/+10
* scripting: don't call dlclose() on C pluginswm42017-01-141-2/+2
* scripting: minor logging improvementswm42017-01-144-5/+9
* player: add experimental C plugin interfacewm42017-01-121-0/+34
* client API: fix freeze when destroying mpv_handle before mpv_initializewm42017-01-121-1/+7
* cuda: use libavutil functions for copying hw surfaces to memorywm42017-01-121-6/+10
* player: change aspects of cover art handlingwm42017-01-102-5/+23
* command: remove worthless error handling codewm42017-01-091-6/+5
* client API: handle missing MPV_FORMAT_BYTE_ARRAY case in compare_valuewm42017-01-091-0/+6
* audio: stop being dumbwm42017-01-081-1/+1
* player: remove dysfunctional edition switching OSD codewm42017-01-054-10/+2
* client API: fix mpv_set_property() return value before initwm42017-01-041-0/+1
* Update copyright yearwm42017-01-011-1/+1
* osc: bottombar/topbar: make chapter markers slightly biggerRicardo Constantino2016-12-251-17/+18
* video: use demuxer-signaled duration for last video framewm42016-12-212-0/+9
* options: change --h=... behaviorwm42016-12-161-1/+1
* manpage: replace `-vo` with `--vo`Douglas Christman2016-12-081-1/+1
* Remove compatibility thingswm42016-12-071-4/+0
* osc: replace length property with durationpavelxdd2016-12-041-1/+1
* osc: don't hide playlist buttons, just disableRicardo Constantino2016-12-021-5/+6
* osc: topbar: use same styles as bottombarRicardo Constantino2016-12-021-13/+13
* player: don't print format detection error when aborting loadingwm42016-11-291-1/+1
* options: some simplificationswm42016-11-291-2/+1
* command: warn against deprecated properties in all caseswm42016-11-231-13/+9
* osc: fix use of deprecated idle propertyRicardo Constantino2016-11-221-1/+1
* command: redefine some deprecated propertieswm42016-11-221-37/+0
* client API: turn mpv_suspend() and mpv_resume() into stubswm42016-11-226-74/+8
* osc: fix possible race condition in right timecodeRicardo Constantino2016-11-211-2/+1
* player: removing last playlist entry while looping should not stopwm42016-11-181-1/+1
* player: make sure non-video subtitle rendering is reset if video resumeswm42016-11-181-3/+3
* ytdl_hook: sort chapters by timeRicardo Constantino2016-11-151-1/+1
* osc: add seekbarstyle=knobRicardo Constantino2016-11-091-4/+16
* osc: fix crashes when dragging seekbar across file changesRicardo Constantino2016-11-081-2/+3
* osc: slimbox: fix clipping with seekbarstyle=barRicardo Constantino2016-11-071-1/+3
* osc: add alpha animation to tooltipRicardo Constantino2016-10-311-1/+14
* player: enable no-video subtitle display on coverart toowm42016-10-312-2/+2
* player: don't try updating subtitles while playback PTS doesn't progresswm42016-10-301-2/+2
* osc: top/bottombar: rescale layout to same size with scale=1Ricardo Constantino2016-10-291-49/+53
* osc: top/bottombar: scale title if too large like boxRicardo Constantino2016-10-291-14/+24
* osc: compromise on default deadzonesizeRicardo Constantino2016-10-291-2/+2
* osc: don't wrap the titleRicardo Constantino2016-10-291-1/+1
* osc: top/bottombar: also scale when min-width is reachedRicardo Constantino2016-10-291-12/+34
* osc: top/bottombar: dynamically size timecodes according to timemsRicardo Constantino2016-10-291-9/+14
* osc: fix missing chapter ticks with seekbarstyle=barRicardo Constantino2016-10-291-0/+1
* player: show subtitles on VO if --force-window is usedwm42016-10-263-1/+17
* player: consistently initialize screensaver state with --force-windowwm42016-10-261-1/+1
* osc: fix crash with no chaptersRicardo Constantino2016-10-251-4/+4
* command: if window-scale can't be set properly, set it as optionwm42016-10-251-13/+8
* osc: Fix and simplify limited_listMiroslav Koskar2016-10-251-28/+25
* osc: add script message handlers for chapter/track/playlistsRicardo Constantino2016-10-241-0/+13
* player: make --start-time work with --rebase-start-time=noAman Gupta2016-10-221-0/+3
* command: silence deprecation warnings with --reset-on-next-file=allwm42016-10-221-2/+11
* command: fix reset-on-next-file=all and tv-freq optionwm42016-10-221-1/+2
* player: don't leave buffering during underflowwm42016-10-211-2/+2
* player: guard against MPSEEK_RELATIVE when current pts is unknownAman Gupta2016-10-211-0/+2
* audio: force pts_reset only when pts jumps forward more than 5sAman Gupta2016-10-211-2/+2
* player: speed up audio/video re-sync when there is a huge delayAman Gupta2016-10-211-1/+2
* osc: fix crash after reaching a certain position in limited listsRicardo Constantino2016-10-201-1/+1
* osc: use the same characters as track list for playlist/chapterRicardo Constantino2016-10-171-10/+4
* osc: fix chapter/playlist listing if emptyRicardo Constantino2016-10-151-1/+1
* osc: show playlist/chapter list on prev/next instead of osdRicardo Constantino2016-10-151-4/+16
* osc: fix listing of chapters and playlistRicardo Constantino2016-10-151-10/+87
* osc: fix display of chapters and playlist scalingRicardo Constantino2016-10-151-2/+11
* osc: add user-alterable margin for top/bottombarRicardo Constantino2016-10-151-5/+6
* osc: add right-click behavior to playlist and chapter buttonsRicardo Constantino2016-10-151-0/+8
* osc: change default layout to bottombarRicardo Constantino2016-10-151-6/+6
* ytdl_hook: Add title to playlist items if availableRicardo Constantino2016-10-151-0/+6
* osc: move tooltip to inside seekbar for top/bottombarRicardo Constantino2016-10-071-25/+28
* osc: change seekbar background's alpha scalingRicardo Constantino2016-10-071-2/+4
* osc: align text vertically in top/bottombarRicardo Constantino2016-10-071-32/+39
* ytdl_hook: add chapters by parsing video's descriptionMaurycy Skier2016-10-061-0/+46
* options: handle --audio-device changes like the other optionswm42016-10-051-4/+1
* audio: move some fallback handling to common AO reload functionwm42016-10-053-34/+36
* command: flush and uninitialize audio output first on option changeswm42016-10-051-1/+3
* command: include deprecated/aliased options in property bridgewm42016-10-041-18/+28
* player: fix previous commitwm42016-10-032-5/+10
* command: allow absolute seeks relative to end of streamPhilip Sequeira2016-10-021-0/+9
* audio: fix late audio startwm42016-10-021-1/+3
* player: make --stop-screensaver runtime-changeablewm42016-10-025-8/+20
* player: enable reading from stdin after loading input.confwm42016-09-293-7/+8
* ytdl_hook: Set aspect ratio for anamorphic videoRicardo Constantino2016-09-281-0/+6
* win32: make --priority runtime-settableJames Ross-Gowan2016-09-282-9/+16
* command: fix inverted condition in sub-reload commandwm42016-09-261-1/+1
* player: allow opts in pseudo-gui set by the user to override user's defaultRicardo Constantino2016-09-261-2/+5
* video: trust demuxer framerate on invalid timestampswm42016-09-261-1/+1
* scripting: don't attempt to load builtin scripts twicewm42016-09-261-1/+0
* osc: Fix scaling issues when toggling fullscreenRicardo Constantino2016-09-251-0/+1
* lua: complain loudly if Lua state creation failswm42016-09-251-1/+3
* player: fix instant subtitle refresh on track switcheswm42016-09-241-0/+3
* lua: fix array detectionwm42016-09-241-2/+2
* command: some minor corrections to previous commitwm42016-09-241-20/+19
* command: make it possible to set chapters via lua pluginsMaurycy Skier2016-09-241-1/+70
* player: fix intended pseudo-gui behaviorwm42016-09-231-3/+3
* player: do not let pseudo-gui override user config settingswm42016-09-231-0/+3
* m_config, command: remove some minor code duplicationwm42016-09-231-3/+2
* command: make most options observablewm42016-09-231-0/+6
* command: fix potential UBwm42016-09-231-5/+5
* x11: fix external fullscreen updatewm42016-09-231-0/+9
* player: make audio-channels etc. runtime settablewm42016-09-221-0/+7
* command: add a load-script commandwm42016-09-223-5/+13
* player: remove some explicit options accesses when saving resume filewm42016-09-221-29/+26
* command: fix missing update notifications in some caseswm42016-09-221-0/+1
* player: some M_SETOPT_RUNTIME cleanupswm42016-09-223-21/+9
* ytdl_hook: temporarily force disable dash segments formatsRicardo Constantino2016-09-221-4/+5
* player: add --watch-later-directory optionDavid Logie2016-09-221-2/+10
* client API: more or less deprecate mpv_set_option()wm42016-09-211-2/+11
* options: make input options generally runtime-settablewm42016-09-212-9/+26
* client API: fix init/destruction race conditionswm42016-09-213-8/+19
* lua: add API for registering idle handlerswm42016-09-211-0/+10
* lua: run timers only after draining the event queuewm42016-09-211-12/+11
* lua: expose subprocess_detachedrr-2016-09-211-0/+32
* command: make bitrate properties observablewm42016-09-211-1/+2
* client API: revert unintended mpv_wait_event() behavior changewm42016-09-211-3/+0
* command: add a video-dec-params propertywm42016-09-201-1/+16
* command: change update handling of some video-related propertieswm42016-09-201-24/+9
* player: kill associated OSD and key bindings when removing a scriptwm42016-09-203-2/+7
* audio: fix segfault when yanking USB DACKevin Mitchell2016-09-201-0/+1
* player: make --osc/--ytdl settable during playbackwm42016-09-203-4/+36
* options, command: simplify some option updateswm42016-09-191-47/+13
* client API: revert some relaxations about calling mpv_initialize()wm42016-09-191-0/+16
* player: minor changes in init codewm42016-09-194-19/+11
* player: make --log-file and --dump-stats freely settable at runtimewm42016-09-191-4/+0
* player: make --terminal freetly settable at runtimewm42016-09-193-22/+30
* options: slightly better option update mechanismwm42016-09-193-9/+16
* command: add audio-pts property to get the audio ptsHector Martin2016-09-191-1/+14
* player: more option/property consistency fixeswm42016-09-183-34/+39
* command: fix window-scale option/property inconsistencieswm42016-09-181-7/+4
* options: rename/deprecate --playlist-poswm42016-09-181-2/+1
* command: minor fixes to video-aspect propertywm42016-09-181-8/+2
* command: fix --quiet, --really-quiet optionswm42016-09-181-0/+2
* command: add an apply-profile commandwm42016-09-171-0/+8
* options: take care of propertly updating options on runtime changeswm42016-09-173-3/+77
* command: make window-scale redirect to option if no window createdwm42016-09-171-1/+1
* options: simplify M_OPT_EXITwm42016-09-171-1/+1
* player: don't enter playloop for client API requestswm42016-09-161-2/+0
* player: fix a missed wakeupwm42016-09-161-0/+1
* player: use better way to wait for input and dispatching commandswm42016-09-164-16/+33
* client API: declare mpv_suspend/mpv_resume deprecatedwm42016-09-162-0/+4
* player: litter code with explicit wakeup callswm42016-09-169-39/+76
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-1610-18/+46
* audio: fix missed wakeup when changing audio output devicewm42016-09-151-1/+1
* osd: slightly simplify update logicwm42016-09-152-3/+2
* player: move builtin profiles to a separate filewm42016-09-151-50/+4
* player: remove unintended !mingw ifdef for IPC uninitwm42016-09-151-2/+0
* client API: remove SIGPIPE overriding codewm42016-09-151-7/+0
* player: Save sub-speed value when resuming playbackVladimir Panteleev2016-09-131-0/+1
* player: Improve OSD formatting of sub-speed optionVladimir Panteleev2016-09-131-0/+4
* player: Apply new sub-speed values during playbackVladimir Panteleev2016-09-131-0/+21
* ytdl_hook: don't bother adding subtitles if duration isn't knownRicardo Constantino2016-09-131-5/+3
* ytdl_hook: Support playlist entries without subtitlesRicardo Constantino2016-09-131-3/+17
* command: don't log "ignore" command with -v verbositywm42016-09-111-1/+2
* client API: don't miss property changes after updatesJames Ross-Gowan2016-09-111-5/+3
* options: make --h list options according to a pattern passed to itwm42016-09-101-0/+1
* command: do not call mp_switch_track() before proper initializationwm42016-09-101-7/+17
* player: fix average frame duration calculationsda89ha92016-09-091-1/+1
* stream, demux, config: remove some dead/unneeded option-related codewm42016-09-093-21/+1
* client API: fix error code stringwm42016-09-091-1/+1
* client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicerwm42016-09-092-1/+9
* stream_dvd, stream_dvdnav: remove weird option parsing stuffwm42016-09-081-2/+2
* vo: don't access global options unsynchronizedwm42016-09-081-0/+11
* atomics: readd some emulationwm42016-09-061-0/+4
* demux: do not access global optionswm42016-09-061-5/+1
* audio/out: deprecate "exclusive" sub-optionswm42016-09-051-0/+3
* client API: implement mpv_suspend/resume slightly differentlywm42016-09-043-6/+18
* command: try selecting the next track if track switching failswm42016-09-031-3/+4
* player: remove opengl-es=no flag from opengl-hq profilewm42016-09-031-1/+0
* config: deprecate ao and vo auto-profileswm42016-09-031-0/+2
* command: remove vo-cmdlinewm42016-09-021-13/+0
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-022-0/+36
* m_config: introduce basic mechanism to synchronize global option updateswm42016-09-022-0/+2
* player: don't send win32 taskbar update before window is createdwm42016-09-021-1/+1
* command: deprecate "cache" property, replace with "cache-percent"wm42016-09-021-2/+4
* client API: create core thread at an earlier timewm42016-09-012-54/+47
* command: fix or document some property/option consistency issueswm42016-09-012-20/+17
* command: remove 2 deprecated propertieswm42016-09-011-50/+0
* command: rename/deprecate some conflicting property nameswm42016-09-011-3/+7
* command: add options to property listwm42016-09-014-40/+101
* vo: change messy handling of fullscreen and other flagswm42016-08-301-10/+5
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-304-12/+12
* command: cosmetics: fix some minor whitespace mistakeswm42016-08-301-2/+2
* player: make --force-window work with opengl-cbwm42016-08-301-0/+1
* player: slightly adjust framerate guessing heuristicwm42016-08-291-6/+8
* command: export profile list as a propertywm42016-08-281-0/+17
* player: add option to disable video OSDwm42016-08-281-4/+9
* command: add property for current subtitle textwm42016-08-271-1/+21
* player: fix minor spelling mistake in osc.luaJames Cowgill2016-08-271-1/+1
* player: avoid some redundant terminal status updateswm42016-08-261-11/+9
* player: don't directly access demuxer->streamwm42016-08-262-6/+4
* audio: avoid missed wakeups with ab-loopswm42016-08-241-1/+5
* audio: do not apply --audio-channels if spdif passthrough is in usewm42016-08-221-5/+9
* player: log if video is considered an imagewm42016-08-211-0/+1
* player: update Windows playback state asynchronouslywm42016-08-201-2/+2
* command: prevent O(n^2) behaviour for playlist propertyJames Ross-Gowan2016-08-201-3/+25
* player: refresh very low framerate video on filter changeswm42016-08-191-1/+3
* vf_rotate: allow arbitrary rotationwm42016-08-191-2/+2
* player: make looping slightly more seamlesswm42016-08-185-42/+38
* audio: improve aspects of EOF handlingwm42016-08-181-19/+40
* video: don't discard video frames after endptswm42016-08-181-3/+5
* player: add option to control duration of image displaywm42016-08-171-12/+22
* player: allow passing flags to queue_seek()wm42016-08-156-24/+31
* command: add replaygain information properties to track-listwm42016-08-131-0/+12
* command: add a property that returns filename without extensionwm42016-08-111-1/+13
* player: add --no-autoload-files optionwm42016-08-101-0/+6
* player: add --audio-wait-open optionswm42016-08-092-0/+10
* player: add --audio-stream-silencewm42016-08-091-0/+3
* client API: add stream_cb API for user-defined stream implementationsAman Gupta2016-08-072-0/+65
* client API: add MPV_ERROR_GENERICwm42016-08-071-0/+1
* player: gross hack to improve non-hr seeking with external audio trackswm42016-08-073-0/+30
* player: fix mid-stream audio sync conditionwm42016-08-071-3/+3
* player: fix display-sync timing if audio take long on resumewm42016-08-071-0/+6
* player: sync audio as well when enabling it mid-streamwm42016-08-061-0/+3
* player: improve instant track switchingwm42016-08-061-24/+5
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-042-8/+15
* player: remove special-case for DL/DR speakerswm42016-08-041-2/+0
* player: offset demuxer on start/seek properly with audio/sub delaywm42016-08-044-0/+22
* ytdl: Error out with http_dash_segmentsRicardo Constantino2016-07-301-0/+4
* player: disable DS with spdif transcoding toowm42016-07-241-2/+5
* audio: refactor mixer code and delete mixer.cwm42016-07-176-33/+88
* player: do not cut off terminal status line if it contains newlineswm42016-07-151-1/+1
* Use - as command-name separator everywhereTimotej Lazar2016-07-143-12/+12
* command: add properties for HDR metadataNiklas Haas2016-07-131-0/+2
* video: respect --deinterlace=autowm42016-07-121-1/+2
* audio: show an osd bar when changing ao-volumeUros Vampl2016-07-101-1/+17
* audio: drop --softvol=no and --softvol=autowm42016-07-093-42/+71
* command: don't delay progress updates to next video framewm42016-07-081-0/+1
* video: fix midstream video configuration changeswm42016-07-081-0/+1
* video: limit number of frames sent to VO to the VO requested amountwm42016-07-071-1/+3
* player: cut off status line on terminal widthwm42016-07-061-0/+6
* video: fix deinterlace filter handling for VFCTRL_SET_DEINTERLACE filterswm42016-07-061-18/+20
* video: fix deinterlace filter handling on pixel format changeswm42016-07-061-7/+4
* player: it's not --force-seeking but --force-seekablewm42016-07-061-1/+1
* player: rewrite deinterlace filter auto-insertionwm42016-07-054-107/+84
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-4/+4
* player: add missing space to error messagewm42016-07-021-1/+1
* player: fatal error if linked and compiled FFmpeg versions mismatchwm42016-07-011-0/+12
* command: pack sub image data in overlay-add commandwm42016-07-011-33/+98
* command: improve playlist* properties change notificationswm42016-06-202-6/+10
* player: fix previous commitwm42016-06-121-0/+3
* player: do not update OSD all the time when pausedwm42016-06-113-1/+9
* vo_opengl: refactor performance data propertiesNiklas Haas2016-06-081-43/+34
* player: remove unused return valuewm42016-06-081-6/+3
* player: tell user about --force-seeking if demuxer is not seekablewm42016-06-081-1/+2
* build: silence -Wunused-resultNiklas Haas2016-06-072-3/+3
* vo_opengl: expose performance timers as propertiesNiklas Haas2016-06-071-0/+43
* ytdl: fix brightcove urlsRicardo Constantino2016-05-301-3/+5
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-1/+2
* vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-281-0/+3
* command: add playlist-pos-1 propertywm42016-05-261-6/+20
* ytdl_hook: support multi-arc subtitlesRicardo Constantino2016-05-231-1/+20
* ta: remove old and redundant macrowm42016-05-171-1/+1
* lua: add timer:is_enabled() functionJulian2016-05-141-0/+4
* ytdl_hook: Just check if protocol is rtmpRicardo Constantino2016-05-141-1/+1
* video: add --hwdec=auto-copy modewm42016-05-111-2/+0
* player: restore usual seeking behaviorwm42016-05-091-16/+31
* video: refactor how VO exports hwdec device handleswm42016-05-094-13/+17
* win32: make taskbar progress indication optionalmaniak13492016-05-082-4/+31
* command: use NBSP for spacing after current marker for OSD listswm42016-05-041-2/+2
* command: change some hwdec propertieswm42016-05-041-0/+47
* command: slightly nicer OSD list formattingwm42016-05-031-19/+17
* osd: make osd_ass_0/1 defineswm42016-05-031-2/+2
* command: don't seek immediately when setting a-b loop when pausedwm42016-04-281-5/+5
* player: strictly wait until done when backsteppingwm42016-04-271-1/+1
* lavfi: shut up false positive compiler warningswm42016-04-261-2/+8
* player: fix memleak when using video-frame-infotrUSTssc2016-04-241-0/+1
* player: always show the first frame in DS modewm42016-04-241-0/+4
* player: assume video forwards timestamps jumps only with some formatswm42016-04-241-1/+1
* player: force VO reconfig when unselecting video trackwm42016-04-231-1/+1
* player: cleaner determination of current playback PTSwm42016-04-232-9/+11
* player: eagerly redraw OSD when seeking with coverartwm42016-04-231-1/+2
* player: fix OSD bar chapter markswm42016-04-221-1/+1
* command: if only ab-loop-b is set, loop from start of filewm42016-04-212-8/+13
* player: force wakeup on playback restartwm42016-04-201-0/+1
* player: really start audio only once video is readywm42016-04-201-5/+10
* player: reduce some timer callswm42016-04-201-4/+5
* player: minor simplification to buffering property updateswm42016-04-201-9/+4
* player: simplify an aspect of buffering determinationwm42016-04-194-18/+35
* player: loop on end of file if ab-loop-b is unsetwm42016-04-182-5/+9
* command: log property set callswm42016-04-152-8/+17
* command: allow setting panscan etc. properties if no video is activewm42016-04-151-4/+1
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEwm42016-04-151-34/+18
* player: fix use-after-free with --screenshot-directorywm42016-04-141-1/+2
* command: add keepaspect propertywm42016-04-081-0/+1
* player: hide cache in status line by default againwm42016-03-301-1/+1
* cache: use a single STREAM_CTRL for various cache infowm42016-03-294-46/+38
* command: add video-stereo-mode propertywm42016-03-281-0/+1
* player: fix breakage when combining 3D and rotate auto-filterswm42016-03-281-9/+5
* player: remove auto-inserted filters before adding them againwm42016-03-281-1/+11
* player: fix --stream-dump exit codewm42016-03-261-1/+1
* player: add wv to list of external audio file extensionsMartin Herkt2016-03-261-0/+1
* lua: don't require key for mp.add_key_binding()wm42016-03-261-3/+4
* ipc: add Windows implementation with named pipesJames Ross-Gowan2016-03-231-2/+0
* command: change "cache-speed" OSD formattingwm42016-03-221-4/+9
* command: add cache-speed propertywm42016-03-201-1/+17
* lua: don't suspend core by default during script executionwm42016-03-181-1/+1
* command: dump tracklist if sub-add is run with the "cached" flagwm42016-03-141-0/+2
* player: add missing audio reconfig eventswm42016-03-131-0/+4
* ytdl_hook: handle optional format_note▟ ▖▟ ▖2016-03-101-1/+1
* demux: replace demux_pause/demux_unpause with demux_run_on_threadwm42016-03-091-7/+17
* command: change stream-pos semanticswm42016-03-091-12/+2
* osd: cleanup: make OSDTYPE_ constants private to OSD codewm42016-03-084-10/+8
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callswm42016-03-081-3/+4
* osc: fix mouse areaswm42016-03-081-1/+1
* osd, lua: remove weird OSD scalingwm42016-03-072-35/+40
* sub: make preloading more robustwm42016-03-062-11/+4
* sub: pass all attachments to the subtitle decoderwm42016-03-031-1/+25
* command: fix property notification for cache-buffering-statewm42016-03-021-1/+1
* command: add encoder-list propertywm42016-03-011-1/+14
* command: export canonical ffmpeg version identifierwm42016-02-291-0/+11
* command: export list of all decoderswm42016-02-291-0/+32
* command: export more information under track-listwm42016-02-291-3/+21
* player: simplify mp_seek()wm42016-02-281-55/+46
* demux: remove relative seekingwm42016-02-283-14/+5
* osc: add always-on mode and unify visibility mode (always/never/auto)Avi Halachmi (:avih)2016-02-271-6/+61
* osc: fix runtime enable_osc(true/false)Avi Halachmi (:avih)2016-02-271-4/+11
* player: minor simplificationwm42016-02-274-18/+13
* player: slightly simplify how demuxer streams are enabled/disabledwm42016-02-255-42/+31
* player: fix --force-window behaviorwm42016-02-251-2/+2
* player: honor --force-window if video is selected, but inactivewm42016-02-241-4/+10
* player: remove pointless callwm42016-02-231-1/+0
* player: simplify enabling demuxer threadswm42016-02-231-17/+6
* player: remove unused MPContext.stream fieldwm42016-02-233-11/+1
* player: remove MPContext.sources fieldswm42016-02-232-17/+4
* player: remove initial seek on playback startwm42016-02-181-2/+0
* player: remove old timeline/ordered chapters supportwm42016-02-155-277/+51
* audio/video: expose codec info as separate fieldwm42016-02-152-0/+2
* video: remove pointless parameter indirectionwm42016-02-151-1/+1
* player: add on_preloaded hookwm42016-02-151-0/+16
* player: restore old/correct --force-window behaviorwm42016-02-151-0/+3
* client API: handle double->int64 conversion correctlywm42016-02-131-1/+3
* lavfi: dump the filter graphwm42016-02-121-0/+13
* player: remove dead codewm42016-02-122-2/+2
* player: remove double assignment in declarationwm42016-02-121-1/+1
* player: abort loading if there is a problem with complex filterswm42016-02-101-5/+11
* lavfi: stop playback on some unrecoverable situationswm42016-02-101-1/+3
* player: assume setlocale() returns NULL if locales are not supportedwm42016-02-101-1/+1
* player: fix crash if no video decoder can be initializedwm42016-02-101-0/+1
* player: force refresh seek when changing audio filterswm42016-02-093-4/+18
* player: add --external-file optionwm42016-02-081-14/+12
* lavfi: fix EOF casewm42016-02-061-3/+4
* audio: fix EOF handling if nothing could be decoded at allwm42016-02-061-0/+4
* player: remove some further current_track dependencieswm42016-02-052-9/+7
* lavfi: fix build on Libavwm42016-02-051-0/+2
* player: add complex filter graph supportwm42016-02-057-52/+1074
* player: move audio and video decoder init to separate functionswm42016-02-053-33/+74
* player: simplify error_on_track()wm42016-02-051-15/+13
* options: set fs=yes by default on RPI, and change RPI defaults handlingwm42016-02-051-0/+5
* input: ignore --input-cursor for events injected by input commandswm42016-02-041-6/+6
* sub: implement "sub-seek 0"wm42016-02-041-1/+1
* command: fix track cycling logicwm42016-02-031-9/+4
* command: show original aspect in video-aspect property toowm42016-02-021-16/+19
* player: refactor: reduce some dependencies on current_trackwm42016-02-013-24/+15
* player: use different variable to indicate coverartwm42016-02-014-17/+15
* audio/video: merge decoder return valueswm42016-02-012-7/+7
* audio: use brutal resync only on larger PTS discontinuitieswm42016-01-311-2/+4
* audio: fix a case of going to sleep before playback startwm42016-01-311-0/+1
* vd_lavc: allow switching between hw/sw decoding any timewm42016-01-291-2/+1
* player: refactor: some more minor decoder/output decouplingwm42016-01-293-16/+22
* audio: refactor: separate audio init and filter/output initwm42016-01-291-47/+62
* audio: move pts reset checkwm42016-01-292-2/+16
* player: fix initial audio sync in certain caseswm42016-01-293-6/+2
* video: fix coverart switchingwm42016-01-271-2/+3
* command: always allow setting volume/mute propertieswm42016-01-261-5/+17
* video: slightly improve video stream switchingwm42016-01-261-0/+5
* audio: fix spdif PCM fallbackwm42016-01-251-0/+2
* audio: release pending audio frame on seekingwm42016-01-251-0/+2
* video: limit maximum number of VO frames correctlywm42016-01-241-1/+1
* player: free queued audio frame on uninitwm42016-01-231-0/+1
* command: add af-command commandwm42016-01-221-0/+6
* command: add vf-command commandwm42016-01-221-0/+6
* video: don't wait for last video frame in the normal casewm42016-01-221-4/+8
* sub: change when/how subtitles are read completelywm42016-01-221-12/+8
* audio: refactor: move MPContext.ao_buffer fieldwm42016-01-222-25/+22
* player: fix some oversights in video refactoringwm42016-01-221-5/+10
* player: refactor: eliminate MPContext.d_audiowm42016-01-226-37/+57
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-224-53/+175
* player: never show "DS: (unavailable)"wm42016-01-201-3/+6
* audio: remove initial decoding retry limitationwm42016-01-191-8/+0
* audio: move dec_audio.pool to ad_spdifwm42016-01-191-1/+0
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-197-44/+44
* command: fix NULL pointer deref in "video-codec" propertywm42016-01-181-1/+1
* demux: disable stream cache if no tracks are selectedwm42016-01-181-1/+4
* demux: remove unused flagwm42016-01-181-3/+1
* player: refactor: eliminate MPContext.d_videowm42016-01-179-100/+109
* player: refactor: eliminate MPContext.d_subwm42016-01-175-62/+74
* command: modify OSD message when forcing original video aspect ratiowm42016-01-161-0/+7
* video: refactor: disentangle decoding/filtering some morewm42016-01-164-92/+68
* osd: make osd-width/height properties watchablewm42016-01-151-1/+1
* global: add client API pointer to library handlewm42016-01-153-0/+9
* video: refactor: slightly disentangle video filteringwm42016-01-151-43/+32
* video: fix interactively changing aspect ratiowm42016-01-141-1/+1
* player: prefer "service_name" as media title.Oliver Freyermuth2016-01-141-0/+3
* player: implement SWITCH for dvb-channel-name property, add binding.Oliver Freyermuth2016-01-141-0/+8
* player: remove unused last_dvb_step member.Oliver Freyermuth2016-01-142-4/+0
* player, stream_dvb: implement dvb-channel-name property.Oliver Freyermuth2016-01-141-0/+22
* video: decouple filtering/decoding slightly morewm42016-01-144-95/+119
* player: remove stale declarationwm42016-01-141-1/+0
* video: refactor: shuffle code aroundwm42016-01-142-0/+74
* video: refactor: handle video format fixups closer to decoderwm42016-01-143-7/+9
* player: simplify backsteppingwm42016-01-124-117/+38
* player: handle hrseek framedrop correctlywm42016-01-122-2/+2
* demux: merge sh_video/sh_audio/sh_subwm42016-01-125-19/+18
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-1112-12/+12
* player: eliminate demux_get_next_pts()wm42016-01-114-20/+6
* ytdl: Include Referer header as wellYen Chi Hsuan2016-01-101-3/+6
* player: detect audio PTS jumps, make video PTS heuristic less aggressivewm42016-01-092-13/+9
* player: reset playback abort when reloading a filewm42016-01-071-0/+1
* player: make watch later/resume work when "playing" directorieswm42016-01-062-9/+63
* video: fix debug messagewm42016-01-061-1/+1
* audio: update outdated commentwm42016-01-051-3/+4
* player: make sure streams are selected with ordered chapterswm42016-01-031-3/+3
* Update copyright yearwm42016-01-011-1/+1
* video: do not disable hr-seek framedrop too earlywm42015-12-301-7/+5
* sub: change how subtitles are readwm42015-12-294-57/+24
* sub: refactor initializationwm42015-12-271-16/+20
* sub: minor refactor how video FPS for MicroDVD is setwm42015-12-271-4/+4
* command: replace ROUND() with lrint()wm42015-12-261-5/+4
* sub: destroy/recreate ASS_Renderer when disabling/enablings subswm42015-12-261-0/+2
* sub: always recreate ASS_Renderer on subtitle decoder reinitwm42015-12-264-112/+1
* sub: cache subtitle state per track instead of per demuxer streamwm42015-12-263-35/+27
* command: change heuristic for files with 1 chapterwm42015-12-251-2/+3
* player: fix previous commitwm42015-12-251-11/+17
* options: add --audio-file-pathswm42015-12-251-15/+22
* sub: clear subtitle list when crossing timeline boundarywm42015-12-251-0/+6
* command: fix eof-reached property change notification in corner caseswm42015-12-241-2/+2
* demux: remove weird tripple-buffering for the sh_stream listwm42015-12-233-12/+14
* input: add key name to script-binding command responsewm42015-12-231-2/+2
* player: minor simplificationwm42015-12-232-5/+3
* vf_yadif: change defaultswm42015-12-211-1/+1
* video: switch from using display aspect to sample aspectwm42015-12-194-21/+19
* sub: remove unused video width/height headerswm42015-12-181-3/+0
* player: init playback speed correctlywm42015-12-101-0/+2
* sub: allow feeding bitmap subs in advancewm42015-12-051-2/+2
* player: remove redundant checkwm42015-12-051-1/+1
* player: don't make display-sync panic on timestamp discontinuitieswm42015-12-041-2/+2
* player: resync audio only on larger timestamp discontinuitieswm42015-12-041-2/+2
* client API: disallow masking MPV_EVENT_SHUTDOWNwm42015-12-021-0/+2
* osd: do not let OSD messages overwrite --osd-msgN textwm42015-11-291-14/+8
* vo_opengl: fix interpolation with display-syncwm42015-11-281-1/+2
* player: fix commit 50bb209awm42015-11-281-1/+1
* vo: change vo_frame field unitswm42015-11-271-1/+2
* player: always disable display-sync on desyncswm42015-11-272-22/+13
* player: make display-vdrop mode do what the manpage claimswm42015-11-261-4/+7
* command, vo: add estimated-display-fps propertywm42015-11-251-1/+30
* player: log some more display-sync informationwm42015-11-251-3/+6
* win32: don't show progress indicator in idle modeJames Ross-Gowan2015-11-231-1/+3
* command: export some per-video-frame informationwm42015-11-221-0/+25
* player: replace mistimed-frame-count with vsync-ratio on status linewm42015-11-181-1/+3
* player: make timeline switching slightly nicerwm42015-11-183-30/+27
* player: remove OSD subtitle render pathwm42015-11-174-63/+12
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-168-45/+15
* player: handle rebasing start time differentlywm42015-11-166-37/+30
* win32: support taskbar button progress indicatorMartin Herkt2015-11-153-0/+23
* player: account for minor VO underrunswm42015-11-141-2/+2
* player: remove unused fieldwm42015-11-142-2/+0
* player: fix audio drift computation at different playback speedswm42015-11-141-8/+9
* player: stricter framedrop thresholdwm42015-11-131-3/+2
* player: try to compensate actual audio driftwm42015-11-132-0/+41
* player: change display-sync audio speed only if neededwm42015-11-131-38/+48
* player: remove display_sync_disable_counterwm42015-11-132-11/+8
* command: add vsync-ratio propertywm42015-11-133-6/+33
* player: compute required display-sync speed change differentlywm42015-11-131-22/+36
* player: smooth out frame durations by averaging themwm42015-11-131-1/+1
* player: refactor display-sync frame duration calculationswm42015-11-135-134/+98
* player: always require a future frame with display-sync enabledwm42015-11-131-2/+6
* command: rename vo-missed-frame-count propertywm42015-11-132-13/+7
* player: less naive roundingwm42015-11-111-1/+1
* player: silence sporadic error messages on audio initwm42015-11-101-1/+1
* external_files: deduplicate bstr functionsKevin Mitchell2015-11-091-20/+4
* command: make display-fps property writablewm42015-11-091-7/+9
* player: use input instead of output format for spdif checkwm42015-11-041-1/+1
* audio: do not require full audio chain reinit for speed changeswm42015-11-041-57/+66
* player: move audio speed adjustment codewm42015-11-041-54/+60
* audio: strictly align audio on spdif frameswm42015-11-041-3/+7
* options: handle terminal/logging settings eagerlywm42015-11-041-0/+1
* player: fix display-sync adrop speed limitingwm42015-11-041-1/+2
* player: limit speed change in display-sync adrop modewm42015-11-032-0/+9
* player: another fix to A/V difference calculation in display-sync modewm42015-11-011-1/+1
* video: fix another A/V difference bug in display-sync modewm42015-10-311-2/+3
* command: add mistimed-frame-count propertywm42015-10-303-3/+18
* video: fix framedrop accounting in display-sync modewm42015-10-301-2/+0
* player: raise display sync desync tolerancewm42015-10-281-5/+2
* player: reset AO stats on pause and other discontinuitieswm42015-10-281-1/+3
* player: simplify display-adrop mode safeguardwm42015-10-281-8/+1
* player: minor refactor for A/V diff computationwm42015-10-281-19/+27
* player: fix display sync A/V difference estimation on dropswm42015-10-281-0/+2
* player: disable total-avsync-change update in display-sync modewm42015-10-271-0/+4
* player: fix display-sync A/V calculation on high playback speedswm42015-10-271-0/+1
* player: add audio drop/duplicate modewm42015-10-273-1/+39
* player: simplify audio sync pts calculationwm42015-10-271-1/+1
* client API: change error string if playback fails completelywm42015-10-261-1/+1
* ytdl: disable --all-subs if "sub-lang" is in raw-optionsRicardo Constantino2015-10-241-1/+9
* command: make bitrate properties work correctly for external trackswm42015-10-231-2/+7
* command: do not return 0 for bitrates if unknownwm42015-10-231-0/+2
* player: offset chapter display by start timewm42015-10-231-1/+2
* player: be slightly less prone to framedrop in display sync modewm42015-10-191-3/+7
* player: do not use copysign()wm42015-10-191-1/+1
* command: make time properties unavailable if timestamp is unknownwm42015-10-164-15/+30
* player: fix an adjustment in display sync modewm42015-10-141-1/+1
* player: fix inverted conditionwm42015-10-131-1/+1
* ytdl: Set a proper label for external audio tracksChrisK22015-10-111-3/+3
* ytdl: Remove DASH hacks, use DASH by defaultChrisK22015-10-111-10/+12
* player: fix missed wakeup on video EOFwm42015-10-091-0/+3
* audio: add AO deviation loggingwm42015-10-082-0/+27
* audio: make spdif re-probe from normal decoding workwm42015-10-061-1/+10
* audio: re-probe spdif if AO is reloadedwm42015-10-061-1/+3
* player: make stop command actually stopwm42015-10-062-2/+2
* video: remove user-controllable PTS sorting (--pts-association-mode)wm42015-10-061-2/+0
* ytdl: Remove version check and minor cleanupChrisK22015-10-061-55/+22
* audio: add option for falling back to ao_nullwm42015-10-051-4/+6
* player: add wav to list of external audio file extensionswm42015-10-041-1/+2
* video/out: remove an unused parameterwm42015-10-032-2/+2
* player: print tags under different log prefixwm42015-10-011-2/+4
* ytdl: Don't override user-set format in no-video modeChrisK22015-09-301-11/+23
* video: replace vf_format outputlevels option with global optionwm42015-09-292-5/+6
* player: fix another --force-window bugwm42015-09-231-1/+1
* player: fix excessive CPU usage in audio-only modewm42015-09-221-3/+4
* player: some more --force-window fixeswm42015-09-212-12/+17
* player: do not destroy VO prematurely when initializing playbackwm42015-09-201-1/+2
* player: rename and move find_subfiles.cwm42015-09-203-1/+320
* player: make force-window in auto-profiles actually workwm42015-09-204-29/+36
* player: make force-window=immediate work in auto-profileswm42015-09-201-0/+3
* af_lavfi: implement af-metadata propertywm42015-09-111-10/+21
* command: make "add <property> 0" not change the valuewm42015-09-101-4/+2
* osd: delay libass initialization as far as possiblewm42015-09-071-0/+2
* options: fix --no-configwm42015-09-051-2/+0
* player: log error code on playback exitwm42015-09-031-0/+2
* screenshot: avoid confusing template error message with no fileKevin Mitchell2015-09-021-9/+11
* osc: reinit on playlist changesKevin Mitchell2015-08-291-0/+1
* player: slightly better error reporting when opening file failswm42015-08-281-2/+7
* client API: improve an error messagewm42015-08-281-1/+1
* osc: exit tick immediately if disabled.torque2015-08-281-0/+2
* ytdl: catch bogous extractor infoChrisK22015-08-271-12/+12
* video: disable interpolation during framesteppingwm42015-08-251-0/+1
* audio: don't sleep when finishing audio resyncwm42015-08-231-1/+1
* player: add --playlist-pos optionwm42015-08-221-1/+8
* command: make the playback-time property writablewm42015-08-211-0/+5
* player: return better guess for playback time during seekswm42015-08-211-13/+27
* player: deliver IDLE event after uninitializing statewm42015-08-201-1/+1
* video: don't decode 2 frames ahead with display-syncwm42015-08-191-2/+1
* stream: provide a stream_get_size() convenience functionwm42015-08-181-2/+1
* player: actually close files on playback endwm42015-08-151-1/+1
* player: use OSD formattin for DS on the terminal status linewm42015-08-121-1/+5
* demux: remove redundant demux_chapter.name fieldwm42015-08-122-7/+2
* osc: avoid annoying verbose mode log spamwm42015-08-101-6/+22
* player: add display sync modewm42015-08-105-6/+267
* player: separate controls for user and video controlled speedwm42015-08-105-22/+59
* player: redo estimated-vf-fps calculationwm42015-08-104-7/+81
* command: improve A-B loop OSD messageswm42015-08-101-2/+2
* player: raise maximum idle timewm42015-08-071-1/+1
* lua: implement input_enable_section/input_disable_section via commandswm42015-08-064-38/+14
* lua: make mp.input_define_section use the define-section commandwm42015-08-062-21/+7
* command: add a command for defining input bindingswm42015-08-061-0/+5
* command: always make video-aspect property accessiblewm42015-08-041-14/+14
* command: fix video-aspect property update notificationwm42015-08-041-1/+1
* osc: completely disable if no VO window existswm42015-08-041-1/+7
* command: make auto-deinterlacing output at field ratewm42015-08-041-1/+1
* player: use demux_open_url() to open main fileswm42015-08-041-61/+24
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-036-430/+0
* video: unbreak EOF with video-only files that have timestamp resetswm42015-08-031-1/+2
* audio: fix --end handling (again)wm42015-08-031-5/+2
* audio: remove questionable speed change adjustmentwm42015-08-011-3/+0
* video: move frame duration code to a separate functionwm42015-08-011-11/+23
* ytdl: get start_timeRicardo Constantino2015-07-291-0/+6
* ytdl: print command in debug modeRicardo Constantino2015-07-291-0/+1
* command: let track properties return option value in idle modewm42015-07-291-1/+5
* video: move up vo_frame setupwm42015-07-281-12/+12
* video: always decode at least 2 frames in advancewm42015-07-261-5/+1
* audio: remove an unused parameterwm42015-07-241-3/+2
* audio: fix EOF state with --keep-openwm42015-07-241-1/+1
* command: add property indicating per-file optionswm42015-07-231-0/+1
* video: always re-probe auto deint filter on filter reconfigwm42015-07-213-10/+24
* vo: minor simplification for queue size handlingwm42015-07-202-3/+3
* command: add track-list/N/audio-channels propertydeuiore2015-07-181-0/+8
* player: show larger cache sizes in MB on status linewm42015-07-141-1/+5
* player: add missing \n to a messagewm42015-07-131-1/+1
* sub: call ass_set_fonts() only oncewm42015-07-131-10/+3
* player: extend --hls-bitrate optionwm42015-07-131-4/+10
* player: put --term-playing-msg in a separate log categorywm42015-07-131-1/+3
* player: parse and expose m3u playlist titleswm42015-07-101-2/+3
* video: don't force video refresh if video is restartingwm42015-07-101-1/+3
* player: refactor chapter seek codewm42015-07-103-24/+7
* client API: fix mpv_get_property_async() string casewm42015-07-101-1/+1
* player: never overwrite stop_play fieldwm42015-07-085-13/+21
* command: allow changing deinterlace property any timewm42015-07-081-1/+1
* command: make deinterlace property use interlaced-only yadif modewm42015-07-071-1/+1
* player: add missing include directivewm42015-07-061-0/+1
* sub: protect ASS_Renderer statewm42015-07-063-1/+8
* player: simplify reload logicwm42015-07-024-20/+15
* player: remove automatic DVB channel advancement on no datawm42015-07-021-6/+0
* player: unentangle --stream-dumpwm42015-07-023-12/+15
* vo: change internal API for drawing frameswm42015-07-011-11/+21
* video: pass future frames to VOwm42015-07-012-34/+62
* player: slim down A/V desync warningwm42015-06-301-17/+5
* x11: Handle external fullscreen togglesEduardo Sánchez Muñoz2015-06-281-1/+1
* demux: export forced flagwm42015-06-273-3/+11
* ytdl: don't print failure warning when youtube-dl was killed by uswm42015-06-271-3/+5
* subprocess, lua: export whether the process was killed by uswm42015-06-271-0/+2
* Disable DVD and BD menu support (to be removed)wm42015-06-261-0/+2
* audio: fix format function consistency issueswm42015-06-261-3/+3
* audio: output human-readable channel layouts toowm42015-06-251-0/+1
* player, demux: replace some demux_open() uses with demux_open_url()wm42015-06-241-12/+6
* player: increase tick event update frequencywm42015-06-231-1/+1
* command: export stereo 3D tagswm42015-06-231-0/+4
* client API: allow using msg-level option for log messageswm42015-06-201-0/+3
* osc: time display configuration optionsTeoh Han Hui2015-06-191-2/+4
* player: add some debug output for seekingwm42015-06-182-0/+5
* player: actually play videowm42015-06-181-1/+1
* client API: fix logging memory leakwm42015-06-181-0/+1
* player: make decoding cover art more robustwm42015-06-181-3/+18
* command: do not exit playback if the B point of A-B loop is past EOFwm42015-06-163-18/+25
* player: do not exit when a seek gets queuedwm42015-06-161-0/+4
* lua: support MPV_END_FILE_REASON_REDIRECTwm42015-06-111-0/+1
* client API: add MPV_END_FILE_REASON_REDIRECTwm42015-06-111-2/+4
* client API: leave mpv_event_end_file.error to 0 on no errorwm42015-06-111-2/+2
* lua: export end-file event fieldswm42015-06-111-0/+20
* command: add keypress, keydown, and keyup commands.torque2015-06-111-0/+30
* audio: add some change notificationswm42015-06-091-0/+4
* command: fix audio-out-detected-device propertywm42015-06-091-2/+3
* command: remove unnecessary event IDswm42015-06-092-4/+0
* command: make property event mask matching more restrictivewm42015-06-091-1/+2
* ytdl_hook: Support 'multi_video' resultsJaime Marquínez Ferrándiz2015-06-071-1/+1
* audio: add --audio-spdif as new method for enabling passthroughwm42015-06-052-1/+18
* audio: do not allow AO to change passthrough formatswm42015-06-051-7/+17
* video: remove worthless log messagewm42015-06-051-6/+0
* vf_sub: minor simplificationwm42015-06-051-2/+1
* audio: do not exit when loading small files in paused modewm42015-06-041-1/+1
* player: print track list when switching trackswm42015-06-031-0/+4
* player: print a message along with track listwm42015-06-033-7/+9
* player: don't print stream list when adding external tracks during loadwm42015-06-031-5/+7
* audio: remove an old hackwm42015-05-301-10/+1
* player: restore video-aspect on playback resumewm42015-05-291-0/+1
* lua: fix options submodulewm42015-05-292-2/+7
* command: remove deprecated get_property commandwm42015-05-271-34/+0
* options: remove --slave-brokenwm42015-05-271-6/+0
* player: set cocoa input context at an earlier pointwm42015-05-271-4/+4
* player: load scripts at an earlier pointwm42015-05-271-4/+4
* command: better choice when to allow playback-related commandswm42015-05-261-16/+16
* command: fix track property when no file is loadedwm42015-05-261-2/+8
* player: fix crashes when adding external tracks before loading main filewm42015-05-264-40/+30
* input: allow - as separator between commands, instead of _wm42015-05-251-5/+5
* command: change the hwdec propertieswm42015-05-251-30/+43
* video: do not use MP_NOPTS_VALUE for A/V differencewm42015-05-243-7/+3
* player: add function to compute past frame durationswm42015-05-243-17/+28
* command: add protocol-list propertywm42015-05-231-0/+16
* ytdl: do not use deprecated optionwm42015-05-231-1/+1
* command: allow changing track properties while no file is loadedwm42015-05-221-16/+20
* player: use an array for stream ID options and suchwm42015-05-223-37/+25
* command: deprecate audio-sampleratewm42015-05-221-43/+2
* command: add audio-params and audio-out-params propertieswm42015-05-221-1/+40
* command: rename audio-format propertywm42015-05-221-4/+6
* options: rename --media-title optionwm42015-05-221-1/+1
* command: deprecate the "length" propertywm42015-05-222-9/+9
* command: add a new property deprecation mechanismwm42015-05-221-0/+29
* audio: change range of volume option/propertywm42015-05-221-2/+2
* command: explicitly show mouse cursor when unfullscreeningwm42015-05-211-2/+6
* command: refactor if/else statements to switchRobin2015-05-201-11/+19
* video: force audio resync after video discontinuitywm42015-05-201-0/+1
* video: better heuristic for timestamp resetswm42015-05-201-2/+13
* audio: fix resync issue differentwm42015-05-191-1/+3
* command: change OSD symbol for absolute perc. seekrrooij2015-05-191-2/+4
* audio: avoid wasting CPU due to continuous wakeupwm42015-05-191-1/+2
* command: use consistent comment stylerrooij2015-05-191-1/+1
* input: add relative percentage seekrrooij2015-05-191-0/+5
* command: add playlist_shuffle commandwm42015-05-171-0/+5
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-111-2/+4
* Always block SIGPIPE globallywm42015-05-111-0/+7
* ytdl_hook: remove tabswm42015-05-091-5/+5
* player: reuse a functionwm42015-05-091-5/+1
* player: make resuming playlists less noisy in verbose modewm42015-05-093-15/+16
* player: avoid undefined behavior when resumign DVD/BD playbackwm42015-05-091-3/+3
* path: make mp_path_join accept normal C stringswm42015-05-094-6/+6
* lua: remove deprecated "lua" sub directorieswm42015-05-092-29/+9
* player: add --force-window=immediate modewm42015-05-081-0/+2
* player: use profiles for libmpv and encoding defaultswm42015-05-072-24/+32
* m_config: make m_config_set_profile() use a namewm42015-05-071-2/+2
* ytdl_hook: Escape EDL URLsChrisK22015-05-071-1/+3
* path: start special espansion with ~~name instead of ~namewm42015-05-031-1/+1
* options: fix typo in variable namewm42015-05-031-1/+1
* options: remove --leak-reportwm42015-05-021-11/+3
* win32: move platform specifics to osdepwm42015-05-021-25/+0
* build: move main-fn files to osdepwm42015-05-024-71/+1
* cocoa: always compile OSX application code with cocoawm42015-05-021-2/+2
* player: handle hotplug events in idle mode toowm42015-05-021-0/+1
* screenshots: create screenshot dirwm42015-05-021-0/+2
* screenshots: change default directory in pseudo-gui mode to desktopwm42015-05-011-1/+2
* screenshots: add --screenshot-directory optionwm42015-05-011-0/+8
* player: properly destroy client context if thread can't be createdwm42015-04-301-1/+4
* command: let sub_reload remove the old track firstwm42015-04-281-8/+10
* player: log track list when adding or removing external fileswm42015-04-283-5/+16
* player: clamp display time to known time range on seekingwm42015-04-281-0/+7
* osc: redo slider position translationChrisK22015-04-281-33/+55
* ytdl_hook.lua: Change format options when vid is "off"robin2015-04-271-6/+7
* player: fix removing external tracks at runtimewm42015-04-271-1/+9
* player: flush decoder even if cover art is decodedwm42015-04-241-1/+1
* player: don't show A/V desync message in non-sense situationswm42015-04-241-2/+2
* osc: add nil check for element.eventresponderwm42015-04-231-1/+1
* demux_mkv: move global options to the demuxerwm42015-04-231-2/+0
* lua: add utils.format_json() functionwm42015-04-221-0/+18
* osc: paint over a crashwm42015-04-221-4/+6
* player: do not load encoding config files in non-encoding modewm42015-04-211-8/+6
* command: demuxer-cache-time propertyxylosper2015-04-211-1/+21
* player: cleanup update_fps() functionwm42015-04-202-13/+5
* video: cleanup some old log messageswm42015-04-201-0/+2
* client API: add a screenshot_raw commandwm42015-04-203-0/+52
* client API: add MPV_FORMAT_BYTE_ARRAY typewm42015-04-201-0/+3
* client API: add glue for making full use of mpv_command_node()wm42015-04-204-10/+14
* player: change video-bitrate and audio-bitrate propertieswm42015-04-201-47/+28
* command: disc-mouse-on-button propertyxylosper2015-04-213-0/+33
* vf_screenshot: remove this filterwm42015-04-161-6/+1
* command: let screenshot_to_file command overwrite fileswm42015-04-161-5/+0
* video: do not show decoder framedrops if they're not requestedwm42015-04-161-1/+2
* subprocess: move implementation for deatched subprocesseswm42015-04-151-34/+1
* player: silence spam in verbose mode when playing audio with cover artwm42015-04-141-1/+1
* Update license headersMarcin Kurczewski2015-04-1314-70/+56
* main-fn-win: fix handle validity check for XPJames Ross-Gowan2015-04-111-1/+2
* win32: use pseudo-gui profile when started without stdioJames Ross-Gowan2015-04-111-6/+35
* win32: only attach to the console from mpv.comJames Ross-Gowan2015-04-111-0/+5
* win32: use a platform-specific unicode entry-pointJames Ross-Gowan2015-04-113-8/+24
* player: use config parser for setting up pseudo-gui profilewm42015-04-101-9/+7
* player: change pseudo-gui settingswm42015-04-101-2/+1
* player: do not accidentally init terminalwm42015-04-101-2/+1
* ytdl: set additional properties for rtmp streamsSebastian Mayr2015-04-091-3/+21
* ytdl_hook.lua: Disable video when vid option is "no"robin2015-04-091-0/+7
* vo_opengl_cb: deprecate mpv_opengl_cb_render()wm42015-04-091-1/+6
* vo_opengl_cb: add a function to report vsync timewm42015-04-091-0/+4
* audio: change a detail about filter insertionwm42015-04-071-18/+1
* audio: avoid one more redundant audio filter reinitwm42015-04-071-2/+2
* screenshot: use GPU readback only for hardware decoded imageswm42015-04-071-1/+1
* command: new subproperty for video-params: gammaNiklas Haas2015-04-041-0/+5
* video: cleanup stereo mode parsingwm42015-04-021-1/+1
* player: add --idle --keep-open to pseudo-gui profilewm42015-04-021-0/+2
* player: add "pseudo-gui" profilewm42015-04-021-0/+8
* lua: reject Lua 5.3wm42015-04-011-0/+5
* command: remove unused functionwm42015-04-011-14/+0
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-120/+21
* build: make posix_spawn() mandatorywm42015-03-301-4/+0
* video: fix seek-to-last-framewm42015-03-261-3/+1
* player: relax assertion on mp_set_playlist_entryNiklas Haas2015-03-261-1/+1
* video: make frame skipping code slightly more readablewm42015-03-251-13/+8
* video: refactor aspects of queue and EOF handlingwm42015-03-251-41/+62
* lua: replace getcwd() implementationwm42015-03-242-14/+4
* command: add property returning current working directorywm42015-03-241-0/+20
* audio: increase maximum amount of audio skipped for seekingwm42015-03-241-1/+1
* client API: remove dead assignmentwm42015-03-231-1/+0
* video: use less technical language for PTS warningwm42015-03-231-1/+1
* encode: make --audio-channels=auto workwm42015-03-231-2/+4
* video: fix update of vo-configured propertywm42015-03-231-0/+1
* vo_opengl_cb: don't render OSD while VO is not createdwm42015-03-232-2/+1
* command: use mp_set_playlist_entrySai Ke WANG2015-03-221-3/+1
* player: fix seekability testwm42015-03-201-1/+1
* player: warn against non-monotonic video PTS only oncewm42015-03-181-8/+9
* player: refuse to write resume file with unseekable fileswm42015-03-181-0/+6
* osd: simplify an aspect of change detection handlingwm42015-03-181-1/+1
* command: don't drop audio buffers when switching filterswm42015-03-161-1/+0
* command: make "media-title" observablewm42015-03-151-1/+1
* command: fix display-fps property (again)wm42015-03-131-3/+3
* command: display-fps is the display FPS as assumed by the VOwm42015-03-121-4/+4
* player: dump list of satisfied deps instead of config.h with -vwm42015-03-111-1/+1
* command: allow changing some VO options even if VO wasn't created yetwm42015-03-111-4/+4
* player: fix crash when taking screenshots in idle modewm42015-03-111-0/+2
* audio: cut audio with spdif too on playback restartwm42015-03-101-3/+3
* command: add display-fps propertywm42015-03-101-1/+17
* player: restore --dump-statswm42015-03-101-6/+6
* audio: refuse to change playback speed with spdifwm42015-03-071-2/+4
* audio: make changing playback speed slightly more robustwm42015-03-071-32/+39
* Lua: add unpack shim for Lua 5.2/5.3 compatibility.torque2015-03-061-0/+2
* player: allow changing playback speed in early audio init stageswm42015-03-061-1/+1
* player: fix operation if command line is emptywm42015-03-061-10/+11
* player, client API: refactor cplayer init, reduce client API differenceswm42015-03-053-48/+51
* player: minor simplificationwm42015-03-051-3/+3
* player: use symbolic constant for seek precisionwm42015-03-044-29/+43
* input: use flag option type for some input commandswm42015-03-041-4/+11
* build: fix warnings with --disable-libasswm42015-03-041-2/+2
* audio: change playback speed directly in resamplerwm42015-03-021-10/+2
* player: refine rar:// playlist-safety handlingwm42015-03-021-3/+6
* Lua: add mp.get_screen_margins().torque2015-03-011-0/+12
* client API: make some more properties observablewm42015-02-271-1/+2
* player: adjust A/V desync messagewm42015-02-261-3/+3
* ytdl: add "--ytdl-params" optionThiago Kenji Okada2015-02-251-0/+7
* ytdl: add --no-warningswm42015-02-241-1/+1
* ytdl: Adapt to new subtitles structureJaime Marquínez Ferrándiz2015-02-241-9/+11
* encoding: allow encoding to channel configurations other than stereowm42015-02-231-1/+3
* player: fix demuxer lifetime managementwm42015-02-222-52/+43
* demux: add a demux_open_url() functionwm42015-02-201-9/+3
* demux: change demux_open() signaturewm42015-02-201-10/+10
* demux: add free_demuxer_and_stream() functionwm42015-02-201-9/+4
* player: move timeline scanning (ordered chapters etc.) to a threadwm42015-02-201-7/+15
* player: cosmetics: async/non-blocking -> reentrantwm42015-02-203-13/+13
* player: enable cache and demuxer thread for subtitles toowm42015-02-182-3/+7
* player: allow unsetting --term/osd-playing-msgwm42015-02-181-2/+2
* demux_edl: make independent from MPContextwm42015-02-172-6/+0
* demux_edl: move implementationwm42015-02-171-302/+0
* demux_cue: make independent from MPContextwm42015-02-172-5/+0
* demux_cue: move implementationwm42015-02-171-415/+0
* matroska: move timeline code to demux/wm42015-02-171-654/+0
* matroska: make timeline code independent of MPContextwm42015-02-173-114/+117
* player: use a separate context for timeline loader stuffwm42015-02-172-22/+46
* player: use a macro to remove an element from an arraywm42015-02-171-6/+1
* player: actually close files when using sub_removewm42015-02-171-13/+38
* command: add rescan_external_fileswm42015-02-163-4/+24
* command: nicer OSD message when setting audio-devicewm42015-02-161-0/+14
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-162-2/+4
* osxbundle: config file special case isn't needed anymorewm42015-02-151-6/+0
* player: undeprecate 'config' fileswm42015-02-151-22/+5
* player: fix audio-device-list updateswm42015-02-143-0/+8
* ao_coreaudio: add support for hotplug notificationsStefano Pigozzi2015-02-142-4/+10
* Fix build on OSX broken by previous commitwm42015-02-131-1/+1
* vf_vapoursynth: add display refresh rate propertyJulian2015-02-131-0/+2
* player: deprecate 'config' files (use mpv.conf), warn against clasheswm42015-02-131-5/+27
* command: mark get_property as deprecatedwm42015-02-131-0/+4
* demux: hack for instant stream switchingwm42015-02-131-0/+5
* encoding: fixed-vo option was removedwm42015-02-131-1/+0
* player: add a --loop=force modewm42015-02-122-8/+6
* osx: move code to unset input context to the right placewm42015-02-121-4/+4
* osx: move cocoa specific call out of common codewm42015-02-121-8/+0
* player: drop explicit exit() callswm42015-02-121-14/+9
* audio: add device change notification for hotpluggingwm42015-02-122-8/+14
* Revert "player: make --force-window create the window immediately on start"wm42015-02-121-1/+0
* player: use af_scaletempo when slowing down audio toowm42015-02-121-1/+1
* player: skip audio filter reinit on some types of speed changeswm42015-02-101-1/+11
* tl_matroska: only check the chapter count when adding chaptersBen Boeckel2015-02-061-3/+3
* tl_matroska: squeeze down the number of parametersBen Boeckel2015-02-061-62/+77
* player: do not autoload audio with audio files, enable autoloadingwm42015-02-051-0/+12
* matroska: warn against mismatching segmentswm42015-02-041-0/+49
* player: move timeline specific handling to timeline loaderswm42015-02-044-14/+14
* command: add on_unload hookwm42015-02-041-0/+10
* player: make --force-window create the window immediately on startwm42015-02-031-0/+1
* player: remove --fixed-vowm42015-02-033-7/+2
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-033-34/+37
* command: add property returning detected audio deviceStefano Pigozzi2015-02-031-1/+11
* command: add property returning detected hwdec APIwm42015-02-021-1/+32
* player: add external audio file auto-loadingwm42015-02-021-44/+58
* command: add properties returning the current VO and AO driverwm42015-02-021-2/+18
* client API: add mpv_wait_async_requests()wm42015-02-021-8/+12
* command: add dummy get implementation for tv-channel propertywm42015-02-021-0/+2
* player: dump audio jitter to stats filewm42015-02-011-4/+5
* command: send additional property change events in-between loadingwm42015-02-013-0/+3
* command: improve observability of some audio propertieswm42015-02-011-1/+2
* player: don't treat audio playback restart while paused specialwm42015-01-301-4/+1
* player: minor simplification in A/V-sync related codewm42015-01-302-10/+6
* Revert "player: allow seeking audio between video frames"wm42015-01-301-9/+1
* player: print desync message on negative A/V-sync toowm42015-01-301-1/+1
* player: rearrange some A/V-sync related codewm42015-01-301-6/+5
* player: use correct type for some relative timeswm42015-01-301-3/+3
* command: change sub-visibility OSD messagewm42015-01-291-1/+2
* player: move more code out of central playloop functionwm42015-01-291-58/+73
* player: remove redundant variablewm42015-01-295-12/+9
* player: allow seeking audio between video frameswm42015-01-281-1/+9
* player: enable hr-seek on audio after video endwm42015-01-281-1/+2
* player: demote matroska ordered chapter scanning messages to VerboseDiogo Franco (Kovensky)2015-01-281-1/+1
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILBen Boeckel2015-01-271-1/+1
* command: export more details about file seekabilitywm42015-01-261-0/+10
* player: fix framestep over timeline segment boundarieswm42015-01-261-0/+2
* options: list correct default value for --screenshot-templatewm42015-01-261-1/+1
* lua: do not use math.pow()wm42015-01-251-1/+1
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-1/+1
* ytdl: implement user-agent and cookie overrideswm42015-01-241-5/+34
* video: separate screenshot modeswm42015-01-231-24/+25
* input, player: new command for mouse eventxylosper2015-01-231-0/+19
* command: export file format as propertywm42015-01-231-0/+12
* player: some fixes for property notificationxylosper2015-01-232-4/+4
* video: handle hwdec screenshots differentlywm42015-01-221-0/+10
* client API: check locale, and reject anything other than "C" localewm42015-01-201-0/+16
* win32: remove check for SetPriorityClass()wm42015-01-201-3/+3
* audio: don't force any parameters if spdif is usedwm42015-01-201-5/+3
* demux_disc: pass seek flags to stream layerwm42015-01-191-3/+6
* client API: minor cleanupwm42015-01-191-17/+28
* client API: notify API user on event queue overflowwm42015-01-192-11/+23
* player: mention mpv encoding support for transcoding in desync. warningwm42015-01-191-1/+1
* video: fix waiting for last frame/format reconfigwm42015-01-191-1/+1
* x11: add --on-all-workspaces option and propertywm42015-01-161-0/+9
* command: unify handling of fullscreen and other VO flagswm42015-01-161-21/+12
* player: don't enable demuxer readahead before selecting trackswm42015-01-162-5/+6
* player: respect --untimed on last framewm42015-01-161-1/+3
* player: respect --untimed on video format changeswm42015-01-161-1/+1
* ytdl_hook: Check for empty playlistsChrisK22015-01-161-1/+7
* OSC: Reset all styles for idle messageChrisK22015-01-161-6/+6
* player: don't fall asleep on audio decoding errorswm42015-01-151-0/+2
* player: fix --stop-playback-on-init-failure on audio init failurewm42015-01-151-2/+1
* osc: fix disabling OSCwm42015-01-151-1/+5
* player: fallback to seek time for percent-pos propertywm42015-01-141-2/+2
* client API: fix log buffer overflow casewm42015-01-131-3/+3
* player: fix crash wtih --secondary-sidwm42015-01-131-2/+3
* tl_matroska: fix minor memory leak in error casewm42015-01-121-5/+7
* player: check sufficient track selection before destroying VOwm42015-01-121-9/+9
* win32: drop hacks for possibly broken static pthreads-win32 linkingwm42015-01-111-14/+0
* command: fix property naming conventionwm42015-01-101-2/+2
* command: change properties added in previous commitwm42015-01-101-10/+7
* command.c: new subproperties for video-params: bpp and depthxylosper2015-01-101-0/+12
* player: enable demuxer thread for external audio fileswm42015-01-101-0/+9
* player: change stream list terminal outputwm42015-01-091-2/+2
* tl_matroska: check chapter boundswm42015-01-091-2/+7
* video: fix timeline with some container formatswm42015-01-061-0/+2
* command: ignore chapter cycling if there's only 1 chapterwm42015-01-051-2/+5
* client API, vo_opengl_cb: properly uninit videowm42015-01-041-0/+1
* video: batch query_format callswm42015-01-032-3/+4
* ytdl: silence "succeeded" messagewm42015-01-031-1/+1
* vf_vapoursynth: pass through container FPS valuewm42015-01-031-10/+8
* x11: make display-names property observablewm42015-01-031-1/+1
* video: better pipelining with vf_vapoursynthwm42015-01-033-4/+26
* OSC: idlemessage: fix alignmentChrisK22015-01-021-3/+3
* OSC: add osc-message script command (wip)ChrisK22015-01-021-0/+5
* OSC: display "drop files here" message when idle + forced-windowChrisK22015-01-021-2/+52
* player: move terminal input init to a better placewm42015-01-021-3/+3
* player: print config.h contents in verbose modewm42015-01-021-6/+14
* command: make the "run" command work on Windows toowm42015-01-011-22/+35
* Update copyright yearwm42015-01-011-1/+1
* client API: add function to create new mpv_handles from existing oneswm42014-12-311-0/+14
* vo_opengl_cb: simplify API uninitializationwm42014-12-312-2/+13
* vo_opengl_cb: pass context directlywm42014-12-311-3/+1
* video: pass some VO params as structwm42014-12-312-6/+12
* command: make empty vf-metadata not an errorwm42014-12-301-11/+6
* options: expand ~ for the include optionStefano Pigozzi2014-12-301-1/+5
* command: add filtered-metadata propertywm42014-12-291-1/+12
* player: filter tags, add --display-tags optionwm42014-12-292-7/+8
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-294-15/+26
* command: stip path from playlist OSD displaywm42014-12-271-2/+8
* player: force stereo as default when encodingwm42014-12-271-0/+1
* player: fix random crashes on uninitializationwm42014-12-271-0/+1
* player: cosmetics: rename a functionwm42014-12-273-7/+7
* player: ordered chapters: cosmeticswm42014-12-261-54/+32
* player: ordered chapters: bullshit reductionwm42014-12-261-26/+5
* player: ordered chapters: filter missing chapterswm42014-12-261-0/+9
* command: overlay_add: more flexible treatment of offset parameterwm42014-12-261-8/+12
* win32: add mmap() emulationwm42014-12-261-9/+0
* player: hack against --keep-open misbehaving with broken fileswm42014-12-241-0/+2
* player: fix a typo in message outputwm42014-12-241-1/+1
* client API: fix compiler warning if openglcb API is disabledwm42014-12-221-1/+0
* vo_opengl_cb: free context on exitwm42014-12-221-0/+3
* client API: fix mpv_wakeup()wm42014-12-221-2/+2
* sub: reset sub decoder correctly when cycling subtitleswm42014-12-211-3/+1
* player: cosmetics: move code aroundwm42014-12-212-16/+15
* player: don't show "0%" percentage in infinite streamswm42014-12-202-4/+9
* player: print only changed tagswm42014-12-192-4/+24
* player: cosmetics: remove ancient commentwm42014-12-171-3/+0
* command: extend revert_seek commandwm42014-12-171-2/+10
* command: format ${avsync} like on terminal status linewm42014-12-161-0/+4
* client API: be more lenient about mpv_suspend/resume mismatcheswm42014-12-153-29/+53
* lua: cosmetics: fix some include directiveswm42014-12-151-3/+2
* scripting: fix/improve deprecation messagewm42014-12-151-3/+6
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-154-15/+32
* command, dvd: add property which returns list of DVD titleswm42014-12-131-0/+33
* options: add option for ignoring patch in resume mechanismwm42014-12-131-4/+8
* player: add a --keep-open=always modewm42014-12-121-1/+2
* command: add properties for current bitratewm42014-12-121-0/+23
* lua: don't ignore key press events for script key bindingswm42014-12-101-2/+2
* command: fix crash with some forms of script_bindingwm42014-12-101-1/+1
* player: update chapter marks when switching fileswm42014-12-101-0/+4
* command: add "idle" propertywm42014-12-101-2/+16
* player: change interaction between revert_seek and ab-loopswm42014-12-091-0/+1
* client API: expose OpenGL rendererwm42014-12-094-0/+69
* player: restore ab-loop settings with playback resumewm42014-12-091-0/+2
* build: fix --disable-libasswm42014-12-081-2/+2
* player: make chapter seek to end jump to last frame with --keep-openwm42014-12-083-2/+7
* options: add a 'once' idle modeStefano Pigozzi2014-12-071-1/+1
* sub: remove assertionwm42014-12-071-2/+1
* player: when seeking past EOF with --keep-open, seek to last framewm42014-12-073-7/+47
* osc: improve slimbox layout and minor code cleanupsChrisK22014-12-051-82/+92
* assdraw: Properly approximate circle for rounded boxChrisK22014-12-051-4/+5
* osc, dvd, bd: fix mouse state when changing menu modeswm42014-12-052-4/+9
* discnav: remove redundant callwm42014-12-041-2/+0
* dvd, bd: don't unnecessarily block on demuxer/stream all the timewm42014-12-041-1/+4
* dvd, bd, osc: disable OSC while a menu is activewm42014-12-041-0/+9
* lua: fully cleanup removed key bindingswm42014-12-031-0/+1
* client API: allow multiple mpv instances with terminal=yeswm42014-12-022-16/+21
* osc: always force mouse_move bindingwm42014-12-021-1/+1
* lua: fix broken error messagewm42014-12-021-1/+1
* player: don't signal an error if --stream-dump is usedwm42014-12-021-0/+1
* client API: print version on initializationwm42014-12-021-0/+2
* player: don't ignore relative seeks by 0 secondswm42014-11-291-4/+0
* command: avoid returning invalid FPS valueswm42014-11-291-3/+5
* player: reset frame step counter on seekswm42014-11-292-1/+1
* lua: add a function that formats Lua values as stringswm42014-11-291-16/+21
* player: simplify and fix ordered chapter EOF handlingwm42014-11-282-17/+11
* command: sub_add with "auto" should not always select a subtitle trackwm42014-11-271-1/+3
* audio: alternative fix for previous commitwm42014-11-271-4/+1
* audio: fix busy loop when seeking while pausedwm42014-11-271-2/+4
* ytdl: bump requrired youtube-dl version to 2014.11.26ChrisK22014-11-261-1/+1
* ytdl: Try to handle multi-arc videosChrisK22014-11-261-14/+37
* ytdl: When using DASH, print actual durationChrisK22014-11-261-1/+5
* client API: make sure youtube-dl is not used by defaultwm42014-11-251-0/+1
* audio: make mp_audio_config_to_str return a stack-allocated stringwm42014-11-251-3/+2
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-241-1/+1
* lua: remove redundant callwm42014-11-241-1/+0
* lua: always handle key repeat on the script sidewm42014-11-241-4/+5
* lua, ipc: remove leftoverswm42014-11-242-10/+0
* command: don't queue framestepswm42014-11-231-1/+14
* player: don't crash when using sub_seek without subtitleswm42014-11-231-2/+0
* input, lua: redo input handlingwm42014-11-234-43/+145
* client API: restrict client nameswm42014-11-232-20/+22
* input: set mouse area by default for all inputwm42014-11-231-1/+1
* lua: subprocess: move to osdep/subprocess-{win,posix}.cJames Ross-Gowan2014-11-221-478/+3
* lua: subprocess: use macros for SetHandleInformationJames Ross-Gowan2014-11-221-1/+2
* lua: subprocess: fix handle inheritance race conditionJames Ross-Gowan2014-11-221-11/+87
* lua: subprocess: fix Ctrl+C handling on WindowsJames Ross-Gowan2014-11-221-3/+11
* lua: subprocess: cancel pending I/O before returnJames Ross-Gowan2014-11-221-2/+7
* Remove some superfluous NULL checkswm42014-11-213-6/+2
* lua: add a way to add repeatable key bindingswm42014-11-211-3/+5
* command: dvd: better audio/video recovery on angle switchingwm42014-11-201-5/+2
* command: add drop_bufferswm42014-11-201-0/+10
* options: add --ytdl-format option for youtube-dl formatJaime Marquínez Ferrándiz2014-11-201-3/+12
* player: integrate ytdl_hook.luawm42014-11-192-0/+5
* lua: add youtube-dl hook scriptChrisK22014-11-191-0/+163
* command: add an ab_loop commandwm42014-11-181-0/+20
* command: improve A-B loop behaviorwm42014-11-183-3/+16
* lua: subprocess: support cancellation on WindowsJames Ross-Gowan2014-11-181-1/+9
* lua: subprocess: use overlapped I/O on WindowsJames Ross-Gowan2014-11-181-56/+133
* command: implement A-B loopswm42014-11-182-9/+65
* command: adjust previous commitwm42014-11-171-1/+3
* command: playlist property: return if an entry is currently playingwm42014-11-171-0/+2
* lua: subprocess: remove minor code duplicationwm42014-11-161-31/+22
* lua: subprocess: add Windows implementationJames Ross-Gowan2014-11-161-46/+257
* man: document osc seekbarstyle optionahoka2014-11-151-1/+1
* osc: add validation for string user optionsahoka2014-11-151-0/+16
* osc: add seekbarstyle optionahoka2014-11-151-0/+5
* sub: workaround braindead libass APIwm42014-11-153-10/+14
* command: list filters/VOs/AOs with option-infowm42014-11-141-0/+11
* command: export some option metadatawm42014-11-131-1/+33
* command: rename "option-flags" property to "option-info"wm42014-11-131-3/+3
* command: make sub-properties more flexiblewm42014-11-131-1/+1
* command: export mpv configure arguments as propertywm42014-11-131-0/+7
* player: simplify audio uninit on segment switcheswm42014-11-121-5/+4
* audio: fix some issues when reloading the AOwm42014-11-121-0/+3
* player: make the osd-msg prefix work for playlist_next/prevwm42014-11-114-1/+10
* audio: make decoders output refcounted frameswm42014-11-102-8/+8
* audio: change how filters are inserted on playback speed changeswm42014-11-101-42/+48
* player: don't try to use duration 0wm42014-11-101-1/+1
* dvd, bluray: reload demuxer on title changeswm42014-11-101-0/+1
* command: send property-change event on playlist changeAlessandro Ghedini2014-11-092-0/+6
* video/out: minor simplification to event query functionwm42014-11-091-1/+1
* audio/out: make ao_request_reload() idempotentwm42014-11-092-6/+6
* audio: handle reinit after AO reload slightly cleanerwm42014-11-091-8/+8
* player: improve audio time displaywm42014-11-081-1/+10
* command: silence a warning on win32wm42014-11-081-0/+2
* command: fix option-flags propertywm42014-11-081-1/+3
* command: export the flag whether an option was set on commandlinewm42014-11-071-0/+26
* client: remove redundant assignmentwm42014-11-071-1/+0
* client API: silence silly clang warningwm42014-11-071-2/+2
* command: add display-names propertyKevin Mitchell2014-11-071-0/+25
* command: use playback time as reference for sub_seekwm42014-11-051-2/+3
* player: fix --secondary-sidwm42014-11-041-1/+1
* command: add window-minimized property (X11 only)wm42014-11-023-0/+21
* command: make window-scale property observablewm42014-11-024-4/+19
* command: expose mpv version as propertywm42014-11-021-0/+8
* player: print anamorphic size only if video is anamorphicwm42014-11-021-2/+5
* player: always use demux_chapterwm42014-11-027-36/+24
* player: add --chapters-file optionwm42014-11-021-5/+25
* osd: properly wakeup when the OSD function disappearswm42014-11-011-3/+10
* player: update meaning of drop_frame_cntwm42014-11-014-9/+8
* player: show AV-desync message in all framedrop modeswm42014-11-011-2/+1
* sub: remove osd_get_sub()wm42014-11-013-5/+7
* sub: be more flexible about changes to how subtitles are renderedwm42014-10-311-20/+32
* player: change framedrop display in the status linewm42014-10-311-4/+5
* player: improve exit message in some scenarioswm42014-10-313-63/+58
* player: don't display zero duration for files with unknown durationwm42014-10-294-17/+22
* player: add an option to abort playback on partial init failureswm42014-10-283-3/+5
* player: handle DVB demuxer reloading correctlywm42014-10-281-2/+2
* client API: better error reportingwm42014-10-286-24/+52
* client API: add an enum for mpv_event_end_file.reasonwm42014-10-281-4/+3
* player: handle edition reloading slightly differentlywm42014-10-283-11/+11
* command: play the correct entry with loadfile ... append-playAlessandro Ghedini2014-10-271-1/+1
* player: don't spam video-reconfig eventwm42014-10-271-1/+1
* command: try 'icy-title' metadata for media-title as wellAlessandro Ghedini2014-10-271-0/+3
* command: add audio-device propertywm42014-10-271-0/+11
* audio: add command/function to reload audio outputwm42014-10-271-0/+16
* lua: subprocess: fix dumbwm42014-10-261-1/+1
* lua: subprocess: tunnel stderr through mp_logwm42014-10-261-20/+63
* lua: parse_json(): fix inverted condition for trail argumentwm42014-10-261-1/+1
* lua: subprocess: don't distinguish pipe errors/EOFwm42014-10-261-7/+4
* Drop libquvi supportwm42014-10-253-88/+2
* lua: fix some more lua_tostring() mistakeswm42014-10-251-1/+3
* lua: lua_tostring() on an error value can return NULLwm42014-10-241-2/+4
* command: finish hook execution if client failswm42014-10-243-6/+33
* command: add vo-configured propertywm42014-10-241-1/+10
* player: disable --force-window if VO failswm42014-10-241-1/+5
* video: send MPV_EVENT_VIDEO_RECONFIG on uninitwm42014-10-241-0/+1
* player: adjust uninit order of componentswm42014-10-241-6/+7
* command: fix debug outputwm42014-10-241-1/+1
* osc: make text squuezing layout dependentChrisK22014-10-241-31/+48
* osc: make tooltip_an default propertyChrisK22014-10-241-2/+3
* player: fix exiting if both audio and video fail initializingwm42014-10-234-8/+22
* lua: fix non-sensewm42014-10-231-1/+1
* client API: print properties set with -vwm42014-10-231-0/+7
* command: print executed commands with -vwm42014-10-231-0/+2
* command: add a "cached" mode to sub_addwm42014-10-231-1/+22
* osc.lua: add “bottombar” and “topbar” layoutsMartin Herkt2014-10-231-5/+281
* command: return error on invalid/absent IDs with ff-sid/ff-aidwm42014-10-231-2/+6
* player: show busy symbol on OSD if seeking takes too longwm42014-10-221-2/+7
* lua: don't let temporary values take the place of argumentswm42014-10-221-1/+13
* command: make reverse cycle_values match up with forward onewm42014-10-211-4/+3
* command: fix video-rotate update when pausedwm42014-10-211-11/+11
* lua: don't use "output" as identifierwm42014-10-211-4/+4
* command: add cursor-autohide propertywm42014-10-211-0/+14
* command: add playback-abort propertywm42014-10-211-0/+8
* command: add video-rotate propertywm42014-10-211-0/+12
* player: add stream selection by ffmpeg indexwm42014-10-213-11/+55
* sd_lavc: strictly letter-box PGS subtitleswm42014-10-211-1/+1
* command: add field-dominance propertyKevin Mitchell2014-10-211-0/+1
* lua: add convenience function for hookswm42014-10-211-0/+21
* command: extend sub_add commandwm42014-10-211-2/+10
* command: remove hook cancellation mechanismwm42014-10-203-15/+3
* command: allow sub_add at an earlier stagewm42014-10-201-1/+1
* osdep: limit thread names to 16 characterswm42014-10-201-1/+1
* Set thread name for debuggingwm42014-10-193-0/+9
* player: shutdown all clients before actual uninitwm42014-10-191-2/+2
* ipc: decouple from MPContextwm42014-10-192-10/+4
* fix build on OS X and BSDStefano Pigozzi2014-10-191-0/+1
* lua: fix lua_objlen -> lua_rawlen for lua 5.2Kevin Mitchell2014-10-181-1/+3
* lua: strictly free memory on errorswm42014-10-192-29/+30
* lua: expose JSON parserwm42014-10-191-0/+26
* lua: add an utility function for starting processeswm42014-10-191-2/+146
* command: add "estimated-vf-fps" change notifcationwm42014-10-191-1/+2
* lua: add a helper to auto-free temporary C memorywm42014-10-191-6/+32
* win32: get rid of mp_stat in the normal source codewm42014-10-172-2/+2
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-172-0/+14
* options: don't load per-file config files by defaultwm42014-10-171-11/+11
* audio: don't go to sleep after audio reinitwm42014-10-171-0/+1
* player: quote %-starting stringsshdown2014-10-161-0/+2
* player: fix crash on early audio uninitwm42014-10-161-2/+2
* player: free subtitle renderer on exitwm42014-10-161-1/+1
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-165-12/+186
* command: allow setting per-file options at runtimewm42014-10-151-7/+24
* player: fix OSD cyclingwm42014-10-141-0/+2
* client API: allow returning float properties as integerswm42014-10-141-0/+4
* player: fix --frameswm42014-10-142-2/+4
* command: don't display non-sense if volume is unavailablewm42014-10-111-1/+1
* command: make volume/mute unavailable if audio is not initializedwm42014-10-111-6/+4
* client API: check result ptr in mpv_command_nodeJames Ross-Gowan2014-10-121-1/+1
* lua: add command_native() functionwm42014-10-111-0/+23
* client API: add mpv_command_node[_async]wm42014-10-111-3/+19
* input: use mpv_node parser for char** command parserswm42014-10-101-3/+2
* command: make audio device list available to the client APIwm42014-10-101-0/+32
* player: fix terminal status in idle modewm42014-10-101-0/+1
* player: don't mess up cursor visibility statewm42014-10-101-1/+1
* audio: change internal device listing APIwm42014-10-101-1/+1
* player: exit if audio init fails and there's no videowm42014-10-101-0/+2
* player: signal EOF when using --frameswm42014-10-102-2/+2
* player: minor simplificationwm42014-10-102-8/+2
* player: don't close audio device in gapless modewm42014-10-101-2/+1
* player: --save-position-on-quit should always work (2)wm42014-10-102-5/+5
* Revert "player: --save-position-on-quit should always work"wm42014-10-102-5/+1
* libmpv/cocoa: don't start the event monitorStefano Pigozzi2014-10-091-1/+2
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-093-6/+6
* client API: add an explanatory commentwm42014-10-091-1/+1
* audio: add device selection & listing with --audio-devicewm42014-10-091-0/+4
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-091-1/+1
* video: try harder to decode cover art picture only oncewm42014-10-091-2/+7
* player: don't reset buffering pausing state on seekswm42014-10-091-1/+0
* client API: introduce numeric log levelswm42014-10-081-0/+1
* player: minor cosmetic changewm42014-10-081-1/+1
* player: remove unnecessary codewm42014-10-071-3/+1
* command: add cache-buffering-state propertywm42014-10-073-1/+31
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-071-1/+2
* matroska: look for all known matroska file extensionswm42014-10-061-5/+18
* osd: don't let slow commands cut OSD messages shortwm42014-10-062-1/+9
* player: --save-position-on-quit should always workwm42014-10-062-1/+5
* player: open stream and demuxer asynchronouslywm42014-10-066-19/+146
* m_config: add function to copy all optionswm42014-10-061-0/+3
* player: move some libass setup code to sub.cwm42014-10-034-96/+100
* player: properly wakeup when delaying OSDwm42014-10-031-1/+3
* video: return responsibility of video redraw back to playloopwm42014-10-031-1/+2
* player: remove central uninit_player() function and flags messwm42014-10-039-227/+184
* command: don't show message on "osd" command by defaultwm42014-10-031-3/+2
* command: allow passing memory addresses to overlay_addwm42014-10-031-0/+6
* command: restructure overlay_add codewm42014-10-031-46/+63
* player: don't print audio/video init failure message twicewm42014-10-022-3/+4
* audio: enable pitch correction by default when playing fastwm42014-10-021-2/+37
* command: move setting playback speed to a separate functionwm42014-10-023-10/+19
* audio: refactor some aspects of filter chain setupwm42014-10-021-37/+37
* audio: remove --audiodropwm42014-09-302-16/+0
* lua: add mpv/lua directories to the lua pathOtto Modinos2014-09-281-0/+25
* client API, X11: change default keyboard input handling againwm42014-09-281-0/+1
* video: change automatic rotation and 3D filter insertionwm42014-09-271-6/+3
* input: separate creation and loading of configwm42014-09-271-1/+2
* build: add -Wno-format-zero-lengthwm42014-09-262-2/+2
* player: do not wrongly clear OSD bar stops, reindentwm42014-09-251-30/+30
* player: simplify OSD message handling codewm42014-09-252-103/+60
* player: move code to make playloop smallerwm42014-09-252-9/+9
* player: rate-limit OSD text updatewm42014-09-254-10/+18
* player: fix OSD redraw heuristic with audio-only modewm42014-09-251-1/+1
* sub: approximate subtitle display in no-video modewm42014-09-251-0/+3
* osc: update cache displayChrisK22014-09-251-3/+14
* player: change --keep-open semanticswm42014-09-241-1/+3
* player: show correct playback time with --keep-open --no-videowm42014-09-241-1/+2
* player: --loop-file takes precedence before --keep-openwm42014-09-241-2/+2
* audio: cleanup spdif format definitionswm42014-09-231-1/+1
* player: allow passing number of loops to --loop-filewm42014-09-221-0/+2
* command: no space before "%" in volume default OSD messagewm42014-09-221-1/+1
* video: filter new frames at a better time (2)wm42014-09-221-7/+9
* osd: fix --term-osd=nowm42014-09-221-1/+1
* command: improve "osd" commandwm42014-09-222-10/+9
* command: use show_property_osd() sub_stepwm42014-09-221-2/+1
* command: when changing a property, always show it on OSDwm42014-09-211-1/+4
* command: simplify OSD property display codewm42014-09-213-54/+42
* command: allow changing some OSD-related options even with no VOwm42014-09-211-2/+0
* command: remove unneeded ifdefswm42014-09-211-4/+4
* command: always show OSD message when changing volume etc.wm42014-09-211-15/+3
* options: remove --volstepwm42014-09-211-1/+1
* player: rename "Late:" field to "SD:"wm42014-09-201-1/+1
* video: actually count decoder-dropped frameswm42014-09-201-4/+7
* video: improve decoder-based framedropping modewm42014-09-201-6/+5
* player: make code more obviouswm42014-09-201-2/+2
* player: use backwards flag for seeking external trackswm42014-09-201-1/+1
* player: reset last_av_difference if not applicablewm42014-09-202-0/+2
* video: separate calling decoder/filterwm42014-09-181-14/+22
* video: check whether there are enough frames after filteringwm42014-09-181-6/+11
* video: filter new frames at a better timewm42014-09-181-24/+24
* player: allow overriding OSD message for all OSD levelswm42014-09-181-17/+26
* command: allow using ASS tags on OSD messageswm42014-09-181-0/+12
* command: add osd-sym-cc propertywm42014-09-183-11/+22
* player: don't let multiline filenames set options on resumewm42014-09-161-4/+7
* options.lua: call msg.debug after resolving 'identifier'Otto Modinos2014-09-161-2/+1
* command: avoid a double -> int castBen Boeckel2014-09-161-1/+1
* sanitizer: avoid divide-by-zero instancesBen Boeckel2014-09-141-5/+5
* player: shorten skip heuristic for playlist_prev to 1 secondwm42014-09-141-2/+2
* client API: use playback abort mechanismwm42014-09-131-0/+5
* stream: redo playback abort handlingwm42014-09-133-9/+9
* player: fix idle mode event handlingwm42014-09-131-8/+9
* input: remove central select() callwm42014-09-101-1/+0
* terminal-unix: move to threadwm42014-09-101-5/+0
* player: reset some VO state when video is terminatedwm42014-09-091-0/+3
* player: deal with some corner cases with playlist navigationwm42014-09-092-18/+23
* player: normalize playlist entries on addwm42014-09-091-4/+0
* player: some more input refactoringwm42014-09-074-56/+18
* lua: synchronously wait until scripts are loadedwm42014-09-063-5/+40
* player: minor refactoringwm42014-09-062-22/+31
* audio: fix initial sync with huge AO bufferwm42014-09-061-1/+1
* sub: fix possible deadlock with --no-sub-ass and similarwm42014-09-061-6/+1
* audio: correctly initialize output bufferwm42014-09-051-0/+6
* player: check for null in resume config searchJames Ross-Gowan2014-09-051-1/+2
* audio: fix random crashes on uninitwm42014-09-051-2/+1
* audio: fix obscure audio resync failure with timelineswm42014-09-052-3/+6
* cosmetics: remove a stray ';'wm42014-09-051-1/+1
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-051-2/+4
* player: add --media-title optionwm42014-09-021-0/+4
* player: properly resume playlists loaded at runtimewm42014-09-021-0/+3
* player: add --osd-playing-msg optionwm42014-09-021-5/+13
* player: simplistic HLS bitrate selectionwm42014-09-011-4/+11
* command: remove broken quvi-format propertywm42014-09-011-74/+0
* demux: get rid of old wrapperwm42014-09-011-1/+1
* command: disable some commands/properties properly in idle modewm42014-09-011-2/+21
* player: reset playback-related fields right on startwm42014-09-011-23/+17
* player: don't allow remote playlists to load local fileswm42014-09-011-3/+6
* client API: fix memory leak with rejected eventswm42014-08-311-35/+36
* player: always load playlistswm42014-08-311-11/+8
* audio: go to draining state instead of EOF if audio starts laterwm42014-08-311-2/+2
* lua: expose mp_getcwd through mp.utilsOtto Modinos2014-08-311-0/+14
* video: initial Matroska 3D supportwm42014-08-301-0/+12
* player: fix quit handling when seeking past EOF while pausedwm42014-08-291-6/+5
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-296-6/+6
* command: remove extra spaceRyan Jacobs2014-08-291-1/+1
* command: export demuxer cache info propertieswm42014-08-281-1/+35
* player: update cache state only if requestedwm42014-08-283-2/+44
* audio: restore old speed change behaviorwm42014-08-282-2/+2
* player: simplify chapter display name codeBen Boeckel2014-08-281-3/+2
* player: don't sort a NULL listBen Boeckel2014-08-281-1/+2
* player: dynamically change cache wait timeswm42014-08-272-1/+13
* player: slightly better cache underrun detectionwm42014-08-271-5/+2
* player: better cache status on status linewm42014-08-272-12/+23
* player: fix basic playbackwm42014-08-271-6/+6
* player: redo how stream caching and pausing on low cache workswm42014-08-271-21/+33
* player: fix weird behavior when framestepping over format changeswm42014-08-261-1/+1
* player: minor changeswm42014-08-253-16/+6
* command: change OSD formatting of "speed" propertywm42014-08-251-1/+1
* options: compatibility hack for --slave-brokenwm42014-08-251-0/+6
* player: restore silent seekingwm42014-08-231-1/+2
* audio: minor improvements to timeline switchingwm42014-08-234-13/+5
* osc: Use osd-font for playlist buttonsChrisK22014-08-221-2/+3
* player: some more debugging outputwm42014-08-221-0/+2
* player: fix recent speed change regressionwm42014-08-223-2/+6
* player: don't clobber playback position on video endwm42014-08-221-5/+3
* video: refactor queue handlingwm42014-08-222-76/+53
* video: get rid of video_next_pts fieldwm42014-08-226-24/+8
* video: move some code aroundwm42014-08-221-46/+45
* video: minor simplificationwm42014-08-221-21/+11
* osc: revert disabling use_suspendwm42014-08-211-2/+0
* terminal: some cleanupswm42014-08-212-8/+10
* osd+osc: Add left-arrow to osd-fontChrisK22014-08-211-2/+4
* video: don't assume query_format is thread-safewm42014-08-202-6/+3
* command: add estimated-frame-count & estimated-frame-number propertiesAndrey Morozov2014-08-191-0/+39
* command: drop " %" from "cache" property OSD-formattingwm42014-08-181-1/+1
* player: never print status messages before playback beginswm42014-08-182-2/+4
* player: remove unneeded callwm42014-08-183-6/+1
* player: cosmetics: make code more compactwm42014-08-161-5/+2
* audio: add a mode to insert silence on severe A/V desyncwm42014-08-152-4/+19
* video: add VO framedropping modewm42014-08-154-12/+30
* player: use virtual time for --audio-file with ordered chapterswm42014-08-155-10/+16
* lua: wake up the core when setting OSDwm42014-08-151-0/+1
* osc: Overhaul (wip)ChrisK22014-08-151-502/+848
* sub: add option to workaround broken mkv fileswm42014-08-141-1/+3
* sub: call sub_reset() on seeks onlywm42014-08-142-4/+0
* client API: directly lock playloopwm42014-08-141-4/+3
* lua: allow disabling suspendwm42014-08-141-2/+8
* video: reduce non-sense messages when playing coverartwm42014-08-131-11/+14
* video: don't run new frame processing on every iterationwm42014-08-131-19/+22
* video: move some more code aroundwm42014-08-131-38/+49
* video: move some code aroundwm42014-08-131-45/+40
* video: exit early when nothing to dowm42014-08-131-7/+7
* video: minor simplification of the old framedrop codewm42014-08-131-10/+6
* player: don't quit with --loop-filewm42014-08-131-0/+1
* video: fix and simplify video format changes and last frame displaywm42014-08-124-111/+91
* video: move display and timing to a separate threadwm42014-08-125-120/+32
* video: don't keep multiple pointers to hwdec info structwm42014-08-111-1/+1
* player: remove cache status from video OSDwm42014-08-111-3/+0
* video: fix dangling pointer issuewm42014-08-111-1/+1
* command: for OSD, format cache property as integerwm42014-08-111-0/+5
* command: fix dangling pointer issue in script key bindings codewm42014-08-111-1/+1
* player: don't delay OSD redraw when pausedwm42014-08-101-2/+4
* video: remove "hard" framedrop modewm42014-08-091-1/+1
* command: run OSD display code even if a property is unavailablewm42014-08-091-4/+2
* command: add a "seeking" propertywm42014-08-081-0/+10
* player: indicate on the status line whether a seek is activewm42014-08-081-1/+3
* audio: fix encoding modewm42014-08-071-1/+2
* player: remove unused declarationwm42014-08-071-1/+0
* client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreationwm42014-08-061-0/+2
* audio: fix inverted conditionwm42014-08-061-6/+4
* cocoa: fix build by using the correct HAVE_* macroStefano Pigozzi2014-08-062-6/+6
* cocoa: move set_input_context to macosx_eventsFRAU KOUJIRO2014-08-061-0/+1
* sub: fix subtitle timing for TSwm42014-08-041-2/+6
* sub: don't read packets if video and audio are disabledwm42014-08-041-1/+1
* player: some further playloop cleanupswm42014-08-032-45/+45
* player: make quit exit immediatelywm42014-08-031-3/+3
* player: allow redrawing screen during seekswm42014-08-031-6/+12
* player: don't show the path part for external subtitle fileswm42014-08-021-1/+1
* client API: minor optimizations for property notificationwm42014-08-024-38/+91
* command: add a property that returns a list of all propertieswm42014-08-023-21/+25
* Remove the last remains of slave modewm42014-08-011-9/+2
* player: don't ignore first chapterwm42014-07-311-1/+1
* video: fix attached picture modewm42014-07-311-1/+3
* audio: simplify conditionwm42014-07-311-1/+1
* audio: fix A/V sync in encoding modewm42014-07-311-0/+5
* client API: don't send internal events to the clientswm42014-07-311-1/+2
* command: add cache-idle propertywm42014-07-311-1/+14
* client API: make "cache" property and similar observablewm42014-07-314-0/+17
* client API: fix deadlock when calling mpv_terminate_destroy before initwm42014-07-311-1/+1
* player: rename a variablewm42014-07-301-3/+3
* player: move video display code out of the playloopwm42014-07-304-332/+336
* player: split seek_reset()wm42014-07-306-56/+59
* video: actually flush filter chainwm42014-07-301-1/+4
* audio: better sync behavior on bogus EOFwm42014-07-301-1/+3
* audio: better initial sync for files where audio starts laterwm42014-07-301-5/+15
* audio: cosmetics: remove unused return valuewm42014-07-302-11/+9
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-304-20/+19
* player: let explicitly imprecise seeks cancel precise seekswm42014-07-291-0/+3
* osc: Do precise seeks on simple clicks on seekbarChrisK22014-07-291-11/+19
* audio: ignore (some) decoding errors on initializationwm42014-07-291-1/+4
* player: fix desync when seeking and switching external trackswm42014-07-296-32/+30
* player: remove a pointless fieldwm42014-07-292-5/+4
* player: disable hr-seek in .ts fileswm42014-07-291-0/+1
* player: allow precise seeking with percent seekswm42014-07-291-2/+1
* player: update playback position on seekwm42014-07-291-0/+2
* player: logically speed up seek logicwm42014-07-281-1/+1
* audio: change playback restart and resyncingwm42014-07-285-250/+288
* audio, client API: check mp_make_wakeup_pipe() return valuewm42014-07-251-3/+4
* command: fix and simplify overlay_addwm42014-07-251-50/+44
* command: append entries to the end of the playlist with loadlist appendAlessandro Ghedini2014-07-251-1/+1
* audio: cosmetics: collapse a functionwm42014-07-241-14/+6
* audio: fix race condition in EOF codewm42014-07-241-1/+1
* command: add append-play loadfile modewm42014-07-231-2/+2
* player: remove something DVD specificwm42014-07-221-8/+1
* sub: offset subtitle timing to video start PTSwm42014-07-221-1/+2
* video: fix corner case with accidental EOFwm42014-07-221-5/+5
* player: fix idle mode event handlingwm42014-07-221-2/+2
* osd: properly handle OSD bar timeoutwm42014-07-211-4/+10
* player: don't sleep after seekswm42014-07-211-0/+1
* audio: remove unused metadata fieldwm42014-07-211-1/+0
* player: simplify a conditionwm42014-07-201-7/+8
* player: simplify logic on video errorswm42014-07-201-1/+1
* audio: use symbolic constants instead of magic integerswm42014-07-201-4/+3
* player: readd code accidentally removed with commit 61efe87ewm42014-07-201-0/+5
* player: fix regression with ordered chapterswm42014-07-202-14/+18
* command: potentially fix dvd angle settingwm42014-07-201-5/+4
* player: don't wait forever with --cache-pause-below behaviorwm42014-07-201-0/+1
* video: use symbolic constants instead of magic integerswm42014-07-183-38/+43
* video: don't block when reading video packetswm42014-07-183-13/+35
* player: remove the last instances of pollingwm42014-07-183-38/+39
* demux: add a demuxer threadwm42014-07-166-102/+120
* ao_lavc: Fix design of audio pts handling.Rudolf Polzer2014-07-161-1/+1
* Revert "Remove DVD and Bluray support"wm42014-07-157-0/+495
* Remove DVD and Bluray supportwm42014-07-147-495/+0
* command: don't show VO information in colorspace propertieswm42014-07-131-3/+1
* Remove some mp_msg calls with no trailing \nwm42014-07-131-21/+21
* player: remove some inactive codewm42014-07-131-8/+1
* audio: drop buffered audio when switching tracks or filterswm42014-07-132-0/+2
* osc: improve previous commitChrisK22014-07-101-6/+3
* osc: round displayed cache valueChrisK22014-07-101-3/+3
* build: include <strings.h> for strcasecmp()wm42014-07-103-0/+3
* demux: remove accurate_seek fieldwm42014-07-081-5/+3
* osc: fix failure when using DVD menuswm42014-07-071-1/+1
* lua: redo error handling, print backtraceswm42014-07-071-82/+90
* Remove stream_pts stuffwm42014-07-062-19/+0
* demux: minor simplificationwm42014-07-061-1/+1
* player: don't use stream position as fallback for percent-poswm42014-07-051-3/+2
* dvd: move angle switching codewm42014-07-051-14/+28
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-053-114/+0
* discnav: fix a commentwm42014-07-051-1/+1
* demux: make start time a simple fieldwm42014-07-052-3/+3
* demux: make replaygain per-trackwm42014-07-051-1/+1
* client API: allow calling mpv_terminate_destroy(NULL)wm42014-07-041-0/+3
* command: include new "playback-time" property in update mechanismwm42014-07-031-1/+1
* command: remove some code duplication in cache propertieswm42014-07-021-75/+33
* command: cache can actually have full-size 0wm42014-07-021-4/+4
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-024-9/+104
* Audit and replace all ctype.h useswm42014-07-014-5/+2
* player: fix start position when specifying with percentTsukasa OMOTO2014-06-291-1/+1
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-291-3/+8
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-296-10/+27
* sub: fix undefined behavior with dvd://wm42014-06-281-1/+1
* scripting: shorten a linewm42014-06-261-2/+3
* config, player: avoid some temporary talloc contextswm42014-06-261-15/+10
* player: create config dir if it doesn't existwm42014-06-261-0/+2
* player: remove some minor code duplication in config loader codewm42014-06-263-21/+16
* Basic xdg directory implementationKenneth Zhou2014-06-263-19/+24
* command: fix tv-channel propertywm42014-06-251-0/+3
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-221-0/+29
* options: allow adding multiple files with --audio-filewm42014-06-181-2/+4
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-171-2/+2
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-1/+0
* encode: disable playback framedroppingwm42014-06-171-0/+1
* discnav: make OSD path explicitly thread-safewm42014-06-161-16/+31
* video/out: change aspects of OSD handlingwm42014-06-154-33/+12
* command: redo the property typewm42014-06-133-508/+601
* win32: implement --priority differentlywm42014-06-121-2/+2
* encode: don't load Lua scriptswm42014-06-121-0/+2
* encode: make option struct localwm42014-06-112-4/+6
* Add more constwm42014-06-117-15/+15
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-111-6/+4
* stream_dvb: remove global option variableswm42014-06-111-4/+0
* command: redo ancient TV/DVB/PVR commandswm42014-06-113-165/+111
* player: hide some messages in verbose modewm42014-06-091-3/+3
* client API: disable LIRC input by defaultwm42014-06-091-0/+1
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-093-1/+14
* player: show "neutral" position markers for OSD barswm42014-06-083-6/+21
* client API: minor documentation fixes/enhancementswm42014-06-081-2/+2
* client API: trigger wakeup when creating wakeup pipe/callbackwm42014-06-081-1/+5
* client API: restructure waiting, do log msg wakeup properlywm42014-06-071-42/+55
* client API: rename mpv_destroy() to mpv_detach_destroy()wm42014-06-072-5/+4
* client API: add API function that ensures total destructionwm42014-06-073-2/+37
* client API: change mpv_wait_event() timeout semanticswm42014-06-072-2/+5
* client API: enlarge the message buffer if log level is highwm42014-06-061-1/+2
* client API: call wakeup callback if there are new messageswm42014-06-061-13/+17
* client API: fix terminal usagewm42014-06-061-1/+4
* client API: don't update properties in uninitialized statewm42014-06-061-0/+2
* client API: don't use the mpv config files by defaultwm42014-06-061-0/+1
* client API: use shared code for creating the wakeup pipewm42014-06-061-12/+2
* client API: fix swapped pipe ends used with mpv_set_wakeup_callbackwm42014-06-061-2/+2
* lua: make warning about unknown scripts -v onlywm42014-06-041-1/+1
* command: format_bitrate: fix conversion to kbits and mbitsMarcoen Hirschberg2014-06-021-2/+2
* osc: keep track of the "fullscreen" state when it changesMarcoen Hirschberg2014-06-021-3/+6
* player: write file name to the watch later config fileAlessandro Ghedini2014-06-011-0/+2
* command: improve video-bitrate propertyAndrey Morozov2014-06-011-1/+4
* client API: report success status when running commandswm42014-06-013-29/+46
* command: property notification when changing af/vfwm42014-06-011-0/+1
* command: add const to mp_notify_propertywm42014-06-012-2/+2
* audio: change handling of an EOF corner casewm42014-05-301-7/+1
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-281-4/+4
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-281-1/+1
* osc: correct calculation of slider positionChrisK22014-05-281-1/+1
* osc: extend hitbox of seekbars to include gapChrisK22014-05-271-1/+1
* lua: slightly nicer diagnostics outputwm42014-05-271-1/+3
* lua: add missing include fileswm42014-05-261-0/+2
* lua: fix compilation with lua 5.2wm42014-05-261-8/+42
* command: add write_watch_later_config commandMartin2014-05-261-0/+5
* lua: add some filesystem utility functionswm42014-05-251-10/+72
* osc: fix chapter list displayChrisK22014-05-241-2/+2
* client API: fix mpv_observe_property with MP_FORMAT_NONEwm42014-05-241-2/+3
* stream: don't use end_poswm42014-05-243-13/+13
* stream: kill start_pos, remove --sb optionwm42014-05-245-24/+6
* player: don't init/uninit terminal at runtimewm42014-05-241-7/+1
* lua/osc: forgot some changed files in previous commitChrisK22014-05-233-97/+20
* lua/osc: small overhaulChrisK22014-05-231-0/+105
* player: give quit_watch_later an exit code argument like quitwm42014-05-221-6/+3
* tl_mpv_edl: correct misspelling on line 233Yomi02014-05-221-1/+1
* player: fix cover art sometimes "syncing" against audiowm42014-05-221-1/+3
* player: suggest --no-audio-display on cover artwm42014-05-221-0/+7
* video: fix display of cover art with vo_vdpauwm42014-05-221-2/+4
* edl: use start PTS of the source files as default start timewm42014-05-221-2/+8
* cache: redo options and default settingswm42014-05-204-29/+18
* client API: add mpv_load_config_file()wm42014-05-181-0/+15
* options: unify code for setting string and "raw" optionswm42014-05-182-47/+44
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-2/+2
* player: increase seek accuracy when refreshing display on filter changewm42014-05-181-1/+1
* command: add a disc-menu-active propertywm42014-05-183-0/+30
* client API: fix "missed" property notificationswm42014-05-181-19/+25
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-161-11/+0
* player: reorganize how lua scripts are loadedwm42014-05-138-130/+205
* player: disable hr-seek framedropping during backsteppingwm42014-05-121-2/+3
* player: don't assign "false" to pointerwm42014-05-111-1/+1
* input: remove pausing command prefixeswm42014-05-111-9/+0
* player: don't complain on too long filenameswm42014-05-101-2/+2
* command: add property that estimates current video FPSwm42014-05-081-0/+27
* options: add --hr-seek-framedrop optionwm42014-05-071-1/+2
* player: avoid reconfig during seekingwm42014-05-071-1/+2
* player: remove VO from seeking code pathwm42014-05-072-11/+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
* command: rename stream-length to file-size, format file sizeAndrey Morozov2014-05-061-13/+44
* command: remove ifdefs for deint filterswm42014-05-061-4/+0
* common: change mp_snprintf_append semanticswm42014-05-051-2/+2
* options: merge ---sub-auto-match with --sub-autowm42014-05-041-1/+1
* options: remove deprecated --identifyMartin Herkt2014-05-042-29/+0
* options: rename video-related options/propertiesMartin Herkt2014-05-041-1/+1
* options: rename audio-related options/propertiesMartin Herkt2014-05-041-2/+2
* options: rename subtitle-related optionsMartin Herkt2014-05-041-1/+1
* 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
* client API: fix inverted conditionwm42014-05-021-1/+1
* video: removed unused stuffwm42014-05-021-1/+0
* player: remove extremely obscure undefined behaviorwm42014-05-021-1/+2
* client API, video: signal reconfig at the right timewm42014-05-021-4/+2
* lua: remove "lua/" prefix from script nameswm42014-05-021-1/+1
* video: change everythingwm42014-05-023-180/+224
* video: handle colorspace and aspect overrides separatelywm42014-05-023-5/+5
* command, vo_vdpau: respect vdpau deint sub-optionwm42014-05-021-2/+15
* command: redo deinterlace filter probingwm42014-05-021-18/+27
* command: make enabling deinterlacing with vdpau workwm42014-05-021-0/+3
* video: improve error messageswm42014-04-301-2/+1
* vf-metadata: fix handling of NULL metadataKevin Mitchell2014-04-291-11/+16
* video: remove redundant mp_image display_w/_h memberswm42014-04-291-4/+1
* video: don't drop last frame when deinterlacing with yadifwm42014-04-281-5/+7
* client API: add chapter change eventwm42014-04-276-0/+17
* stream: make mp_input_check_interrupt thread-safewm42014-04-251-0/+1
* stream: remove interrupt callback global variableswm42014-04-251-1/+8
* lua: fix stack going out of syncwm42014-04-241-0/+1
* dispatch: move into its own source filewm42014-04-233-2/+3
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-231-0/+33
* client API: make mpv_set_option set options nativelywm42014-04-221-1/+1
* command: export rotation parameterwm42014-04-221-0/+1
* video: auto-insert software rotation filterwm42014-04-211-5/+44
* encode: don't resume playback when encodingwm42014-04-191-0/+1
* encode: don't apply default config optionswm42014-04-192-5/+18
* Remove CPU detection and inline asm handlingwm42014-04-191-2/+0
* encode: disable keep-open when encodingJames Ross-Gowan2014-04-191-0/+1
* player: fix audio EOF check on --no-audiowm42014-04-181-1/+1
* player: add a --loop-file optionwm42014-04-172-0/+12
* player: unrangle one aspect of audio EOF handlingwm42014-04-171-9/+4
* audio: explicitly document audio EOF conditionwm42014-04-171-1/+1
* player: add a --dump-stats optionwm42014-04-172-1/+26
* player: remove audio waitingwm42014-04-151-16/+0
* client API: remove mpv_event_pause_reasonwm42014-04-146-47/+18
* command: add property to indicate when pausing due to --keep-openwm42014-04-144-2/+16
* command: add a property to indicate core pause statewm42014-04-141-2/+11
* command: vf-metadata: minor fixup of return statusKevin Mitchell2014-04-141-1/+1
* command: add vf-metadata propertyKevin Mitchell2014-04-131-1/+37
* player: remove ASX, SMIL and NSC playlist parserswm42014-04-133-3/+0
* player: hack to fix --msgmodule --term-osd-barwm42014-04-131-1/+1
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesDavid Weber2014-04-131-0/+33
* lua: make it easier to integrate with foreign event loopswm42014-04-121-6/+26
* lua: wrap mpv_get_wakeup_pipe()wm42014-04-121-0/+8
* client API: add mpv_get_wakeup_pipe convenience functionwm42014-04-121-0/+32
* client API: include the reason in MPV_EVENT_END_FILEwm42014-04-112-1/+15
* lua: add helper function for printing a tablewm42014-04-111-0/+49
* lua: add a minor helper functionwm42014-04-101-0/+13
* client: change equality rules for MPV_FORMAT_NONEwm42014-04-091-1/+1
* client: add a commentwm42014-04-091-0/+2
* cache: allow resizing at runtimewm42014-04-091-0/+29
* osc: fix playlist displayChrisK22014-04-091-2/+2
* client API: avoid redundant property change events if possiblewm42014-04-081-5/+50
* command: property set commands should send property change notificationswm42014-04-081-1/+21
* lua: add API for observing property changeswm42014-04-082-4/+38
* lua: add basic mpv_observe_property supportwm42014-04-061-0/+58
* client API: add a way to notify clients of property changeswm42014-04-064-1/+247
* client API: use a manual ringbufferwm42014-04-061-31/+31
* af: add replaygain_data field to af_stream and af_instanceAlessandro Ghedini2014-04-041-0/+1
* lua: give more control over timerswm42014-04-021-9/+30
* lua: add mp.unregister_event() functionwm42014-04-011-0/+26
* encode_lavc: copy metadata to output fileAlessandro Ghedini2014-03-301-0/+4
* command: allow changing filters before video chain initializationwm42014-03-302-6/+16
* command: change what the metadata property returnswm42014-03-301-8/+20
* command: minor simplificationwm42014-03-301-6/+3
* command: add helper function to split property pathswm42014-03-301-5/+8
* osc: make OSC more responsive when pausedChrisK22014-03-301-0/+1
* player: add missing "-" to options in workaround notice on A/V desynchronizationSebastian Morr2014-03-301-1/+1
* audio: remove sample rate limit checkswm42014-03-301-7/+1
* player: dvdnav: fix start time when entering and leaving menuwm42014-03-301-0/+4
* Merge remote-tracking branch 'mpv/pr/676'wm42014-03-303-20/+46
|\
| * player: rename dvdnav to discnavxylosper2014-03-303-11/+11
| * stream_bluray: implement navigation interface for Blu-ray streamxylosper2014-03-291-9/+35
* | video/out: remove legacy colorspace stuffwm42014-03-291-9/+9
|/
* player: fix unchecked access for chapter metadatawm42014-03-261-3/+1
* dvdnav: fix minor memory leakwm42014-03-251-0/+1
* dvdnav: check and update video resolution whenever renderingxylosper2014-03-251-14/+25
* dvdnav: make MP_NAV_EVENT_RESET_ALL handled properlyxylosper2014-03-251-1/+3
* dvdnav: prevent reallocation of fake highlight bufferxylosper2014-03-251-0/+2
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valuewm42014-03-254-16/+15
* player: handle chapter range like --start/--endwm42014-03-252-8/+8
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timeswm42014-03-253-4/+4
* player: remove weird separation between no chapters and 0 chapterswm42014-03-252-17/+11
* player: remove demuxer chapoter API wrapperswm42014-03-253-33/+34
* stream: remove old chapter handling codewm42014-03-251-8/+1
* player: remove confusing argc/argv adjustmentwm42014-03-231-5/+0
* command: make 'disc-title' property writablexylosper2014-03-181-2/+8
* osc: add enable/disable message, and map DEL to disabling the OSCwm42014-03-171-0/+14
* lua: rename mp.register_script_command() to mp.register_script_message()wm42014-03-171-13/+13
* command, lua: change script_message semanticswm42014-03-173-2/+22
* build: simplify libavfilter configure checkswm42014-03-161-1/+1
* demux_libass: change how external ASS subtitles are loadedwm42014-03-151-4/+0
* command: rename dvd- properties to disc-wm42014-03-151-7/+7
* command: prefix DVD title properties with "dvd-"wm42014-03-151-8/+8
* command: add new property 'title'xylosper2014-03-151-0/+20
* player/main: Fix Cygwin buildJames Ross-Gowan2014-03-131-12/+8
* command: fix wrong condition & remove redundant stream type checkingxylosper2014-03-131-14/+2
* command: set 'media-title' property for bluray disc with meta-dataxylosper2014-03-131-5/+15
* af: add metadata field to af_stream and af_instanceAlessandro Ghedini2014-03-131-0/+1
* Revert "player: simplify audio reset when seeking"wm42014-03-101-10/+15
* audio: don't downmix when doing digital passthroughwm42014-03-101-1/+2
* audio: make --channels option always force the output layoutwm42014-03-101-6/+1
* audio: don't write audio when pausedwm42014-03-091-0/+5
* audio: remove handling of partially written datawm42014-03-093-21/+1
* audio/out: make draining a separate operationwm42014-03-091-3/+2
* command: fix osd-height propertywm42014-03-091-1/+1
* audio/out: make ao struct opaquewm42014-03-095-51/+71
* encode: don't access ao->ptswm42014-03-071-0/+4
* lua: add license headerwm42014-03-071-0/+17
* player: reformat some codewm42014-03-031-22/+14
* player: make separation between user/automatic track selection strongerwm42014-03-033-8/+29
* command: fix null pointer dereference in idle modewm42014-03-021-2/+2
* player: cheap hack against idle event feedback loopwm42014-03-012-2/+7
* client API: fix playloop thread wakeupwm42014-03-011-0/+9
* lua: set a proper chunk name for builtin moduleswm42014-03-011-1/+2
* lua: fix add_key_binding()wm42014-03-011-2/+2
* lua: fix format string in luaL_error()wm42014-03-011-1/+1
* client API: fix timeout handlingwm42014-03-011-1/+4
* lua: fix use of renamed functionwm42014-03-011-3/+3
* lua: add option to disable auto-loading of lua scriptswm42014-02-281-0/+2
* config: don't load global config files with --config-dirwm42014-02-281-1/+2
* client API: add two properties, 'time-start' and 'seekable'xylosper2014-02-281-0/+21
* client APIs: fix some typosxylosper2014-02-281-1/+1
* client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEKwm42014-02-283-2/+9
* client API: wait for remaining asynchronous requests before terminatingwm42014-02-281-0/+9
* command: use the step size for "add volume" commandswm42014-02-271-4/+1
* command: format volume property as integer for OSDwm42014-02-271-0/+6
* lua: add set_property_native functionwm42014-02-261-3/+132
* lua: mark table values returned by get_property_native with their typewm42014-02-262-1/+22
* lua: implement mp.get_opt() in Luawm42014-02-262-24/+9
* client API: don't send MPV_EVENT_IDLE when not entering idle modewm42014-02-261-2/+3
* client API: don't explode when destroying uninitialized mpv_handlewm42014-02-261-1/+2
* client API: accept NULL as mpv_destroy() argumentwm42014-02-261-0/+3
* client API: treat MPV_FORMAT_STRING differently in mpv_set_propertywm42014-02-261-19/+20
* client API: fix broken property/option functionsxylosper2014-02-261-3/+4
* osd: override user bindings for OSC inputwm42014-02-263-5/+5
* options: allow changing options at runtimewm42014-02-251-3/+1
* config: when writing resume config, read options, not propertieswm42014-02-251-33/+33
* config: don't save options to resume-config that didn't changewm42014-02-253-5/+31
* config: don't write default config filewm42014-02-251-13/+3
* client API: report pause/unpause reasonwm42014-02-246-31/+72
* client API: expose the internal clockwm42014-02-242-1/+8
* lua, osc: use properties for chapter/track listswm42014-02-242-82/+5
* command: make options property return the list of all optionswm42014-02-241-7/+16
* lua: add a bunch of functions to get/set properties by their native typewm42014-02-242-5/+152
* client API: implement setting options using their native type toowm42014-02-241-4/+13
* client API: add support for accessing properties by their native typewm42014-02-241-33/+158
* client API: adjust error stringswm42014-02-241-2/+2
* client API: change semantics for MPV_FORMAT_STRINGwm42014-02-241-5/+5
* command: use DVD volume ID for media-title propertyxylosper2014-02-231-0/+9
* command: provide per-file-options for loadfile commandxylosper2014-02-231-1/+9
* command: remove special casing for strings in input commandswm42014-02-231-4/+4
* command: don't use option name in propertieswm42014-02-231-19/+11
* lua: fix behavior if no script command handler is registeredwm42014-02-231-1/+3
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-204-3/+26
* input: check for abort cmd in multi-commandswm42014-02-201-1/+1
* command: allow accessing metadata entries as listwm42014-02-191-0/+19
* command: move metadata entry access to metadata/by-key/wm42014-02-191-1/+4
* client API: add event for metadata changeswm42014-02-192-1/+3
* input, dvdnav: fix osc stealing input from dvdnavwm42014-02-191-1/+2
* command: export list of editions as propertieswm42014-02-191-0/+61
* command: export codec for each trackwm42014-02-191-0/+4
* player: fix start time if timeline is used (ordered chapters, EDL)wm42014-02-191-7/+5
* edl: extend with chapter timestampswm42014-02-191-0/+21
* edl: fix offset of user-visible chapterswm42014-02-191-1/+1
* client API: add events for video and audio reconfigwm42014-02-175-1/+12
* lua: add mechanism for script provided key bindingswm42014-02-172-2/+89
* client API: add a client message eventwm42014-02-173-0/+30
* lua: allow giving fallback values in get_property() callswm42014-02-171-2/+5
* lua: remove redundant inline documentationwm42014-02-171-4/+0
* command: export chapter list as propertieswm42014-02-161-4/+20
* command: export playlist as propertieswm42014-02-161-11/+17
* command: expose track list as propertieswm42014-02-161-3/+31
* command: export more video params as propertieswm42014-02-161-36/+51
* options: make --no-config block all auto-loaded configuration fileswm42014-02-141-1/+1
* lua: auto-load scripts from ~/.mpv/lua/wm42014-02-141-3/+48
* lua: make register_event() not overwrite previous event handlerwm42014-02-141-4/+11
* player: select subtitles added with sub_addwm42014-02-131-2/+5
* command: fix metadata propertywm42014-02-121-2/+2
* player: fix --force-window on OSXwm42014-02-112-4/+9
* lua: some minor API changeswm42014-02-112-14/+20
* lua: add set_property functionwm42014-02-111-0/+10
* lua: change error behaviorwm42014-02-111-13/+11
* lua: rename some API functionswm42014-02-112-76/+76
* build: add option to build a librarywm42014-02-103-10/+17
* lua: add a timer APIwm42014-02-101-10/+79
* lua: port to client APIwm42014-02-1010-224/+242
* Add a client APIwm42014-02-108-118/+1056
* timer: init only oncewm42014-02-101-4/+0
* options: add --no-terminal switchwm42014-02-104-17/+29
* player: fix an assert when reinitializing audio in some caseswm42014-02-091-0/+3
* player: handle seek delays differentlywm42014-02-075-25/+27
* demux: handle tag updates differentlywm42014-02-061-1/+1
* player: refresh OSD on track switchingwm42014-02-031-0/+2
* command: output more information in colorspace properties and simplifywm42014-02-031-39/+31
* w32: use safe DLL search paths everywhereJames Ross-Gowan2014-01-271-0/+21
* w32: enable heap corruption detectionJames Ross-Gowan2014-01-271-0/+3
* w32: don't disable the error reporting dialogJames Ross-Gowan2014-01-271-1/+1
* demux_mkv: nicer edition outputwm42014-01-231-3/+13
* lua: allow ~ path convention for --luawm42014-01-211-1/+3
* lua: add playback-start eventwm42014-01-203-0/+4
* player: fix initial osd progbar statewm42014-01-201-0/+1
* player: prevent null pointer deref on uninit after -Vwm42014-01-181-0/+2
* sub: uglify OSD code path with lockingwm42014-01-1810-107/+119
* sub: uglify sub decoder with lockingwm42014-01-171-1/+6
* player: remove OSD message IDswm42014-01-174-66/+39
* player: remove OSD stackwm42014-01-173-58/+15
* player: don't use OSD message stack for term OSD subswm42014-01-172-13/+17
* lua: add a --lua-opts option, which can be queried by scriptswm42014-01-161-0/+16
* lua: use core log level nameswm42014-01-162-12/+3
* lua: allow scripts to snoop messageswm42014-01-161-10/+60
* msg: move special declarations to msg_control.hwm42014-01-163-0/+4
* io/win32: move mp_attach_console to terminal-win.cMartin Herkt2014-01-161-1/+0
* player: handle the corner cases in --term-osd-bar correctlyJohannes Nixdorf2014-01-151-3/+3
* player: use more than 1/100 resolution for --term-osd-barJohannes Nixdorf2014-01-151-1/+2
* osc: check for availabillity of percent-pos instead of lengthChrisK22014-01-151-2/+2
* command: if playback position is unknown, make percent-pos unavailablewm42014-01-151-3/+8
* player: add --term-osd-bar, which shows a status bar on the terminalwm42014-01-151-0/+29
* player: don't print status in --idle modewm42014-01-141-1/+1
* player: avoid stalling when starting a network streamwm42014-01-141-2/+7
* player: redo terminal OSD and status line handlingwm42014-01-136-62/+63
* player: don't block terminal OSD while seekingwm42014-01-131-3/+6
* player: mention subtitles in av_desync_help_textwm42014-01-121-2/+2
* command: don't access VO for output parameterswm42014-01-091-12/+18
* player: strip 'file://' from filenames on playback startwm42014-01-081-1/+7
* screenshot: add format specifiers to get file directory pathwm42014-01-081-0/+21
* player: fix setting smaller timeout on Windows systemswm42014-01-081-1/+1
* audio: fix previous commitwm42014-01-061-1/+1
* Fix audio delay inversionMartin Herkt2014-01-062-4/+4
* sub: fix previous commitwm42014-01-061-2/+2
* Fix subtitle delay inversionMartin Herkt2014-01-061-1/+1
* player: always ise [statusline] for terminal OSDwm42014-01-051-3/+3
* player: print an error message if run command failswm42014-01-051-1/+5
* player: don't select subtitles added from quvi by defaultwm42014-01-052-5/+10
* demux_subreader: reject file if not opened by --subwm42014-01-041-0/+1
* dvdnav: set correct stride for fake highlightswm42014-01-031-1/+1
* Windows: use the GUI subsystem, attach to consoleMartin Herkt2014-01-021-0/+1
* player: load encoding-profiles.conf before the main configwm42014-01-011-7/+7
* player: fix DVD playbackwm42014-01-011-1/+1
* Update copyright yearwm42014-01-011-1/+1
* video: fix --brightness etc. optionswm42013-12-291-0/+14
* player: add two more font mimetypes recognized by Haaliwm42013-12-291-1/+3
* player: use arrays to list font mimetypes and font file extensionswm42013-12-291-9/+15
* Install encoding-profiles.conf by defaultwm42013-12-281-9/+26
* player: fix buggy error condition when loading mpv.confwm42013-12-281-1/+1
* options: simplify handling of some help optionswm42013-12-261-4/+0
* player: deselect secondary sub when switching to file with different trackswm42013-12-251-0/+2
* player: fix initial selection with --secondary-sidwm42013-12-251-3/+21
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-248-83/+166
* player: add infrastructure to select multiple tracks at oncewm42013-12-246-43/+64
* player: do initial seek for external tracks only oncewm42013-12-241-2/+12
* player: slightly simplify seeking in external fileswm42013-12-241-16/+9
* player: redo demuxer stream selectionwm42013-12-247-85/+79
* player: fix typo in previous commitwm42013-12-231-1/+1
* player: warn if Matroska font attachments have incorrect MIME typewm42013-12-231-2/+11
* player: simplify mp_load_per_file_configwm42013-12-221-8/+7
* player: move code aroundwm42013-12-222-42/+37
* player: remove code duplication for auto-loaded config profileswm42013-12-221-60/+14
* path: change mp_splitext() semanticswm42013-12-221-1/+1
* Don't include version.h from make options.cwm42013-12-221-2/+7
* msg: remove global statewm42013-12-211-1/+6
* player: use separate msg prefix for statuslinewm42013-12-213-3/+5
* msg: rename mp_msg_log -> mp_msgwm42013-12-213-15/+15
* msg: convert defines to enumwm42013-12-211-1/+1
* path lookup functions: mp_msg conversionswm42013-12-217-68/+70
* quvi: mp_msg conversionswm42013-12-211-3/+3
* stream: mp_msg conversionswm42013-12-214-6/+6
* demux: mp_msg conversionswm42013-12-215-9/+10
* playlist_parser: mp_msg conversionwm42013-12-211-1/+1
* x11: mp_msg conversion for fstype help outputwm42013-12-211-1/+1
* encode_lavc: mp_msg conversionswm42013-12-211-2/+3
* options: some more mp_msg conversionswm42013-12-211-1/+1
* av_log: mp_msg conversionwm42013-12-211-2/+2
* m_option, m_config: mp_msg conversionswm42013-12-213-15/+16
* m_property: mp_msg conversionswm42013-12-213-5/+6
* input: rework how input sources are addedwm42013-12-211-23/+10
* m_config: add custom context to includefunc callbackwm42013-12-211-2/+4
* sub/osd: mp_msg conversionswm42013-12-214-5/+9
* find_subfiles: mp_msg conversionswm42013-12-211-1/+1
* player/timeline: mp_msg conversionswm42013-12-213-39/+36
* codecs: mp_msg conversionwm42013-12-211-2/+3
* audio: mp_msg conversionswm42013-12-211-0/+2
* mixer: mp_msg conversionswm42013-12-211-1/+1
* lua: minor simplificationwm42013-12-211-2/+1
* player: use MSGL_SMODE for some slave-mode stuffwm42013-12-212-10/+10
* image_writer: mp_msg conversionswm42013-12-211-2/+2
* video/decode: mp_msg conversionswm42013-12-211-0/+2
* video/filter: mp_msg conversionswm42013-12-211-1/+1
* msg: change --msglevel, reduce legacy gluewm42013-12-201-0/+3
* terminal: abstract terminal color handlingwm42013-12-201-1/+1
* osc: use mp.send_commandvwm42013-12-201-18/+18
* input, lua: add functions to take pre-split input commandswm42013-12-201-0/+23
* Rename getch2....c/h to terminal....c/hwm42013-12-194-3/+7
* player: replace some overlooked mp_msgswm42013-12-198-42/+31
* command: remove radio commandswm42013-12-191-39/+0
* Remove the _ macrowm42013-12-183-40/+40
* command: better check whether file duration is availablewm42013-12-171-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1717-55/+55
* Move options/config related files from mpvcore/ to options/wm42013-12-1716-38/+38
* Move libquvi stuff to stream/resolve/wm42013-12-174-4/+2
* Move mpvcore/input/ to input/wm42013-12-177-7/+7
* Rename mp_lua.c/h to lua.c/hwm42013-12-174-3/+3
* Rename mp_core.h to core.hwm42013-12-1717-16/+16
* Move mpvcore/player/ to player/wm42013-12-1723-0/+13324