summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_noise.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-470/+0
* Replace fast_memcpy() useswm42012-11-111-2/+2
* configure: remove checks for malloc.h and alloca()wm42012-07-301-4/+0
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+2
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-5/+5
* Merge svn changes up to r31050Uoti Urpala2010-04-261-3/+4
|\
| * Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systemszuxy2010-04-201-3/+4
| * Mark all fmt_list arrays as const.diego2010-02-261-1/+1
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-5/+5
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-7/+7
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+7
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-3/+3
|\|
| * Use x86_reg instead of long in several video filters to fix compilation on Mi...reimar2009-03-271-3/+3
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-7/+7
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-7/+7
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-5/+5
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-5/+5
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | 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