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
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream_dvd/stream_dvdnav: make disc-title for DVDs start from 0
xylosper
2014-03-17
2
-27
/
+35
*
build: only check for Linux fstatfs on Linux
James Ross-Gowan
2014-03-17
1
-0
/
+1
*
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
2
-18
/
+18
*
command, lua: change script_message semantics
wm4
2014-03-17
7
-17
/
+54
*
vaapi: solve potential problem with ambiguous image formats
wm4
2014-03-17
1
-32
/
+27
*
vaapi: simplify
wm4
2014-03-17
1
-67
/
+60
*
vaapi: make struct va_surface private
wm4
2014-03-17
6
-90
/
+78
*
vaapi: replace image pool implementation with mp_image_pool
wm4
2014-03-17
5
-241
/
+152
*
mp_image_pool: add features needed for use with hwaccel
wm4
2014-03-17
2
-18
/
+69
*
vdpau: remove legacy pixel formats
wm4
2014-03-17
6
-41
/
+10
*
vdpau: remove unused type
wm4
2014-03-17
1
-6
/
+0
*
video: change image format from unsigned int to int in some places
wm4
2014-03-17
6
-12
/
+12
*
img_format: AV_PIX_FMT_FLAG_ALPHA is always available
wm4
2014-03-17
1
-5
/
+0
*
vd_lavc: reinit hwdec on profile changes
wm4
2014-03-17
2
-2
/
+6
*
video: fix FFmpeg or Libav being a special snowflake
wm4
2014-03-16
1
-1
/
+2
*
vd_lavc: remove unused field
wm4
2014-03-16
2
-3
/
+0
*
vd_lavc: reduce hardware decoder mid-stream reinitializations
wm4
2014-03-16
1
-1
/
+6
*
manpage: remove author field
wm4
2014-03-16
1
-1
/
+0
*
af_lavcac3enc: use new AVFrame API
wm4
2014-03-16
1
-3
/
+3
*
ao_lavc: set AVFrame.format
wm4
2014-03-16
1
-0
/
+1
*
encode: use new AVFrame API
wm4
2014-03-16
2
-10
/
+6
*
image_writer: use new AVFrame API
wm4
2014-03-16
1
-3
/
+2
*
ad_lavc: use new AVFrame API
wm4
2014-03-16
1
-2
/
+4
*
vf_delogo: remove internal implementation
wm4
2014-03-16
2
-254
/
+2
*
vf_hqdn3d: remove internal implementation
wm4
2014-03-16
1
-276
/
+10
*
vf_yadif: remove internal implementation
wm4
2014-03-16
1
-467
/
+3
*
vf_unsharp: remove internal implementation
wm4
2014-03-16
1
-176
/
+3
*
vf_gradfun: remove internal implementation
wm4
2014-03-16
1
-339
/
+5
*
build: simplify libavfilter configure checks
wm4
2014-03-16
9
-88
/
+11
*
demux: use av_packet_ref()
wm4
2014-03-16
1
-4
/
+1
*
Remove some more unneeded version checks
wm4
2014-03-16
6
-68
/
+8
*
ad_lavc: remove deprecated downmixing by channel count
wm4
2014-03-16
1
-4
/
+0
*
ao_dsound: remove duplicated code
wm4
2014-03-16
1
-17
/
+6
*
af_lavrresample: remove avresample_set_channel_mapping() fallbacks
wm4
2014-03-16
10
-158
/
+0
*
sub: remove old MPlayer DVD sub decoder
wm4
2014-03-16
7
-950
/
+0
*
vd_lavc: remove compatibility crap
wm4
2014-03-16
13
-912
/
+43
*
travis-ci: update ffmpeg stable tarball
wm4
2014-03-16
1
-1
/
+1
*
build: drop support for Libav 9
wm4
2014-03-16
3
-12
/
+11
*
vd_lavc: ridiculous workaround for Libav 9 compatibility
wm4
2014-03-16
3
-1
/
+23
*
demux_libass: change how external ASS subtitles are loaded
wm4
2014-03-15
7
-54
/
+25
*
command: rename dvd- properties to disc-
wm4
2014-03-15
2
-11
/
+11
*
DOCS/coding-style: add another requirement for commit messages
wm4
2014-03-15
1
-0
/
+3
*
options: fix off-by-1 error in option help output
wm4
2014-03-15
1
-1
/
+1
*
command: prefix DVD title properties with "dvd-"
wm4
2014-03-15
2
-9
/
+12
*
command: add new property 'title'
xylosper
2014-03-15
1
-0
/
+20
*
stream_dvdnav: implement STREAM_CTRL_GET_NUM_TITLES for dvdnav
xylosper
2014-03-15
1
-0
/
+7
*
ao: print (estimated) device buffer size on init in verbose mode
wm4
2014-03-14
1
-1
/
+3
*
af_volume: don't print missing replaygain tags as error
wm4
2014-03-14
1
-1
/
+1
*
af_volume: add detach option
wm4
2014-03-14
2
-0
/
+10
*
af_volume: separate softvol volume control from replaygain level
wm4
2014-03-14
1
-5
/
+8
*
manpage: af: minor syntax improvements
wm4
2014-03-14
1
-4
/
+4
*
af_volume: remove double-negated suboption
wm4
2014-03-14
2
-6
/
+6
*
build: fix unicode handling of the version string
Ryan Goulden
2014-03-14
1
-1
/
+1
*
player/main: Fix Cygwin build
James Ross-Gowan
2014-03-13
1
-12
/
+8
*
command: fix wrong condition & remove redundant stream type checking
xylosper
2014-03-13
1
-14
/
+2
*
command: set 'media-title' property for bluray disc with meta-data
xylosper
2014-03-13
6
-16
/
+34
*
af_volume: add support for replaygain pre-amp and clipping prevention
Alessandro Ghedini
2014-03-13
2
-11
/
+80
*
af_volume: add replaygain support
Alessandro Ghedini
2014-03-13
2
-0
/
+28
*
af: add metadata field to af_stream and af_instance
Alessandro Ghedini
2014-03-13
5
-0
/
+8
*
DOCS/coding-style: add an example and another rule
wm4
2014-03-13
1
-0
/
+25
*
af_lavfi: beat it into working with Libav
wm4
2014-03-13
3
-41
/
+41
*
README: split list of dependencies
wm4
2014-03-12
1
-4
/
+13
*
DOCS/tech-overview: DOCS/OUTDATED-tech/ was deleted
wm4
2014-03-12
1
-3
/
+1
*
DOCS: add coding style
wm4
2014-03-12
1
-0
/
+111
*
w32_common: prevent MOUSE_BTN0 sticking after drag
James Ross-Gowan
2014-03-12
1
-0
/
+2
*
w32_common: capture mouse input
James Ross-Gowan
2014-03-12
1
-0
/
+5
*
build: make check for BSD fstatfs() a bit more strict
wm4
2014-03-12
1
-1
/
+1
*
stream_file: network file system detection for Linux
Philip Sequeira
2014-03-12
3
-0
/
+34
*
build: automagically extract client library version
wm4
2014-03-12
1
-2
/
+11
*
build: rename --enable-shared switch
wm4
2014-03-11
2
-3
/
+3
*
build: fix version in mpv.pc
Alessandro Ghedini
2014-03-11
1
-1
/
+1
*
ao_wasapi: Use the character set conversion functions from io.h
Diogo Franco (Kovensky)
2014-03-11
2
-37
/
+19
*
ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLE
Diogo Franco (Kovensky)
2014-03-11
3
-34
/
+89
*
ao_wasapi: Implement per-application mixing
Diogo Franco (Kovensky)
2014-03-11
3
-16
/
+95
*
ao_wasapi: Move non-critical code outside of the event thread
Diogo Franco (Kovensky)
2014-03-11
4
-271
/
+203
*
ao_wasapi: Split into 2 files
Diogo Franco (Kovensky)
2014-03-11
5
-900
/
+1031
*
ao_wasapi: Initial conversion to the new pull model
Diogo Franco (Kovensky)
2014-03-11
1
-154
/
+73
*
build: install client.h under mpv/ instead of libmpv/
Alessandro Ghedini
2014-03-11
1
-1
/
+1
*
libmpv: add pkg-config file
Alessandro Ghedini
2014-03-11
2
-0
/
+23
*
options.rst: correct broken URL
Diogo Franco
2014-03-11
1
-1
/
+1
*
Revert "player: simplify audio reset when seeking"
wm4
2014-03-10
1
-10
/
+15
*
video: initialize hw decoder in get_format
wm4
2014-03-10
4
-46
/
+42
*
vo_opengl: Correct and clarify gl_check_features
Niklas Haas
2014-03-10
1
-11
/
+24
*
vo_opengl: Simplify and clarify color correction code
Niklas Haas
2014-03-10
6
-61
/
+69
*
vo_opengl: Use bt709_expand on OSD for :srgb
Niklas Haas
2014-03-10
1
-1
/
+1
*
ao_sdl: make sure our buffer is always larger than what SDL requests
wm4
2014-03-10
1
-0
/
+6
*
audio: don't downmix when doing digital passthrough
wm4
2014-03-10
1
-1
/
+2
*
audio: make --channels option always force the output layout
wm4
2014-03-10
4
-18
/
+17
*
m_option: fix handling of empty channel layouts
wm4
2014-03-10
1
-2
/
+2
*
ao_alsa: reduce default buffer size
wm4
2014-03-10
1
-1
/
+1
*
ao_alsa: fix return value for volume operations with spdif
wm4
2014-03-10
1
-1
/
+1
*
audio/out: reduce amount of audio buffering
wm4
2014-03-10
3
-5
/
+19
*
ao_alsa: remove unneeded initializations
wm4
2014-03-09
1
-6
/
+0
*
ao_alsa: check ALSA PCM state before pause and resume
foo86
2014-03-09
1
-5
/
+9
*
ao_wasapi: Use double math for QueryPerformanceCounter correction
Diogo Franco (Kovensky)
2014-03-09
1
-2
/
+2
*
ao_rsound: pass correct data type to rsd_set_param()
Hans-Kristian Arntzen
2014-03-09
1
-2
/
+2
*
build: fix compilation with MinGW-w64
Hans-Kristian Arntzen
2014-03-09
1
-2
/
+14
*
ao_sdl: use new pull API helpers
wm4
2014-03-09
1
-165
/
+15
*
timer: reduce ifdef headsplitting-factor
wm4
2014-03-09
1
-3
/
+8
*
timer: switch to CLOCK_MONOTONIC
wm4
2014-03-09
1
-0
/
+10
*
DOCS: fix an external link
wm4
2014-03-09
1
-3
/
+3
*
mpv.desktop: add video/mp2t mime type
wm4
2014-03-09
1
-1
/
+1
*
audio: don't write audio when paused
wm4
2014-03-09
1
-0
/
+5
*
audio: remove handling of partially written data
wm4
2014-03-09
3
-21
/
+1
*
audio/out: make draining a separate operation
wm4
2014-03-09
21
-82
/
+116
*
ao_portaudio: use new pull API helpers
wm4
2014-03-09
1
-147
/
+13
*
ao_jack: use new pull API helpers
wm4
2014-03-09
2
-199
/
+16
*
audio/out: feed AOs from a separate thread
wm4
2014-03-09
7
-31
/
+593
*
encode: add locking
wm4
2014-03-09
4
-24
/
+99
*
command: fix osd-height property
wm4
2014-03-09
1
-1
/
+1
*
ao_null: add option for simulated device speed
wm4
2014-03-09
2
-2
/
+13
*
ao: remove opts field
wm4
2014-03-09
2
-2
/
+0
*
audio/out: make ao struct opaque
wm4
2014-03-09
26
-117
/
+218
*
encode: don't access ao->pts
wm4
2014-03-07
5
-1
/
+20
*
lua: add license header
wm4
2014-03-07
1
-0
/
+17
*
common: add some helper macros
wm4
2014-03-07
1
-0
/
+3
*
Merge pull request #619 from mpv-player/wasapi/better_timing
Diogo Franco
2014-03-06
1
-4
/
+87
|
\
|
*
ao_wasapi: Slightly improve timer accuracy
Diogo Franco (Kovensky)
2014-03-06
1
-3
/
+12
|
*
ao_wasapi: Add device latency to get_delay
Diogo Franco (Kovensky)
2014-03-06
1
-4
/
+78
|
/
*
wayland/shm: fix leak in buffer pool
Alexander Preisinger
2014-03-06
1
-10
/
+13
*
ao_jack: fix termination on the end of file
wm4
2014-03-05
1
-3
/
+19
*
build: update waf
wm4
2014-03-04
1
-2
/
+2
*
demux_lavf: fix typo in comment
wm4
2014-03-04
1
-1
/
+1
*
sub: use new FFmpeg API to check MicroDVD FPS
wm4
2014-03-04
4
-10
/
+21
*
player: reformat some code
wm4
2014-03-03
1
-22
/
+14
*
player: make separation between user/automatic track selection stronger
wm4
2014-03-03
3
-8
/
+29
*
m_property: allow setting string properties via M_PROPERTY_SET_STRING
wm4
2014-03-03
1
-2
/
+1
*
command: fix null pointer dereference in idle mode
wm4
2014-03-02
1
-2
/
+2
*
player: cheap hack against idle event feedback loop
wm4
2014-03-01
2
-2
/
+7
*
client API: fix playloop thread wakeup
wm4
2014-03-01
1
-0
/
+9
*
vo_opengl: minor simplification
wm4
2014-03-01
1
-30
/
+24
*
vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache header
Niklas Haas
2014-03-01
1
-2
/
+3
*
sd_ass: add a very simple and evil way to override ASS subtitle styles
wm4
2014-03-01
3
-6
/
+38
*
lua: set a proper chunk name for builtin modules
wm4
2014-03-01
1
-1
/
+2
*
lua: fix add_key_binding()
wm4
2014-03-01
1
-2
/
+2
*
lua: fix format string in luaL_error()
wm4
2014-03-01
1
-1
/
+1
*
client API: fix timeout handling
wm4
2014-03-01
1
-1
/
+4
*
lua: fix use of renamed function
wm4
2014-03-01
1
-3
/
+3
*
timer: add utility function to get relative time
wm4
2014-02-28
2
-0
/
+17
*
msg: add --msgtime option to add timestamps to each output message
wm4
2014-02-28
3
-2
/
+11
*
lua: add option to disable auto-loading of lua scripts
wm4
2014-02-28
5
-1
/
+11
*
config: don't load global config files with --config-dir
wm4
2014-02-28
1
-1
/
+2
*
config: fix --config-dir logic for global config files
wm4
2014-02-28
1
-1
/
+1
*
manpage: document properties added in previous commit
wm4
2014-02-28
1
-0
/
+7
*
client API: add two properties, 'time-start' and 'seekable'
xylosper
2014-02-28
1
-0
/
+21
*
client APIs: fix some typos
xylosper
2014-02-28
2
-2
/
+2
*
audio: add enum name for speaker id
xylosper
2014-02-28
1
-1
/
+1
*
manpage: lua: fix typo
wm4
2014-02-28
1
-1
/
+1
*
manpage: lua: update from previous commit
wm4
2014-02-28
1
-1
/
+7
*
client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEK
wm4
2014-02-28
4
-4
/
+23
*
client API: wait for remaining asynchronous requests before terminating
wm4
2014-02-28
1
-0
/
+9
*
ao: document some functions
wm4
2014-02-28
2
-3
/
+35
*
DOCS: kill the rest of the old mplayer tech documentation
wm4
2014-02-28
8
-949
/
+0
*
command: use the step size for "add volume" commands
wm4
2014-02-27
3
-18
/
+4
*
command: format volume property as integer for OSD
wm4
2014-02-27
1
-0
/
+6
*
vo_opengl: change gamma suboption to take a value
wm4
2014-02-27
3
-9
/
+15
*
vo_opengl: Change the default icc-intent to relative colorimetric
Niklas Haas
2014-02-26
2
-3
/
+3
*
lua: add set_property_native function
wm4
2014-02-26
2
-5
/
+144
*
lua: mark table values returned by get_property_native with their type
wm4
2014-02-26
2
-1
/
+22
*
m_option: make converting mpv_node to string always fail
wm4
2014-02-26
1
-1
/
+1
*
lua: implement mp.get_opt() in Lua
wm4
2014-02-26
2
-24
/
+9
*
m_option: fix key/value list string conversion
wm4
2014-02-26
1
-1
/
+1
*
client API: don't send MPV_EVENT_IDLE when not entering idle mode
wm4
2014-02-26
1
-2
/
+3
*
threads: fix wait time overflow check
wm4
2014-02-26
1
-2
/
+2
*
client API: don't explode when destroying uninitialized mpv_handle
wm4
2014-02-26
1
-1
/
+2
*
client API: accept NULL as mpv_destroy() argument
wm4
2014-02-26
1
-0
/
+3
*
options: fix --list-options output
wm4
2014-02-26
1
-2
/
+2
*
client API: treat MPV_FORMAT_STRING differently in mpv_set_property
wm4
2014-02-26
1
-19
/
+20
*
m_property: fix confused error code
wm4
2014-02-26
1
-1
/
+1
*
m_option: don't make "unset" string and string list return NULL strings
wm4
2014-02-26
1
-2
/
+2
*
client API: fix broken property/option functions
xylosper
2014-02-26
1
-3
/
+4
*
osd: override user bindings for OSC input
wm4
2014-02-26
3
-5
/