summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_qp.c
Commit message (Expand)AuthorAgeFilesLines
* Mark some constant symbols as suchUoti Urpala2008-04-261-1/+1
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Rearrange headers to get rid of an #undef and remove unnecessary headers.diego2007-11-091-13/+4
* #include libavcodec/eval.h instead of manually declaring ff_eval.diego2007-11-091-7/+1
* printf in mp_image.h was changed to fprintf in r17972.cehoyos2007-08-081-3/+3
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-171-6/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Move conditional compilation out of the code and into the build system.diego2006-01-311-4/+0
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-7/+7
* Compilation fix for systems lacking lrintf like e.g. NetBSD.diego2005-10-051-4/+14
* #include dsputil.h as it contains the lrintf emu codemichael2004-02-051-4/+4
* qp change filtermichael2004-02-051-0/+190