summaryrefslogtreecommitdiffstats
path: root/player/screenshot.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* player: refactor: eliminate MPContext.d_videowm42016-01-171-2/+2
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* video: switch from using display aspect to sample aspectwm42015-12-191-8/+1
* screenshot: avoid confusing template error message with no fileKevin Mitchell2015-09-021-9/+11
* path: make mp_path_join accept normal C stringswm42015-05-091-1/+1
* options: fix typo in variable namewm42015-05-031-1/+1
* screenshots: create screenshot dirwm42015-05-021-0/+2
* screenshots: add --screenshot-directory optionwm42015-05-011-0/+8
* client API: add a screenshot_raw commandwm42015-04-201-0/+10
* vf_screenshot: remove this filterwm42015-04-161-6/+1
* command: let screenshot_to_file command overwrite fileswm42015-04-161-5/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* screenshot: use GPU readback only for hardware decoded imageswm42015-04-071-1/+1
* player: fix crash when taking screenshots in idle modewm42015-03-111-0/+2
* options: list correct default value for --screenshot-templatewm42015-01-261-1/+1
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-1/+1
* video: separate screenshot modeswm42015-01-231-24/+25
* video: handle hwdec screenshots differentlywm42015-01-221-0/+10
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* video: move display and timing to a separate threadwm42014-08-121-1/+3
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-291-2/+2
* video/out: change aspects of OSD handlingwm42014-06-151-1/+1
* video: remove redundant mp_image display_w/_h memberswm42014-04-291-4/+1
* sub: uglify OSD code path with lockingwm42014-01-181-3/+3
* player: remove OSD message IDswm42014-01-171-4/+2
* screenshot: add format specifiers to get file directory pathwm42014-01-081-0/+21
* path: change mp_splitext() semanticswm42013-12-221-1/+1
* path lookup functions: mp_msg conversionswm42013-12-211-1/+1
* image_writer: mp_msg conversionswm42013-12-211-2/+2
* player: replace some overlooked mp_msgswm42013-12-191-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+404