summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_noise.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyrfelker2003-05-201-11/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10142 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_clone_mpi_attributes()michael2003-04-191-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9935 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
| | | | | | | | Syntax is we decided, so you can give the nomes or not with both vop and vf. vf take precedence over vop. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9594 b3059339-0415-0410-9bf9-f77b7e298cf2
* changing return type of put_image void->intarpi2002-09-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7369 b3059339-0415-0410-9bf9-f77b7e298cf2
* semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux ↵michael2002-08-131-10/+33
| | | | | | dot fjfi dot cvut dot cz>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6991 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optimized avg/film noisemichael2002-08-111-2/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6967 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizationmichael2002-08-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6966 b3059339-0415-0410-9bf9-f77b7e298cf2
* film/average noise cleanupmichael2002-08-111-6/+5
| | | | | | | | remove unused vars/functions avoid statics so multiple noise filters can be used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6965 b3059339-0415-0410-9bf9-f77b7e298cf2
* film/average noise patch by (Jindrich Makovicka <makovick at KMLinux dot ↵michael2002-08-111-7/+55
| | | | | | fjfi dot cvut dot cz>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6964 b3059339-0415-0410-9bf9-f77b7e298cf2
* oops forgot to commit thatmichael2002-08-111-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6963 b3059339-0415-0410-9bf9-f77b7e298cf2
* higher quality modemichael2002-06-161-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6449 b3059339-0415-0410-9bf9-f77b7e298cf2
* direct rendering (hopefully at least, TFM for the video filters is a bit ↵michael2002-06-161-5/+64
| | | | | | | | | nonexistent or iam just too stupid) ;) uninit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6448 b3059339-0415-0410-9bf9-f77b7e298cf2
* noise generating filtermichael2002-06-141-0/+296
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6425 b3059339-0415-0410-9bf9-f77b7e298cf2