aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* client API: report success status when running commandsGravatar wm42014-06-01
* command: property notification when changing af/vfGravatar wm42014-06-01
* command: add const to mp_notify_propertyGravatar wm42014-06-01
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* command: add write_watch_later_config commandGravatar Martin2014-05-26
* stream: don't use end_posGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* player: give quit_watch_later an exit code argument like quitGravatar wm42014-05-22
* options: unify code for setting string and "raw" optionsGravatar wm42014-05-18
* command: add a disc-menu-active propertyGravatar wm42014-05-18
* player: reorganize how lua scripts are loadedGravatar wm42014-05-13
* input: remove pausing command prefixesGravatar wm42014-05-11
* command: add property that estimates current video FPSGravatar wm42014-05-08
* command: rename stream-length to file-size, format file sizeGravatar Andrey Morozov2014-05-06
* command: remove ifdefs for deint filtersGravatar wm42014-05-06
* common: change mp_snprintf_append semanticsGravatar wm42014-05-05
* options: rename video-related options/propertiesGravatar Martin Herkt2014-05-04
* options: rename audio-related options/propertiesGravatar Martin Herkt2014-05-04
* video: handle colorspace and aspect overrides separatelyGravatar wm42014-05-02
* command, vo_vdpau: respect vdpau deint sub-optionGravatar wm42014-05-02
* command: redo deinterlace filter probingGravatar wm42014-05-02
* command: make enabling deinterlacing with vdpau workGravatar wm42014-05-02
* vf-metadata: fix handling of NULL metadataGravatar Kevin Mitchell2014-04-29
* client API: add chapter change eventGravatar wm42014-04-27
* video: add a "hwdec" property to enable or disable hw decoding at runtimeGravatar wm42014-04-23
* command: export rotation parameterGravatar wm42014-04-22
* player: add a --loop-file optionGravatar wm42014-04-17
* client API: remove mpv_event_pause_reasonGravatar wm42014-04-14
* command: add property to indicate when pausing due to --keep-openGravatar wm42014-04-14
* command: add a property to indicate core pause stateGravatar wm42014-04-14
* command: vf-metadata: minor fixup of return statusGravatar Kevin Mitchell2014-04-14
* command: add vf-metadata propertyGravatar Kevin Mitchell2014-04-13
* player: remove ASX, SMIL and NSC playlist parsersGravatar wm42014-04-13
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesGravatar David Weber2014-04-13
* cache: allow resizing at runtimeGravatar wm42014-04-09
* command: property set commands should send property change notificationsGravatar wm42014-04-08
* client API: add a way to notify clients of property changesGravatar wm42014-04-06
* command: change what the metadata property returnsGravatar wm42014-03-30
* command: minor simplificationGravatar wm42014-03-30
* command: add helper function to split property pathsGravatar wm42014-03-30
* Merge remote-tracking branch 'mpv/pr/676'Gravatar wm42014-03-30
|\
| * player: rename dvdnav to discnavGravatar xylosper2014-03-30
* | video/out: remove legacy colorspace stuffGravatar wm42014-03-29
|/
* player: fix unchecked access for chapter metadataGravatar wm42014-03-26
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timesGravatar wm42014-03-25
* command: make 'disc-title' property writableGravatar xylosper2014-03-18
* command, lua: change script_message semanticsGravatar wm42014-03-17
* command: rename dvd- properties to disc-Gravatar wm42014-03-15
* command: prefix DVD title properties with "dvd-"Gravatar wm42014-03-15