Mercurial > mplayer.hg
log libmpcodecs/vf_1bpp.c @ 33563:73157186cc28
age | author | description |
---|---|---|
2010-05-06 | cehoyos | Add support for 12-bit color mode on framebuffer devices. |
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. |
2009-05-13 | diego | whitespace cosmetics: Remove all trailing whitespace. |
2007-11-09 | rfelker | begin moving const filter data to .text/.rodata sections |
2006-06-18 | lucabe | Software Scaler headers usage cleanup |
2006-03-21 | michael | passing pts through the filter layer (lets see if pts or cola comes out at the end) |
2005-11-18 | diego | Unify include path handling, -I.. is in CFLAGS. |
2003-03-15 | albeu | Add the new -vf option wich is the same as vop in reverse order. |
2002-11-06 | arpi | *HUGE* set of compiler warning fixes, unused variables removal |
2002-10-22 | arpi | compiler warning fixes by Dominik |
2002-10-16 | arpi | new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpp |