summaryrefslogtreecommitdiffstats
path: root/screenshot.c
Commit message (Expand)AuthorAgeFilesLines
* 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