summaryrefslogtreecommitdiffstats
path: root/player/command.c
Commit message (Expand)AuthorAgeFilesLines
* cache: use a single STREAM_CTRL for various cache infowm42016-03-291-27/+21
* command: add video-stereo-mode propertywm42016-03-281-0/+1
* command: change "cache-speed" OSD formattingwm42016-03-221-4/+9
* command: add cache-speed propertywm42016-03-201-1/+17
* command: dump tracklist if sub-add is run with the "cached" flagwm42016-03-141-0/+2
* 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-081-3/+3
* 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: remove unused MPContext.stream fieldwm42016-02-231-1/+1
* player: remove old timeline/ordered chapters supportwm42016-02-151-18/+18
* player: force refresh seek when changing audio filterswm42016-02-091-3/+0
* 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-011-7/+3
* vd_lavc: allow switching between hw/sw decoding any timewm42016-01-291-2/+1
* command: always allow setting volume/mute propertieswm42016-01-261-5/+17
* command: add af-command commandwm42016-01-221-0/+6
* command: add vf-command commandwm42016-01-221-0/+6
* player: refactor: eliminate MPContext.d_audiowm42016-01-221-5/+7
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-221-4/+4
* command: fix NULL pointer deref in "video-codec" propertywm42016-01-181-1/+1
* player: refactor: eliminate MPContext.d_videowm42016-01-171-43/+43
* player: refactor: eliminate MPContext.d_subwm42016-01-171-1/+2
* command: modify OSD message when forcing original video aspect ratiowm42016-01-161-0/+7
* video: refactor: disentangle decoding/filtering some morewm42016-01-161-1/+1
* osd: make osd-width/height properties watchablewm42016-01-151-1/+1
* 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-141-2/+0
* player, stream_dvb: implement dvb-channel-name property.Oliver Freyermuth2016-01-141-0/+22
* video: decouple filtering/decoding slightly morewm42016-01-141-25/+24
* video: refactor: handle video format fixups closer to decoderwm42016-01-141-3/+3
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-12/+11
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* command: replace ROUND() with lrint()wm42015-12-261-5/+4
* command: change heuristic for files with 1 chapterwm42015-12-251-2/+3
* command: fix eof-reached property change notification in corner caseswm42015-12-241-2/+2
* input: add key name to script-binding command responsewm42015-12-231-2/+2
* vf_yadif: change defaultswm42015-12-211-1/+1
* video: switch from using display aspect to sample aspectwm42015-12-191-10/+12
* command, vo: add estimated-display-fps propertywm42015-11-251-1/+30
* command: export some per-video-frame informationwm42015-11-221-0/+25
* player: remove OSD subtitle render pathwm42015-11-171-4/+3
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-1/+1
* player: handle rebasing start time differentlywm42015-11-161-7/+3
* command: add vsync-ratio propertywm42015-11-131-2/+25
* player: refactor display-sync frame duration calculationswm42015-11-131-3/+3
* command: rename vo-missed-frame-count propertywm42015-11-131-5/+5
* command: make display-fps property writablewm42015-11-091-7/+9
* command: add mistimed-frame-count propertywm42015-10-301-3/+12
* 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
* command: make time properties unavailable if timestamp is unknownwm42015-10-161-0/+6
* player: fix inverted conditionwm42015-10-131-1/+1
* player: make stop command actually stopwm42015-10-061-1/+1
* video: remove user-controllable PTS sorting (--pts-association-mode)wm42015-10-061-2/+0
* video: replace vf_format outputlevels option with global optionwm42015-09-291-5/+5
* af_lavfi: implement af-metadata propertywm42015-09-111-10/+21
* command: make "add <property> 0" not change the valuewm42015-09-101-4/+2
* command: make the playback-time property writablewm42015-08-211-0/+5
* demux: remove redundant demux_chapter.name fieldwm42015-08-121-5/+1
* player: add display sync modewm42015-08-101-4/+32
* player: separate controls for user and video controlled speedwm42015-08-101-5/+18
* player: redo estimated-vf-fps calculationwm42015-08-101-7/+3
* command: improve A-B loop OSD messageswm42015-08-101-2/+2
* lua: implement input_enable_section/input_disable_section via commandswm42015-08-061-2/+1
* 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
* command: make auto-deinterlacing output at field ratewm42015-08-041-1/+1
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-24/+0
* command: let track properties return option value in idle modewm42015-07-291-1/+5
* command: add property indicating per-file optionswm42015-07-231-0/+1
* video: always re-probe auto deint filter on filter reconfigwm42015-07-211-8/+14
* command: add track-list/N/audio-channels propertydeuiore2015-07-181-0/+8
* player: parse and expose m3u playlist titleswm42015-07-101-2/+3
* player: refactor chapter seek codewm42015-07-101-1/+6
* player: never overwrite stop_play fieldwm42015-07-081-7/+11
* 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: simplify reload logicwm42015-07-021-4/+4
* x11: Handle external fullscreen togglesEduardo Sánchez Muñoz2015-06-281-1/+1
* demux: export forced flagwm42015-06-271-0/+1
* audio: output human-readable channel layouts toowm42015-06-251-0/+1
* command: export stereo 3D tagswm42015-06-231-0/+4
* command: do not exit playback if the B point of A-B loop is past EOFwm42015-06-161-18/+21
* command: add keypress, keydown, and keyup commands.torque2015-06-111-0/+30
* command: fix audio-out-detected-device propertywm42015-06-091-2/+3
* command: remove unnecessary event IDswm42015-06-091-2/+0
* command: make property event mask matching more restrictivewm42015-06-091-1/+2
* player: print track list when switching trackswm42015-06-031-0/+4
* player: print a message along with track listwm42015-06-031-4/+4
* player: don't print stream list when adding external tracks during loadwm42015-06-031-5/+7
* command: remove deprecated get_property commandwm42015-05-271-34/+0
* 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-261-20/+13
* command: change the hwdec propertieswm42015-05-251-30/+43
* video: do not use MP_NOPTS_VALUE for A/V differencewm42015-05-241-2/+0
* player: add function to compute past frame durationswm42015-05-241-17/+6
* command: add protocol-list propertywm42015-05-231-0/+16
* 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-221-4/+2
* 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
* command: deprecate the "length" propertywm42015-05-221-4/+4
* 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
* command: change OSD symbol for absolute perc. seekrrooij2015-05-191-2/+4
* 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
* command: let sub_reload remove the old track firstwm42015-04-281-8/+10
* player: log track list when adding or removing external fileswm42015-04-281-0/+5
* command: demuxer-cache-time propertyxylosper2015-04-211-1/+21
* client API: add a screenshot_raw commandwm42015-04-201-0/+39
* client API: add glue for making full use of mpv_command_node()wm42015-04-201-2/+2
* player: change video-bitrate and audio-bitrate propertieswm42015-04-201-47/+28
* command: disc-mouse-on-button propertyxylosper2015-04-211-0/+9
* subprocess: move implementation for deatched subprocesseswm42015-04-151-34/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* command: new subproperty for video-params: gammaNiklas Haas2015-04-041-0/+5
* command: remove unused functionwm42015-04-011-14/+0
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-120/+21
* command: add property returning current working directorywm42015-03-241-0/+20
* command: use mp_set_playlist_entrySai Ke WANG2015-03-221-3/+1
* 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
* command: allow changing some VO options even if VO wasn't created yetwm42015-03-111-4/+4
* command: add display-fps propertywm42015-03-101-1/+17
* player: use symbolic constant for seek precisionwm42015-03-041-14/+16
* input: use flag option type for some input commandswm42015-03-041-4/+11
* client API: make some more properties observablewm42015-02-271-1/+2
* command: add rescan_external_fileswm42015-02-161-0/+18
* command: nicer OSD message when setting audio-devicewm42015-02-161-0/+14
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-161-1/+2
* player: fix audio-device-list updateswm42015-02-141-0/+5
* ao_coreaudio: add support for hotplug notificationsStefano Pigozzi2015-02-141-4/+9
* command: mark get_property as deprecatedwm42015-02-131-0/+4
* audio: add device change notification for hotpluggingwm42015-02-121-8/+13
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-031-23/+30
* command: add property returning detected audio deviceStefano Pigozzi2015-02-031-1/+11
* command: add property returning detected hwdec APIwm42015-02-021-1/+32
* command: add properties returning the current VO and AO driverwm42015-02-021-2/+18
* command: add dummy get implementation for tv-channel propertywm42015-02-021-0/+2
* command: send additional property change events in-between loadingwm42015-02-011-0/+1
* command: improve observability of some audio propertieswm42015-02-011-1/+2
* command: change sub-visibility OSD messagewm42015-01-291-1/+2
* player: remove redundant variablewm42015-01-291-2/+2
* command: export more details about file seekabilitywm42015-01-261-0/+10
* 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-231-3/+3
* 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
* 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
* command: ignore chapter cycling if there's only 1 chapterwm42015-01-051-2/+5
* x11: make display-names property observablewm42015-01-031-1/+1
* command: make the "run" command work on Windows toowm42015-01-011-22/+35
* command: make empty vf-metadata not an errorwm42014-12-301-11/+6
* command: add filtered-metadata propertywm42014-12-291-1/+12
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-291-5/+5
* command: stip path from playlist OSD displaywm42014-12-271-2/+8
* player: cosmetics: rename a functionwm42014-12-271-1/+1
* command: overlay_add: more flexible treatment of offset parameterwm42014-12-261-8/+12
* win32: add mmap() emulationwm42014-12-261-9/+0
* player: don't show "0%" percentage in infinite streamswm42014-12-201-2/+6
* command: extend revert_seek commandwm42014-12-171-2/+10
* command: format ${avsync} like on terminal status linewm42014-12-161-0/+4
* command, dvd: add property which returns list of DVD titleswm42014-12-131-0/+33
* command: add properties for current bitratewm42014-12-121-0/+23
* 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
* player: make chapter seek to end jump to last frame with --keep-openwm42014-12-081-1/+5
* command: avoid returning invalid FPS valueswm42014-11-291-3/+5
* command: sub_add with "auto" should not always select a subtitle trackwm42014-11-271-1/+3
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-241-1/+1
* command: don't queue framestepswm42014-11-231-1/+14
* input, lua: redo input handlingwm42014-11-231-9/+21
* Remove some superfluous NULL checkswm42014-11-211-2/+1
* command: dvd: better audio/video recovery on angle switchingwm42014-11-201-5/+2
* command: add drop_bufferswm42014-11-201-0/+10
* command: add an ab_loop commandwm42014-11-181-0/+20
* command: improve A-B loop behaviorwm42014-11-181-2/+14
* command: implement A-B loopswm42014-11-181-2/+48
* command: adjust previous commitwm42014-11-171-1/+3
* command: playlist property: return if an entry is currently playingwm42014-11-171-0/+2
* 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: make the osd-msg prefix work for playlist_next/prevwm42014-11-111-0/+2
* audio: make decoders output refcounted frameswm42014-11-101-2/+2
* dvd, bluray: reload demuxer on title changeswm42014-11-101-0/+1
* command: send property-change event on playlist changeAlessandro Ghedini2014-11-091-0/+5
* audio/out: make ao_request_reload() idempotentwm42014-11-091-6/+1
* 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
* command: add display-names propertyKevin Mitchell2014-11-071-0/+25
* command: use playback time as reference for sub_seekwm42014-11-051-2/+3
* command: add window-minimized property (X11 only)wm42014-11-021-0/+18
* command: make window-scale property observablewm42014-11-021-0/+1
* command: expose mpv version as propertywm42014-11-021-0/+8
* player: always use demux_chapterwm42014-11-021-3/+4
* player: update meaning of drop_frame_cntwm42014-11-011-1/+1
* sub: remove osd_get_sub()wm42014-11-011-1/+1
* player: don't display zero duration for files with unknown durationwm42014-10-291-6/+8
* player: handle edition reloading slightly differentlywm42014-10-281-1/+1
* command: play the correct entry with loadfile ... append-playAlessandro Ghedini2014-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
* Drop libquvi supportwm42014-10-251-3/+0
* command: finish hook execution if client failswm42014-10-241-5/+22
* command: add vo-configured propertywm42014-10-241-1/+10
* command: fix debug outputwm42014-10-241-1/+1
* command: print executed commands with -vwm42014-10-231-0/+2
* command: add a "cached" mode to sub_addwm42014-10-231-1/+22
* command: return error on invalid/absent IDs with ff-sid/ff-aidwm42014-10-231-2/+6
* 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
* 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-211-0/+36
* command: add field-dominance propertyKevin Mitchell2014-10-211-0/+1
* command: extend sub_add commandwm42014-10-211-2/+10
* command: remove hook cancellation mechanismwm42014-10-201-11/+1
* command: allow sub_add at an earlier stagewm42014-10-201-1/+1
* command: add "estimated-vf-fps" change notifcationwm42014-10-191-1/+2
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-161-0/+138
* command: allow setting per-file options at runtimewm42014-10-151-7/+24
* 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
* command: make audio device list available to the client APIwm42014-10-101-0/+32
* player: minor simplificationwm42014-10-101-1/+1
* player: --save-position-on-quit should always work (2)wm42014-10-101-2/+5
* command: add cache-buffering-state propertywm42014-10-071-0/+11
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-071-1/+2
* player: remove central uninit_player() function and flags messwm42014-10-031-2/+2
* 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
* command: move setting playback speed to a separate functionwm42014-10-021-10/+5
* build: add -Wno-format-zero-lengthwm42014-09-261-1/+1
* command: no space before "%" in volume default OSD messagewm42014-09-221-1/+1
* command: improve "osd" commandwm42014-09-221-9/+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-211-45/+38
* 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
* command: allow using ASS tags on OSD messageswm42014-09-181-0/+12
* command: add osd-sym-cc propertywm42014-09-181-0/+11
* command: avoid a double -> int castBen Boeckel2014-09-161-1/+1
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-051-2/+4
* player: add --media-title optionwm42014-09-021-0/+4
* 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
* command: remove extra spaceRyan Jacobs2014-08-291-1/+1
* command: export demuxer cache info propertieswm42014-08-281-1/+35
* audio: restore old speed change behaviorwm42014-08-281-0/+2
* command: change OSD formatting of "speed" propertywm42014-08-251-1/+1
* video: get rid of video_next_pts fieldwm42014-08-221-1/+1
* 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
* video: add VO framedropping modewm42014-08-151-0/+11
* 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
* command: run OSD display code even if a property is unavailablewm42014-08-091-4/+2
* command: add a "seeking" propertywm42014-08-081-0/+10
* client API: minor optimizations for property notificationwm42014-08-021-5/+42
* command: add a property that returns a list of all propertieswm42014-08-021-5/+25
* 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-311-0/+1
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-301-1/+3
* 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
* command: add append-play loadfile modewm42014-07-231-2/+2
* command: potentially fix dvd angle settingwm42014-07-201-5/+4
* demux: add a demuxer threadwm42014-07-161-50/+41
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+133
* Remove DVD and Bluray supportwm42014-07-141-133/+0
* command: don't show VO information in colorspace propertieswm42014-07-131-3/+1
* audio: drop buffered audio when switching tracks or filterswm42014-07-131-0/+1
* Remove stream_pts stuffwm42014-07-061-17/+0
* dvd: move angle switching codewm42014-07-051-14/+28
* 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-021-2/+97
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-291-3/+13
* command: fix tv-channel propertywm42014-06-251-0/+3
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-221-0/+29
* command: redo the property typewm42014-06-131-506/+599
* Add more constwm42014-06-111-5/+5
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-153/+107
* player: show "neutral" position markers for OSD barswm42014-06-081-2/+12
* command: format_bitrate: fix conversion to kbits and mbitsMarcoen Hirschberg2014-06-021-2/+2
* command: improve video-bitrate propertyAndrey Morozov2014-06-011-1/+4
* client API: report success status when running commandswm42014-06-011-26/+42
* command: property notification when changing af/vfwm42014-06-011-0/+1
* command: add const to mp_notify_propertywm42014-06-011-1/+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
* command: add write_watch_later_config commandMartin2014-05-261-0/+5
* stream: don't use end_poswm42014-05-241-7/+4
* stream: kill start_pos, remove --sb optionwm42014-05-241-13/+1
* player: give quit_watch_later an exit code argument like quitwm42014-05-221-6/+3
* options: unify code for setting string and "raw" optionswm42014-05-181-6/+5
* command: add a disc-menu-active propertywm42014-05-181-0/+11
* player: reorganize how lua scripts are loadedwm42014-05-131-1/+0
* input: remove pausing command prefixeswm42014-05-111-9/+0
* command: add property that estimates current video FPSwm42014-05-081-0/+27
* 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: rename video-related options/propertiesMartin Herkt2014-05-041-1/+1
* options: rename audio-related options/propertiesMartin Herkt2014-05-041-2/+2
* video: handle colorspace and aspect overrides separatelywm42014-05-021-3/+3
* 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
* vf-metadata: fix handling of NULL metadataKevin Mitchell2014-04-291-11/+16
* client API: add chapter change eventwm42014-04-271-0/+1
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-231-0/+33
* command: export rotation parameterwm42014-04-221-0/+1
* player: add a --loop-file optionwm42014-04-171-0/+1
* client API: remove mpv_event_pause_reasonwm42014-04-141-5/+5
* command: add property to indicate when pausing due to --keep-openwm42014-04-141-2/+11
* 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-131-1/+0
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesDavid Weber2014-04-131-0/+33
* cache: allow resizing at runtimewm42014-04-091-0/+29
* command: property set commands should send property change notificationswm42014-04-081-1/+21
* client API: add a way to notify clients of property changeswm42014-04-061-0/+31
* 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
* Merge remote-tracking branch 'mpv/pr/676'wm42014-03-301-1/+1
|\
| * player: rename dvdnav to discnavxylosper2014-03-301-1/+1
* | video/out: remove legacy colorspace stuffwm42014-03-291-9/+9
|/
* player: fix unchecked access for chapter metadatawm42014-03-261-3/+1
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timeswm42014-03-251-1/+1
* command: make 'disc-title' property writablexylosper2014-03-181-2/+8
* command, lua: change script_message semanticswm42014-03-171-1/+9
* 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
* 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
* command: fix osd-height propertywm42014-03-091-1/+1
* player: make separation between user/automatic track selection strongerwm42014-03-031-1/+5
* command: fix null pointer dereference in idle modewm42014-03-021-2/+2
* client API: add two properties, 'time-start' and 'seekable'xylosper2014-02-281-0/+21
* 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
* options: allow changing options at runtimewm42014-02-251-3/+1
* client API: report pause/unpause reasonwm42014-02-241-5/+5
* command: make options property return the list of all optionswm42014-02-241-7/+16
* 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
* options: handle escape sequences in e.g. --playing-msg differentlywm42014-02-201-0/+21
* 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
* command: export list of editions as propertieswm42014-02-191-0/+61
* command: export codec for each trackwm42014-02-191-0/+4
* client API: add a client message eventwm42014-02-171-0/+16
* 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
* player: select subtitles added with sub_addwm42014-02-131-2/+5
* command: fix metadata propertywm42014-02-121-2/+2
* lua: port to client APIwm42014-02-101-45/+12
* Add a client APIwm42014-02-101-16/+13
* player: handle seek delays differentlywm42014-02-071-7/+7
* command: output more information in colorspace properties and simplifywm42014-02-031-39/+31
* lua: add playback-start eventwm42014-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-181-24/+34
* player: remove OSD message IDswm42014-01-171-33/+25
* player: remove OSD stackwm42014-01-171-2/+0
* msg: move special declarations to msg_control.hwm42014-01-161-0/+2
* command: if playback position is unknown, make percent-pos unavailablewm42014-01-151-3/+8
* player: redo terminal OSD and status line handlingwm42014-01-131-1/+1
* command: don't access VO for output parameterswm42014-01-091-12/+18
* audio: fix previous commitwm42014-01-061-1/+1
* sub: fix previous commitwm42014-01-061-2/+2
* player: print an error message if run command failswm42014-01-051-1/+5
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-241-14/+35
* player: add infrastructure to select multiple tracks at oncewm42013-12-241-1/+1
* player: redo demuxer stream selectionwm42013-12-241-3/+2
* path lookup functions: mp_msg conversionswm42013-12-211-1/+1
* playlist_parser: mp_msg conversionwm42013-12-211-1/+1
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+2
* m_property: mp_msg conversionswm42013-12-211-3/+3
* player: replace some overlooked mp_msgswm42013-12-191-19/+11
* command: remove radio commandswm42013-12-191-39/+0
* Remove the _ macrowm42013-12-181-36/+36
* command: better check whether file duration is availablewm42013-12-171-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-3/+3
* Move options/config related files from mpvcore/ to options/wm42013-12-171-4/+4
* Move libquvi stuff to stream/resolve/wm42013-12-171-1/+1
* Move mpvcore/input/ to input/wm42013-12-171-1/+1
* Rename mp_lua.c/h to lua.c/hwm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+3243