summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_rgbtest.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-3/+3
* Merge svn changes up to r31141Uoti Urpala2010-05-071-0/+8
|\
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-0/+8
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-3/+3
* | 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-4/+4
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+4
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
|/
* Allow specifying a size for -vf rgbtestreimar2008-02-171-6/+14
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-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
* change to match current bgr/rgb definitionmichael2004-08-261-15/+13
* rgb test pattern generator, so we could change everything to match alex's def...michael2004-01-301-0/+141