aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
...
* player: fix display-sync A/V calculation on high playback speedsGravatar wm42015-10-27
* player: add audio drop/duplicate modeGravatar wm42015-10-27
* player: be slightly less prone to framedrop in display sync modeGravatar wm42015-10-19
* player: do not use copysign()Gravatar wm42015-10-19
* player: fix an adjustment in display sync modeGravatar wm42015-10-14
* player: fix missed wakeup on video EOFGravatar wm42015-10-09
* video/out: remove an unused parameterGravatar wm42015-10-03
* video: replace vf_format outputlevels option with global optionGravatar wm42015-09-29
* player: fix excessive CPU usage in audio-only modeGravatar wm42015-09-22
* video: disable interpolation during framesteppingGravatar wm42015-08-25
* video: don't decode 2 frames ahead with display-syncGravatar wm42015-08-19
* player: add display sync modeGravatar wm42015-08-10
* player: separate controls for user and video controlled speedGravatar wm42015-08-10
* player: redo estimated-vf-fps calculationGravatar wm42015-08-10
* video: unbreak EOF with video-only files that have timestamp resetsGravatar wm42015-08-03
* video: move frame duration code to a separate functionGravatar wm42015-08-01
* video: move up vo_frame setupGravatar wm42015-07-28
* video: always decode at least 2 frames in advanceGravatar wm42015-07-26
* video: always re-probe auto deint filter on filter reconfigGravatar wm42015-07-21
* vo: minor simplification for queue size handlingGravatar wm42015-07-20
* video: don't force video refresh if video is restartingGravatar wm42015-07-10
* player: never overwrite stop_play fieldGravatar wm42015-07-08
* vo: change internal API for drawing framesGravatar wm42015-07-01
* video: pass future frames to VOGravatar wm42015-07-01
* player: slim down A/V desync warningGravatar wm42015-06-30
* player: add some debug output for seekingGravatar wm42015-06-18
* player: actually play videoGravatar wm42015-06-18
* player: make decoding cover art more robustGravatar wm42015-06-18
* video: remove worthless log messageGravatar wm42015-06-05
* vf_sub: minor simplificationGravatar wm42015-06-05
* video: do not use MP_NOPTS_VALUE for A/V differenceGravatar wm42015-05-24
* video: force audio resync after video discontinuityGravatar wm42015-05-20
* video: better heuristic for timestamp resetsGravatar wm42015-05-20
* player: flush decoder even if cover art is decodedGravatar wm42015-04-24
* player: don't show A/V desync message in non-sense situationsGravatar wm42015-04-24
* player: cleanup update_fps() functionGravatar wm42015-04-20
* video: cleanup some old log messagesGravatar wm42015-04-20
* video: do not show decoder framedrops if they're not requestedGravatar wm42015-04-16
* player: silence spam in verbose mode when playing audio with cover artGravatar wm42015-04-14
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* video: fix seek-to-last-frameGravatar wm42015-03-26
* video: make frame skipping code slightly more readableGravatar wm42015-03-25
* video: refactor aspects of queue and EOF handlingGravatar wm42015-03-25
* video: use less technical language for PTS warningGravatar wm42015-03-23
* video: fix update of vo-configured propertyGravatar wm42015-03-23
* player: warn against non-monotonic video PTS only onceGravatar wm42015-03-18
* player: use symbolic constant for seek precisionGravatar wm42015-03-04
* player: adjust A/V desync messageGravatar wm42015-02-26
* vf_vapoursynth: add display refresh rate propertyGravatar Julian2015-02-13