aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* demux: add a demuxer threadGravatar wm42014-07-16
* ao_lavc: Fix design of audio pts handling.Gravatar Rudolf Polzer2014-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
* Remove some mp_msg calls with no trailing \nGravatar wm42014-07-13
* player: remove some inactive codeGravatar wm42014-07-13
* audio: drop buffered audio when switching tracks or filtersGravatar wm42014-07-13
* osc: improve previous commitGravatar ChrisK22014-07-10
* osc: round displayed cache valueGravatar ChrisK22014-07-10
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* demux: remove accurate_seek fieldGravatar wm42014-07-08
* osc: fix failure when using DVD menusGravatar wm42014-07-07
* lua: redo error handling, print backtracesGravatar wm42014-07-07
* Remove stream_pts stuffGravatar wm42014-07-06
* demux: minor simplificationGravatar wm42014-07-06
* player: don't use stream position as fallback for percent-posGravatar wm42014-07-05
* dvd: move angle switching codeGravatar wm42014-07-05
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* discnav: fix a commentGravatar wm42014-07-05
* demux: make start time a simple fieldGravatar wm42014-07-05
* demux: make replaygain per-trackGravatar wm42014-07-05
* client API: allow calling mpv_terminate_destroy(NULL)Gravatar wm42014-07-04
* 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
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* player: fix start position when specifying with percentGravatar Tsukasa OMOTO2014-06-29
* options: support setting start time relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* player: make the time display relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* sub: fix undefined behavior with dvd://Gravatar wm42014-06-28
* scripting: shorten a lineGravatar wm42014-06-26
* config, player: avoid some temporary talloc contextsGravatar wm42014-06-26
* player: create config dir if it doesn't existGravatar wm42014-06-26
* player: remove some minor code duplication in config loader codeGravatar wm42014-06-26
* Basic xdg directory implementationGravatar Kenneth Zhou2014-06-26
* command: fix tv-channel propertyGravatar wm42014-06-25
* options: Expose --colormatrix-primaries to the userGravatar Niklas Haas2014-06-22
* options: allow adding multiple files with --audio-fileGravatar wm42014-06-18
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* encode: disable playback framedroppingGravatar wm42014-06-17
* discnav: make OSD path explicitly thread-safeGravatar wm42014-06-16
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* command: redo the property typeGravatar wm42014-06-13
* win32: implement --priority differentlyGravatar wm42014-06-12
* encode: don't load Lua scriptsGravatar wm42014-06-12
* encode: make option struct localGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11