summaryrefslogtreecommitdiffstats
path: root/player/video.c
Commit message (Expand)AuthorAgeFilesLines
* video: add option to reduce latency by 1 or 2 frameswm42018-03-031-4/+8
* video: don't read ahead a frame in --untimed modewm42018-03-031-0/+3
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-281-1/+0
* video: do not buffer extra frames with VO_CAP_NORETAIN outputsAman Gupta2018-02-171-0/+3
* video: fix passing down FPS to vf_vapoursynthwm42018-02-031-7/+9
* audio: move to decoder wrapperwm42018-01-301-1/+0
* video: make decoder wrapper a filterwm42018-01-301-181/+47
* player: replace old lavfi wrapper with new filter codewm42018-01-301-3/+19
* video: rewrite filtering glue codewm42018-01-301-214/+78
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-151-4/+4
* video: add a shitty hack to avoid missing subtitles with vf_subwm42017-12-081-0/+2
* Fix various typos in log messagesNicolas F2017-12-031-1/+1
* video: remove automatic stereo3d filter insertionwm42017-11-291-12/+1
* video: fix rotation and deinterlace auto filterswm42017-11-291-2/+6
* video: fix typo in log messageNicolas F2017-10-221-1/+1
* video: fix poitential NULL derefwm42017-10-181-2/+3
* audio: make libaf derived code optionalwm42017-09-211-1/+1
* video: change --deinterlace behaviorwm42017-08-221-60/+5
* video: redo video equalizer option handlingwm42017-08-221-74/+1
* audio: introduce a new type to hold audio frameswm42017-08-161-3/+5
* player: make refresh seeks slightly more robustwm42017-08-141-6/+3
* player: do not destroy VO immediately if there is no video trackwm42017-08-141-1/+0
* player: make --lavfi-complex changeable at runtimewm42017-08-121-22/+13
* player: fix --lavfi-complex freezewm42017-08-111-0/+1
* vo_opengl: add direct rendering supportwm42017-07-241-0/+1
* player: change license of most core files to LGPLwm42017-06-231-7/+9
* player: disable video equalizer frontend code for WIP LGPL modewm42017-06-231-0/+4
* player: disable deinterlace property for WIP LGPL modewm42017-06-231-0/+6
* vo.c, vo.h, vo_null.c: change license to LGPLwm42017-05-101-4/+0
* player: unmess pause state handlingwm42017-04-141-2/+2
* video: deprecate almost all video filterswm42017-04-021-3/+4
* lavfi: support hwdec filters for --lavfi-complexwm42017-02-201-0/+3
* player: print hw format on "VO: " line toowm42017-01-291-2/+5
* video: support filtering hardware frames via libavfilterwm42017-01-161-0/+1
* player: change aspects of cover art handlingwm42017-01-101-5/+21
* video: use demuxer-signaled duration for last video framewm42016-12-211-0/+6
* manpage: replace `-vo` with `--vo`Douglas Christman2016-12-081-1/+1
* player: make sure non-video subtitle rendering is reset if video resumeswm42016-11-181-3/+3
* player: show subtitles on VO if --force-window is usedwm42016-10-261-0/+3
* player: speed up audio/video re-sync when there is a huge delayAman Gupta2016-10-211-1/+2
* player: make --stop-screensaver runtime-changeablewm42016-10-021-4/+1
* video: trust demuxer framerate on invalid timestampswm42016-09-261-1/+1
* player: minor changes in init codewm42016-09-191-1/+1
* player: more option/property consistency fixeswm42016-09-181-4/+6
* player: litter code with explicit wakeup callswm42016-09-161-5/+5
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-0/+2
* player: fix average frame duration calculationsda89ha92016-09-091-1/+1
* client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicerwm42016-09-091-0/+4
* command: fix or document some property/option consistency issueswm42016-09-011-5/+5
* player: slightly adjust framerate guessing heuristicwm42016-08-291-6/+8
* player: log if video is considered an imagewm42016-08-211-0/+1
* player: refresh very low framerate video on filter changeswm42016-08-191-1/+3
* vf_rotate: allow arbitrary rotationwm42016-08-191-2/+2
* video: don't discard video frames after endptswm42016-08-181-3/+5
* player: add option to control duration of image displaywm42016-08-171-12/+22
* player: allow passing flags to queue_seek()wm42016-08-151-1/+1
* player: fix display-sync timing if audio take long on resumewm42016-08-071-0/+6
* player: disable DS with spdif transcoding toowm42016-07-241-2/+5
* video: respect --deinterlace=autowm42016-07-121-1/+2
* video: fix midstream video configuration changeswm42016-07-081-0/+1
* video: limit number of frames sent to VO to the VO requested amountwm42016-07-071-1/+3
* video: fix deinterlace filter handling for VFCTRL_SET_DEINTERLACE filterswm42016-07-061-18/+20
* video: fix deinterlace filter handling on pixel format changeswm42016-07-061-7/+4
* player: rewrite deinterlace filter auto-insertionwm42016-07-051-22/+82
* video: refactor how VO exports hwdec device handleswm42016-05-091-3/+3
* player: always show the first frame in DS modewm42016-04-241-0/+4
* player: assume video forwards timestamps jumps only with some formatswm42016-04-241-1/+1
* player: cleaner determination of current playback PTSwm42016-04-231-1/+0
* player: fix breakage when combining 3D and rotate auto-filterswm42016-03-281-9/+5
* player: remove auto-inserted filters before adding them againwm42016-03-281-1/+11
* player: minor simplificationwm42016-02-271-3/+4
* player: slightly simplify how demuxer streams are enabled/disabledwm42016-02-251-1/+1
* audio/video: expose codec info as separate fieldwm42016-02-151-0/+1
* video: remove pointless parameter indirectionwm42016-02-151-1/+1
* player: remove dead codewm42016-02-121-1/+1
* player: fix crash if no video decoder can be initializedwm42016-02-101-0/+1
* player: force refresh seek when changing audio filterswm42016-02-091-0/+2
* player: remove some further current_track dependencieswm42016-02-051-3/+3
* player: add complex filter graph supportwm42016-02-051-28/+62
* player: move audio and video decoder init to separate functionswm42016-02-051-22/+41
* player: use different variable to indicate coverartwm42016-02-011-10/+7
* audio/video: merge decoder return valueswm42016-02-011-2/+2
* player: refactor: some more minor decoder/output decouplingwm42016-01-291-8/+12
* player: fix initial audio sync in certain caseswm42016-01-291-2/+0
* video: fix coverart switchingwm42016-01-271-2/+3
* video: slightly improve video stream switchingwm42016-01-261-0/+5
* video: limit maximum number of VO frames correctlywm42016-01-241-1/+1
* video: don't wait for last video frame in the normal casewm42016-01-221-4/+8
* player: fix some oversights in video refactoringwm42016-01-221-5/+10
* player: refactor: eliminate MPContext.d_audiowm42016-01-221-1/+1
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-221-2/+2
* player: refactor: eliminate MPContext.d_videowm42016-01-171-38/+42
* video: refactor: disentangle decoding/filtering some morewm42016-01-161-84/+53
* video: refactor: slightly disentangle video filteringwm42016-01-151-43/+32
* video: decouple filtering/decoding slightly morewm42016-01-141-65/+80
* video: refactor: shuffle code aroundwm42016-01-141-0/+71
* video: refactor: handle video format fixups closer to decoderwm42016-01-141-3/+5
* player: simplify backsteppingwm42016-01-121-7/+14
* player: handle hrseek framedrop correctlywm42016-01-121-1/+1
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-2/+2
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* player: detect audio PTS jumps, make video PTS heuristic less aggressivewm42016-01-091-12/+0
* video: fix debug messagewm42016-01-061-1/+1
* video: do not disable hr-seek framedrop too earlywm42015-12-301-7/+5
* sub: change how subtitles are readwm42015-12-291-1/+5
* video: switch from using display aspect to sample aspectwm42015-12-191-2/+5
* player: remove redundant checkwm42015-12-051-1/+1
* player: don't make display-sync panic on timestamp discontinuitieswm42015-12-041-2/+2
* player: resync audio only on larger timestamp discontinuitieswm42015-12-041-2/+2
* vo_opengl: fix interpolation with display-syncwm42015-11-281-1/+2
* player: fix commit 50bb209awm42015-11-281-1/+1
* vo: change vo_frame field unitswm42015-11-271-1/+2
* player: always disable display-sync on desyncswm42015-11-271-22/+12
* player: make display-vdrop mode do what the manpage claimswm42015-11-261-4/+7
* player: log some more display-sync informationwm42015-11-251-3/+6
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-4/+0
* player: account for minor VO underrunswm42015-11-141-2/+2
* player: fix audio drift computation at different playback speedswm42015-11-141-8/+9
* player: stricter framedrop thresholdwm42015-11-131-3/+2
* player: try to compensate actual audio driftwm42015-11-131-0/+40
* player: change display-sync audio speed only if neededwm42015-11-131-38/+48
* player: remove display_sync_disable_counterwm42015-11-131-10/+8
* command: add vsync-ratio propertywm42015-11-131-4/+7
* player: compute required display-sync speed change differentlywm42015-11-131-22/+36
* player: smooth out frame durations by averaging themwm42015-11-131-1/+1
* player: refactor display-sync frame duration calculationswm42015-11-131-103/+83
* player: always require a future frame with display-sync enabledwm42015-11-131-2/+6
* player: less naive roundingwm42015-11-111-1/+1
* player: use input instead of output format for spdif checkwm42015-11-041-1/+1
* player: move audio speed adjustment codewm42015-11-041-54/+60
* player: another fix to A/V difference calculation in display-sync modewm42015-11-011-1/+1
* video: fix another A/V difference bug in display-sync modewm42015-10-311-2/+3
* command: add mistimed-frame-count propertywm42015-10-301-0/+4
* video: fix framedrop accounting in display-sync modewm42015-10-301-2/+0
* player: raise display sync desync tolerancewm42015-10-281-5/+2
* player: minor refactor for A/V diff computationwm42015-10-281-19/+27
* player: fix display sync A/V difference estimation on dropswm42015-10-281-0/+2
* player: disable total-avsync-change update in display-sync modewm42015-10-271-0/+4
* player: fix display-sync A/V calculation on high playback speedswm42015-10-271-0/+1
* player: add audio drop/duplicate modewm42015-10-271-1/+1
* player: be slightly less prone to framedrop in display sync modewm42015-10-191-3/+7
* player: do not use copysign()wm42015-10-191-1/+1
* player: fix an adjustment in display sync modewm42015-10-141-1/+1
* player: fix missed wakeup on video EOFwm42015-10-091-0/+3
* video/out: remove an unused parameterwm42015-10-031-1/+1
* video: replace vf_format outputlevels option with global optionwm42015-09-291-0/+1
* player: fix excessive CPU usage in audio-only modewm42015-09-221-3/+4
* video: disable interpolation during framesteppingwm42015-08-251-0/+1
* video: don't decode 2 frames ahead with display-syncwm42015-08-191-2/+1
* player: add display sync modewm42015-08-101-2/+204
* player: separate controls for user and video controlled speedwm42015-08-101-5/+5
* player: redo estimated-vf-fps calculationwm42015-08-101-0/+72
* video: unbreak EOF with video-only files that have timestamp resetswm42015-08-031-1/+2
* video: move frame duration code to a separate functionwm42015-08-011-11/+23
* video: move up vo_frame setupwm42015-07-281-12/+12
* video: always decode at least 2 frames in advancewm42015-07-261-5/+1
* video: always re-probe auto deint filter on filter reconfigwm42015-07-211-2/+5
* vo: minor simplification for queue size handlingwm42015-07-201-2/+2
* video: don't force video refresh if video is restartingwm42015-07-101-1/+3
* player: never overwrite stop_play fieldwm42015-07-081-1/+1
* vo: change internal API for drawing frameswm42015-07-011-11/+21
* video: pass future frames to VOwm42015-07-011-33/+59
* player: slim down A/V desync warningwm42015-06-301-17/+5
* player: add some debug output for seekingwm42015-06-181-0/+1
* player: actually play videowm42015-06-181-1/+1
* player: make decoding cover art more robustwm42015-06-181-3/+18
* video: remove worthless log messagewm42015-06-051-6/+0
* vf_sub: minor simplificationwm42015-06-051-2/+1
* video: do not use MP_NOPTS_VALUE for A/V differencewm42015-05-241-1/+2
* video: force audio resync after video discontinuitywm42015-05-201-0/+1
* video: better heuristic for timestamp resetswm42015-05-201-2/+13
* player: flush decoder even if cover art is decodedwm42015-04-241-1/+1
* player: don't show A/V desync message in non-sense situationswm42015-04-241-2/+2
* player: cleanup update_fps() functionwm420