aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variablesGravatar wm42014-06-11
* stream_dvb: remove global option variablesGravatar wm42014-06-11
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* player: hide some messages in verbose modeGravatar wm42014-06-09
* client API: disable LIRC input by defaultGravatar wm42014-06-09
* audio: add a "weak" gapless mode, and make it defaultGravatar wm42014-06-09
* player: show "neutral" position markers for OSD barsGravatar wm42014-06-08
* client API: minor documentation fixes/enhancementsGravatar wm42014-06-08
* client API: trigger wakeup when creating wakeup pipe/callbackGravatar wm42014-06-08
* client API: restructure waiting, do log msg wakeup properlyGravatar wm42014-06-07
* client API: rename mpv_destroy() to mpv_detach_destroy()Gravatar wm42014-06-07
* client API: add API function that ensures total destructionGravatar wm42014-06-07