summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_eq.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-5/+5
* 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
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-1/+0
* Mark m_struct_t defaults as constreimar2007-01-281-1/+1
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-2/+1
* Software Scaler headers usage cleanuplucabe2006-06-181-1/+0
* 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
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-6/+6
* Improved NV12/NV21 support.syrjala2005-02-161-0/+1
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-2/+2
* Support for the new options stuffalbeu2003-03-151-2/+25
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* changing return type of put_image void->intarpi2002-09-101-2/+2
* align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)michael2002-08-281-1/+1
* optimizationmichael2002-08-231-21/+23
* MMX optimized code for soft equalizer filterrfelker2002-08-221-5/+73
* soft video equalizer filter, currently supports brightness andrfelker2002-08-211-0/+154