summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAgeFilesLines
* drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net>arpi2002-09-101-0/+2
* changing return type of put_image void->intarpi2002-09-101-2/+2
* "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filterrfelker2002-08-301-0/+2
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* soft video equalizer filter, currently supports brightness andrfelker2002-08-211-0/+2
* arpi told me ...jaf2002-08-141-2/+2
* messages moved from vf.c and vd.cjaf2002-08-131-0/+2
* messages moved from vf.c and vd.cjaf2002-08-131-5/+5
* - some reorder/cleanup of mp_image flagsarpi2002-08-021-5/+18
* new filter to use libavcodec's deinterlacerarpi2002-07-311-0/+2
* New plugin to test crop parameters. Arguments are the same as for thekmkaplan2002-07-271-0/+2
* support for external pp by divx4. some fixes/cosmetics?alex2002-07-111-1/+1
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-22/+17
* if09 supportalex2002-06-231-6/+11
* yvu9 supportalex2002-06-231-4/+5
* yvu9 supportalex2002-06-211-3/+17
* noise generating filtermichael2002-06-141-0/+2
* test pattern filtermichael2002-06-031-0/+2
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-251-0/+4
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-4/+7
* -vop help, patch by Julian J. M. <bandit@telecable.es>arpi2002-05-131-0/+8
* new filter, to detect best crop sizearpi2002-05-121-0/+2
* passthru mode for filters which don't alter image just config parameters (que...arpi2002-05-061-1/+9
* 10larpi2002-04-271-0/+2
* realtime yv12->mpeg1 with libavcodec qscale=1arpi2002-04-271-0/+2
* Correct my half reverse commit. Sorry Atmos.albeu2002-04-261-0/+4
* Don't break the pointer for the next file.albeu2002-04-261-7/+4
* Allow disabling of libfame and allow to enforce (not) building libavcodec.atmos42002-04-261-0/+4
* 8bpp paletted -> 15/16/24/32 converterarpi2002-04-211-0/+2
* Complement existing filters - rotate and flip.eyck2002-04-211-0/+2
* filters uninitarpi2002-04-201-0/+16
* rotation/mirror filterarpi2002-04-191-0/+2
* align yuv 4:2:0 y position by 2arpi2002-04-171-2/+3
* 10larpi2002-04-171-2/+2
* mpi clear funcarpi2002-04-171-15/+37
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* rgb2bgr converterarpi2002-04-131-0/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-3/+63
* new filter: fliparpi2002-04-111-0/+2
* encodersarpi2002-04-101-1/+5
* 2 new simple filters: yuy2 and formatarpi2002-04-091-0/+4
* vf_fame added - yv12->mpes converterarpi2002-04-081-0/+2
* relaly black packed yuv imagesarpi2002-04-081-1/+7
* really black yv12/rgb images (todo: packed yuv)arpi2002-04-081-0/+8
* allocate 2 lines more memory - to avoid some sig11arpi2002-04-071-1/+1
* swscale filterarpi2002-04-071-1/+2
* postprocessing filter (fixme: -pp 0)arpi2002-04-071-0/+2
* vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinenarpi2002-04-061-5/+0
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-0/+190