aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/screenshot.c
Commit message (Expand)AuthorAge
* vo_gpu: make screenshots use the GL rendererGravatar wm42018-02-11
* video: make decoder wrapper a filterGravatar wm42018-01-30
* screenshot: create directories from templateGravatar Nicolas F2017-11-02
* video: remove special path for hwdec screenshotsGravatar wm42017-10-16
* screenshot: cleanup: use normal MSGL_ definesGravatar wm42017-04-01
* player: make screenshot commands honor the async flagGravatar wm42017-04-01
* screenshot: change details of --screenshot-format handlingGravatar wm42017-03-18
* screenshot: minor simplificationGravatar wm42017-03-18
* cuda: use libavutil functions for copying hw surfaces to memoryGravatar wm42017-01-12
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* player: fix use-after-free with --screenshot-directoryGravatar wm42016-04-14
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* player: refactor: eliminate MPContext.d_videoGravatar wm42016-01-17
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* screenshot: avoid confusing template error message with no fileGravatar Kevin Mitchell2015-09-02
* path: make mp_path_join accept normal C stringsGravatar wm42015-05-09
* options: fix typo in variable nameGravatar wm42015-05-03
* screenshots: create screenshot dirGravatar wm42015-05-02
* screenshots: add --screenshot-directory optionGravatar wm42015-05-01
* client API: add a screenshot_raw commandGravatar wm42015-04-20
* vf_screenshot: remove this filterGravatar wm42015-04-16
* command: let screenshot_to_file command overwrite filesGravatar wm42015-04-16
* Update license headersGravatar Marcin Kurczewski2015-04-13
* screenshot: use GPU readback only for hardware decoded imagesGravatar wm42015-04-07
* player: fix crash when taking screenshots in idle modeGravatar wm42015-03-11
* options: list correct default value for --screenshot-templateGravatar wm42015-01-26
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* video: separate screenshot modesGravatar wm42015-01-23
* video: handle hwdec screenshots differentlyGravatar wm42015-01-22
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* video: move display and timing to a separate threadGravatar wm42014-08-12
* player: make the time display relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* video: remove redundant mp_image display_w/_h membersGravatar wm42014-04-29
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* player: remove OSD message IDsGravatar wm42014-01-17
* screenshot: add format specifiers to get file directory pathGravatar wm42014-01-08
* path: change mp_splitext() semanticsGravatar wm42013-12-22
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* image_writer: mp_msg conversionsGravatar wm42013-12-21
* player: replace some overlooked mp_msgsGravatar wm42013-12-19
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17