log libmpcodecs/vf_screenshot.c @ 32502:9705236ce079

age author description
2010-05-06 cehoyos Add support for 12-bit color mode on framebuffer devices.
2010-04-20 zuxy Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
2010-02-21 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
2010-02-21 diego Rename open() vf initialization function to vf_open().
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2010-01-03 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
2010-01-03 reimar Add missing avcodec_close to vf_screenshot.
2009-09-30 diego Mark some functions that do not need external visibility as static.
2009-03-29 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2008-11-23 diego cosmetics: Move up uninit() to avoid a forward declaration.
2008-11-23 diego cosmetics: consistent function declarations.
2008-11-23 diego cosmetics: Remove tabs and trailing whitespace.
2008-02-25 diego FFmpeg now uses different (unified) #include paths.
2008-01-21 reimar Remove useless casts