aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* player: unmess pause state handlingGravatar wm42017-04-14
* video: deprecate almost all video filtersGravatar wm42017-04-02
* lavfi: support hwdec filters for --lavfi-complexGravatar wm42017-02-20
* player: print hw format on "VO: " line tooGravatar wm42017-01-29
* video: support filtering hardware frames via libavfilterGravatar wm42017-01-16
* player: change aspects of cover art handlingGravatar wm42017-01-10
* video: use demuxer-signaled duration for last video frameGravatar wm42016-12-21
* manpage: replace `-vo` with `--vo`Gravatar Douglas Christman2016-12-08
* player: make sure non-video subtitle rendering is reset if video resumesGravatar wm42016-11-18
* player: show subtitles on VO if --force-window is usedGravatar wm42016-10-26
* player: speed up audio/video re-sync when there is a huge delayGravatar Aman Gupta2016-10-21
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* video: trust demuxer framerate on invalid timestampsGravatar wm42016-09-26
* player: minor changes in init codeGravatar wm42016-09-19
* player: more option/property consistency fixesGravatar wm42016-09-18
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* player: fix average frame duration calculationGravatar sda89ha92016-09-09
* client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicerGravatar wm42016-09-09
* command: fix or document some property/option consistency issuesGravatar wm42016-09-01
* player: slightly adjust framerate guessing heuristicGravatar wm42016-08-29
* player: log if video is considered an imageGravatar wm42016-08-21
* player: refresh very low framerate video on filter changesGravatar wm42016-08-19
* vf_rotate: allow arbitrary rotationGravatar wm42016-08-19
* video: don't discard video frames after endptsGravatar wm42016-08-18
* player: add option to control duration of image displayGravatar wm42016-08-17
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* player: fix display-sync timing if audio take long on resumeGravatar wm42016-08-07
* player: disable DS with spdif transcoding tooGravatar wm42016-07-24
* video: respect --deinterlace=autoGravatar wm42016-07-12
* video: fix midstream video configuration changesGravatar wm42016-07-08
* video: limit number of frames sent to VO to the VO requested amountGravatar wm42016-07-07
* video: fix deinterlace filter handling for VFCTRL_SET_DEINTERLACE filtersGravatar wm42016-07-06
* video: fix deinterlace filter handling on pixel format changesGravatar wm42016-07-06
* player: rewrite deinterlace filter auto-insertionGravatar wm42016-07-05
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* player: always show the first frame in DS modeGravatar wm42016-04-24
* player: assume video forwards timestamps jumps only with some formatsGravatar wm42016-04-24
* player: cleaner determination of current playback PTSGravatar wm42016-04-23
* player: fix breakage when combining 3D and rotate auto-filtersGravatar wm42016-03-28
* player: remove auto-inserted filters before adding them againGravatar wm42016-03-28
* player: minor simplificationGravatar wm42016-02-27
* player: slightly simplify how demuxer streams are enabled/disabledGravatar wm42016-02-25
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* video: remove pointless parameter indirectionGravatar wm42016-02-15
* player: remove dead codeGravatar wm42016-02-12
* player: fix crash if no video decoder can be initializedGravatar wm42016-02-10
* player: force refresh seek when changing audio filtersGravatar wm42016-02-09
* player: remove some further current_track dependenciesGravatar wm42016-02-05
* player: add complex filter graph supportGravatar wm42016-02-05