summaryrefslogtreecommitdiffstats
path: root/player/video.c
Commit message (Expand)AuthorAgeFilesLines
* video: also reset video-sync state when resetting video statellyyr2024-03-301-0/+1
* mp_image: add mp_image_params_static_equal for finer comparisionKacper Michajłow2024-03-091-9/+1
* Revert "player: reset av state on speed changes"Dudemanguy2024-03-031-20/+2
* player/video: subtract frame_time from delay when ao_chain starts audioDudemanguy2024-03-031-1/+2
* player: reset av state on speed changesDudemanguy2024-02-261-2/+20
* player: remove speed adjustment from playing_audio_ptsDudemanguy2024-02-261-1/+2
* Reapply "video: remove another redundant wakeup"Kacper Michajłow2024-02-151-1/+3
* vo: change vo_frame duration to doubleKacper Michajłow2024-01-271-1/+1
* player/video: force vo reconfigure on color parameters changeKacper Michajłow2024-01-221-11/+6
* Revert "player/video: loosen logic checks for adjust_sync"llyyr2024-01-211-2/+2
* player/video: set video_out to NULL before broadcasting eventsKacper Michajłow2024-01-041-1/+1
* vo: pass approximate frame duration in vo_frameKacper Michajłow2023-11-181-0/+1
* player/video: account for repeats in ideal_frame_vsync_durationKacper Michajłow2023-11-181-0/+4
* player/video: fix calculation of ideal_frame_vsync_durationKacper Michajłow2023-11-121-1/+1
* vo: add frame vsync and vsync durationKacper Michajłow2023-11-111-2/+4
* vo: replace VOCTRL_HDR_METADATA with direct VO params readKacper Michajłow2023-11-081-1/+14
* video: reset `display_sync_error` when resetting statellyyr2023-11-061-0/+1
* player/video: loosen logic checks for adjust_syncDudemanguy2023-10-301-2/+2
* player/video: don't reset ao on video chain reinitDudemanguy2023-10-301-8/+4
* player: don't calculate av delay if there's no audio or videoDudemanguy2023-10-251-1/+1
* vo: use nanoseconds for frame duration and ptsDudemanguy2023-10-101-2/+2
* player/video: mention --profile=fast and --hwdec in AV desync messageKacper Michajłow2023-10-071-0/+1
* Revert "video: remove another redundant wakeup"Kacper Michajłow2023-10-071-3/+1
* vo: change vsync base to nanosecondsKacper Michajłow2023-09-291-1/+1
* options: make video-crop validation more strictKacper Michajłow2023-09-201-2/+1
* player/video: don't try to restore old crop when invalid were providedKacper Michajłow2023-09-201-29/+20
* player/video: apply crop for all frames in vo_frameKacper Michajłow2023-09-091-32/+39
* video: allow overriding container crop if it is presentKacper Michajłow2023-09-081-6/+10
* vo: add --video-cropKacper Michajłow2023-08-311-0/+28
* player/video: don't copy mp_image_params when not neededKacper Michajłow2023-08-311-7/+7
* player/video: avoid spamming logs with EOFDudemanguy2023-08-111-1/+5
* player/video: check for track and decoder existenceDudemanguy2023-07-271-2/+6
* player/video: check for forced eofDudemanguy2023-07-221-0/+15
* various: fix typosHarri Nieminen2023-03-281-1/+1
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-201-1/+0
* player/video.c: don't resync audio if video is an imageStratusFearMe212023-01-301-1/+1
* player: add video-sync=display-tempoChristoph Heinrich2023-01-091-5/+8
* player: choose speed of smallest acceptable factor for display syncChristoph Heinrich2023-01-091-16/+13
* player/video: add VOCTRL_CONTENT_TYPEDudemanguy2022-11-151-0/+1
* player: rearrange video sync opts/enums/definesDudemanguy2022-04-111-3/+3
* {player,video}: remove references to obsolete opengl-cb APIsfan52021-12-151-3/+3
* sub: show subs without duration on vid changeGuido Cella2021-08-131-1/+1
* player: let frontend decide whether to use cover-art modewm42020-09-281-1/+4
* encode: remove early EOF failure handlingwm42020-09-031-1/+0
* audio: refactor how data is passed to AOwm42020-08-291-1/+4
* player: fix video paused condition on VO creationwm42020-08-271-1/+1
* player: remove some display-adrop leftoverswm42020-05-231-6/+0
* audio: redo video-sync=display-adropwm42020-05-231-1/+1
* options: add option to control display-sync factorwm42020-05-231-3/+4
* video: remove another redundant wakeupwm42020-04-101-1/+3
* video: avoid redundant self-wakeup on each queued framewm42020-04-101-1/+2
* f_decoder_wrapper: replace most public fields with setters/getterswm42020-02-291-4/+5
* player: dumb seeking related stuff, make audio hr-seek defaultwm42020-02-281-24/+38
* player: set playback_pts in hr-seek past EOF casewm42020-02-281-1/+0
* player: remove stale last frame referenceswm42020-02-281-2/+5
* player: make screenshot each-frame mode more accuratewm42020-02-071-2/+0
* player: avoid underrun wakeup loopwm42019-12-161-1/+8
* player: make repeated hr-seeks past EOF trigger EOF as expectedwm42019-12-141-3/+9
* player: don't apply weird timestamp tolerance on backstepwm42019-12-031-1/+2
* options: deprecate --video-sync=display-adropwm42019-11-171-0/+6
* player: remove some unnecessary coverart special caseswm42019-11-171-1/+1
* video: make track switching work for external imageswm42019-11-171-7/+13
* video: set EOF status as soon as possiblewm42019-11-171-1/+7
* video: if hr-seek goes past last frame, seek to last framewm42019-11-171-7/+6
* video: take first frame into account in audio-sync modewm42019-11-161-3/+2
* video: do not disable display-sync on A/V desyncwm42019-10-171-8/+2
* player: partially rework --cache-pausewm42019-10-111-1/+7
* video: always decode 2 frames on playback restartwm42019-10-061-2/+2
* player: ensure backward playback state is propagated on track switchingwm42019-09-191-1/+5
* player: fix --end for backwards playbackwm42019-09-191-0/+2
* video: fix player not exiting if no video frame was renderedwm42019-09-191-2/+3
* video: trust container FPS early on if possiblewm42018-05-241-1/+2
* screenshot: change async behavior to be in line with new semanticswm42018-05-241-1/+2
* demux, player: fix playback of sparse video streams (w/ still images)Aman Gupta2018-05-241-1/+11
* encode: get rid of the output packet queuewm42018-05-031-0/+1
* video: actually wait for last frame being rendered on EOFwm42018-05-031-1/+5
* player: don't wait for last video frame in encode modewm42018-04-291-0/+3
* encode: rewrite half of itwm42018-04-291-7/+0
* vo: add vo_reconfig2()wm42018-04-291-1/+1
* vo: pass through framedrop flag differentlywm42018-03-151-1/+2
* 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
*