summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_phase.c
Commit message (Expand)AuthorAgeFilesLines
* Replace fast_memcpy() useswm42012-11-111-2/+2
* libmpcodecs: fix coverity issuesreimar2012-10-301-0/+2
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-1/+1
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-2/+2
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-9/+9
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-9/+9
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-2/+2
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-5/+5
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-271-1/+1
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* fixrathann2005-12-051-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* small gcc warning fixesrathann2004-08-281-1/+1
* vf_phase filter by Ville Saari (114263 at foo dot bar dot org)rfelker2004-03-291-0/+283