aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_pp.c
Commit message (Expand)AuthorAge
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* 10l: Revert nonsense commit.Gravatar diego2008-02-25
* Remove old EMU_OLD cruft.Gravatar diego2008-02-25
* Make all vf_info_t structs constGravatar reimar2007-12-02
* libpostproc is not a subdirectory of libavcodec anymore.Gravatar diego2006-06-02
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* proper support for shared libpostprocGravatar diego2006-01-22
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* pp_postprocess reads from target image, so request a readable one.Gravatar reimar2005-09-13
* use stored dimensions instead of visible one when (vf_)get_image is calledGravatar iive2005-07-20
* ensure that dr buffers are readableGravatar michael2005-07-11
* remove read/revert hackGravatar alex2003-08-31
* cleanup, use vf->dmpi rather than vf->priv->dmpi for consistencyGravatar rfelker2003-05-20
* support old libavcodecGravatar michael2003-04-18
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingGravatar michael2003-04-18
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* 10l (pp cant convert formats) fixes segfaultGravatar michael2003-03-04
* moving postprocess code to libavcodecGravatar michael2003-02-14
* YUV 411/422/444 support for ppGravatar michael2003-01-05
* pphelpGravatar michael2003-01-03
* fixed memleak caused by multiple config() calls - thx GabuGravatar arpi2002-12-19
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* cleanupGravatar michael2002-11-02
* cleanupGravatar michael2002-11-02
* per context cpuCaps (idea by kabi)Gravatar michael2002-10-30
* cleanly passing the cpuCapsGravatar michael2002-10-30
* cleanupGravatar michael2002-10-29
* cosmetics ;)Gravatar michael2002-10-29
* better deblocking filterGravatar michael2002-10-29
* fixing segfaultGravatar michael2002-10-29
* postprocessing cleanup:Gravatar michael2002-10-28
* changing return type of put_image void->intGravatar arpi2002-09-10
* mostly compiler warning fixes, some small bugfixGravatar arpi2002-08-28
* - some reorder/cleanup of mp_image flagsGravatar arpi2002-08-02
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* capabilities support -> automatic insertion of scale, expand, ppGravatar arpi2002-04-11
* vf control codes added, autoq supportGravatar arpi2002-04-07
* accept only 4:2:0 planar yuv formatsGravatar arpi2002-04-07
* accept -pp value from argsGravatar arpi2002-04-07
* mpeg+pp0 fixedGravatar arpi2002-04-07
* postprocessing filter (fixme: -pp 0)Gravatar arpi2002-04-07