aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_eq2.c
Commit message (Expand)AuthorAge
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* Remove stray '/' from comment block, fixes the warning:Gravatar diego2010-02-13
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Gravatar diego2006-08-13
* add support for intel mac. mp3lib is not fixed yet.Gravatar nplourde2006-04-15
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* remove all setlocale calls, they break the behaviour of sscanf andGravatar reimar2005-01-20
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* gamma weight patch by (Alexander Stege <mplayer at legale-software dot com>)Gravatar michael2003-10-18
* optimizationGravatar michael2003-10-17
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* Based on the discussion in the other thread I made a newGravatar arpi2003-02-02
* - It fixes a small bug where a byte value is divided by 255.0 to convertGravatar arpi2002-12-04
* locale fixGravatar nexus2002-11-03
* renamed to LUT-based sw. eq.Gravatar alex2002-10-04
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)Gravatar arpi2002-09-27