aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* dvd: move angle switching codeGravatar wm42014-07-05
* command: include new "playback-time" property in update mechanismGravatar wm42014-07-03
* command: remove some code duplication in cache propertiesGravatar wm42014-07-02
* command: cache can actually have full-size 0Gravatar wm42014-07-02
* command: change cache perentage to float, add cache-free and cache-usedGravatar Andrey Morozov2014-07-02
* player: make the time display relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* command: fix tv-channel propertyGravatar wm42014-06-25
* options: Expose --colormatrix-primaries to the userGravatar Niklas Haas2014-06-22
* command: redo the property typeGravatar wm42014-06-13
* Add more constGravatar wm42014-06-11
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* player: show "neutral" position markers for OSD barsGravatar wm42014-06-08
* command: format_bitrate: fix conversion to kbits and mbitsGravatar Marcoen Hirschberg2014-06-02
* command: improve video-bitrate propertyGravatar Andrey Morozov2014-06-01
* 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