aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo.c
Commit message (Expand)AuthorAge
* build: make encoding mode non-optionalGravatar wm42018-05-03
* encode: get rid of the output packet queueGravatar wm42018-05-03
* vo: add vo_reconfig2()Gravatar wm42018-04-29
* vo: move DR helper code to a separate source fileGravatar wm42018-04-29
* vo: pass through framedrop flag differentlyGravatar wm42018-03-15
* vo: move display-fps internal option value to VO optsGravatar wm42018-03-15
* video: add an option to tune waiting for video timingGravatar wm42018-03-15
* vo: cosmetics: fix a case of bad whitespaceGravatar wm42018-03-15
* client API: deprecate opengl-cb API and introduce a replacement APIGravatar wm42018-02-28
* video: rename VO_CAP_NOREDRAW to VO_CAP_NORETAINGravatar Aman Gupta2018-02-17
* vo: make opengl-cb first in the autoprobing orderGravatar wm42018-02-13
* vo_gpu: make screenshots use the GL rendererGravatar wm42018-02-11
* video: change some remaining vo_opengl mentions to vo_gpuGravatar Akemi2018-01-20
* ta: introduce talloc_dup() and use it in some placesGravatar wm42018-01-18
* vo: log reconfig callsGravatar wm42018-01-18
* vo: fix a compiler warning by properly printing a 64bit integerGravatar Jan Ekström2017-12-11
* vo: add support for externally driven renderloop and make wayland use itGravatar Rostislav Pehlivanov2017-12-05
* vo: fix reference to mediacodec_embedGravatar Aman Gupta2017-10-09
* vo_gpu: simplify opengl aliasGravatar wm42017-10-09
* vo: add mediacodec_embed output driverGravatar Aman Gupta2017-10-09
* vo: add VO_CAP_NOREDRAW for upcoming vo_mediacodec_embedGravatar Aman Gupta2017-10-09
* vo_wayland: removeGravatar Rostislav Pehlivanov2017-10-03
* vaapi: change license to LGPLGravatar wm42017-09-29
* build: make vo_gpu + infrastructure non-optionalGravatar wm42017-09-22
* vo_opengl: refactor into vo_gpuGravatar Niklas Haas2017-09-21
* video: redo video equalizer option handlingGravatar wm42017-08-22
* options: add a thread-safe way to notify option updatesGravatar wm42017-08-22
* vo_opengl: add direct rendering supportGravatar wm42017-07-24
* vo.c, vo.h, vo_null.c: change license to LGPLGravatar wm42017-05-10
* vo: fix subtleties in the redrawing logicGravatar wm42017-02-21
* player: reduce blocking on VO when switching pauseGravatar wm42017-02-21
* vo: log timings around flipping/waitingGravatar wm42017-01-18
* vo_rpi: partially undeprecateGravatar wm42016-12-08
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* win32: fix some Clang warningsGravatar James Ross-Gowan2016-11-17
* vo: clear frame repeat flag when redrawingGravatar wm42016-11-01
* vo_tct: optional custom size, support non-posix with 80x25 defaultGravatar Avi Halachmi (:avih)2016-10-25
* vo: vo_tct is now available on non-POSIXGravatar wm42016-10-20
* vo_tct: introduce modern caca alternativeGravatar rr-2016-10-20
* vo: log framedropsGravatar wm42016-09-23
* vo: add a unique frame_id to vo_frameGravatar wm42016-09-22
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* vo_rpi: deprecate this VOGravatar wm42016-09-12
* vo: don't access global options unsynchronizedGravatar wm42016-09-08
* options: add automagic hack for handling sub-option deprecationsGravatar wm42016-09-05
* vo_direct3d: deprecate direct3d_shaders aliasGravatar wm42016-09-05
* options: add a mechanism to make sub-option replacement slightly easierGravatar wm42016-09-05
* vo_opengl: deprecate sub-options, add them as global optionsGravatar wm42016-09-02
* vo: use new option update mechanismGravatar wm42016-09-02
* m_config: add helper function for initializing af/ao/vf/vo suboptionsGravatar wm42016-09-02