summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_noise.c
Commit message (Expand)AuthorAgeFilesLines
* Mark some constant symbols as suchUoti Urpala2008-04-261-1/+1
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-4/+3
* typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$rudiego2006-06-121-1/+1
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-151-3/+4
* move 12k from data to bss (reduce binary size by 12k)rfelker2006-04-031-2/+4
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-23/+23
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyrfelker2003-05-201-11/+10
* vf_clone_mpi_attributes()michael2003-04-191-2/+1
* 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
* semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux ...michael2002-08-131-10/+33
* mmx optimized avg/film noisemichael2002-08-111-2/+46
* optimizationmichael2002-08-111-4/+4
* film/average noise cleanupmichael2002-08-111-6/+5
* film/average noise patch by (Jindrich Makovicka <makovick at KMLinux dot fjfi...michael2002-08-111-7/+55
* oops forgot to commit thatmichael2002-08-111-2/+1
* higher quality modemichael2002-06-161-4/+6
* direct rendering (hopefully at least, TFM for the video filters is a bit none...michael2002-06-161-5/+64
* noise generating filtermichael2002-06-141-0/+296