summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_palette.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31303Uoti Urpala2010-06-021-19/+27
|\
| * avoid using swscale internals by copying in palette8torbg16 and its bgr variantsiretart2010-06-011-1/+18
| * deprecate palette8topacked32 in favor of public API functions sws_convertPale...siretart2010-06-011-8/+9
| * remove palette8torgb15 and palette8tobgr15siretart2010-06-011-10/+0
| * Mark a bunch of video filter structures as const.diego2010-02-221-3/+3
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-4/+4
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | 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
* | Merge svn changes up to r30136Uoti Urpala2009-12-301-0/+2
|\|
| * Restore the old value of planes[1] in vf_palette at the end to ensurereimar2009-12-261-0/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+2
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-1/+1
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-8/+8
|\|
| * vf_palette: Fix compilation after libswscale API changesuau2008-10-251-8/+8
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+1
|\|
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-1/+1
* | 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