log libmpcodecs/vf_pp.c @ 23646:af858fdae0fa

age author description
2006-06-02 diego libpostproc is not a subdirectory of libavcodec anymore.
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-01-22 diego proper support for shared libpostproc
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-09-13 reimar pp_postprocess reads from target image, so request a readable one.
2005-07-20 iive use stored dimensions instead of visible one when (vf_)get_image is called
2005-07-11 michael ensure that dr buffers are readable
2003-08-31 alex remove read/revert hack
2003-05-20 rfelker cleanup, use vf->dmpi rather than vf->priv->dmpi for consistency
2003-04-18 michael support old libavcodec
2003-04-18 michael passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
2003-03-15 albeu Add the new -vf option wich is the same as vop in reverse order.
2003-03-04 michael 10l (pp cant convert formats) fixes segfault
2003-02-14 michael moving postprocess code to libavcodec
2003-01-05 michael YUV 411/422/444 support for pp
2003-01-03 michael pphelp
2002-12-19 arpi fixed memleak caused by multiple config() calls - thx Gabu
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-02 michael cleanup
2002-11-02 michael cleanup
2002-10-30 michael per context cpuCaps (idea by kabi)
2002-10-30 michael cleanly passing the cpuCaps
2002-10-29 michael cleanup
2002-10-29 michael cosmetics ;)
2002-10-29 michael better deblocking filter
2002-10-29 michael fixing segfault
2002-10-28 michael postprocessing cleanup:
2002-09-10 arpi changing return type of put_image void->int
2002-08-28 arpi mostly compiler warning fixes, some small bugfix
2002-08-02 arpi - some reorder/cleanup of mp_image flags
2002-04-13 arpi mp_image.h and img_format.h moved to libmpcodecs
2002-04-11 arpi capabilities support -> automatic insertion of scale, expand, pp
2002-04-07 arpi vf control codes added, autoq support
2002-04-07 arpi accept only 4:2:0 planar yuv formats
2002-04-07 arpi accept -pp value from args
2002-04-07 arpi mpeg+pp0 fixed
2002-04-07 arpi postprocessing filter (fixme: -pp 0)