summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_pp.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyrfelker2003-05-201-13/+12
* support old libavcodecmichael2003-04-181-0/+4
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingmichael2003-04-181-1/+1
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* 10l (pp cant convert formats) fixes segfaultmichael2003-03-041-2/+2
* moving postprocess code to libavcodecmichael2003-02-141-2/+6
* YUV 411/422/444 support for ppmichael2003-01-051-5/+19
* pphelpmichael2003-01-031-5/+0
* fixed memleak caused by multiple config() calls - thx Gabuarpi2002-12-191-0/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+4
* cleanupmichael2002-11-021-6/+6
* cleanupmichael2002-11-021-14/+31
* per context cpuCaps (idea by kabi)michael2002-10-301-7/+5
* cleanly passing the cpuCapsmichael2002-10-301-2/+8
* cleanupmichael2002-10-291-0/+24
* cosmetics ;)michael2002-10-291-5/+5
* better deblocking filtermichael2002-10-291-2/+3
* fixing segfaultmichael2002-10-291-2/+6
* postprocessing cleanup:michael2002-10-281-9/+54
* changing return type of put_image void->intarpi2002-09-101-2/+2
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* - some reorder/cleanup of mp_image flagsarpi2002-08-021-3/+6
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-2/+25
* vf control codes added, autoq supportarpi2002-04-071-0/+12
* accept only 4:2:0 planar yuv formatsarpi2002-04-071-0/+12
* accept -pp value from argsarpi2002-04-071-0/+5
* mpeg+pp0 fixedarpi2002-04-071-1/+2
* postprocessing filter (fixme: -pp 0)arpi2002-04-071-0/+78