summaryrefslogtreecommitdiffstats
path: root/screenshot.c
Commit message (Expand)AuthorAgeFilesLines
* commands: remove legacy slave mode get commandswm42012-10-121-3/+1
* core: remove duplicated format_time() functionswm42012-09-181-17/+5
* image_writer: add option parsingwm42012-08-061-6/+3
* screenshot: move image writer code into new file image_writer.cwm42012-08-061-204/+16
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-1/+1
* screenshot: fix minor memory leakwm42012-05-151-0/+1
* screenshot: improve error messageswm42012-04-291-6/+6
* screenshot, vo_png: fix dependency on sizeof(AVFrame)wm42012-04-291-7/+11
* windows support: use UTF-8 for screenshot filenameswm42012-03-171-0/+2
* Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-161-9/+2
|\
| * windows support: unicode filenameswm42012-03-091-9/+2
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-051-14/+20
|\|
| * screenshot: fix libav API use (pix_fmt and some other things)wm42012-02-251-8/+13
| * Update Libav API usesUoti Urpala2012-02-011-4/+8
* | screenshot: don't convert image if it's already in required formatwm42012-02-291-17/+27
* | screenshot: move code to open file out of image writer functionswm42012-02-291-29/+16
* | screenshot: make screenshot filenames configurablewm42012-02-291-31/+219
* | screenshot: allow forcing taking screenshots with the video filterwm42012-02-291-1/+16
* | screenshot: fix error messagewm42012-02-191-1/+1
* | screenshot: add png compression settingwm42012-01-181-1/+1
* | screenshot: add jpg supportwm42012-01-181-12/+115
* | screenshot: improve quality by using additional swscale flagswm42012-01-181-7/+7
|/
* core: add screenshot mode for actual VO window contentswm42011-11-251-4/+7
* core: add infrastructure to get screenshots from VOswm42011-11-251-0/+230