index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
player
Commit message (
Expand
)
Author
Age
Files
Lines
*
client API: rename mpv_destroy() to mpv_detach_destroy()
wm4
2014-06-07
2
-5
/
+4
*
client API: add API function that ensures total destruction
wm4
2014-06-07
3
-2
/
+37
*
client API: change mpv_wait_event() timeout semantics
wm4
2014-06-07
2
-2
/
+5
*
client API: enlarge the message buffer if log level is high
wm4
2014-06-06
1
-1
/
+2
*
client API: call wakeup callback if there are new messages
wm4
2014-06-06
1
-13
/
+17
*
client API: fix terminal usage
wm4
2014-06-06
1
-1
/
+4
*
client API: don't update properties in uninitialized state
wm4
2014-06-06
1
-0
/
+2
*
client API: don't use the mpv config files by default
wm4
2014-06-06
1
-0
/
+1
*
client API: use shared code for creating the wakeup pipe
wm4
2014-06-06
1
-12
/
+2
*
client API: fix swapped pipe ends used with mpv_set_wakeup_callback
wm4
2014-06-06
1
-2
/
+2
*
lua: make warning about unknown scripts -v only
wm4
2014-06-04
1
-1
/
+1
*
command: format_bitrate: fix conversion to kbits and mbits
Marcoen Hirschberg
2014-06-02
1
-2
/
+2
*
osc: keep track of the "fullscreen" state when it changes
Marcoen Hirschberg
2014-06-02
1
-3
/
+6
*
player: write file name to the watch later config file
Alessandro Ghedini
2014-06-01
1
-0
/
+2
*
command: improve video-bitrate property
Andrey Morozov
2014-06-01
1
-1
/
+4
*
client API: report success status when running commands
wm4
2014-06-01
3
-29
/
+46
*
command: property notification when changing af/vf
wm4
2014-06-01
1
-0
/
+1
*
command: add const to mp_notify_property
wm4
2014-06-01
2
-2
/
+2
*
audio: change handling of an EOF corner case
wm4
2014-05-30
1
-7
/
+1
*
audio: rename i_bps to 'bitrate' to avoid confusion
Marcoen Hirschberg
2014-05-28
1
-4
/
+4
*
audio: change values from bytes-per-second to bits-per-second
Marcoen Hirschberg
2014-05-28
1
-1
/
+1
*
osc: correct calculation of slider position
ChrisK2
2014-05-28
1
-1
/
+1
*
osc: extend hitbox of seekbars to include gap
ChrisK2
2014-05-27
1
-1
/
+1
*
lua: slightly nicer diagnostics output
wm4
2014-05-27
1
-1
/
+3
*
lua: add missing include files
wm4
2014-05-26
1
-0
/
+2
*
lua: fix compilation with lua 5.2
wm4
2014-05-26
1
-8
/
+42
*
command: add write_watch_later_config command
Martin
2014-05-26
1
-0
/
+5
*
lua: add some filesystem utility functions
wm4
2014-05-25
1
-10
/
+72
*
osc: fix chapter list display
ChrisK2
2014-05-24
1
-2
/
+2
*
client API: fix mpv_observe_property with MP_FORMAT_NONE
wm4
2014-05-24
1
-2
/
+3
*
stream: don't use end_pos
wm4
2014-05-24
3
-13
/
+13
*
stream: kill start_pos, remove --sb option
wm4
2014-05-24
5
-24
/
+6
*
player: don't init/uninit terminal at runtime
wm4
2014-05-24
1
-7
/
+1
*
lua/osc: forgot some changed files in previous commit
ChrisK2
2014-05-23
3
-97
/
+20
*
lua/osc: small overhaul
ChrisK2
2014-05-23
1
-0
/
+105
*
player: give quit_watch_later an exit code argument like quit
wm4
2014-05-22
1
-6
/
+3
*
tl_mpv_edl: correct misspelling on line 233
Yomi0
2014-05-22
1
-1
/
+1
*
player: fix cover art sometimes "syncing" against audio
wm4
2014-05-22
1
-1
/
+3
*
player: suggest --no-audio-display on cover art
wm4
2014-05-22
1
-0
/
+7
*
video: fix display of cover art with vo_vdpau
wm4
2014-05-22
1
-2
/
+4
*
edl: use start PTS of the source files as default start time
wm4
2014-05-22
1
-2
/
+8
*
cache: redo options and default settings
wm4
2014-05-20
4
-29
/
+18
*
client API: add mpv_load_config_file()
wm4
2014-05-18
1
-0
/
+15
*
options: unify code for setting string and "raw" options
wm4
2014-05-18
2
-47
/
+44
*
threads: use mpv time for mpthread_cond_timedwait wrapper
wm4
2014-05-18
1
-2
/
+2
*
player: increase seek accuracy when refreshing display on filter change
wm4
2014-05-18
1
-1
/
+1
*
command: add a disc-menu-active property
wm4
2014-05-18
3
-0
/
+30
*
client API: fix "missed" property notifications
wm4
2014-05-18
1
-19
/
+25
*
x11: replace--[x11-]fstype option with --x11-netwm
wm4
2014-05-16
1
-11
/
+0
*
player: reorganize how lua scripts are loaded
wm4
2014-05-13
8
-130
/
+205
*
player: disable hr-seek framedropping during backstepping
wm4
2014-05-12
1
-2
/
+3
*
player: don't assign "false" to pointer
wm4
2014-05-11
1
-1
/
+1
*
input: remove pausing command prefixes
wm4
2014-05-11
1
-9
/
+0
*
player: don't complain on too long filenames
wm4
2014-05-10
1
-2
/
+2
*
command: add property that estimates current video FPS
wm4
2014-05-08
1
-0
/
+27
*
options: add --hr-seek-framedrop option
wm4
2014-05-07
1
-1
/
+2
*
player: avoid reconfig during seeking
wm4
2014-05-07
1
-1
/
+2
*
player: remove VO from seeking code path
wm4
2014-05-07
2
-11
/
+26
*
player: minor reshuffling of video code
wm4
2014-05-07
1
-28
/
+30
*
player: limit max. fallback frame duration
wm4
2014-05-07
1
-1
/
+1
*
player: handle video reconfig slightly different again
wm4
2014-05-07
2
-23
/
+29
*
player: reset last_frame_duration on init
wm4
2014-05-07
1
-0
/
+1
*
command: rename stream-length to file-size, format file size
Andrey Morozov
2014-05-06
1
-13
/
+44
*
command: remove ifdefs for deint filters
wm4
2014-05-06
1
-4
/
+0
*
common: change mp_snprintf_append semantics
wm4
2014-05-05
1
-2
/
+2
*
options: merge ---sub-auto-match with --sub-auto
wm4
2014-05-04
1
-1
/
+1
*
options: remove deprecated --identify
Martin Herkt
2014-05-04
2
-29
/
+0
*
options: rename video-related options/properties
Martin Herkt
2014-05-04
1
-1
/
+1
*
options: rename audio-related options/properties
Martin Herkt
2014-05-04
1
-2
/
+2
*
options: rename subtitle-related options
Martin Herkt
2014-05-04
1
-1
/
+1
*
video: remove a corner case by introducing another one
wm4
2014-05-03
1
-3
/
+2
*
video: fix video end condition
wm4
2014-05-03
1
-5
/
+4
*
video: rename a variable
wm4
2014-05-03
1
-2
/
+2
*
client API: fix inverted condition
wm4
2014-05-02
1
-1
/
+1
*
video: removed unused stuff
wm4
2014-05-02
1
-1
/
+0
*
player: remove extremely obscure undefined behavior
wm4
2014-05-02
1
-1
/
+2
*
client API, video: signal reconfig at the right time
wm4
2014-05-02
1
-4
/
+2
*
lua: remove "lua/" prefix from script names
wm4
2014-05-02
1
-1
/
+1
*
video: change everything
wm4
2014-05-02
3
-180
/
+224
*
video: handle colorspace and aspect overrides separately
wm4
2014-05-02
3
-5
/
+5
*
command, vo_vdpau: respect vdpau deint sub-option
wm4
2014-05-02
1
-2
/
+15
*
command: redo deinterlace filter probing
wm4
2014-05-02
1
-18
/
+27
*
command: make enabling deinterlacing with vdpau work
wm4
2014-05-02
1
-0
/
+3
*
video: improve error messages
wm4
2014-04-30
1
-2
/
+1
*
vf-metadata: fix handling of NULL metadata
Kevin Mitchell
2014-04-29
1
-11
/
+16
*
video: remove redundant mp_image display_w/_h members
wm4
2014-04-29
1
-4
/
+1
*
video: don't drop last frame when deinterlacing with yadif
wm4
2014-04-28
1
-5
/
+7
*
client API: add chapter change event
wm4
2014-04-27
6
-0
/
+17
*
stream: make mp_input_check_interrupt thread-safe
wm4
2014-04-25
1
-0
/
+1
*
stream: remove interrupt callback global variables
wm4
2014-04-25
1
-1
/
+8
*
lua: fix stack going out of sync
wm4
2014-04-24
1
-0
/
+1
*
dispatch: move into its own source file
wm4
2014-04-23
3
-2
/
+3
*
video: add a "hwdec" property to enable or disable hw decoding at runtime
wm4
2014-04-23
1
-0
/
+33
*
client API: make mpv_set_option set options natively
wm4
2014-04-22
1
-1
/
+1
*
command: export rotation parameter
wm4
2014-04-22
1
-0
/
+1
*
video: auto-insert software rotation filter
wm4
2014-04-21
1
-5
/
+44
*
encode: don't resume playback when encoding
wm4
2014-04-19
1
-0
/
+1
*
encode: don't apply default config options
wm4
2014-04-19
2
-5
/
+18
*
Remove CPU detection and inline asm handling
wm4
2014-04-19
1
-2
/
+0
*
encode: disable keep-open when encoding
James Ross-Gowan
2014-04-19
1
-0
/
+1
*
player: fix audio EOF check on --no-audio
wm4
2014-04-18
1
-1
/
+1
*
player: add a --loop-file option
wm4
2014-04-17
2
-0
/
+12
*
player: unrangle one aspect of audio EOF handling
wm4
2014-04-17
1
-9
/
+4
*
audio: explicitly document audio EOF condition
wm4
2014-04-17
1
-1
/
+1
*
player: add a --dump-stats option
wm4
2014-04-17
2
-1
/
+26
*
player: remove audio waiting
wm4
2014-04-15
1
-16
/
+0
*
client API: remove mpv_event_pause_reason
wm4
2014-04-14
6
-47
/
+18
*
command: add property to indicate when pausing due to --keep-open
wm4
2014-04-14
4
-2
/
+16
*
command: add a property to indicate core pause state
wm4
2014-04-14
1
-2
/
+11
*
command: vf-metadata: minor fixup of return status
Kevin Mitchell
2014-04-14
1
-1
/
+1
*
command: add vf-metadata property
Kevin Mitchell
2014-04-13
1
-1
/
+37
*
player: remove ASX, SMIL and NSC playlist parsers
wm4
2014-04-13
3
-3
/
+0
*
player: hack to fix --msgmodule --term-osd-bar
wm4
2014-04-13
1
-1
/
+1
*
command: add paused-for-cache, total-avsync-change, drop-frame-count properties
David Weber
2014-04-13
1
-0
/
+33
*
lua: make it easier to integrate with foreign event loops
wm4
2014-04-12
1
-6
/
+26
*
lua: wrap mpv_get_wakeup_pipe()
wm4
2014-04-12
1
-0
/
+8
*
client API: add mpv_get_wakeup_pipe convenience function
wm4
2014-04-12
1
-0
/
+32
*
client API: include the reason in MPV_EVENT_END_FILE
wm4
2014-04-11
2
-1
/
+15
*
lua: add helper function for printing a table
wm4
2014-04-11
1
-0
/
+49
*
lua: add a minor helper function
wm4
2014-04-10
1
-0
/
+13
*
client: change equality rules for MPV_FORMAT_NONE
wm4
2014-04-09
1
-1
/
+1
*
client: add a comment
wm4
2014-04-09
1
-0
/
+2
*
cache: allow resizing at runtime
wm4
2014-04-09
1
-0
/
+29
*
osc: fix playlist display
ChrisK2
2014-04-09
1
-2
/
+2
*
client API: avoid redundant property change events if possible
wm4
2014-04-08
1
-5
/
+50
*
command: property set commands should send property change notifications
wm4
2014-04-08
1
-1
/
+21
*
lua: add API for observing property changes
wm4
2014-04-08
2
-4
/
+38
*
lua: add basic mpv_observe_property support
wm4
2014-04-06
1
-0
/
+58
*
client API: add a way to notify clients of property changes
wm4
2014-04-06
4
-1
/
+247
*
client API: use a manual ringbuffer
wm4
2014-04-06
1
-31
/
+31
*
af: add replaygain_data field to af_stream and af_instance
Alessandro Ghedini
2014-04-04
1
-0
/
+1
*
lua: give more control over timers
wm4
2014-04-02
1
-9
/
+30
*
lua: add mp.unregister_event() function
wm4
2014-04-01
1
-0
/
+26
*
encode_lavc: copy metadata to output file
Alessandro Ghedini
2014-03-30
1
-0
/
+4
*
command: allow changing filters before video chain initialization
wm4
2014-03-30
2
-6
/
+16
*
command: change what the metadata property returns
wm4
2014-03-30
1
-8
/
+20
*
command: minor simplification
wm4
2014-03-30
1
-6
/
+3
*
command: add helper function to split property paths
wm4
2014-03-30
1
-5
/
+8
*
osc: make OSC more responsive when paused
ChrisK2
2014-03-30
1
-0
/
+1
*
player: add missing "-" to options in workaround notice on A/V desynchronization
Sebastian Morr
2014-03-30
1
-1
/
+1
*
audio: remove sample rate limit checks
wm4
2014-03-30
1
-7
/
+1
*
player: dvdnav: fix start time when entering and leaving menu
wm4
2014-03-30
1
-0
/
+4
*
Merge remote-tracking branch 'mpv/pr/676'
wm4
2014-03-30
3
-20
/
+46
|
\
|
*
player: rename dvdnav to discnav
xylosper
2014-03-30
3
-11
/
+11
|
*
stream_bluray: implement navigation interface for Blu-ray stream
xylosper
2014-03-29
1
-9
/
+35
*
|
video/out: remove legacy colorspace stuff
wm4
2014-03-29
1
-9
/
+9
|
/
*
player: fix unchecked access for chapter metadata
wm4
2014-03-26
1
-3
/
+1
*
dvdnav: fix minor memory leak
wm4
2014-03-25
1
-0
/
+1
*
dvdnav: check and update video resolution whenever rendering
xylosper
2014-03-25
1
-14
/
+25
*
dvdnav: make MP_NAV_EVENT_RESET_ALL handled properly
xylosper
2014-03-25
1
-1
/
+3
*
dvdnav: prevent reallocation of fake highlight buffer
xylosper
2014-03-25
1
-0
/
+2
*
player: use MP_NOPTS_VALUE as rel_time_to_abs() error value
wm4
2014-03-25
4
-16
/
+15
*
player: handle chapter range like --start/--end
wm4
2014-03-25
2
-8
/
+8
*
player: let chapter_start_time() return MP_NOPTS_VALUE for unknown times
wm4
2014-03-25
3
-4
/
+4
*
player: remove weird separation between no chapters and 0 chapters
wm4
2014-03-25
2
-17
/
+11
*
player: remove demuxer chapoter API wrappers
wm4
2014-03-25
3
-33
/
+34
*
stream: remove old chapter handling code
wm4
2014-03-25
1
-8
/
+1
*
player: remove confusing argc/argv adjustment
wm4
2014-03-23
1
-5
/
+0
*
command: make 'disc-title' property writable
xylosper
2014-03-18
1
-2
/
+8
*
osc: add enable/disable message, and map DEL to disabling the OSC
wm4
2014-03-17
1
-0
/
+14
*
lua: rename mp.register_script_command() to mp.register_script_message()
wm4
2014-03-17
1
-13
/
+13
*
command, lua: change script_message semantics
wm4
2014-03-17
3
-2
/
+22
*
build: simplify libavfilter configure checks
wm4
2014-03-16
1
-1
/
+1
*
demux_libass: change how external ASS subtitles are loaded
wm4
2014-03-15
1
-4
/
+0
*
command: rename dvd- properties to disc-
wm4
2014-03-15
1
-7
/
+7
*
command: prefix DVD title properties with "dvd-"
wm4
2014-03-15
1
-8
/
+8
*
command: add new property 'title'
xylosper