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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'cache_new'
wm4
2013-06-16
3
-24
/
+22
|
\
|
*
cache: use threads instead of fork()
wm4
2013-06-16
1
-1
/
+2
|
*
cache: make the stream cache a proper stream that wraps other streams
wm4
2013-06-16
2
-12
/
+11
|
*
core: use STREAM_CTRL instead of accessing stream_dvd internals
wm4
2013-06-09
1
-11
/
+9
*
|
audio/out: remove ao->outburst/buffersize fields
wm4
2013-06-16
3
-5
/
+0
*
|
core: add a spsc ringbuffer implementation
Stefano Pigozzi
2013-06-16
3
-0
/
+303
*
|
encode_lavc strings: use new option syntax
Rudolf Polzer
2013-06-16
1
-19
/
+19
*
|
mplayer: update window title if its properties change
John Hawthorn
2013-06-16
1
-10
/
+18
*
|
video/out: introduce VOCTRL_UPDATE_WINDOW_TITLE
wm4
2013-06-15
1
-0
/
+1
*
|
command: use more standard time format for clock property
wm4
2013-06-14
1
-1
/
+1
*
|
x11: enable screensaver when paused, rename/change --stop-xscreensaver
wm4
2013-06-14
3
-5
/
+6
*
|
core: introduce separate VOCTRLs for screensaver stop/resume
wm4
2013-06-14
1
-8
/
+14
*
|
support "-" as file name when encoding
Rudolf Polzer
2013-06-13
1
-7
/
+15
*
|
options: remove --stereo
wm4
2013-06-13
1
-6
/
+0
*
|
mplayer: save sub-visibility property
wm4
2013-06-13
1
-1
/
+1
*
|
mplayer: try to handle PTS forward jumps
wm4
2013-06-13
1
-1
/
+6
*
|
options: fix compilation on Windows
wm4
2013-06-11
1
-0
/
+1
*
|
command: fix empty metadata case
wm4
2013-06-11
1
-2
/
+2
*
|
Option -omaxfps: limit fps when encoding
Rudolf Polzer
2013-06-09
2
-0
/
+2
|
/
*
core: make options.c compile standalone
wm4
2013-06-08
4
-59
/
+55
*
core: rename cfg-mplayer.h to options.c
wm4
2013-06-08
2
-2
/
+2
*
core: merge defaultopts.c into cfg-mplayer.h
wm4
2013-06-08
4
-124
/
+110
*
command: replace some show_ commands with properties
wm4
2013-06-07
3
-122
/
+126
*
command: human readable output for metadata property
wm4
2013-06-07
1
-0
/
+10
*
core: reset pause state by default when going to next file
wm4
2013-06-07
1
-0
/
+2
*
m_option: allow setting empty lists
wm4
2013-06-07
1
-2
/
+5
*
keycodes: fix copy paste error
Stefano Pigozzi
2013-06-05
1
-3
/
+3
*
command: add the current local time as a property
Jan-Marek Glogowski
2013-06-04
1
-0
/
+16
*
osx: improve Media Keys support
Stefano Pigozzi
2013-06-04
4
-2
/
+23
*
Merge branch 'sub_mess'
wm4
2013-06-04
9
-357
/
+209
|
\
|
*
sub: always show subtitles on terminal with -no-video
wm4
2013-06-04
1
-2
/
+4
|
*
core: add common function to initialize AVPacket
wm4
2013-06-03
2
-0
/
+22
|
*
sub: pass subtitle packets directly
wm4
2013-06-03
1
-11
/
+8
|
*
sub: use libass even if -no-ass is used
wm4
2013-06-03
1
-2
/
+1
|
*
sub: turn subassconvert_ functions into sub converters
wm4
2013-06-03
1
-20
/
+15
|
*
sub: basic subtitle converters
wm4
2013-06-03
1
-7
/
+0
|
*
sub: refactor
wm4
2013-06-01
2
-33
/
+51
|
*
core: add demux_sub pseudo demuxer
wm4
2013-06-01
2
-42
/
+42
|
*
sub: various minor subtitle related changes
wm4
2013-06-01
1
-11
/
+10
|
*
sub: remove some global variables
wm4
2013-05-30
5
-19
/
+32
|
*
options: add --no-sub-visibility for symmetry
wm4
2013-05-30
2
-24
/
+2
|
*
sub: add sd_spu.c to wrap spudec, cleanup mplayer.c
wm4
2013-05-30
3
-132
/
+20
|
*
sub: use DVD PTS fallback code in normal sub decoding path
wm4
2013-05-30
1
-0
/
+14
|
*
sub: redo how -no-ass is handled
wm4
2013-05-30
4
-121
/
+55
*
|
fix build on linux
Stefano Pigozzi
2013-06-03
1
-0
/
+2
*
|
osx: add Apple Remote support
Stefano Pigozzi
2013-06-03
6
-3
/
+54
*
|
osx: create macosx_events to deal with keyDown events
Stefano Pigozzi
2013-06-03
2
-0
/
+8
*
|
m_option: fix -vo opengl lscale validation
wm4
2013-06-03
1
-0
/
+7
|
/
*
core: avoid deselecting and reselecting stream needlessly
wm4
2013-05-29
1
-2
/
+6
*
options: remove some questionable -lavdopts suboptions
wm4
2013-05-29
2
-12
/
+0
*
mplayer: fix volume setting with --gapless-audio
wm4
2013-05-29
2
-16
/
+26
*
demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTP
wm4
2013-05-27
1
-1
/
+1
*
options: add allow-mimetype suboption for demux_lavf
wm4
2013-05-27
2
-0
/
+4
*
mplayer: output status line normally with --no-consolecontrols
wm4
2013-05-27
1
-1
/
+1
*
Replace calls to usec_sleep()
wm4
2013-05-26
2
-2
/
+2
*
Replace all calls to GetTimer()/GetTimerMS()
wm4
2013-05-26
7
-75
/
+66
*
vo: rip out VO timer wakeup mechanism again
wm4
2013-05-26
1
-12
/
+2
*
timer: refactor, add 64 bit timer function
wm4
2013-05-26
1
-5
/
+2
*
core: do mouse cursor hiding business in frontend
wm4
2013-05-26
5
-7
/
+57
*
vf_lavfi: allow setting avopts
wm4
2013-05-26
1
-0
/
+4
*
macosx_application: implement "Quit & remember position"
Stefano Pigozzi
2013-05-23
1
-1
/
+1
*
command: auto-insert yadif when switching deinterlacing
wm4
2013-05-23
1
-6
/
+40
*
m_option: allow removing filter entries by content with -vf-del
wm4
2013-05-23
1
-89
/
+88
*
m_option: move code around
wm4
2013-05-23
1
-139
/
+146
*
m_option, vf: add label support
wm4
2013-05-23
2
-25
/
+83
*
core: support mpv directory itself as a valid location for config files on Wi...
elevengu
2013-05-23
1
-9
/
+22
*
mplayer: don't cut status line if --no-consolecontrols is used
wm4
2013-05-21
1
-1
/
+4
*
options: remove dead -dr1 option
wm4
2013-05-21
2
-3
/
+0
*
dec_video: get rid of two global variables
wm4
2013-05-21
3
-3
/
+6
*
mplayer: re-add some legacy slave mode output for issue #92
wm4
2013-05-21
1
-5
/
+15
*
m_option: fix parameter comparison for vf-toggle
wm4
2013-05-21
1
-6
/
+11
*
m_option: fix -vf-del in profiles
wm4
2013-05-21
1
-3
/
+4
*
Fix commit d1b37af
wm4
2013-05-18
1
-1
/
+1
*
input: allow quotes around any input command
wm4
2013-05-18
1
-3
/
+1
*
input: do property expansion for all input command string arguments
wm4
2013-05-18
3
-18
/
+26
*
input: accept input command prefixes in any order
wm4
2013-05-18
1
-20
/
+22
*
core: allow changing filter filters at runtime
wm4
2013-05-18
5
-12
/
+80
*
m_option: allow -vf ""
wm4
2013-05-18
1
-5
/
+3
*
m_option: add -vf-toggle
wm4
2013-05-18
1
-52
/
+80
*
m_option: allow using -vf-del with a name
wm4
2013-05-18
1
-51
/
+70
*
video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO
wm4
2013-05-18
1
-1
/
+1
*
cfg-mplayer: fix some option flags
wm4
2013-05-17
1
-3
/
+3
*
options: fix exit code when using help options
wm4
2013-05-15
3
-16
/
+22
*
mplayer: potentially fix main() return value
wm4
2013-05-15
1
-2
/
+2
*
options: add -V as alias for --version
wm4
2013-05-15
1
-0
/
+1
*
options: use case-sensitive comparsion for options
wm4
2013-05-15
2
-17
/
+17
*
options: add --version
wm4
2013-05-15
2
-0
/
+11
*
command: use "title" tag for media-title property if available
wm4
2013-05-15
1
-3
/
+6
*
add osd-scale command
Paul B Mahol
2013-05-14
4
-0
/
+4
*
command: simplify sub OSD update
wm4
2013-05-14
1
-8
/
+8
*
m_option: fix segfault in parse_chmap
Rudolf Polzer
2013-05-14
1
-1
/
+2
*
core: re-add -dumpstream as --stream-dump
wm4
2013-05-12
3
-0
/
+36
*
core: add --stream-capture
wm4
2013-05-12
4
-0
/
+20
*
Merge branch 'audio_changes'
wm4
2013-05-12
7
-35
/
+83
|
\
|
*
audio: print channel map additionally to channel count on terminal
wm4
2013-05-12
1
-6
/
+4
|
*
audio: remove useless audio channels from AO, unless requested
wm4
2013-05-12
1
-0
/
+2
|
*
core: use channel map on demuxer level too
wm4
2013-05-12
6
-17
/
+13
|
*
audio/out: switch to channel map
wm4
2013-05-12
1
-4
/
+4
|
*
audio: add channel map API
wm4
2013-05-12
2
-0
/
+46
|
*
options: add option to prevent decoder audio downmixing
wm4
2013-04-13
4
-6
/
+15
|
*
options: remove --af-adv
wm4
2013-04-13
1
-6
/
+0
|
*
audio: switch to libavcodec channel order, use libavresample for mixing
wm4
2013-04-13
1
-0
/
+3
|
*
af: remove automatically inserted filters on full reinit
wm4
2013-04-13
1
-1
/
+1
*
|
cocoa_common: add native OSX fullscreen support
Stefano Pigozzi
2013-05-12
2
-0
/
+6
*
|
OSX: run native event loop in a separate thread
Stefano Pigozzi
2013-05-12
1
-34
/
+17
*
|
OSX: use native Cocoa's event loop
Stefano Pigozzi
2013-05-12
2
-7
/
+43
*
|
command: add time-remaining property
wm4
2013-05-10
1
-0
/
+14
*
|
core: refactor seek_chapter() function
wm4
2013-05-09
3
-40
/
+47
*
|
command: fix DVD angle cycling
wm4
2013-05-09
1
-2
/
+12
*
|
demux: remove retrieval of chapter end time
wm4
2013-05-06
1
-1
/
+1
*
|
Fix some cppcheck / scan-build warnings
wm4
2013-05-06
1
-1
/
+1
*
|
core: add playback resume feature (manual/opt-in)
wm4
2013-05-05
10
-1
/
+155
*
|
command: alias video/audio/sub properties to -vid/-aid/-sid
wm4
2013-05-05
1
-9
/
+26
*
|
mplayer: factor config dir creation
wm4
2013-05-05
1
-18
/
+23
*
|
core: ignore backstep command if demuxer is not capable
wm4
2013-05-05
1
-4
/
+7
*
|
options: correctly handle things like: dvd://1-2/filename
wm4
2013-05-05
1
-7
/
+9
*
|
core: move demuxer time reporting to demuxer
wm4
2013-05-05
1
-8
/
+4
*
|
video: add --hwdec-codecs option to whitelist codecs for hw decoding
wm4
2013-05-04
3
-0
/
+4
*
|
video: support YCgCo colorspace
wm4
2013-05-04
1
-1
/
+2
*
|
stream_bluray: remove the broken -bluray-chapter option
reimar
2013-04-27
1
-1
/
+0
*
|
mplayer: put space before encoding part of status line
wm4
2013-04-27
1
-1
/
+1
*
|
options: allow using [ ] for quoting in sub-options
wm4
2013-04-26
1
-1
/
+8
*
|
core: simplify handling of --pause
wm4
2013-04-25
5
-31
/
+21
*
|
core: don't let cache pause handling and user pausing conflict
wm4
2013-04-25
3
-10
/
+25
*
|
core: fix bogus condition that broke backstepping with last commit
wm4
2013-04-25
1
-1
/
+1
*
|
core: fix backstepping with ordered chapters
wm4
2013-04-25
1
-5
/
+13
*
|
core: add backstep support
wm4
2013-04-24
5
-8
/
+114
*
|
mplayer: apply hrseek framedrop only when doing hrseek
wm4
2013-04-24
1
-2
/
+2
*
|
x11: use mpv internal key auto-repeat handling if possible
wm4
2013-04-24
2
-0
/
+2
*
|
input: don't reset time on each key repeat
wm4
2013-04-24
1
-2
/
+4
*
|
input: adjust wait time for key-repeat
wm4
2013-04-24
1
-0
/
+4
*
|
input: change default auto-repeat settings
wm4
2013-04-24
1
-2
/
+2
*
|
input: don't let multi-key bindings block simple key bindings
wm4
2013-04-24
1
-4
/
+16
*
|
input: reduce amount of tracked keys per binding
wm4
2013-04-24
1
-1
/
+1
*
|
input: fix handling of MP_KEY_STATE_DOWN
wm4
2013-04-24
2
-6
/
+16
*
|
m_option: fix positional sub-option skipping
wm4
2013-04-23
1
-2
/
+2
*
|
m_option: allow quoted positional parameters for -vf
wm4
2013-04-23
1
-36
/
+53
*
|
vf_lavfi: add libavfilter bridge
wm4
2013-04-21
1
-0
/
+7
*
|
m_option: redo code for parsing -vf to accept quotes
wm4
2013-04-21
1
-130
/
+123
*
|
m_option: add function to check whether parameters are required
wm4
2013-04-21
3
-4
/
+11
*
|
options: untangle track range parsing for stream_cdda
wm4
2013-04-21
2
-72
/
+1
*
|
m_option: split out sub-config parsing
wm4
2013-04-21
1
-37
/
+54
*
|
bstr: add bstrto0()
wm4
2013-04-21
1
-0
/
+6
*
|
bstr: add bstrspn()
wm4
2013-04-21
2
-0
/
+10
*
|
mplayer: prefer -sub/-subfile subs over auto-loaded subs
wm4
2013-04-20
2
-2
/
+9
*
|
core: display subtitle codec in track listing
wm4
2013-04-20
1
-2
/
+9
*
|
demux: remove some unused sh_video_t fields
wm4
2013-04-20
1
-5
/
+0
*
|
sub, demux: identify subtitle types with the codec name
wm4
2013-04-20
1
-8
/
+6
*
|
av_common: allow calling mp_codec_to_av_codec_id() with NULL
wm4
2013-04-20
1
-7
/
+9
*
|
command: try to switch subs too for program property
wm4
2013-04-20
1
-2
/
+4
*
|
core: matroska: support concatenated segments
wm4
2013-04-20
1
-43
/
+80
*
|
mplayer: take tracks from first segment if main file is empty
wm4
2013-04-20
1
-3
/
+9
*
|
encoding: when output is pipe: or pipe:1, avoid mp_msg to stdout
Rudolf Polzer
2013-04-15
3
-1
/
+11
|
/
*
core: remove dead --vsync leftovers
wm4
2013-04-12
2
-11
/
+1
*
command: fix deref before NULL check
wm4
2013-04-12
1
-1
/
+1
*
mplayer: remove unnecessary variable
wm4
2013-04-10
2
-8
/
+4
*
core: add --reset-on-next-file option
wm4
2013-04-10
5
-0
/
+32
*
mplayer: keep volume persistent, even when using --volume
wm4
2013-04-10
1
-4
/
+13
*
mplayer: move DVB channel skip code
wm4
2013-04-10
1
-23
/
+21
*
mplayer: don't disable term-osd with -v
wm4
2013-04-10
<