summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/video.c
Commit message (Expand)AuthorAgeFilesLines
* Move mpvcore/player/ to player/wm42013-12-171-422/+0
* video: display last frame, drain frames on video reconfigwm42013-12-101-4/+37
* video: move VO reinit from filter chain to playerwm42013-12-101-30/+56
* video: move handling of brightness and deinterlacing controlwm42013-12-101-0/+1
* video: move video filter chain initialization from decoder to playerwm42013-12-101-17/+39
* video: create a separate context for video filter chainwm42013-12-071-12/+12
* vf_vo: don't abuse option strings to set VOwm42013-12-041-4/+4
* video: restore printing warning on decreasing filter PTSwm42013-11-291-2/+2
* video: add heuristic to prevent framedrop during hrseek if pts brokenwm42013-11-281-1/+4
* video: replace d_video->pts field, change PTS jump checkswm42013-11-271-22/+10
* video: if PTS is missing, make something up using the frameratewm42013-11-271-7/+0
* Move some code from player to audio/video reset functionswm42013-11-271-2/+0
* video: unbreak --no-correct-pts with demuxers that use DTSwm42013-11-261-1/+1
* player: don't use a loop when no loop is neededwm42013-11-261-4/+1
* player: move code for skipping 0-sized video packets to demuxerwm42013-11-261-10/+1
* video: move timestamp determination code to dec_videowm42013-11-251-42/+0
* demux: export dts from demux_lavf, use it for aviwm42013-11-251-2/+1
* player: merge no-correct-pts with correct-pts codewm42013-11-251-52/+11
* player: change semantics of --no-correct-ptswm42013-11-251-26/+8
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFramewm42013-11-251-13/+8
* player: warn if PTS association mode switcheswm42013-11-251-2/+2
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* video: don't overwrite demuxer FPS valuewm42013-11-231-14/+16
* dec_video: make vf_input and hwdec_info statically allocatedwm42013-11-231-5/+2
* dec_video: remove "initialized" fieldwm42013-11-231-3/+1
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-1/+1
* video: move decoder context from sh_video into new structwm42013-11-231-99/+103
* video: move struct mp_hwdec_info into its own header filewm42013-11-231-0/+1
* audio: move decoder context from sh_audio into new structwm42013-11-231-4/+4
* player: deselect video track if initialization failswm42013-11-191-0/+1
* player: set PulseAudio stream title to window titlewm42013-11-101-1/+1
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-1/+1
* Split mplayer.cwm42013-10-301-0/+474