aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/video.c
Commit message (Expand)AuthorAge
* video: add a shitty hack to avoid missing subtitles with vf_subGravatar wm42017-12-08
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* video: remove automatic stereo3d filter insertionGravatar wm42017-11-29
* video: fix rotation and deinterlace auto filtersGravatar wm42017-11-29
* video: fix typo in log messageGravatar Nicolas F2017-10-22
* video: fix poitential NULL derefGravatar wm42017-10-18
* audio: make libaf derived code optionalGravatar wm42017-09-21
* video: change --deinterlace behaviorGravatar wm42017-08-22
* video: redo video equalizer option handlingGravatar wm42017-08-22
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* player: make refresh seeks slightly more robustGravatar wm42017-08-14
* player: do not destroy VO immediately if there is no video trackGravatar wm42017-08-14
* player: make --lavfi-complex changeable at runtimeGravatar wm42017-08-12
* player: fix --lavfi-complex freezeGravatar wm42017-08-11
* vo_opengl: add direct rendering supportGravatar wm42017-07-24
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player: disable video equalizer frontend code for WIP LGPL modeGravatar wm42017-06-23
* player: disable deinterlace property for WIP LGPL modeGravatar wm42017-06-23
* vo.c, vo.h, vo_null.c: change license to LGPLGravatar wm42017-05-10
* 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