summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_uspp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-6/+6
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove unnecessary dsputil.h #include, fixes the warnings:diego2007-11-091-1/+0
* Remove unused fmt_list array, fixes the warnings:diego2007-10-301-9/+0
* remove unused variableslorenm2007-07-111-9/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-3/+3
* segfault fixmichael2006-08-281-1/+3
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-1/+1
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-171-5/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* lavc exposes the reconstructed picture, so no need to decode it againlorenm2006-02-131-1/+1
* 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
* switch to snowmichael2005-12-031-12/+17
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-6/+6
* ultra simple&slow pp filter, yes yet another spp like filter :)michael2005-11-081-0/+407