Mercurial > mplayer.hg
log libmpcodecs/vf_screenshot.c @ 32502:9705236ce079
age | author | description |
---|---|---|
Thu, 06 May 2010 10:18:25 +0000 | cehoyos | Add support for 12-bit color mode on framebuffer devices. |
Tue, 20 Apr 2010 04:33:00 +0000 | zuxy | Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems |
Sun, 21 Feb 2010 15:48:03 +0000 | diego | cosmetics: Rename struct vf_instance_s --> vf_instance. |
Sun, 21 Feb 2010 13:40:49 +0000 | diego | Rename open() vf initialization function to vf_open(). |
Sat, 30 Jan 2010 16:57:40 +0000 | diego | Add missing license headers to all files in the libmpcodecs directory. |
Sun, 03 Jan 2010 17:12:12 +0000 | reimar | Replace deprecated sws_scale_ordered usages by sws_scale (which does the same). |
Sun, 03 Jan 2010 15:56:33 +0000 | reimar | Add missing avcodec_close to vf_screenshot. |