summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_eq2.c
Commit message (Expand)AuthorAgeFilesLines
* Do not cast the results of malloc/calloc/realloc.diego2010-02-261-3/+3
* Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* Remove stray '/' from comment block, fixes the warning:diego2010-02-131-1/+1
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-2/+16
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-2/+2
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-2/+2
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-2/+1
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-151-1/+2
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-10/+0
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-2/+2
* gamma weight patch by (Alexander Stege <mplayer at legale-software dot com>)michael2003-10-181-4/+13
* optimizationmichael2003-10-171-3/+41
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* Based on the discussion in the other thread I made a newarpi2003-02-021-66/+286
* - It fixes a small bug where a byte value is divided by 255.0 to convertarpi2002-12-041-5/+6
* locale fixnexus2002-11-031-0/+10
* renamed to LUT-based sw. eq.alex2002-10-041-2/+2
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)arpi2002-09-271-0/+236