summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_palette.c
Commit message (Expand)AuthorAgeFilesLines
* Mark some constant symbols as suchUoti Urpala2008-04-261-3/+3
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGRreimar2007-09-131-10/+10
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-1/+2
* 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
* some memory leaks fixedreimar2004-10-141-0/+5
* fix for vf_palette, because paletted 8-bit to BGR{15,16} conversion is incorr...joey2003-11-231-4/+8
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* move some verbose msg to dbg2arpi2003-02-041-2/+6
* changing return type of put_image void->intarpi2002-09-101-2/+2
* 10lalex2002-09-091-8/+8
* added bgr support and support for forcing output formatalex2002-08-301-19/+62
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* report if no palettealex2002-06-211-0/+6
* grayscaled palette supportarpi2002-05-301-0/+6
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-251-2/+2
* 8bpp paletted -> 15/16/24/32 converterarpi2002-04-211-0/+137