aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/command.c
Commit message (Expand)AuthorAge
* client API: minor optimizations for property notificationGravatar wm42014-08-02
* command: add a property that returns a list of all propertiesGravatar wm42014-08-02
* client API: don't send internal events to the clientsGravatar wm42014-07-31
* command: add cache-idle propertyGravatar wm42014-07-31
* client API: make "cache" property and similar observableGravatar wm42014-07-31
* player: fix time display wheen seeking past EOF with --keep-openGravatar wm42014-07-30
* command: fix and simplify overlay_addGravatar wm42014-07-25
* command: append entries to the end of the playlist with loadlist appendGravatar Alessandro Ghedini2014-07-25
* command: add append-play loadfile modeGravatar wm42014-07-23
* command: potentially fix dvd angle settingGravatar wm42014-07-20
* demux: add a demuxer threadGravatar wm42014-07-16
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15
* Remove DVD and Bluray supportGravatar wm42014-07-14
* command: don't show VO information in colorspace propertiesGravatar wm42014-07-13
* audio: drop buffered audio when switching tracks or filtersGravatar wm42014-07-13
* Remove stream_pts stuffGravatar wm42014-07-06
* 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