summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_1bpp.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* Merge svn changes up to r31141Uoti Urpala2010-05-071-0/+6
|\
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-0/+6
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-4/+4
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* begin moving const filter data to .text/.rodata sectionsrfelker2007-11-091-4/+4
* Software Scaler headers usage cleanuplucabe2006-06-181-2/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+0
* compiler warning fixes by Dominikarpi2002-10-221-1/+1
* new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bpparpi2002-10-161-0/+185