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
/
video.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
player: mention mpv encoding support for transcoding in desync. warning
wm4
2015-01-19
1
-1
/
+1
*
video: fix waiting for last frame/format reconfig
wm4
2015-01-19
1
-1
/
+1
*
player: respect --untimed on last frame
wm4
2015-01-16
1
-1
/
+3
*
player: respect --untimed on video format changes
wm4
2015-01-16
1
-1
/
+1
*
video: fix timeline with some container formats
wm4
2015-01-06
1
-0
/
+2
*
video: batch query_format calls
wm4
2015-01-03
1
-2
/
+1
*
vf_vapoursynth: pass through container FPS value
wm4
2015-01-03
1
-10
/
+8
*
video: better pipelining with vf_vapoursynth
wm4
2015-01-03
1
-3
/
+24
*
vo_opengl_cb: pass context directly
wm4
2014-12-31
1
-3
/
+1
*
video: pass some VO params as struct
wm4
2014-12-31
1
-3
/
+6
*
player: fix a typo in message output
wm4
2014-12-24
1
-1
/
+1
*
client API: expose OpenGL renderer
wm4
2014-12-09
1
-0
/
+3
*
player: when seeking past EOF with --keep-open, seek to last frame
wm4
2014-12-07
1
-4
/
+16
*
Remove some superfluous NULL checks
wm4
2014-11-21
1
-3
/
+0
*
player: print anamorphic size only if video is anamorphic
wm4
2014-11-02
1
-2
/
+5
*
player: update meaning of drop_frame_cnt
wm4
2014-11-01
1
-2
/
+2
*
player: show AV-desync message in all framedrop modes
wm4
2014-11-01
1
-2
/
+1
*
client API: better error reporting
wm4
2014-10-28
1
-1
/
+4
*
video: send MPV_EVENT_VIDEO_RECONFIG on uninit
wm4
2014-10-24
1
-0
/
+1
*
player: fix exiting if both audio and video fail initializing
wm4
2014-10-23
1
-4
/
+2
*
player: fix --frames
wm4
2014-10-14
1
-1
/
+3
*
player: signal EOF when using --frames
wm4
2014-10-10
1
-1
/
+1
*
video: try harder to decode cover art picture only once
wm4
2014-10-09
1
-2
/
+7
*
player: remove central uninit_player() function and flags mess
wm4
2014-10-03
1
-9
/
+23
*
player: don't print audio/video init failure message twice
wm4
2014-10-02
1
-2
/
+2
*
video: change automatic rotation and 3D filter insertion
wm4
2014-09-27
1
-6
/
+3
*
player: rate-limit OSD text update
wm4
2014-09-25
1
-1
/
+2
*
video: filter new frames at a better time (2)
wm4
2014-09-22
1
-7
/
+9
*
video: actually count decoder-dropped frames
wm4
2014-09-20
1
-4
/
+7
*
video: improve decoder-based framedropping mode
wm4
2014-09-20
1
-6
/
+5
*
player: reset last_av_difference if not applicable
wm4
2014-09-20
1
-0
/
+1
*
video: separate calling decoder/filter
wm4
2014-09-18
1
-14
/
+22
*
video: check whether there are enough frames after filtering
wm4
2014-09-18
1
-6
/
+11
*
video: filter new frames at a better time
wm4
2014-09-18
1
-24
/
+24
*
video: initial Matroska 3D support
wm4
2014-08-30
1
-0
/
+12
*
player: minor changes
wm4
2014-08-25
1
-8
/
+3
*
player: restore silent seeking
wm4
2014-08-23
1
-1
/
+2
*
player: fix recent speed change regression
wm4
2014-08-22
1
-0
/
+2
*
video: refactor queue handling
wm4
2014-08-22
1
-75
/
+53
*
video: get rid of video_next_pts field
wm4
2014-08-22
1
-9
/
+4
*
video: move some code around
wm4
2014-08-22
1
-46
/
+45
*
video: minor simplification
wm4
2014-08-22
1
-21
/
+11
*
video: don't assume query_format is thread-safe
wm4
2014-08-20
1
-5
/
+2
*
video: add VO framedropping mode
wm4
2014-08-15
1
-4
/
+4
*
video: reduce non-sense messages when playing coverart
wm4
2014-08-13
1
-11
/
+14
*
video: don't run new frame processing on every iteration
wm4
2014-08-13
1
-19
/
+22
*
video: move some more code around
wm4
2014-08-13
1
-38
/
+49
*
video: move some code around
wm4
2014-08-13
1
-45
/
+40
*
video: exit early when nothing to do
wm4
2014-08-13
1
-7
/
+7
*
video: minor simplification of the old framedrop code
wm4
2014-08-13
1
-10
/
+6
*
video: fix and simplify video format changes and last frame display
wm4
2014-08-12
1
-108
/
+86
*
video: move display and timing to a separate thread
wm4
2014-08-12
1
-87
/
+25
*
video: don't keep multiple pointers to hwdec info struct
wm4
2014-08-11
1
-1
/
+1
*
video: fix dangling pointer issue
wm4
2014-08-11
1
-1
/
+1
*
video: remove "hard" framedrop mode
wm4
2014-08-09
1
-1
/
+1
*
audio: fix encoding mode
wm4
2014-08-07
1
-1
/
+2
*
client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreation
wm4
2014-08-06
1
-0
/
+2
*
player: some further playloop cleanups
wm4
2014-08-03
1
-0
/
+12
*
video: fix attached picture mode
wm4
2014-07-31
1
-1
/
+3
*
player: move video display code out of the playloop
wm4
2014-07-30
1
-2
/
+322
*
player: split seek_reset()
wm4
2014-07-30
1
-8
/
+22
*
video: actually flush filter chain
wm4
2014-07-30
1
-1
/
+4
*
player: fix desync when seeking and switching external tracks
wm4
2014-07-29
1
-1
/
+1
*
audio: change playback restart and resyncing
wm4
2014-07-28
1
-6
/
+11
*
video: fix corner case with accidental EOF
wm4
2014-07-22
1
-5
/
+5
*
video: use symbolic constants instead of magic integers
wm4
2014-07-18
1
-31
/
+29
*
video: don't block when reading video packets
wm4
2014-07-18
1
-6
/
+12
*
dvd, bluray, cdda: add demux_disc containing all related hacks
wm4
2014-07-05
1
-5
/
+0
*
video: correct spelling: mp_image_params_equals -> mp_image_params_equal
wm4
2014-06-17
1
-2
/
+2
*
vo: make draw_image and vo_queue_image transfer image ownership
wm4
2014-06-17
1
-1
/
+0
*
video/out: change aspects of OSD handling
wm4
2014-06-15
1
-0
/
+1
*
video: fix display of cover art with vo_vdpau
wm4
2014-05-22
1
-2
/
+4
*
player: increase seek accuracy when refreshing display on filter change
wm4
2014-05-18
1
-1
/
+1
*
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
1
-8
/
+24
*
player: handle video reconfig slightly different again
wm4
2014-05-07
1
-0
/
+3
*
video: remove a corner case by introducing another one
wm4
2014-05-03
1
-3
/
+2
*
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
*
video: change everything
wm4
2014-05-02
1
-158
/
+199
*
video: handle colorspace and aspect overrides separately
wm4
2014-05-02
1
-1
/
+0
*
video: don't drop last frame when deinterlacing with yadif
wm4
2014-04-28
1
-5
/
+7
*
video: auto-insert software rotation filter
wm4
2014-04-21
1
-5
/
+44
*
command: allow changing filters before video chain initialization
wm4
2014-03-30
1
-4
/
+14
*
audio/out: make ao struct opaque
wm4
2014-03-09
1
-1
/
+1
*
client API: add events for video and audio reconfig
wm4
2014-02-17
1
-0
/
+4
*
player: handle seek delays differently
wm4
2014-02-07
1
-1
/
+1
*
sub: uglify OSD code path with locking
wm4
2014-01-18
1
-2
/
+2
*
video: fix --brightness etc. options
wm4
2013-12-29
1
-0
/
+14
*
player: add --secondary-sid for displaying a second subtitle stream
wm4
2013-12-24
1
-1
/
+2
*
player: add infrastructure to select multiple tracks at once
wm4
2013-12-24
1
-2
/
+2
*
player: redo demuxer stream selection
wm4
2013-12-24
1
-6
/
+7
*
video/decode: mp_msg conversions
wm4
2013-12-21
1
-0
/
+2
*
video/filter: mp_msg conversions
wm4
2013-12-21
1
-1
/
+1
*
player: replace some overlooked mp_msgs
wm4
2013-12-19
1
-3
/
+3
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-3
/
+3
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
1
-2
/
+2
*
Rename mp_core.h to core.h
wm4
2013-12-17
1
-1
/
+1
*
Move mpvcore/player/ to player/
wm4
2013-12-17
1
-0
/
+422